Searched refs:Print (Results 1 - 25 of 72) sorted by relevance

123

/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Application/Cryptest/
H A DDhVerify.c42 Print (L"\nUEFI-OpenSSL DH Engine Testing:\n");
47 Print (L"- Context1 ... ");
50 Print (L"[Fail]");
54 Print (L"Context2 ... ");
57 Print (L"[Fail]");
61 Print (L"Parameter1 ... ");
64 Print (L"[Fail]");
68 Print (L"Parameter2 ... ");
71 Print (L"[Fail]");
75 Print (
[all...]
H A DRandVerify.c40 Print (L" \nUEFI-OpenSSL PRNG Engine Testing:\n");
42 Print (L"- Random Generation...");
46 Print (L"[Fail]");
53 Print (L"[Fail]");
58 Print (L"[Fail]");
65 Print (L"[Pass]\n");
H A DHmacVerify.c74 Print (L" \nUEFI-OpenSSL HMAC Engine Testing:\n");
76 Print (L"- HMAC-MD5: ");
85 Print (L"Init... ");
88 Print (L"[Fail]");
92 Print (L"Update... ");
95 Print (L"[Fail]");
99 Print (L"Finalize... ");
102 Print (L"[Fail]");
108 Print (L"Check Value... ");
110 Print (
[all...]
H A DHashVerify.c75 Print (L" UEFI-OpenSSL Hash Engine Testing:\n");
78 Print (L"- MD4: ");
87 Print (L"Init... ");
90 Print (L"[Fail]");
94 Print (L"Update... ");
97 Print (L"[Fail]");
101 Print (L"Finalize... ");
104 Print (L"[Fail]");
110 Print (L"Check Value... ");
112 Print (
[all...]
H A DRsaVerify.c105 Print (L"\nUEFI-OpenSSL RSA Engine Testing: ");
111 Print (L"\n- Generate RSA Context ... ");
113 Print (L"[Fail]");
120 Print (L"Set/Get RSA Key Components ... ");
127 Print (L"[Fail]");
134 Print (L"[Fail]");
141 Print (L"[Fail]");
146 Print (L"[Fail]");
157 Print (L"[Fail]");
164 Print (
[all...]
H A DBlockCipherVerify.c152 Print (L"\nUEFI-OpenSSL Block Cipher Engine Testing: ");
157 Print (L"\n- TDES Validation: ");
160 Print (L"ECB... ");
170 Print (L"[Fail]");
176 Print (L"[Fail]");
182 Print (L"[Fail]");
187 Print (L"[Fail]");
192 Print (L"[Fail]");
196 Print (L"EDE2 ECB... ");
206 Print (
[all...]
H A DCryptest.c36 Print (L"\nUEFI-OpenSSL Wrapper Cryptosystem Testing: \n");
37 Print (L"-------------------------------------------- \n");
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/SetHostName/
H A DSetHostName.c61 Print ( L"ERROR - errno: %d\r\n", errno );
65 Print ( L"WARNING - Plarform does not support permanent storage!\r\n" );
69 Print ( L"ERROR - Insufficient storage to save host name!\r\n" );
73 Print ( L"ERROR - Platform does not support environment variable storage!\r\n" );
84 Print ( L"ERROR - Unable to get host name, errno: %d\r\n", errno );
88 Print ( L"Host name is not set!\r\n" );
91 Print ( L"Host name: %a", &mBuffer[0]);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Application/VariableInfo/
H A DVariableInfo.c50 Print (L"Non-Volatile EFI Variables:\n");
54 Print (
68 Print (L"Volatile EFI Variables:\n");
72 Print (
86 Print (L"Warning: Variable Dxe driver doesn't enable the feature of statistical information!\n");
87 Print (L"If you want to see this info, please:\n");
88 Print (L" 1. Set PcdVariableCollectStatistics as TRUE\n");
89 Print (L" 2. Rebuild Variable Dxe driver\n");
90 Print (L" 3. Run \"VariableInfo\" cmd again\n");
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/GetHostByName/
H A DGetHostByName.c59 Print ( L"%a <host name>\r\n", Argv[0]);
67 Print ( L"ERROR - host not found, h_errno: %d\r\n", h_errno );
71 Print ( L"%d.%d.%d.%d, Type %d, %a\r\n",
84 Print ( L"%d.%d.%d.%d\r\n",
96 Print ( L"No aliases\r\n" );
99 Print ( L"Aliases: " );
104 Print ( L"%a", *ppName );
111 Print ( L", " );
114 Print ( L"\r\n" );
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IpsecConfig/
H A DDump.c73 Print (L"\"");
75 Print (L"%c", (CHAR16) Str[Index]);
77 Print (L"\"");
95 Print (L"%02x ", Data[Index]);
110 Print (
118 Print (L"/%d", (UINTN) AddressInfo->PrefixLength);
123 Print (
135 Print (L"/%d", AddressInfo->PrefixLength);
151 Print (
161 Print (
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Hello/
H A DHello.c19 Print a welcoming message.
33 Print(L"Hello there fellow Programmer.\n");
34 Print(L"Welcome to the world of EDK II.\n");
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/GetHostByAddr/
H A DGetHostByAddr.c66 Print ( L"%a <IPv4 Address>\r\n", Argv[0]);
78 Print ( L"ERROR - host not found, h_errno: %d\r\n", h_errno );
82 Print ( L"%d.%d.%d.%d, %a\r\n",
94 Print ( L"%d.%d.%d.%d\r\n",
106 Print ( L"No aliases\r\n" );
109 Print ( L"Aliases: " );
114 Print ( L"%a", *ppName );
121 Print ( L", " );
124 Print ( L"\r\n" );
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/GetServByName/
H A DGetServByName.c53 Print ( L"%a <service name>\r\n", Argv[0]);
61 Print ( L"ERROR - service not found, errno: %d\r\n", errno );
65 Print ( L"%a: %d, %a\r\n",
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/ShellExecTestApp/
H A DSA.c36 Print(L"ShellExecute - Pass");
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/ShellCTestApp/
H A DShellCTestApp.c44 Print(L"ShellCTestApp.c:ShellAppMain called with %d parameters\n", Argc);
46 Print(L"Argv[%d]: %s\n", Index, Argv[Index]);
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/SetSockOpt/
H A DSetSockOpt.c95 Print ( L"LengthInBytes: %d\r\n", LengthInBytes );
96 Print ( L"%a: ", pOption->pOptionName );
99 Print ( L" --> " );
108 Print ( L"%a:", pOption->pOptionName );
111 Print ( L" %02x", *Value.u8 );
118 Print ( L"%d", *Value.i32 );
122 Print ( L"\r\nERROR - Invalid length, errno: %d\r\n", errno );
130 Print ( L"%a", pString );
133 Print ( L"%08x (unknown type)", *Value.i32 );
138 Print (
[all...]
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxinfo.vbs13 Sub Print(str)
41 Print "VirtualBox version " & vb.version
51 Print "Machine: " & mach.name & " ID: " & mach.id
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/RecvDgram/
H A DRecvDgram.c62 Print ( L"ERROR - Unable to open the socket, errno: %d\r\n", errno );
73 Print ( L"ERROR - Unable to set the receive timeout, errno: %d\r\n", errno );
85 Print ( L"No datagram received\r\n" );
88 Print ( L"ERROR - No datagram received, errno: %d\r\n", errno );
92 Print ( L"Received %d bytes from %d.%d.%d.%d:%d\r\n",
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/GetHostByDns/
H A DGetHostByDns.c59 Print ( L"%a <host name>\r\n", Argv[0]);
67 Print ( L"ERROR - host not found, h_errno: %d\r\n", h_errno );
71 Print ( L"%a: Type %d, %d.%d.%d.%d\r\n",
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/GetNetByAddr/
H A DGetNetByAddr.c60 Print ( L"%a <IPv4 Address>\r\n", Argv[0]);
72 Print ( L"ERROR - network not found, errno: %d\r\n", errno );
75 Print ( L"%a: %d.%d.%d.%d, 0x%08x\r\n",
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/GetNetByName/
H A DGetNetByName.c57 Print ( L"%a <network name>\r\n", Argv[0]);
65 Print ( L"ERROR - network not found, errno: %d\r\n", errno );
69 Print ( L"%a: Type %d, %d.%d.%d.%d\r\n",
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/GetServByPort/
H A DGetServByPort.c55 Print ( L"%a <port number>\r\n", Argv[0]);
63 Print ( L"ERROR - service not found, errno: %d\r\n", errno );
66 Print ( L"%a: %d, %a\r\n",
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Application/VariableInfo/
H A DVariableInfo.c77 @retval EFI_SUCCESS Print the statistics information successfully.
110 Print (L"Non-Volatile SMM Variables:\n");
133 Print (
145 Print (L"Volatile SMM Variables:\n");
169 Print (
221 Print (L"Non-Volatile EFI Variables:\n");
225 Print (
239 Print (L"Volatile EFI Variables:\n");
243 Print (
257 Print (
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.c1377 Print strings that represent PCI device class, subclass and programmed I/F.
1415 // Print base class, sub class, and programming inferface name
1624 Print each capability structure.
1654 Print out information of the capability information.
1666 Print out information of the device capability information.
1678 Print out information of the device control information.
1690 Print out information of the device status information.
1702 Print out information of the device link information.
1714 Print out information of the device link control information.
1726 Print ou
[all...]

Completed in 81 milliseconds

123