Searched defs:BbsType (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Include/Guid/
H A DLegacyDevOrder.h32 BBS_TYPE BbsType; member in struct:__anon10442
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DUpdatePage.c1259 BBS_TYPE BbsType; local
1281 BbsType = BBS_FLOPPY;
1300 BbsType = BBS_FLOPPY;
1310 BbsType = BBS_HARDDISK;
1320 BbsType = BBS_CDROM;
1330 BbsType = BBS_EMBED_NETWORK;
1340 BbsType = BBS_BEV_DEVICE;
1392 if (DevOrder->BbsType == BbsType) {
H A DBBSsupport.c430 UINT16 BbsType; local
434 BbsType = 0;
446 BbsType = mBootOptionBbsMapping[Index].BbsType;
463 // Find the start position for the BbsType in BootOption
466 if (mBootOptionBbsMapping[MappingIndex].BbsType == BbsType && mBootOptionBbsMapping[MappingIndex].BootOptionNumber == BootOption[Index]) {
531 ASSERT ((mBootOptionBbsMapping[MappingIndex].BbsType & 0xF) <
533 NextIndex = &DeviceTypeIndex[mBootOptionBbsMapping[MappingIndex].BbsType & 0xF];
974 mBootOptionBbsMapping[mBootOptionBbsMappingCount].BbsType
1017 BdsFillDevOrderBuf( IN BBS_TABLE *BbsTable, IN BBS_TYPE BbsType, IN UINTN BbsCount, OUT UINT16 *Buf ) argument
[all...]
H A DBootMaint.h249 UINT16 BbsType; member in struct:__anon10488
366 BBS_TYPE BbsType; member in struct:__anon10498

Completed in 51 milliseconds