Searched refs:InformationLength (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DBootScriptSave.c139 InformationBufferSize += Information.InformationLength;
193 Information.InformationLength
200 FixedInformationBufferSize += Information.InformationLength;
1371 @param InformationLength Length of the data in bytes
1382 IN UINT32 InformationLength,
1403 InformationLength,
1421 ScriptInformation.InformationLength = InformationLength;
1423 CopyMem ((VOID *)(UINTN)Buffer, Information,(UINTN) InformationLength);
1824 @param InformationLength Lengt
1381 S3BootScriptSaveInformation( IN UINT32 InformationLength, IN VOID *Information ) argument
1834 S3BootScriptLabelInternal( IN BOOLEAN BeforeOrAfter, IN OUT VOID **Position OPTIONAL, IN UINT32 InformationLength, IN CONST CHAR8 *Information ) argument
[all...]
H A DBootScriptInternalFormat.h147 UINT32 InformationLength; member in struct:__anon11102
H A DBootScriptExecute.c1210 for (Index = 0; Index < Information.InformationLength; Index++) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/
H A DS3SaveState.c399 UINT32 InformationLength; local
402 InformationLength = VA_ARG (Marker, UINT32);
404 return S3BootScriptSaveInformation (InformationLength, (VOID*)(UINTN)Information);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/SmmS3SaveState/
H A DSmmS3SaveState.c398 UINT32 InformationLength; local
401 InformationLength = VA_ARG (Marker, UINT32);
403 return S3BootScriptSaveInformation (InformationLength, (VOID*)(UINTN)Information);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DS3BootScriptLib.h348 @param[in] InformationLength Length of the data in bytes
360 IN UINT32 InformationLength,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseS3BootScriptLibNull/
H A DBootScriptLib.c311 @param InformationLength Length of the data in bytes
322 IN UINT32 InformationLength,
321 S3BootScriptSaveInformation( IN UINT32 InformationLength, IN VOID *Information ) argument

Completed in 68 milliseconds