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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DBootScriptSave.c109 @return InformationBufferSize The total size of INFORMATION OPCODE in boot script table.
122 UINTN InformationBufferSize; local
124 InformationBufferSize = 0;
139 InformationBufferSize += Information.InformationLength;
147 return InformationBufferSize;
158 @param InformationBufferSize The size of new Information buffer.
163 IN UINTN InformationBufferSize
208 ASSERT (FixedInformationBufferSize == InformationBufferSize);
227 UINTN InformationBufferSize; local
234 InformationBufferSize
[all...]

Completed in 43 milliseconds