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

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyBootSupport.c63 if (BbsTable[Index].BootPriority == BBS_IGNORE_ENTRY) {
71 (UINTN) BbsTable[Index].BootPriority,
1132 (LocalBbsTable[2 * Index + 1].BootPriority == BBS_IGNORE_ENTRY)
1134 LocalBbsTable[2 * Index + 1].BootPriority = BBS_UNPRIORITIZED_ENTRY;
1138 (LocalBbsTable[2 * Index + 2].BootPriority == BBS_IGNORE_ENTRY)
1140 LocalBbsTable[2 * Index + 2].BootPriority = BBS_UNPRIORITIZED_ENTRY;
1165 if ((LocalBbsTable[Index].BootPriority != BBS_DO_NOT_BOOT_FROM) &&
1166 (LocalBbsTable[Index].BootPriority != BBS_UNPRIORITIZED_ENTRY) &&
1167 (LocalBbsTable[Index].BootPriority != BBS_IGNORE_ENTRY)) {
1429 UINT16 BootPriority; local
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/
H A DLegacyBios.h300 // BBS_IGNORE_ENTRY is placed in the BootPriority field if the entry is to
302 // BBS_UNPRIORITIZED_ENTRY is placed in the BootPriority field before
322 UINT16 BootPriority; member in struct:__anon4526
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
H A DLegacyBios.h618 UINT16 BootPriority; member in struct:__anon5631

Completed in 427 milliseconds