Searched refs:InformationLength (Results 1 – 10 of 10) sorted by relevance
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/BootScriptSaveDxe/ |
D | ScriptSave.c | 412 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/MdeModulePkg/Library/PiDxeS3BootScriptLib/ |
D | BootScriptSave.c | 1723 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()
|
D | BootScriptInternalFormat.h | 147 UINT32 InformationLength; member
|
D | BootScriptExecute.c | 1216 for (Index = 0; Index < Information.InformationLength; Index++) { in BootScriptExecuteInformation() 1244 for (Index = 0; Index < Information.InformationLength; Index++) { in BootScriptExecuteLabel()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/ |
D | EfiBootScript.h | 194 UINT32 InformationLength; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/ |
D | ScriptSave.c | 588 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/ |
D | S3SaveState.c | 416 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/ |
D | SmmS3SaveState.c | 415 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/Include/Library/ |
D | S3BootScriptLib.h | 364 IN UINT32 InformationLength,
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseS3BootScriptLibNull/ |
D | BootScriptLib.c | 327 IN UINT32 InformationLength, in S3BootScriptSaveInformation() argument
|