/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/Rand/ |
H A D | CryptRand.c | 62 If Output is NULL, then return FALSE. 64 @param[out] Output Pointer to buffer to receive random value. 74 OUT UINT8 *Output, 81 if (Output == NULL) { 88 if (RAND_bytes (Output, (UINT32) Size) != 1) { 73 RandomBytes( OUT UINT8 *Output, IN UINTN Size ) argument
|
H A D | CryptRandItc.c | 70 If Output is NULL, then return FALSE. 72 @param[out] Output Pointer to buffer to receive random value. 82 OUT UINT8 *Output, 89 if (Output == NULL) { 96 if (RAND_bytes (Output, (UINT32) Size) != 1) { 81 RandomBytes( OUT UINT8 *Output, IN UINTN Size ) argument
|
H A D | CryptRandTsc.c | 70 If Output is NULL, then return FALSE. 72 @param[out] Output Pointer to buffer to receive random value. 82 OUT UINT8 *Output, 89 if (Output == NULL) { 96 if (RAND_bytes (Output, (UINT32) Size) != 1) { 81 RandomBytes( OUT UINT8 *Output, IN UINTN Size ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/ |
H A D | StringFuncs.c | 151 STRING_LIST *Output; local 160 Output = NewStringList (); 179 AppendCopyOfStringToList (&Output, Pos); 185 return Output;
|
H A D | EfiCompress.c | 169 Output ( 907 Output(mText[mPos - 1], 0); 914 Output(LastMatchLen + (UINT8_MAX + 1 - THRESHOLD), 1177 Output ( function
|
H A D | TianoCompress.c | 176 Output ( 972 Output (mText[mPos - 1], 0); 978 Output (mText[mPos - 1], 0); 985 Output ( 1293 Output ( function
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/ |
H A D | Connect.c | 23 @param[in] Output TRUE to have info on the screen, FALSE otherwise. 24 @param[in] AlwaysOutput Override Output for errors. 34 IN CONST BOOLEAN Output, 76 if ((Output && !EFI_ERROR(Status)) || AlwaysOutput) { 85 if ((Output && !EFI_ERROR(Status)) || AlwaysOutput) { 177 @param[in] Output TRUE to have output to screen. FALSE otherwise. 187 IN CONST BOOLEAN Output 220 return (ConnectControllers(Handle1, Handle2, Recursive, Output, (BOOLEAN)(Handle2 != NULL && Handle1 != NULL))); 30 ConnectControllers( IN CONST EFI_HANDLE ControllerHandle OPTIONAL, IN CONST EFI_HANDLE DriverHandle OPTIONAL, IN CONST BOOLEAN Recursive, IN CONST BOOLEAN Output, IN CONST BOOLEAN AlwaysOutput ) argument
|
/vbox/include/iprt/cpp/ |
H A D | xml.h | 203 class RT_DECL_CLASS Output : virtual public Stream class in namespace:xml 240 class RT_DECL_CLASS File : public Input, public Output 300 * See Output::write(). If this method is called in wrong file mode, 306 * See Output::truncate(). If this method is called in wrong file mode,
|
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/ |
H A D | Ike.h | 206 UDP_IO *Output; member in struct:__anon12517
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/ |
H A D | VfrFormPkg.cpp | 321 IN FILE *Output, 330 if (Output == NULL) { 337 fwrite (PkgHdr, sizeof (EFI_HII_PACKAGE_HEADER), 1, Output); 343 fwrite (Buffer, Size, 1, Output); 347 fwrite (PkgData->Buffer, PkgData->Size, 1, Output); 320 BuildPkg( IN FILE *Output, IN PACKAGE_DATA *PkgData ) argument
|
H A D | VfrUtilityLib.cpp | 375 CVfrBinaryOutput Output; local 394 Output.WriteLine (pFile, BYTES_PRE_LINE, " ", (CHAR8 *)&TotalLen, sizeof (UINT32)); 398 Output.WriteLine (pFile, BYTES_PRE_LINE, " ", (CHAR8 *)&Info->mOffset, sizeof (UINT16)); 399 Output.WriteLine (pFile, BYTES_PRE_LINE, " ", (CHAR8 *)&Info->mWidth, sizeof (UINT16)); 412 Output.WriteLine (pFile, BYTES_PRE_LINE, " ", (CHAR8 *)&TotalLen, sizeof (UINT32)); 416 Output.WriteLine (pFile, BYTES_PRE_LINE, " ", (CHAR8 *)&Info->mOffset, sizeof (UINT16)); 417 Output.WriteLine (pFile, BYTES_PRE_LINE, " ", (CHAR8 *)&Info->mWidth, sizeof (UINT16)); 419 Output.WriteEnd (pFile, BYTES_PRE_LINE, " ", (CHAR8 *)Info->mValue, Info->mWidth); 421 Output.WriteLine (pFile, BYTES_PRE_LINE, " ", (CHAR8 *)Info->mValue, Info->mWidth);
|
/vbox/src/VBox/Runtime/common/alloc/ |
H A D | memtracker.cpp | 179 * Output callback structure. 949 RTMEMTRACKEROUTPUT Output; local 950 Output.pfnPrintf = rtMemTrackerDumpLogOutput; 951 rtMemTrackerDumpAllWorker(pTracker, &Output); 965 RTMEMTRACKEROUTPUT Output; local 966 Output.pfnPrintf = rtMemTrackerDumpLogOutput; 967 rtMemTrackerDumpStatsWorker(pTracker, &Output, fVerbose); 992 RTMEMTRACKEROUTPUT Output; local 993 Output.pfnPrintf = rtMemTrackerDumpLogRelOutput; 994 rtMemTrackerDumpAllWorker(pTracker, &Output); 1008 RTMEMTRACKEROUTPUT Output; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/TianoCompress/ |
H A D | TianoCompress.c | 794 Output (mText[mPos - 1], 0); 800 Output (mText[mPos - 1], 0); 807 Output ( 1116 Output ( function 1597 FileBuffer - Output buffer to contain data 1847 Error (NULL, 0, 1003, "Invalid option value", "Output File name is missing for -o option");
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxws-tools.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ... |