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

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BBSsupport.h 68 @param EnBootOption Callee allocated buffer containing the enabled Boot Option Numbers
77 UINT16 **EnBootOption,
BBSsupport.c 35 @param EnBootOption Callee allocated buffer containing the enabled Boot Option Numbers
44 UINT16 **EnBootOption,
73 *EnBootOption = AllocatePool (BootOrderSize);
81 ASSERT (*EnBootOption != NULL);
112 // Record the EnBootOption and DisBootOption according to the DevOrder
127 (*EnBootOption)[*EnBootOptionCount] = BootOrder[Index];
Variable.c     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/
LegacyBootMaintUi.c 129 @param EnBootOption Callee allocated buffer containing the enabled Boot Option Numbers
141 UINT16 **EnBootOption,
165 *EnBootOption = AllocatePool (BootOrderSize);
174 ASSERT (*EnBootOption != NULL);
201 // Record the EnBootOption and DisBootOption according to the DevOrder
216 (*EnBootOption)[*EnBootOptionCount] = BootOrder[Index];
280 UINT16 *EnBootOption;
290 EnBootOption = NULL;
416 &EnBootOption,
426 // 2. Deactivate the DisBootOption and activate the EnBootOption
    [all...]

Completed in 170 milliseconds