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

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BBSsupport.h 70 @param DisBootOption Callee allocated buffer containing the disabled Boot Option Numbers
79 UINT16 **DisBootOption,
BBSsupport.c 37 @param DisBootOption Callee allocated buffer containing the disabled Boot Option Numbers
46 UINT16 **DisBootOption,
74 *DisBootOption = AllocatePool (BootOrderSize);
82 ASSERT (*DisBootOption != NULL);
112 // Record the EnBootOption and DisBootOption according to the DevOrder
124 (*DisBootOption)[*DisBootOptionCount] = BootOrder[Index];
Variable.c     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/
LegacyBootMaintUi.c 131 @param DisBootOption Callee allocated buffer containing the disabled Boot Option Numbers
143 UINT16 **DisBootOption,
166 *DisBootOption = AllocatePool (BootOrderSize);
175 ASSERT (*DisBootOption != NULL);
201 // Record the EnBootOption and DisBootOption according to the DevOrder
213 (*DisBootOption)[*DisBootOptionCount] = BootOrder[Index];
282 UINT16 *DisBootOption;
291 DisBootOption = NULL;
418 &DisBootOption,
426 // 2. Deactivate the DisBootOption and activate the EnBootOption
    [all...]

Completed in 162 milliseconds