Home
last modified time | relevance | path

Searched refs:BBS_BBS_DP (Results 1 – 16 of 16) sorted by relevance

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
DPlatformData.c156 BBS_BBS_DP,
172 BBS_BBS_DP,
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
DBBSsupport.c92 (DevicePathSubType (BootOption->DevicePath) == BBS_BBS_DP)) { in OrderLegacyBootOption4SameType()
205 (DevicePathSubType (BootOption->DevicePath) == BBS_BBS_DP)) { in GroupMultipleLegacyBootOption4SameType()
DBootOption.c470 BbsDevicePathNode.Header.SubType = BBS_BBS_DP; in BOpt_FindFileSystem()
988 if ((BBS_DEVICE_PATH == DevicePath->Type) && (BBS_BBS_DP == DevicePath->SubType)) { in BOpt_GetBootOptions()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootManagerLib/
DLegacyBm.c58 (DevicePathSubType (DevicePath) == BBS_BBS_DP)); in LegacyBmDeviceType()
359 (DevicePathSubType (BootOption[Index].FilePath) == BBS_BBS_DP)) { in LegacyBmDeleteAllBootOptions()
443 (DevicePathSubType (BootOption[Index].FilePath) != BBS_BBS_DP)) { in LegacyBmDeleteAllInvalidBootOptions()
548 BbsNode->Header.SubType = BBS_BBS_DP; in LegacyBmCreateLegacyBootOption()
1229 (DevicePathSubType (BootOption->FilePath) == BBS_BBS_DP)) { in LegacyBmRefreshBbsTableForBoot()
1255 (DevicePathSubType (Option[Index].FilePath) != BBS_BBS_DP)) { in LegacyBmRefreshBbsTableForBoot()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootManagerLib/
DBootManager.c340 (DevicePathSubType (BootOption.FilePath) == BBS_BBS_DP)) { in GroupMultipleLegacyBootOption4SameType()
513 (DevicePathSubType (BootOption[Index].FilePath) == BBS_BBS_DP) in UpdateBootManager()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/
DBootManager.c290 (DevicePathSubType (Option->DevicePath) == BBS_BBS_DP) in CallBootManager()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiDevicePath.h449 #define BBS_BBS_DP 0x01 macro
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDevicePath.h1164 #define BBS_BBS_DP 0x01 macro
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsBoot.c466 if ((BBS_DEVICE_PATH == DevicePath->Type) && (BBS_BBS_DP == DevicePath->SubType)) { in BdsIsLegacyBootOption()
753 BbsDevPathNode.Header.SubType = BBS_BBS_DP; in BdsCreateOneLegacyBootOption()
1610 if (BBS_DEVICE_PATH != DevPath->Type || BBS_BBS_DP != DevPath->SubType) { in BdsRefreshBbsTableForBoot()
2306 (DevicePathSubType (Option->DevicePath) == BBS_BBS_DP) in BdsLibBootViaBootOption()
2992 (DevicePathSubType (OptionDevicePath) == BBS_BBS_DP)) { in BdsDeleteAllInvalidEfiBootOption()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsBoot.c468 if ((BBS_DEVICE_PATH == DevicePath->Type) && (BBS_BBS_DP == DevicePath->SubType)) { in BdsIsLegacyBootOption()
755 BbsDevPathNode.Header.SubType = BBS_BBS_DP; in BdsCreateOneLegacyBootOption()
1612 if (BBS_DEVICE_PATH != DevPath->Type || BBS_BBS_DP != DevPath->SubType) { in BdsRefreshBbsTableForBoot()
2317 (DevicePathSubType (Option->DevicePath) == BBS_BBS_DP) in BdsLibBootViaBootOption()
3003 (DevicePathSubType (OptionDevicePath) == BBS_BBS_DP)) { in BdsDeleteAllInvalidEfiBootOption()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/
DLegacyBootMaintUi.c159 (DevicePathSubType (BootOption.FilePath) == BBS_BBS_DP)) { in OrderLegacyBootOption4SameType()
1308 (DevicePathSubType (BootOption[Index].FilePath) != BBS_BBS_DP) in GetLegacyOptions()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/
DBootOption.c367 if ((BBS_DEVICE_PATH == DevicePath->Type) && (BBS_BBS_DP == DevicePath->SubType)) { in BOpt_GetBootOptions()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmBoot.c1806 …ption->FilePath) == BBS_DEVICE_PATH) && (DevicePathSubType (BootOption->FilePath) == BBS_BBS_DP)) { in EfiBootManagerBoot()
2257 (DevicePathSubType (NvBootOptions[Index].FilePath) != BBS_BBS_DP) in EfiBootManagerRefreshAllBootOption()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyBootSupport.c1556 mBbsDevicePathNode.Header.SubType = BBS_BBS_DP; in LegacyBiosBootUnconventionalDevice()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathToText.c2169 {BBS_DEVICE_PATH, BBS_BBS_DP, DevPathToTextBBS },
DDevicePathFromText.c3399 BBS_BBS_DP, in DevPathFromTextBBS()