Lines Matching refs:Print

50     Print (L"[%d] %s\n", ++BootOptionCount, BdsLoadOption->Description);  in DisplayBootOptions()
67 Print (L"\t- %s\n", DevicePathTxt); in DisplayBootOptions()
71 Print (L"\t- Arguments: %s\n", BdsLoadOption->OptionalData); in DisplayBootOptions()
120 Print (L"Nothing to remove!\n"); in SelectBootOption()
122 Print (L"Nothing to update!\n"); in SelectBootOption()
124 Print (L"Nothing to move!\n"); in SelectBootOption()
126 Print (L"No supported Boot Entry.\n"); in SelectBootOption()
134 Print (InputStatement); in SelectBootOption()
137 Print (L"\n"); in SelectBootOption()
140 Print (L"Invalid input (max %d)\n", BootOptionCount); in SelectBootOption()
194 Print(L"[%d] %s\n",SupportedDeviceCount+1,(*SupportedBootDevice)->Description); in SelectBootDevice()
204 Print(L"\t- %s\n",DevicePathTxt); in SelectBootDevice()
213 Print(L"There is no supported device.\n"); in SelectBootDevice()
223 Print(L"Select the Boot Device: "); in SelectBootDevice()
229 Print(L"Invalid input (max %d)\n",SupportedDeviceCount); in SelectBootDevice()
309Print (L"It is assumed the binary is a Linux kernel and the embedded Linux Loader is going to be u… in BootMenuAddBootOption()
310 Print (L"Supported command line formats by the embedded Linux Loader:\n"); in BootMenuAddBootOption()
311 Print (L"- <EFI device path of the Linux kernel> -c \"<Linux kernel command line>\"\n"); in BootMenuAddBootOption()
312Print (L"- <EFI device path of the Linux kernel> -c \"<Linux kernel command line>\" -f <EFI Device… in BootMenuAddBootOption()
313Print (L"- <EFI device path of the Linux kernel> -c \"<Linux kernel command line>\" -a <Machine Ty… in BootMenuAddBootOption()
331 Print (L"Arguments to pass to the EFI Application: "); in BootMenuAddBootOption()
341 Print(L"Description for this new Entry: "); in BootMenuAddBootOption()
360 Print(L"\n"); in BootMenuAddBootOption()
422 Print(L"Not possible to retrieve the supported device for the update\n"); in BootMenuUpdateBootOption()
442Print (L"It is assumed the binary is a Linux kernel and the embedded Linux Loader is going to be u… in BootMenuUpdateBootOption()
443 Print (L"Supported command line formats by the embedded Linux Loader:\n"); in BootMenuUpdateBootOption()
444 Print (L"- <EFI device path of the Linux kernel> -c \"<Linux kernel command line>\"\n"); in BootMenuUpdateBootOption()
445Print (L"- <EFI device path of the Linux kernel> -c \"<Linux kernel command line>\" -f <EFI Device… in BootMenuUpdateBootOption()
446Print (L"- <EFI device path of the Linux kernel> -c \"<Linux kernel command line>\" -a <Machine Ty… in BootMenuUpdateBootOption()
470 Print (L"Arguments to pass to the EFI Application: "); in BootMenuUpdateBootOption()
536 Print(L"Description for this new Entry: "); in BootMenuUpdateBootOption()
552 Print(L"\n"); in BootMenuUpdateBootOption()
612 Print ( in BootMenuReorderBootOptions()
627 Print (L"\n"); in BootMenuReorderBootOptions()
687 Print (L"\nAn error occurred, move not completed!\n"); in BootMenuReorderBootOptions()
701 Print (L"\n"); in BootMenuReorderBootOptions()
841Print (L"\nWarning: Did not manage to install the new device tree. Try to restart the platform.\n"… in UpdateFdtPath()
850 Print (L"\n"); in UpdateFdtPath()
885 Print (L"Timeout duration (in seconds): "); in BootMenuSetBootTimeout()
888 Print (L"\n"); in BootMenuSetBootTimeout()
935 Print(L"[%d] %s\n",Index+1,BootManagerEntries[Index]); in BootMenuManager()
937 Print(L"[%d] Return to main menu\n",Index+1); in BootMenuManager()
940 Print(L"Choice: "); in BootMenuManager()
944 Print(L"\n"); in BootMenuManager()
965 Print (L"Error: EFI Application not found.\n"); in BootShell()
968 Print (L"Error: Status Code: 0x%X\n", (UINT32)Status); in BootShell()
1029 Print(L"[%d] %s\n", OptionCount, BootOption->Description); in BootMenuMain()
1043 Print(L"\t- %s\n",DevicePathTxt); in BootMenuMain()
1048 Print (L"\t- Arguments: %s\n", BootOption->OptionalData); in BootMenuMain()
1063 Print(L"[%d] %s\n",OptionCount,BootMainEntries[Index]); in BootMenuMain()
1070 Print(L"Start: "); in BootMenuMain()
1073 Print(L"Invalid input (max %d)\n",(OptionCount-1)); in BootMenuMain()