/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/ |
D | ConPlatform.c | 795 …if ((DevicePathType (NodeLeft) == ACPI_DEVICE_PATH && DevicePathSubType (NodeLeft) == ACPI_ADR_DP)… in IsGopSibling() 796 …(DevicePathType (NodeLeft) == HARDWARE_DEVICE_PATH && DevicePathSubType (NodeLeft) == HW_CONTROLLE… in IsGopSibling() 797 …DevicePathType (NextDevicePathNode (NodeLeft)) == ACPI_DEVICE_PATH && DevicePathSubType (NextDevic… in IsGopSibling() 807 …if ((DevicePathType (NodeRight) == ACPI_DEVICE_PATH && DevicePathSubType (NodeRight) == ACPI_ADR_D… in IsGopSibling() 808 …(DevicePathType (NodeRight) == HARDWARE_DEVICE_PATH && DevicePathSubType (NodeRight) == HW_CONTROL… in IsGopSibling() 809 …DevicePathType (NextDevicePathNode (NodeRight)) == ACPI_DEVICE_PATH && DevicePathSubType (NextDevi… in IsGopSibling() 1056 if ((DevicePathType (CheckDevicePath) == MESSAGING_DEVICE_PATH) && in IsHotPlugDevice() 1065 if ((DevicePathType (CheckDevicePath) == HARDWARE_DEVICE_PATH) && in IsHotPlugDevice()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/ |
D | ConsoleOption.c | 46 (DevicePathType (FlowControl) == MESSAGING_DEVICE_PATH) && in IsUartFlowControlNode() 67 (DevicePathType (Acpi) == ACPI_DEVICE_PATH) && in IsIsaSerialNode() 126 …if ((DevicePathType (Node) == MESSAGING_DEVICE_PATH) && (DevicePathSubType (Node) == MSG_UART_DP))… in ChangeTerminalDevicePath() 175 …if ((DevicePathType (Node1) == MESSAGING_DEVICE_PATH) && (DevicePathSubType (Node1) == MSG_UART_DP… in ChangeTerminalDevicePath() 250 …if ((DevicePathType (Node) == MESSAGING_DEVICE_PATH) && (DevicePathSubType (Node) == MSG_UART_DP))… in ChangeVariableDevicePath() 318 …if ((DevicePathType (DevicePath) == MESSAGING_DEVICE_PATH) && (DevicePathSubType (DevicePath) == M… in RetrieveUartUid() 466 …if ((DevicePathType (Node) == MESSAGING_DEVICE_PATH) && (DevicePathSubType (Node) == MSG_UART_DP))… in LocateSerialIo() 648 …if ((DevicePathType (Node) == MESSAGING_DEVICE_PATH) && (DevicePathSubType (Node) == MSG_UART_DP))… in UpdateComAttributeFromVariable() 694 …if ((DevicePathType (SerialNode) == MESSAGING_DEVICE_PATH) && (DevicePathSubType (SerialNode) == M… in UpdateComAttributeFromVariable() 959 …if ((DevicePathType (Node) == MESSAGING_DEVICE_PATH) && (DevicePathSubType (Node) == MSG_UART_DP))… in IsTerminalDevicePath() [all …]
|
D | BBSsupport.c | 91 if ((DevicePathType (BootOption->DevicePath) == BBS_DEVICE_PATH) && in OrderLegacyBootOption4SameType() 204 if ((DevicePathType (BootOption->DevicePath) == BBS_DEVICE_PATH) && in GroupMultipleLegacyBootOption4SameType()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/ |
D | BmBoot.c | 178 …if ((DevicePathType (FilePath) != HARDWARE_DEVICE_PATH) || (DevicePathSubType (FilePath) != HW_MEM… in BmGetFileBufferByFvFilePath() 253 …if ((DevicePathType (DevicePath) == HARDWARE_DEVICE_PATH) && (DevicePathSubType (DevicePath) == HW… in BmIsFvFilePath() 255 …if ((DevicePathType (DevicePath) == MEDIA_DEVICE_PATH) && (DevicePathSubType (DevicePath) == MEDIA… in BmIsFvFilePath() 286 if ((DevicePathType (UsbClass) != MESSAGING_DEVICE_PATH) || in BmMatchUsbClass() 376 if ((DevicePathType (UsbWwid) != MESSAGING_DEVICE_PATH) || in BmMatchUsbWwid() 1080 …if ((DevicePathType (Left) != MESSAGING_DEVICE_PATH) || (DevicePathType (Right) != MESSAGING_DEVIC… in BmMatchHttpBootDevicePath() 1138 … (DevicePathType (Node) == MEDIA_DEVICE_PATH) && (DevicePathSubType (Node) == MEDIA_RAM_DISK_DP)) { in BmGetFileBufferFromLoadFileSystem() 1182 (DevicePathType (Node) == MEDIA_DEVICE_PATH) && in BmGetRamDiskDevicePath() 1228 ASSERT ((DevicePathType (RamDiskDevicePath) == MEDIA_DEVICE_PATH) && in BmGetRamDiskMemoryInfo() 1465 if ((DevicePathType (FilePath) == MEDIA_DEVICE_PATH) && in EfiBootManagerGetLoadOptionBuffer() [all …]
|
D | BmConsole.c | 185 …if (DevicePathType (Previous) == ACPI_DEVICE_PATH && DevicePathSubType (Previous) == ACPI_ADR_DP) { in EfiBootManagerGetGopDevicePath() 204 …if (DevicePathType (Previous) == HARDWARE_DEVICE_PATH && DevicePathSubType (Previous) == HW_CONTRO… in EfiBootManagerGetGopDevicePath() 575 if ((DevicePathType (Instance) == MESSAGING_DEVICE_PATH) && in EfiBootManagerConnectConsoleVariable() 584 if (DevicePathType (Next) == ACPI_DEVICE_PATH && DevicePathSubType (Next) == ACPI_ADR_DP) { in EfiBootManagerConnectConsoleVariable() 586 } else if (DevicePathType (Next) == HARDWARE_DEVICE_PATH && in EfiBootManagerConnectConsoleVariable() 588 DevicePathType (NextDevicePathNode (Next)) == ACPI_DEVICE_PATH && in EfiBootManagerConnectConsoleVariable()
|
D | BmBootDescription.c | 57 switch (DevicePathType (Node)) { in BmDevicePathType() 79 (DevicePathType (NextNode) == MESSAGING_DEVICE_PATH) && in BmDevicePathType() 394 ((DevicePathType (DevicePath) != MESSAGING_DEVICE_PATH) || in BmGetNetworkDescription() 407 if ((DevicePathType (DevicePath) == MESSAGING_DEVICE_PATH) && in BmGetNetworkDescription() 416 if ((DevicePathType (DevicePath) == MESSAGING_DEVICE_PATH) && in BmGetNetworkDescription() 426 if ((DevicePathType (DevicePath) == MESSAGING_DEVICE_PATH) && in BmGetNetworkDescription()
|
D | BmConnect.c | 270 if ((DevicePathType (DevicePath) != MESSAGING_DEVICE_PATH) || in BmConnectUsbShortFormDevicePath()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/ |
D | ConsoleOption.c | 82 (DevicePathType (Acpi) == ACPI_DEVICE_PATH) && in IsIsaSerialNode() 140 …if ((DevicePathType (Node) == MESSAGING_DEVICE_PATH) && (DevicePathSubType (Node) == MSG_UART_DP))… in ChangeTerminalDevicePath() 172 …if ((DevicePathType (Node1) == MESSAGING_DEVICE_PATH) && (DevicePathSubType (Node1) == MSG_UART_DP… in ChangeTerminalDevicePath() 247 …if ((DevicePathType (Node) == MESSAGING_DEVICE_PATH) && (DevicePathSubType (Node) == MSG_UART_DP))… in ChangeVariableDevicePath() 315 …if ((DevicePathType (DevicePath) == MESSAGING_DEVICE_PATH) && (DevicePathSubType (DevicePath) == M… in RetrieveUartUid() 463 …if ((DevicePathType (Node) == MESSAGING_DEVICE_PATH) && (DevicePathSubType (Node) == MSG_UART_DP))… in LocateSerialIo() 643 …if ((DevicePathType (Node) == MESSAGING_DEVICE_PATH) && (DevicePathSubType (Node) == MSG_UART_DP))… in UpdateComAttributeFromVariable() 678 …if ((DevicePathType (SerialNode) == MESSAGING_DEVICE_PATH) && (DevicePathSubType (SerialNode) == M… in UpdateComAttributeFromVariable() 918 …if ((DevicePathType (Node) == MESSAGING_DEVICE_PATH) && (DevicePathSubType (Node) == MSG_UART_DP))… in IsTerminalDevicePath() 931 DevicePathType (Vendor) != MESSAGING_DEVICE_PATH || in IsTerminalDevicePath()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
D | LegacyIde.c | 143 if ((DevicePathType (DevicePathNode) == HARDWARE_DEVICE_PATH) && in LegacyBiosBuildIdeData() 145 ( DevicePathType(TempDevicePathNode) == MESSAGING_DEVICE_PATH) && in LegacyBiosBuildIdeData()
|
/device/linaro/bootloader/edk2/OvmfPkg/Library/QemuBootOrderLib/ |
D | QemuBootOrderLib.c | 1466 if ((DevicePathType (DevicePath) == MEDIA_DEVICE_PATH) && in Match() 1472 } else if ((DevicePathType (DevicePath) == MEDIA_DEVICE_PATH) && in Match() 1478 } else if ((DevicePathType (DevicePath) == MESSAGING_DEVICE_PATH) && in Match() 1489 if ((DevicePathType (Node) == MESSAGING_DEVICE_PATH) && in Match() 1596 if (DevicePathType(FirstNode) == MEDIA_DEVICE_PATH && in BootOrderComplete() 1602 } else if (DevicePathType(FirstNode) == ACPI_DEVICE_PATH && in BootOrderComplete() 1616 } else if (DevicePathType(FirstNode) == HARDWARE_DEVICE_PATH && in BootOrderComplete()
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeDeferImageLoadLib/ |
D | DxeDeferImageLoadLib.c | 136 switch (DevicePathType (TempDevicePath)) { in GetFileType() 300 …if ((DevicePathType(RootDevicePath) == MEDIA_DEVICE_PATH) && (DevicePathSubType(RootDevicePath) ==… in GetFileName() 318 …if ((DevicePathType(TmpDevicePath) != MEDIA_DEVICE_PATH) || (DevicePathSubType(TmpDevicePath) != M… in GetFileName() 338 …if ((DevicePathType(TmpDevicePath) != MEDIA_DEVICE_PATH) || (DevicePathSubType(TmpDevicePath) != M… in GetFileName()
|
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBootManagerLib/ |
D | BdsPlatform.c | 184 if (!(DevicePathType (Node1) == HARDWARE_DEVICE_PATH && in RemoveStaleFvFileOptions() 186 !(DevicePathType (Node1) == MEDIA_DEVICE_PATH && in RemoveStaleFvFileOptions() 196 if (DevicePathType (Node2) != MEDIA_DEVICE_PATH || in RemoveStaleFvFileOptions() 1004 if (DevicePathType (DevPathNode) == ACPI_DEVICE_PATH && in SetPciIntLine() 1018 if (DevicePathType (DevPathNode) == HARDWARE_DEVICE_PATH && in SetPciIntLine() 1538 (DevicePathType(DevPathNode) == MESSAGING_DEVICE_PATH) && in NotifyDevPath()
|
/device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/ |
D | LegacyPlatform.c | 934 UINT16 DevicePathType; in PrepareToBoot() local 963 DevicePathType = BbsDevicePath->DeviceType; in PrepareToBoot() 965 DevicePathType = BBS_HARDDISK; in PrepareToBoot() 980 switch (DevicePathType) { in PrepareToBoot() 987 (LocalBbsTable[Index].DeviceType == DevicePathType)) { in PrepareToBoot()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/I2c/I2cDxe/ |
D | I2cBus.c | 299 if ((DevicePathType (SystemDevicePath) == HARDWARE_DEVICE_PATH) && in CheckRemainingDevicePath() 309 if ((DevicePathType (SystemDevicePath) == HARDWARE_DEVICE_PATH) && in CheckRemainingDevicePath() 450 if ((DevicePathType (RemainingDevicePath) != HARDWARE_DEVICE_PATH) || in I2cBusDriverSupported() 459 if ((DevicePathType (DevPathNode) != HARDWARE_DEVICE_PATH) || in I2cBusDriverSupported() 892 if ((DevicePathType (DevPathNode) == HARDWARE_DEVICE_PATH) && in RegisterI2cDevice()
|
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformBootManagerLib/ |
D | PlatformBm.c | 428 if (!(DevicePathType (Node1) == HARDWARE_DEVICE_PATH && in RemoveStaleFvFileOptions() 430 !(DevicePathType (Node1) == MEDIA_DEVICE_PATH && in RemoveStaleFvFileOptions() 440 if (DevicePathType (Node2) != MEDIA_DEVICE_PATH || in RemoveStaleFvFileOptions()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/RamDiskDxe/ |
D | RamDiskFileExplorer.c | 198 if (DevicePathType (*FilePath) != MEDIA_DEVICE_PATH || in OpenFileByDevicePath()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugPortDxe/ |
D | DebugPort.h | 83 #define IS_UART_DEVICEPATH(dp) (DevicePathType (dp) == MESSAGING_DEVICE_PATH && DevicePat…
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/ |
D | UefiNotTiano.c | 292 if (DevicePathType (&FvDevicePathNode->Header) == MEDIA_DEVICE_PATH && in EfiGetNameGuidFromFwVolDevicePathNode()
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/ |
D | UefiNotTiano.c | 283 if (DevicePathType (&FvDevicePathNode->Header) == MEDIA_DEVICE_PATH && in EfiGetNameGuidFromFwVolDevicePathNode()
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/ |
D | UefiDevicePathLib.c | 163 DevicePathType ( in DevicePathType() function 268 return (BOOLEAN) (DevicePathType (Node) == END_DEVICE_PATH_TYPE); in IsDevicePathEndType()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
D | BdsBoot.c | 1782 if ((DevicePathType (UsbClass) != MESSAGING_DEVICE_PATH) || in BdsMatchUsbClass() 1872 if ((DevicePathType (UsbWwid) != MESSAGING_DEVICE_PATH) || in BdsMatchUsbWwid() 2151 if ((DevicePathType (TempDevicePath) == MESSAGING_DEVICE_PATH) && in BdsExpandUsbShortFormDevicePath() 2248 if ((DevicePathType (DevicePath) == MEDIA_DEVICE_PATH) && in BdsLibBootViaBootOption() 2305 if ((DevicePathType (Option->DevicePath) == BBS_DEVICE_PATH) && in BdsLibBootViaBootOption() 2760 if ((DevicePathType (DevicePath) == MEDIA_DEVICE_PATH) && in MatchPartitionDevicePathNode() 2991 if ((DevicePathType (OptionDevicePath) == BBS_DEVICE_PATH) && in BdsDeleteAllInvalidEfiBootOption() 3127 UINTN DevicePathType; in BdsLibEnumerateAllBootOption() local 3229 DevicePathType = BdsGetBootTypeFromDevicePath (DevicePath); in BdsLibEnumerateAllBootOption() 3231 switch (DevicePathType) { in BdsLibEnumerateAllBootOption() [all …]
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
D | BdsBoot.c | 1784 if ((DevicePathType (UsbClass) != MESSAGING_DEVICE_PATH) || in BdsMatchUsbClass() 1874 if ((DevicePathType (UsbWwid) != MESSAGING_DEVICE_PATH) || in BdsMatchUsbWwid() 2153 if ((DevicePathType (TempDevicePath) == MESSAGING_DEVICE_PATH) && in BdsExpandUsbShortFormDevicePath() 2259 if ((DevicePathType (DevicePath) == MEDIA_DEVICE_PATH) && in BdsLibBootViaBootOption() 2316 if ((DevicePathType (Option->DevicePath) == BBS_DEVICE_PATH) && in BdsLibBootViaBootOption() 2771 if ((DevicePathType (DevicePath) == MEDIA_DEVICE_PATH) && in MatchPartitionDevicePathNode() 3002 if ((DevicePathType (OptionDevicePath) == BBS_DEVICE_PATH) && in BdsDeleteAllInvalidEfiBootOption() 3138 UINTN DevicePathType; in BdsLibEnumerateAllBootOption() local 3244 DevicePathType = BdsGetBootTypeFromDevicePath (DevicePath); in BdsLibEnumerateAllBootOption() 3246 switch (DevicePathType) { in BdsLibEnumerateAllBootOption() [all …]
|
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
D | DevicePathLib.h | 59 DevicePathType (
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/ |
D | SmramProfileRecord.c | 47 …if ((DevicePathType (ThisFilePath) == MEDIA_DEVICE_PATH) && (DevicePathSubType (ThisFilePath) == M… in GetFileNameFromFilePath()
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/ |
D | DevicePathUtilities.c | 122 DevicePathType ( in DevicePathType() function 228 return (BOOLEAN) (DevicePathType (Node) == END_DEVICE_PATH_TYPE); in IsDevicePathEndType()
|