Home | History | Annotate | Download | only in GenericBdsLib

Lines Matching refs:BbsIndex

442   @param BbsIndex        The table index.

452 OUT UINT16 *BbsIndex
470 *BbsIndex = *(UINT16 *) Ptr;
503 UINT16 BbsIndex;
577 if (!BdsIsLegacyBootOption (BootOptionVar, &BbsEntry, &BbsIndex)) {
585 if (BbsIndex < BbsCount) {
591 &LocalBbsTable[BbsIndex],
592 BbsIndex,
601 if (!((LocalBbsTable[BbsIndex].BootPriority == BBS_IGNORE_ENTRY) ||
602 (LocalBbsTable[BbsIndex].BootPriority == BBS_DO_NOT_BOOT_FROM)) &&
603 (LocalBbsTable[BbsIndex].DeviceType == BbsEntry->DeviceType) &&
650 @param BbsIndex The BBS table index.
664 OUT UINT16 *BbsIndex,
699 if (!BdsIsLegacyBootOption (BootOptionVar, &BbsEntry, BbsIndex)) {
803 UINT16 BbsIndex;
852 &BbsIndex,
868 BbsIndex = Index;
873 ASSERT (BbsIndex == Index);
1379 @param BbsIndex The BBS index to set the highest priority. Ignore when -1.
1391 IN UINTN BbsIndex,
1424 if (BbsIndex != (UINTN) -1) {
1425 LocalBbsTable[BbsIndex].BootPriority = *Priority;
1436 } else if (DevOrderPtr->Data[Index] != BbsIndex) {
1509 UINT16 BbsIndex;
1568 BbsIndex = *(UINT16 *) ((BBS_TABLE *) Entry->LoadOptions + 1);
1571 BbsIndex,