Searched defs:VarBuffer (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/UefiHiiLib/
H A DHiiLib.c951 UINT8 *VarBuffer; local
969 // 1. Get the current setting to current block data array and Convert them into VarBuffer
995 VarBuffer = AllocateZeroPool (MaxBufferSize);
996 if (VarBuffer == NULL) {
1087 // Check whether VarBuffer is enough
1090 VarBuffer = ReallocatePool (
1093 VarBuffer
1095 if (VarBuffer == NULL) {
1105 CopyMem (VarBuffer + Offset, TmpBuffer, Width);
1290 CopyMem (&VarValue, VarBuffer
[all...]

Completed in 45 milliseconds