HomeSort by relevance Sort by last modified time
    Searched refs:BufferValue (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Presentation.c 336 if (Statement->BufferValue != NULL) {
340 if (Statement->OpCode->OpCode == EFI_IFR_ORDERED_LIST_OP && GetArrayData (Statement->BufferValue, Statement->ValueType, 0) == 0) {
344 DisplayStatement->CurrentValue.Buffer = AllocateCopyPool(Statement->StorageWidth,Statement->BufferValue);
    [all...]
Setup.c     [all...]
IfrParse.c 974 if (Statement->BufferValue != NULL) {
975 FreePool (Statement->BufferValue);
    [all...]
Setup.h 337 UINT8 *BufferValue; // Edit copy for string, password, orderedlist
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
UefiIfrParser.h 208 UINT8 *BufferValue; // Edit copy for string, password, orderedlist
UefiIfrParser.c 860 CurrentStatement->BufferValue = AllocateZeroPool (CurrentStatement->StorageWidth);
889 CurrentStatement->BufferValue = AllocateZeroPool (CurrentStatement->StorageWidth);
907 CurrentStatement->BufferValue = AllocateZeroPool (CurrentStatement->StorageWidth);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
DriverSample.c     [all...]

Completed in 119 milliseconds