Searched refs:BootPriority (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyBbs.c161 // 16-bit code during Legacy16UpdateBbs invocation. Final BootPriority
169 BbsTable[0].BootPriority = BBS_UNPRIORITIZED_ENTRY;
172 BbsTable[0].BootPriority = BBS_LOWEST_PRIORITY;
174 BbsTable[0].BootPriority = BBS_IGNORE_ENTRY;
223 BbsTable[BbsIndex + Index].BootPriority = BBS_IGNORE_ENTRY;
227 BbsTable[BbsIndex + Index].BootPriority = BBS_UNPRIORITIZED_ENTRY;
239 BbsTable[BbsIndex + Index].BootPriority = BBS_IGNORE_ENTRY;
243 BbsTable[BbsIndex + Index].BootPriority = BBS_UNPRIORITIZED_ENTRY;
255 BbsTable[BbsIndex + Index].BootPriority = BBS_IGNORE_ENTRY;
H A DLegacyBootSupport.c59 if (BbsTable[Index].BootPriority == BBS_IGNORE_ENTRY) {
67 (UINTN) BbsTable[Index].BootPriority,
1078 (LocalBbsTable[2 * Index + 1].BootPriority == BBS_IGNORE_ENTRY)
1080 LocalBbsTable[2 * Index + 1].BootPriority = BBS_UNPRIORITIZED_ENTRY;
1084 (LocalBbsTable[2 * Index + 2].BootPriority == BBS_IGNORE_ENTRY)
1086 LocalBbsTable[2 * Index + 2].BootPriority = BBS_UNPRIORITIZED_ENTRY;
1111 if ((LocalBbsTable[Index].BootPriority != BBS_DO_NOT_BOOT_FROM) &&
1112 (LocalBbsTable[Index].BootPriority != BBS_UNPRIORITIZED_ENTRY) &&
1113 (LocalBbsTable[Index].BootPriority != BBS_IGNORE_ENTRY)) {
1347 UINT16 BootPriority; local
[all...]
H A DLegacyPci.c1514 BbsTable[BbsIndex].BootPriority = BBS_UNPRIORITIZED_ENTRY;
1554 BbsTable[BbsIndex].BootPriority = BBS_IGNORE_ENTRY;
H A DLegacyBios.c549 BbsTable[Index].BootPriority = BBS_IGNORE_ENTRY;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBBSsupport.c680 if (!((LocalBbsTable[BbsIndex].BootPriority == BBS_IGNORE_ENTRY) ||
681 (LocalBbsTable[BbsIndex].BootPriority == BBS_DO_NOT_BOOT_FROM)) &&
855 BbsItem->BootPriority = 0x00;
927 if ((LocalBbsTable[Index].BootPriority == BBS_IGNORE_ENTRY) ||
928 (LocalBbsTable[Index].BootPriority == BBS_DO_NOT_BOOT_FROM)
1027 if (BbsTable[Index].BootPriority == BBS_IGNORE_ENTRY) {
1087 if (BbsTable[Index].BootPriority == BBS_IGNORE_ENTRY) {
1261 if ((LocalBbsTable[Index].BootPriority == BBS_IGNORE_ENTRY) ||
1262 (LocalBbsTable[Index].BootPriority == BBS_DO_NOT_BOOT_FROM)
1314 if (LocalBbsTable[Ptr->Data[Index] & 0xFF].BootPriority
[all...]
H A DBootOption.c758 if ((BBS_IGNORE_ENTRY == BbsTable[Index].BootPriority) ||
759 (BBS_DO_NOT_BOOT_FROM == BbsTable[Index].BootPriority)
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Csm/CsmSupportLib/
H A DLegacyPlatform.c972 if ((LocalBbsTable[Index].BootPriority != BBS_UNPRIORITIZED_ENTRY) &&
973 (LocalBbsTable[Index].BootPriority != BBS_IGNORE_ENTRY) &&
974 (LocalBbsTable[Index].BootPriority != BBS_LOWEST_PRIORITY) &&
975 (Priority <= LocalBbsTable[Index].BootPriority)) {
976 Priority = (UINT16) (LocalBbsTable[Index].BootPriority + 1);
986 if ((LocalBbsTable[Index].BootPriority == BBS_UNPRIORITIZED_ENTRY) &&
988 LocalBbsTable[Index].BootPriority = Priority;
995 if ((LocalBbsTable[Index].BootPriority == BBS_UNPRIORITIZED_ENTRY) &&
998 LocalBbsTable[Index].BootPriority = Priority;
1014 if (LocalBbsTable[Index].BootPriority
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DLegacyBios.h593 UINT16 BootPriority; member in struct:__anon10748
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp1248 nic->COMGETTER(BootPriority)(&ulBootPriority);
H A DVBoxManageModifyVM.cpp1380 CHECK_ERROR(nic, COMSETTER(BootPriority)(ValueUnion.u32));
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp2512 hrc = networkAdapter->COMGETTER(BootPriority)(&nic.mBootPrio); H();

Completed in 1638 milliseconds