Home | History | Annotate | Download | only in PiDxeS3BootScriptLib

Lines Matching refs:InformationLength

1713   @param InformationLength   Length of the data in bytes

1723 IN UINT32 InformationLength,
1731 Length = (UINT8)(sizeof (EFI_BOOT_SCRIPT_INFORMATION) + InformationLength);
1744 ScriptInformation.InformationLength = InformationLength;
1747 CopyMem ((VOID*)(Script + sizeof (EFI_BOOT_SCRIPT_INFORMATION)), (VOID *) Information, (UINTN) InformationLength);
2169 @param InformationLength Length of the label in bytes
2182 IN UINT32 InformationLength,
2190 Length = (UINT8)(sizeof (EFI_BOOT_SCRIPT_INFORMATION) + InformationLength);
2203 ScriptInformation.InformationLength = InformationLength;
2206 CopyMem ((VOID*)(Script + sizeof (EFI_BOOT_SCRIPT_INFORMATION)), (VOID *) Information, (UINTN) InformationLength);