Home | History | Annotate | Download | only in LegacyBiosDxe

Lines Matching defs:BbsCount

871   UINT16                            BbsCount;

885 BbsCount = 0;
1117 &BbsCount,
1164 for (Index = 0; Index < BbsCount; Index++){
1171 if (Index == BbsCount) {
1371 @param BbsCount Number of BBS_TABLE structures
1381 OUT UINT16 *BbsCount,
1395 *BbsCount = (UINT16) (sizeof (Private->IntThunk->BbsTable) / sizeof (BBS_TABLE));