Home
last modified time | relevance | path

Searched refs:DevicePathSubType (Results 1 – 25 of 623) sorted by relevance

12345678910>>...25

/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmBootDescription.c60 if (DevicePathSubType (Node) == HW_CONTROLLER_DP) { in BmDevicePathType()
84 switch (DevicePathSubType (Node)) { in BmDevicePathType()
240 if (DevicePathSubType (DevicePath) == MSG_SD_DP) { in BmGetDescriptionFromDiskInfo()
242 } else if (DevicePathSubType (DevicePath) == MSG_EMMC_DP) { in BmGetDescriptionFromDiskInfo()
412 (DevicePathSubType (DevicePath) != MSG_MAC_ADDR_DP)) in BmGetNetworkDescription()
428 (DevicePathSubType (DevicePath) == MSG_VLAN_DP) in BmGetNetworkDescription()
440 (DevicePathSubType (DevicePath) == MSG_WIFI_DP) in BmGetNetworkDescription()
449 ((DevicePathSubType (DevicePath) == MSG_IPv4_DP) || in BmGetNetworkDescription()
450 (DevicePathSubType (DevicePath) == MSG_IPv6_DP)) in BmGetNetworkDescription()
462 (DevicePathSubType (DevicePath) == MSG_DNS_DP) in BmGetNetworkDescription()
[all …]
H A DBmBoot.c297 (DevicePathSubType (UsbClass) != MSG_USB_CLASS_DP)){ in BmMatchUsbClass()
387 (DevicePathSubType (UsbWwid) != MSG_USB_WWID_DP)) { in BmMatchUsbWwid()
1143 if (DevicePathSubType (Left) == MSG_DNS_DP) { in BmMatchHttpBootDevicePath()
1147 if (DevicePathSubType (Right) == MSG_DNS_DP) { in BmMatchHttpBootDevicePath()
1151 … if (((DevicePathSubType (Left) != MSG_IPv4_DP) || (DevicePathSubType (Right) != MSG_IPv4_DP)) && in BmMatchHttpBootDevicePath()
1152 … ((DevicePathSubType (Left) != MSG_IPv6_DP) || (DevicePathSubType (Right) != MSG_IPv6_DP)) && in BmMatchHttpBootDevicePath()
1153 ((DevicePathSubType (Left) != MSG_URI_DP) || (DevicePathSubType (Right) != MSG_URI_DP)) in BmMatchHttpBootDevicePath()
1253 (DevicePathSubType (Node) == MEDIA_RAM_DISK_DP) in BmGetRamDiskDevicePath()
1587 (DevicePathSubType (FilePath) == MEDIA_HARDDRIVE_DP)) { in BmGetNextLoadOptionDevicePath()
1603 (DevicePathSubType (FilePath) == MSG_URI_DP)) { in BmGetNextLoadOptionDevicePath()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmBootDescription.c60 if (DevicePathSubType (Node) == HW_CONTROLLER_DP) { in BmDevicePathType()
84 switch (DevicePathSubType (Node)) { in BmDevicePathType()
240 if (DevicePathSubType (DevicePath) == MSG_SD_DP) { in BmGetDescriptionFromDiskInfo()
242 } else if (DevicePathSubType (DevicePath) == MSG_EMMC_DP) { in BmGetDescriptionFromDiskInfo()
412 (DevicePathSubType (DevicePath) != MSG_MAC_ADDR_DP)) in BmGetNetworkDescription()
428 (DevicePathSubType (DevicePath) == MSG_VLAN_DP) in BmGetNetworkDescription()
440 (DevicePathSubType (DevicePath) == MSG_WIFI_DP) in BmGetNetworkDescription()
449 ((DevicePathSubType (DevicePath) == MSG_IPv4_DP) || in BmGetNetworkDescription()
450 (DevicePathSubType (DevicePath) == MSG_IPv6_DP)) in BmGetNetworkDescription()
462 (DevicePathSubType (DevicePath) == MSG_DNS_DP) in BmGetNetworkDescription()
[all …]
H A DBmBoot.c296 (DevicePathSubType (UsbClass) != MSG_USB_CLASS_DP)){ in BmMatchUsbClass()
386 (DevicePathSubType (UsbWwid) != MSG_USB_WWID_DP)) { in BmMatchUsbWwid()
1142 if (DevicePathSubType (Left) == MSG_DNS_DP) { in BmMatchHttpBootDevicePath()
1146 if (DevicePathSubType (Right) == MSG_DNS_DP) { in BmMatchHttpBootDevicePath()
1150 … if (((DevicePathSubType (Left) != MSG_IPv4_DP) || (DevicePathSubType (Right) != MSG_IPv4_DP)) && in BmMatchHttpBootDevicePath()
1151 … ((DevicePathSubType (Left) != MSG_IPv6_DP) || (DevicePathSubType (Right) != MSG_IPv6_DP)) && in BmMatchHttpBootDevicePath()
1152 ((DevicePathSubType (Left) != MSG_URI_DP) || (DevicePathSubType (Right) != MSG_URI_DP)) in BmMatchHttpBootDevicePath()
1252 (DevicePathSubType (Node) == MEDIA_RAM_DISK_DP) in BmGetRamDiskDevicePath()
1555 (DevicePathSubType (FilePath) == MEDIA_HARDDRIVE_DP)) { in BmGetNextLoadOptionDevicePath()
1571 (DevicePathSubType (FilePath) == MSG_URI_DP)) { in BmGetNextLoadOptionDevicePath()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmBootDescription.c60 if (DevicePathSubType (Node) == HW_CONTROLLER_DP) { in BmDevicePathType()
84 switch (DevicePathSubType (Node)) { in BmDevicePathType()
240 if (DevicePathSubType (DevicePath) == MSG_SD_DP) { in BmGetDescriptionFromDiskInfo()
242 } else if (DevicePathSubType (DevicePath) == MSG_EMMC_DP) { in BmGetDescriptionFromDiskInfo()
412 (DevicePathSubType (DevicePath) != MSG_MAC_ADDR_DP)) in BmGetNetworkDescription()
428 (DevicePathSubType (DevicePath) == MSG_VLAN_DP) in BmGetNetworkDescription()
440 (DevicePathSubType (DevicePath) == MSG_WIFI_DP) in BmGetNetworkDescription()
449 ((DevicePathSubType (DevicePath) == MSG_IPv4_DP) || in BmGetNetworkDescription()
450 (DevicePathSubType (DevicePath) == MSG_IPv6_DP)) in BmGetNetworkDescription()
462 (DevicePathSubType (DevicePath) == MSG_DNS_DP) in BmGetNetworkDescription()
[all …]
H A DBmBoot.c297 (DevicePathSubType (UsbClass) != MSG_USB_CLASS_DP)){ in BmMatchUsbClass()
387 (DevicePathSubType (UsbWwid) != MSG_USB_WWID_DP)) { in BmMatchUsbWwid()
1143 if (DevicePathSubType (Left) == MSG_DNS_DP) { in BmMatchHttpBootDevicePath()
1147 if (DevicePathSubType (Right) == MSG_DNS_DP) { in BmMatchHttpBootDevicePath()
1151 … if (((DevicePathSubType (Left) != MSG_IPv4_DP) || (DevicePathSubType (Right) != MSG_IPv4_DP)) && in BmMatchHttpBootDevicePath()
1152 … ((DevicePathSubType (Left) != MSG_IPv6_DP) || (DevicePathSubType (Right) != MSG_IPv6_DP)) && in BmMatchHttpBootDevicePath()
1153 ((DevicePathSubType (Left) != MSG_URI_DP) || (DevicePathSubType (Right) != MSG_URI_DP)) in BmMatchHttpBootDevicePath()
1253 (DevicePathSubType (Node) == MEDIA_RAM_DISK_DP) in BmGetRamDiskDevicePath()
1587 (DevicePathSubType (FilePath) == MEDIA_HARDDRIVE_DP)) { in BmGetNextLoadOptionDevicePath()
1603 (DevicePathSubType (FilePath) == MSG_URI_DP)) { in BmGetNextLoadOptionDevicePath()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmBootDescription.c60 if (DevicePathSubType (Node) == HW_CONTROLLER_DP) { in BmDevicePathType()
84 switch (DevicePathSubType (Node)) { in BmDevicePathType()
240 if (DevicePathSubType (DevicePath) == MSG_SD_DP) { in BmGetDescriptionFromDiskInfo()
242 } else if (DevicePathSubType (DevicePath) == MSG_EMMC_DP) { in BmGetDescriptionFromDiskInfo()
412 (DevicePathSubType (DevicePath) != MSG_MAC_ADDR_DP)) in BmGetNetworkDescription()
428 (DevicePathSubType (DevicePath) == MSG_VLAN_DP) in BmGetNetworkDescription()
440 (DevicePathSubType (DevicePath) == MSG_WIFI_DP) in BmGetNetworkDescription()
449 ((DevicePathSubType (DevicePath) == MSG_IPv4_DP) || in BmGetNetworkDescription()
450 (DevicePathSubType (DevicePath) == MSG_IPv6_DP)) in BmGetNetworkDescription()
462 (DevicePathSubType (DevicePath) == MSG_DNS_DP) in BmGetNetworkDescription()
[all …]
H A DBmBoot.c296 (DevicePathSubType (UsbClass) != MSG_USB_CLASS_DP)){ in BmMatchUsbClass()
386 (DevicePathSubType (UsbWwid) != MSG_USB_WWID_DP)) { in BmMatchUsbWwid()
1142 if (DevicePathSubType (Left) == MSG_DNS_DP) { in BmMatchHttpBootDevicePath()
1146 if (DevicePathSubType (Right) == MSG_DNS_DP) { in BmMatchHttpBootDevicePath()
1150 … if (((DevicePathSubType (Left) != MSG_IPv4_DP) || (DevicePathSubType (Right) != MSG_IPv4_DP)) && in BmMatchHttpBootDevicePath()
1151 … ((DevicePathSubType (Left) != MSG_IPv6_DP) || (DevicePathSubType (Right) != MSG_IPv6_DP)) && in BmMatchHttpBootDevicePath()
1152 ((DevicePathSubType (Left) != MSG_URI_DP) || (DevicePathSubType (Right) != MSG_URI_DP)) in BmMatchHttpBootDevicePath()
1252 (DevicePathSubType (Node) == MEDIA_RAM_DISK_DP) in BmGetRamDiskDevicePath()
1555 (DevicePathSubType (FilePath) == MEDIA_HARDDRIVE_DP)) { in BmGetNextLoadOptionDevicePath()
1571 (DevicePathSubType (FilePath) == MSG_URI_DP)) { in BmGetNextLoadOptionDevicePath()
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmBootDescription.c60 if (DevicePathSubType (Node) == HW_CONTROLLER_DP) { in BmDevicePathType()
84 switch (DevicePathSubType (Node)) { in BmDevicePathType()
240 if (DevicePathSubType (DevicePath) == MSG_SD_DP) { in BmGetDescriptionFromDiskInfo()
242 } else if (DevicePathSubType (DevicePath) == MSG_EMMC_DP) { in BmGetDescriptionFromDiskInfo()
412 (DevicePathSubType (DevicePath) != MSG_MAC_ADDR_DP)) in BmGetNetworkDescription()
428 (DevicePathSubType (DevicePath) == MSG_VLAN_DP) in BmGetNetworkDescription()
440 (DevicePathSubType (DevicePath) == MSG_WIFI_DP) in BmGetNetworkDescription()
449 ((DevicePathSubType (DevicePath) == MSG_IPv4_DP) || in BmGetNetworkDescription()
450 (DevicePathSubType (DevicePath) == MSG_IPv6_DP)) in BmGetNetworkDescription()
462 (DevicePathSubType (DevicePath) == MSG_DNS_DP) in BmGetNetworkDescription()
[all …]
H A DBmBoot.c296 (DevicePathSubType (UsbClass) != MSG_USB_CLASS_DP)){ in BmMatchUsbClass()
386 (DevicePathSubType (UsbWwid) != MSG_USB_WWID_DP)) { in BmMatchUsbWwid()
1142 if (DevicePathSubType (Left) == MSG_DNS_DP) { in BmMatchHttpBootDevicePath()
1146 if (DevicePathSubType (Right) == MSG_DNS_DP) { in BmMatchHttpBootDevicePath()
1150 … if (((DevicePathSubType (Left) != MSG_IPv4_DP) || (DevicePathSubType (Right) != MSG_IPv4_DP)) && in BmMatchHttpBootDevicePath()
1151 … ((DevicePathSubType (Left) != MSG_IPv6_DP) || (DevicePathSubType (Right) != MSG_IPv6_DP)) && in BmMatchHttpBootDevicePath()
1152 ((DevicePathSubType (Left) != MSG_URI_DP) || (DevicePathSubType (Right) != MSG_URI_DP)) in BmMatchHttpBootDevicePath()
1252 (DevicePathSubType (Node) == MEDIA_RAM_DISK_DP) in BmGetRamDiskDevicePath()
1555 (DevicePathSubType (FilePath) == MEDIA_HARDDRIVE_DP)) { in BmGetNextLoadOptionDevicePath()
1571 (DevicePathSubType (FilePath) == MSG_URI_DP)) { in BmGetNextLoadOptionDevicePath()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmBootDescription.c60 if (DevicePathSubType (Node) == HW_CONTROLLER_DP) { in BmDevicePathType()
84 switch (DevicePathSubType (Node)) { in BmDevicePathType()
240 if (DevicePathSubType (DevicePath) == MSG_SD_DP) { in BmGetDescriptionFromDiskInfo()
242 } else if (DevicePathSubType (DevicePath) == MSG_EMMC_DP) { in BmGetDescriptionFromDiskInfo()
412 (DevicePathSubType (DevicePath) != MSG_MAC_ADDR_DP)) in BmGetNetworkDescription()
428 (DevicePathSubType (DevicePath) == MSG_VLAN_DP) in BmGetNetworkDescription()
440 (DevicePathSubType (DevicePath) == MSG_WIFI_DP) in BmGetNetworkDescription()
449 ((DevicePathSubType (DevicePath) == MSG_IPv4_DP) || in BmGetNetworkDescription()
450 (DevicePathSubType (DevicePath) == MSG_IPv6_DP)) in BmGetNetworkDescription()
462 (DevicePathSubType (DevicePath) == MSG_DNS_DP) in BmGetNetworkDescription()
[all …]
H A DBmBoot.c297 (DevicePathSubType (UsbClass) != MSG_USB_CLASS_DP)){ in BmMatchUsbClass()
387 (DevicePathSubType (UsbWwid) != MSG_USB_WWID_DP)) { in BmMatchUsbWwid()
1143 if (DevicePathSubType (Left) == MSG_DNS_DP) { in BmMatchHttpBootDevicePath()
1147 if (DevicePathSubType (Right) == MSG_DNS_DP) { in BmMatchHttpBootDevicePath()
1151 … if (((DevicePathSubType (Left) != MSG_IPv4_DP) || (DevicePathSubType (Right) != MSG_IPv4_DP)) && in BmMatchHttpBootDevicePath()
1152 … ((DevicePathSubType (Left) != MSG_IPv6_DP) || (DevicePathSubType (Right) != MSG_IPv6_DP)) && in BmMatchHttpBootDevicePath()
1153 ((DevicePathSubType (Left) != MSG_URI_DP) || (DevicePathSubType (Right) != MSG_URI_DP)) in BmMatchHttpBootDevicePath()
1253 (DevicePathSubType (Node) == MEDIA_RAM_DISK_DP) in BmGetRamDiskDevicePath()
1587 (DevicePathSubType (FilePath) == MEDIA_HARDDRIVE_DP)) { in BmGetNextLoadOptionDevicePath()
1603 (DevicePathSubType (FilePath) == MSG_URI_DP)) { in BmGetNextLoadOptionDevicePath()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmBootDescription.c60 if (DevicePathSubType (Node) == HW_CONTROLLER_DP) { in BmDevicePathType()
84 switch (DevicePathSubType (Node)) { in BmDevicePathType()
240 if (DevicePathSubType (DevicePath) == MSG_SD_DP) { in BmGetDescriptionFromDiskInfo()
242 } else if (DevicePathSubType (DevicePath) == MSG_EMMC_DP) { in BmGetDescriptionFromDiskInfo()
412 (DevicePathSubType (DevicePath) != MSG_MAC_ADDR_DP)) in BmGetNetworkDescription()
428 (DevicePathSubType (DevicePath) == MSG_VLAN_DP) in BmGetNetworkDescription()
440 (DevicePathSubType (DevicePath) == MSG_WIFI_DP) in BmGetNetworkDescription()
449 ((DevicePathSubType (DevicePath) == MSG_IPv4_DP) || in BmGetNetworkDescription()
450 (DevicePathSubType (DevicePath) == MSG_IPv6_DP)) in BmGetNetworkDescription()
462 (DevicePathSubType (DevicePath) == MSG_DNS_DP) in BmGetNetworkDescription()
[all …]
H A DBmBoot.c296 (DevicePathSubType (UsbClass) != MSG_USB_CLASS_DP)){ in BmMatchUsbClass()
386 (DevicePathSubType (UsbWwid) != MSG_USB_WWID_DP)) { in BmMatchUsbWwid()
1142 if (DevicePathSubType (Left) == MSG_DNS_DP) { in BmMatchHttpBootDevicePath()
1146 if (DevicePathSubType (Right) == MSG_DNS_DP) { in BmMatchHttpBootDevicePath()
1150 … if (((DevicePathSubType (Left) != MSG_IPv4_DP) || (DevicePathSubType (Right) != MSG_IPv4_DP)) && in BmMatchHttpBootDevicePath()
1151 … ((DevicePathSubType (Left) != MSG_IPv6_DP) || (DevicePathSubType (Right) != MSG_IPv6_DP)) && in BmMatchHttpBootDevicePath()
1152 ((DevicePathSubType (Left) != MSG_URI_DP) || (DevicePathSubType (Right) != MSG_URI_DP)) in BmMatchHttpBootDevicePath()
1252 (DevicePathSubType (Node) == MEDIA_RAM_DISK_DP) in BmGetRamDiskDevicePath()
1555 (DevicePathSubType (FilePath) == MEDIA_HARDDRIVE_DP)) { in BmGetNextLoadOptionDevicePath()
1571 (DevicePathSubType (FilePath) == MSG_URI_DP)) { in BmGetNextLoadOptionDevicePath()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmBootDescription.c60 if (DevicePathSubType (Node) == HW_CONTROLLER_DP) { in BmDevicePathType()
84 switch (DevicePathSubType (Node)) { in BmDevicePathType()
240 if (DevicePathSubType (DevicePath) == MSG_SD_DP) { in BmGetDescriptionFromDiskInfo()
242 } else if (DevicePathSubType (DevicePath) == MSG_EMMC_DP) { in BmGetDescriptionFromDiskInfo()
412 (DevicePathSubType (DevicePath) != MSG_MAC_ADDR_DP)) in BmGetNetworkDescription()
428 (DevicePathSubType (DevicePath) == MSG_VLAN_DP) in BmGetNetworkDescription()
440 (DevicePathSubType (DevicePath) == MSG_WIFI_DP) in BmGetNetworkDescription()
449 ((DevicePathSubType (DevicePath) == MSG_IPv4_DP) || in BmGetNetworkDescription()
450 (DevicePathSubType (DevicePath) == MSG_IPv6_DP)) in BmGetNetworkDescription()
462 (DevicePathSubType (DevicePath) == MSG_DNS_DP) in BmGetNetworkDescription()
[all …]
H A DBmBoot.c297 (DevicePathSubType (UsbClass) != MSG_USB_CLASS_DP)){ in BmMatchUsbClass()
387 (DevicePathSubType (UsbWwid) != MSG_USB_WWID_DP)) { in BmMatchUsbWwid()
1143 if (DevicePathSubType (Left) == MSG_DNS_DP) { in BmMatchHttpBootDevicePath()
1147 if (DevicePathSubType (Right) == MSG_DNS_DP) { in BmMatchHttpBootDevicePath()
1151 … if (((DevicePathSubType (Left) != MSG_IPv4_DP) || (DevicePathSubType (Right) != MSG_IPv4_DP)) && in BmMatchHttpBootDevicePath()
1152 … ((DevicePathSubType (Left) != MSG_IPv6_DP) || (DevicePathSubType (Right) != MSG_IPv6_DP)) && in BmMatchHttpBootDevicePath()
1153 ((DevicePathSubType (Left) != MSG_URI_DP) || (DevicePathSubType (Right) != MSG_URI_DP)) in BmMatchHttpBootDevicePath()
1253 (DevicePathSubType (Node) == MEDIA_RAM_DISK_DP) in BmGetRamDiskDevicePath()
1587 (DevicePathSubType (FilePath) == MEDIA_HARDDRIVE_DP)) { in BmGetNextLoadOptionDevicePath()
1603 (DevicePathSubType (FilePath) == MSG_URI_DP)) { in BmGetNextLoadOptionDevicePath()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmBootDescription.c60 if (DevicePathSubType (Node) == HW_CONTROLLER_DP) { in BmDevicePathType()
84 switch (DevicePathSubType (Node)) { in BmDevicePathType()
240 if (DevicePathSubType (DevicePath) == MSG_SD_DP) { in BmGetDescriptionFromDiskInfo()
242 } else if (DevicePathSubType (DevicePath) == MSG_EMMC_DP) { in BmGetDescriptionFromDiskInfo()
412 (DevicePathSubType (DevicePath) != MSG_MAC_ADDR_DP)) in BmGetNetworkDescription()
428 (DevicePathSubType (DevicePath) == MSG_VLAN_DP) in BmGetNetworkDescription()
440 (DevicePathSubType (DevicePath) == MSG_WIFI_DP) in BmGetNetworkDescription()
449 ((DevicePathSubType (DevicePath) == MSG_IPv4_DP) || in BmGetNetworkDescription()
450 (DevicePathSubType (DevicePath) == MSG_IPv6_DP)) in BmGetNetworkDescription()
462 (DevicePathSubType (DevicePath) == MSG_DNS_DP) in BmGetNetworkDescription()
[all …]
H A DBmBoot.c297 (DevicePathSubType (UsbClass) != MSG_USB_CLASS_DP)){ in BmMatchUsbClass()
387 (DevicePathSubType (UsbWwid) != MSG_USB_WWID_DP)) { in BmMatchUsbWwid()
1143 if (DevicePathSubType (Left) == MSG_DNS_DP) { in BmMatchHttpBootDevicePath()
1147 if (DevicePathSubType (Right) == MSG_DNS_DP) { in BmMatchHttpBootDevicePath()
1151 … if (((DevicePathSubType (Left) != MSG_IPv4_DP) || (DevicePathSubType (Right) != MSG_IPv4_DP)) && in BmMatchHttpBootDevicePath()
1152 … ((DevicePathSubType (Left) != MSG_IPv6_DP) || (DevicePathSubType (Right) != MSG_IPv6_DP)) && in BmMatchHttpBootDevicePath()
1153 ((DevicePathSubType (Left) != MSG_URI_DP) || (DevicePathSubType (Right) != MSG_URI_DP)) in BmMatchHttpBootDevicePath()
1253 (DevicePathSubType (Node) == MEDIA_RAM_DISK_DP) in BmGetRamDiskDevicePath()
1587 (DevicePathSubType (FilePath) == MEDIA_HARDDRIVE_DP)) { in BmGetNextLoadOptionDevicePath()
1603 (DevicePathSubType (FilePath) == MSG_URI_DP)) { in BmGetNextLoadOptionDevicePath()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c795 …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()
1057 (DevicePathSubType (CheckDevicePath) == MSG_USB_DP || in IsHotPlugDevice()
1058 DevicePathSubType (CheckDevicePath) == MSG_USB_CLASS_DP || in IsHotPlugDevice()
1059 DevicePathSubType (CheckDevicePath) == MSG_USB_WWID_DP)) { in IsHotPlugDevice()
1066 (DevicePathSubType (CheckDevicePath) == HW_PCCARD_DP)) { in IsHotPlugDevice()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c725 …if ((DevicePathType (NodeLeft) == ACPI_DEVICE_PATH && DevicePathSubType (NodeLeft) == ACPI_ADR_DP)… in IsGopSibling()
726 …(DevicePathType (NodeLeft) == HARDWARE_DEVICE_PATH && DevicePathSubType (NodeLeft) == HW_CONTROLLE… in IsGopSibling()
727 …DevicePathType (NextDevicePathNode (NodeLeft)) == ACPI_DEVICE_PATH && DevicePathSubType (NextDevic… in IsGopSibling()
737 …if ((DevicePathType (NodeRight) == ACPI_DEVICE_PATH && DevicePathSubType (NodeRight) == ACPI_ADR_D… in IsGopSibling()
738 …(DevicePathType (NodeRight) == HARDWARE_DEVICE_PATH && DevicePathSubType (NodeRight) == HW_CONTROL… in IsGopSibling()
739 …DevicePathType (NextDevicePathNode (NodeRight)) == ACPI_DEVICE_PATH && DevicePathSubType (NextDevi… in IsGopSibling()
780 (DevicePathSubType (UsbClass) != MSG_USB_CLASS_DP)){ in MatchUsbClass()
870 (DevicePathSubType (UsbWwid) != MSG_USB_WWID_DP)) { in MatchUsbWwid()
978 ((DevicePathSubType (ShortformNode) == MSG_USB_CLASS_DP) || in MatchUsbShortformDevicePath()
979 (DevicePathSubType (ShortformNode) == MSG_USB_WWID_DP)) in MatchUsbShortformDevicePath()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c725 …if ((DevicePathType (NodeLeft) == ACPI_DEVICE_PATH && DevicePathSubType (NodeLeft) == ACPI_ADR_DP)… in IsGopSibling()
726 …(DevicePathType (NodeLeft) == HARDWARE_DEVICE_PATH && DevicePathSubType (NodeLeft) == HW_CONTROLLE… in IsGopSibling()
727 …DevicePathType (NextDevicePathNode (NodeLeft)) == ACPI_DEVICE_PATH && DevicePathSubType (NextDevic… in IsGopSibling()
737 …if ((DevicePathType (NodeRight) == ACPI_DEVICE_PATH && DevicePathSubType (NodeRight) == ACPI_ADR_D… in IsGopSibling()
738 …(DevicePathType (NodeRight) == HARDWARE_DEVICE_PATH && DevicePathSubType (NodeRight) == HW_CONTROL… in IsGopSibling()
739 …DevicePathType (NextDevicePathNode (NodeRight)) == ACPI_DEVICE_PATH && DevicePathSubType (NextDevi… in IsGopSibling()
780 (DevicePathSubType (UsbClass) != MSG_USB_CLASS_DP)){ in MatchUsbClass()
870 (DevicePathSubType (UsbWwid) != MSG_USB_WWID_DP)) { in MatchUsbWwid()
978 ((DevicePathSubType (ShortformNode) == MSG_USB_CLASS_DP) || in MatchUsbShortformDevicePath()
979 (DevicePathSubType (ShortformNode) == MSG_USB_WWID_DP)) in MatchUsbShortformDevicePath()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c725 …if ((DevicePathType (NodeLeft) == ACPI_DEVICE_PATH && DevicePathSubType (NodeLeft) == ACPI_ADR_DP)… in IsGopSibling()
726 …(DevicePathType (NodeLeft) == HARDWARE_DEVICE_PATH && DevicePathSubType (NodeLeft) == HW_CONTROLLE… in IsGopSibling()
727 …DevicePathType (NextDevicePathNode (NodeLeft)) == ACPI_DEVICE_PATH && DevicePathSubType (NextDevic… in IsGopSibling()
737 …if ((DevicePathType (NodeRight) == ACPI_DEVICE_PATH && DevicePathSubType (NodeRight) == ACPI_ADR_D… in IsGopSibling()
738 …(DevicePathType (NodeRight) == HARDWARE_DEVICE_PATH && DevicePathSubType (NodeRight) == HW_CONTROL… in IsGopSibling()
739 …DevicePathType (NextDevicePathNode (NodeRight)) == ACPI_DEVICE_PATH && DevicePathSubType (NextDevi… in IsGopSibling()
780 (DevicePathSubType (UsbClass) != MSG_USB_CLASS_DP)){ in MatchUsbClass()
870 (DevicePathSubType (UsbWwid) != MSG_USB_WWID_DP)) { in MatchUsbWwid()
978 ((DevicePathSubType (ShortformNode) == MSG_USB_CLASS_DP) || in MatchUsbShortformDevicePath()
979 (DevicePathSubType (ShortformNode) == MSG_USB_WWID_DP)) in MatchUsbShortformDevicePath()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c725 …if ((DevicePathType (NodeLeft) == ACPI_DEVICE_PATH && DevicePathSubType (NodeLeft) == ACPI_ADR_DP)… in IsGopSibling()
726 …(DevicePathType (NodeLeft) == HARDWARE_DEVICE_PATH && DevicePathSubType (NodeLeft) == HW_CONTROLLE… in IsGopSibling()
727 …DevicePathType (NextDevicePathNode (NodeLeft)) == ACPI_DEVICE_PATH && DevicePathSubType (NextDevic… in IsGopSibling()
737 …if ((DevicePathType (NodeRight) == ACPI_DEVICE_PATH && DevicePathSubType (NodeRight) == ACPI_ADR_D… in IsGopSibling()
738 …(DevicePathType (NodeRight) == HARDWARE_DEVICE_PATH && DevicePathSubType (NodeRight) == HW_CONTROL… in IsGopSibling()
739 …DevicePathType (NextDevicePathNode (NodeRight)) == ACPI_DEVICE_PATH && DevicePathSubType (NextDevi… in IsGopSibling()
780 (DevicePathSubType (UsbClass) != MSG_USB_CLASS_DP)){ in MatchUsbClass()
870 (DevicePathSubType (UsbWwid) != MSG_USB_WWID_DP)) { in MatchUsbWwid()
978 ((DevicePathSubType (ShortformNode) == MSG_USB_CLASS_DP) || in MatchUsbShortformDevicePath()
979 (DevicePathSubType (ShortformNode) == MSG_USB_WWID_DP)) in MatchUsbShortformDevicePath()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c725 …if ((DevicePathType (NodeLeft) == ACPI_DEVICE_PATH && DevicePathSubType (NodeLeft) == ACPI_ADR_DP)… in IsGopSibling()
726 …(DevicePathType (NodeLeft) == HARDWARE_DEVICE_PATH && DevicePathSubType (NodeLeft) == HW_CONTROLLE… in IsGopSibling()
727 …DevicePathType (NextDevicePathNode (NodeLeft)) == ACPI_DEVICE_PATH && DevicePathSubType (NextDevic… in IsGopSibling()
737 …if ((DevicePathType (NodeRight) == ACPI_DEVICE_PATH && DevicePathSubType (NodeRight) == ACPI_ADR_D… in IsGopSibling()
738 …(DevicePathType (NodeRight) == HARDWARE_DEVICE_PATH && DevicePathSubType (NodeRight) == HW_CONTROL… in IsGopSibling()
739 …DevicePathType (NextDevicePathNode (NodeRight)) == ACPI_DEVICE_PATH && DevicePathSubType (NextDevi… in IsGopSibling()
780 (DevicePathSubType (UsbClass) != MSG_USB_CLASS_DP)){ in MatchUsbClass()
870 (DevicePathSubType (UsbWwid) != MSG_USB_WWID_DP)) { in MatchUsbWwid()
978 ((DevicePathSubType (ShortformNode) == MSG_USB_CLASS_DP) || in MatchUsbShortformDevicePath()
979 (DevicePathSubType (ShortformNode) == MSG_USB_WWID_DP)) in MatchUsbShortformDevicePath()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c725 …if ((DevicePathType (NodeLeft) == ACPI_DEVICE_PATH && DevicePathSubType (NodeLeft) == ACPI_ADR_DP)… in IsGopSibling()
726 …(DevicePathType (NodeLeft) == HARDWARE_DEVICE_PATH && DevicePathSubType (NodeLeft) == HW_CONTROLLE… in IsGopSibling()
727 …DevicePathType (NextDevicePathNode (NodeLeft)) == ACPI_DEVICE_PATH && DevicePathSubType (NextDevic… in IsGopSibling()
737 …if ((DevicePathType (NodeRight) == ACPI_DEVICE_PATH && DevicePathSubType (NodeRight) == ACPI_ADR_D… in IsGopSibling()
738 …(DevicePathType (NodeRight) == HARDWARE_DEVICE_PATH && DevicePathSubType (NodeRight) == HW_CONTROL… in IsGopSibling()
739 …DevicePathType (NextDevicePathNode (NodeRight)) == ACPI_DEVICE_PATH && DevicePathSubType (NextDevi… in IsGopSibling()
780 (DevicePathSubType (UsbClass) != MSG_USB_CLASS_DP)){ in MatchUsbClass()
870 (DevicePathSubType (UsbWwid) != MSG_USB_WWID_DP)) { in MatchUsbWwid()
978 ((DevicePathSubType (ShortformNode) == MSG_USB_CLASS_DP) || in MatchUsbShortformDevicePath()
979 (DevicePathSubType (ShortformNode) == MSG_USB_WWID_DP)) in MatchUsbShortformDevicePath()

12345678910>>...25