Home
last modified time | relevance | path

Searched refs:DevType (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootManagerLib/
DLegacyBm.c1183 UINT16 DevType; in LegacyBmRefreshBbsTableForBoot() local
1197 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()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsBoot.c661 IN UINT16 DevType, in BdsFindLegacyBootOptionByDevTypeAndName() argument
705 (BbsEntry->DeviceType != DevType) || in BdsFindLegacyBootOptionByDevTypeAndName()
1514 UINT16 DevType; in BdsRefreshBbsTableForBoot() local
1534 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 …]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsBoot.c663 IN UINT16 DevType, in BdsFindLegacyBootOptionByDevTypeAndName() argument
707 (BbsEntry->DeviceType != DevType) || in BdsFindLegacyBootOptionByDevTypeAndName()
1516 UINT16 DevType; in BdsRefreshBbsTableForBoot() local
1536 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 …]
/device/linaro/bootloader/edk2/FatPkg/FatPei/
DFatLiteApi.c154 PrivateData->BlockDevice[PrivateData->BlockDeviceCount].DevType = Media.DeviceType; in UpdateBlocksAndVolumes()
493 switch (PrivateData->BlockDevice[BlockDeviceNo].DevType) { in GetRecoveryCapsuleInfo()
DFatLitePeim.h74 EFI_PEI_BLOCK_DEVICE_TYPE DevType; member