Searched refs:LocalBbsTable (Results 1 – 5 of 5) sorted by relevance
769 BBS_TABLE *LocalBbsTable; in LegacyBmUpdateDevOrder() local817 &LocalBbsTable in LegacyBmUpdateDevOrder()825 return LegacyBmCreateDevOrder (LocalBbsTable, BbsCount); in LegacyBmUpdateDevOrder()831 if (!LegacyBmValidBbsEntry (&LocalBbsTable[Index])) { in LegacyBmUpdateDevOrder()835 switch (LocalBbsTable[Index].DeviceType) { in LegacyBmUpdateDevOrder()880 if (!LegacyBmValidBbsEntry (&LocalBbsTable[Ptr->Data[Index] & 0xFF]) || in LegacyBmUpdateDevOrder()881 LocalBbsTable[Ptr->Data[Index] & 0xFF].DeviceType != BBS_FLOPPY in LegacyBmUpdateDevOrder()899 if (!LegacyBmValidBbsEntry (&LocalBbsTable[Ptr->Data[Index] & 0xFF]) || in LegacyBmUpdateDevOrder()900 LocalBbsTable[Ptr->Data[Index] & 0xFF].DeviceType != BBS_HARDDISK in LegacyBmUpdateDevOrder()918 if (!LegacyBmValidBbsEntry (&LocalBbsTable[Ptr->Data[Index] & 0xFF]) || in LegacyBmUpdateDevOrder()[all …]
501 BBS_TABLE *LocalBbsTable; in BdsDeleteAllInvalidLegacyBootOptions() local516 LocalBbsTable = NULL; in BdsDeleteAllInvalidLegacyBootOptions()538 &LocalBbsTable in BdsDeleteAllInvalidLegacyBootOptions()591 &LocalBbsTable[BbsIndex], in BdsDeleteAllInvalidLegacyBootOptions()601 if (!((LocalBbsTable[BbsIndex].BootPriority == BBS_IGNORE_ENTRY) || in BdsDeleteAllInvalidLegacyBootOptions()602 (LocalBbsTable[BbsIndex].BootPriority == BBS_DO_NOT_BOOT_FROM)) && in BdsDeleteAllInvalidLegacyBootOptions()603 (LocalBbsTable[BbsIndex].DeviceType == BbsEntry->DeviceType) && in BdsDeleteAllInvalidLegacyBootOptions()802 BBS_TABLE *LocalBbsTable; in BdsAddNonExistingLegacyBootOptions() local813 LocalBbsTable = NULL; in BdsAddNonExistingLegacyBootOptions()825 &LocalBbsTable in BdsAddNonExistingLegacyBootOptions()[all …]
503 BBS_TABLE *LocalBbsTable; in BdsDeleteAllInvalidLegacyBootOptions() local518 LocalBbsTable = NULL; in BdsDeleteAllInvalidLegacyBootOptions()540 &LocalBbsTable in BdsDeleteAllInvalidLegacyBootOptions()593 &LocalBbsTable[BbsIndex], in BdsDeleteAllInvalidLegacyBootOptions()603 if (!((LocalBbsTable[BbsIndex].BootPriority == BBS_IGNORE_ENTRY) || in BdsDeleteAllInvalidLegacyBootOptions()604 (LocalBbsTable[BbsIndex].BootPriority == BBS_DO_NOT_BOOT_FROM)) && in BdsDeleteAllInvalidLegacyBootOptions()605 (LocalBbsTable[BbsIndex].DeviceType == BbsEntry->DeviceType) && in BdsDeleteAllInvalidLegacyBootOptions()804 BBS_TABLE *LocalBbsTable; in BdsAddNonExistingLegacyBootOptions() local815 LocalBbsTable = NULL; in BdsAddNonExistingLegacyBootOptions()827 &LocalBbsTable in BdsAddNonExistingLegacyBootOptions()[all …]
931 BBS_TABLE *LocalBbsTable; in PrepareToBoot() local952 LocalBbsTable = BbsTable; in PrepareToBoot()972 if ((LocalBbsTable[Index].BootPriority != BBS_UNPRIORITIZED_ENTRY) && in PrepareToBoot()973 (LocalBbsTable[Index].BootPriority != BBS_IGNORE_ENTRY) && in PrepareToBoot()974 (LocalBbsTable[Index].BootPriority != BBS_LOWEST_PRIORITY) && in PrepareToBoot()975 (Priority <= LocalBbsTable[Index].BootPriority)) { in PrepareToBoot()976 Priority = (UINT16) (LocalBbsTable[Index].BootPriority + 1); in PrepareToBoot()986 if ((LocalBbsTable[Index].BootPriority == BBS_UNPRIORITIZED_ENTRY) && in PrepareToBoot()987 (LocalBbsTable[Index].DeviceType == DevicePathType)) { in PrepareToBoot()988 LocalBbsTable[Index].BootPriority = Priority; in PrepareToBoot()[all …]
872 BBS_TABLE *LocalBbsTable; in GenericLegacyBoot() local886 LocalBbsTable = NULL; in GenericLegacyBoot()1118 &LocalBbsTable in GenericLegacyBoot()1123 PrintBbsTable (LocalBbsTable); in GenericLegacyBoot()1132 (LocalBbsTable[2 * Index + 1].BootPriority == BBS_IGNORE_ENTRY) in GenericLegacyBoot()1134 LocalBbsTable[2 * Index + 1].BootPriority = BBS_UNPRIORITIZED_ENTRY; in GenericLegacyBoot()1138 (LocalBbsTable[2 * Index + 2].BootPriority == BBS_IGNORE_ENTRY) in GenericLegacyBoot()1140 LocalBbsTable[2 * Index + 2].BootPriority = BBS_UNPRIORITIZED_ENTRY; in GenericLegacyBoot()1165 if ((LocalBbsTable[Index].BootPriority != BBS_DO_NOT_BOOT_FROM) && in GenericLegacyBoot()1166 (LocalBbsTable[Index].BootPriority != BBS_UNPRIORITIZED_ENTRY) && in GenericLegacyBoot()[all …]