Home
last modified time | relevance | path

Searched refs:InformationLength (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/
DBootScriptSave.c1723 IN UINT32 InformationLength, in S3BootScriptSaveInformation() argument
1731 Length = (UINT8)(sizeof (EFI_BOOT_SCRIPT_INFORMATION) + InformationLength); in S3BootScriptSaveInformation()
1744 ScriptInformation.InformationLength = InformationLength; in S3BootScriptSaveInformation()
1747 …)(Script + sizeof (EFI_BOOT_SCRIPT_INFORMATION)), (VOID *) Information, (UINTN) InformationLength); in S3BootScriptSaveInformation()
2182 IN UINT32 InformationLength, in S3BootScriptLabelInternal() argument
2190 Length = (UINT8)(sizeof (EFI_BOOT_SCRIPT_INFORMATION) + InformationLength); in S3BootScriptLabelInternal()
2203 ScriptInformation.InformationLength = InformationLength; in S3BootScriptLabelInternal()
2206 …)(Script + sizeof (EFI_BOOT_SCRIPT_INFORMATION)), (VOID *) Information, (UINTN) InformationLength); in S3BootScriptLabelInternal()
DBootScriptInternalFormat.h147 UINT32 InformationLength; member
DBootScriptExecute.c1216 for (Index = 0; Index < Information.InformationLength; Index++) { in BootScriptExecuteInformation()
1244 for (Index = 0; Index < Information.InformationLength; Index++) { in BootScriptExecuteLabel()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/BootScriptSaveDxe/
DScriptSave.c412 UINT32 InformationLength; in BootScriptInformation()
415 InformationLength = VA_ARG (Marker, UINT32); in BootScriptInformation()
417 return S3BootScriptSaveInformation (InformationLength, (VOID*)(UINTN)Information); in BootScriptInformation()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
DEfiBootScript.h194 UINT32 InformationLength; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/
DScriptSave.c588 UINT32 InformationLength; in BootScriptInformation() local
591 InformationLength = VA_ARG (Marker, UINT32); in BootScriptInformation()
597 InformationLength, in BootScriptInformation()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/
DS3SaveState.c416 UINT32 InformationLength; in BootScriptWriteInformation() local
419 InformationLength = VA_ARG (Marker, UINT32); in BootScriptWriteInformation()
421 return S3BootScriptSaveInformation (InformationLength, (VOID*)(UINTN)Information); in BootScriptWriteInformation()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/SmmS3SaveState/
DSmmS3SaveState.c415 UINT32 InformationLength; in BootScriptWriteInformation() local
418 InformationLength = VA_ARG (Marker, UINT32); in BootScriptWriteInformation()
420 return S3BootScriptSaveInformation (InformationLength, (VOID*)(UINTN)Information); in BootScriptWriteInformation()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseS3BootScriptLibNull/
DBootScriptLib.c327 IN UINT32 InformationLength, in S3BootScriptSaveInformation() argument
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DS3BootScriptLib.h364 IN UINT32 InformationLength,