Searched refs:DevType (Results 1 – 5 of 5) sorted by relevance
1183 UINT16 DevType; in LegacyBmRefreshBbsTableForBoot() local1197 DevType = BBS_UNKNOWN; in LegacyBmRefreshBbsTableForBoot()1233 DevType = LegacyBmDeviceType (BootOption->FilePath); in LegacyBmRefreshBbsTableForBoot()1236 DevType, in LegacyBmRefreshBbsTableForBoot()1251 DeviceType[0] = DevType; in LegacyBmRefreshBbsTableForBoot()1259 DevType = LegacyBmDeviceType (Option[Index].FilePath); in LegacyBmRefreshBbsTableForBoot()1261 if (DeviceType[DeviceTypeIndex] == DevType) { in LegacyBmRefreshBbsTableForBoot()1272 DeviceType[DeviceTypeCount] = DevType; in LegacyBmRefreshBbsTableForBoot()1276 DevType, in LegacyBmRefreshBbsTableForBoot()
661 IN UINT16 DevType, in BdsFindLegacyBootOptionByDevTypeAndName() argument705 (BbsEntry->DeviceType != DevType) || in BdsFindLegacyBootOptionByDevTypeAndName()1514 UINT16 DevType; in BdsRefreshBbsTableForBoot() local1534 DevType = BBS_UNKNOWN; in BdsRefreshBbsTableForBoot()1567 DevType = ((BBS_TABLE *) Entry->LoadOptions)->DeviceType; in BdsRefreshBbsTableForBoot()1570 DevType, in BdsRefreshBbsTableForBoot()1590 DeviceType[0] = DevType; in BdsRefreshBbsTableForBoot()1616 DevType = ((BBS_TABLE *) Ptr)->DeviceType; in BdsRefreshBbsTableForBoot()1618 if (DeviceType[DeviceTypeIndex] == DevType) { in BdsRefreshBbsTableForBoot()1630 DeviceType[DeviceTypeCount] = DevType; in BdsRefreshBbsTableForBoot()[all …]
663 IN UINT16 DevType, in BdsFindLegacyBootOptionByDevTypeAndName() argument707 (BbsEntry->DeviceType != DevType) || in BdsFindLegacyBootOptionByDevTypeAndName()1516 UINT16 DevType; in BdsRefreshBbsTableForBoot() local1536 DevType = BBS_UNKNOWN; in BdsRefreshBbsTableForBoot()1569 DevType = ((BBS_TABLE *) Entry->LoadOptions)->DeviceType; in BdsRefreshBbsTableForBoot()1572 DevType, in BdsRefreshBbsTableForBoot()1592 DeviceType[0] = DevType; in BdsRefreshBbsTableForBoot()1618 DevType = ((BBS_TABLE *) Ptr)->DeviceType; in BdsRefreshBbsTableForBoot()1620 if (DeviceType[DeviceTypeIndex] == DevType) { in BdsRefreshBbsTableForBoot()1632 DeviceType[DeviceTypeCount] = DevType; in BdsRefreshBbsTableForBoot()[all …]
154 PrivateData->BlockDevice[PrivateData->BlockDeviceCount].DevType = Media.DeviceType; in UpdateBlocksAndVolumes()493 switch (PrivateData->BlockDevice[BlockDeviceNo].DevType) { in GetRecoveryCapsuleInfo()
74 EFI_PEI_BLOCK_DEVICE_TYPE DevType; member