Searched refs:DevicePathSubType (Results 1 – 13 of 13) sorted by relevance
142 uint8_t subtype = DevicePathSubType(node); in efi_hw_dev_path()186 uint8_t subtype = DevicePathSubType(node); in efi_acpi_dev_path()251 uint8_t subtype = DevicePathSubType(node); in efi_messaging_dev_path()341 uint8_t subtype = DevicePathSubType(node); in efi_media_dev_path()625 DevicePathSubType(devpath1) != DevicePathSubType(devpath2)) in efi_devpath_match_node()690 DevicePathSubType(prefix) != DevicePathSubType(path)) in efi_devpath_is_prefix()
308 DevicePathSubType(node) == MSG_USB_DP) { in efipart_ignore_device()323 DevicePathSubType(node) == MSG_USB_DP) in efipart_ignore_device()336 if (DevicePathSubType(node) == in efipart_ignore_device()338 DevicePathSubType(node) == MSG_SCSI_DP) { in efipart_ignore_device()445 DevicePathSubType(node) == ACPI_DP) { in efipart_floppy()564 DevicePathSubType(node) == MEDIA_CDROM_DP) { in efipart_testcd()628 if (DevicePathSubType(node) != MEDIA_HARDDRIVE_DP) { in efipart_hdinfo_add_node()739 DevicePathSubType(node) == MEDIA_FILEPATH_DP) { in efipart_hdinfo_add()
202 DevicePathSubType(devpath) != MSG_URI_DP) in efihttp_dev_init()266 switch (DevicePathSubType(imgpath)) { in efihttp_dev_open()
397 DevicePathSubType(node) != MSG_MAC_ADDR_DP) in efinet_dev_init()
152 (DevicePathSubType(path) == ACPI_DP || in has_keyboard()153 DevicePathSubType(path) == ACPI_EXTENDED_DP)) { in has_keyboard()168 DevicePathSubType(path) == MSG_USB_CLASS_DP) { in has_keyboard()442 DevicePathSubType(dp) != MEDIA_FILEPATH_DP) { in match_boot_info()752 (DevicePathSubType(node) == ACPI_DP || in parse_uefi_con_out()753 DevicePathSubType(node) == ACPI_EXTENDED_DP)) { in parse_uefi_con_out()761 DevicePathSubType(node) == MSG_UART_DP) { in parse_uefi_con_out()766 DevicePathSubType(node) == ACPI_ADR_DP) { in parse_uefi_con_out()770 DevicePathSubType(node) == HW_PCI_DP) { in parse_uefi_con_out()
130 DevicePathSubType(devpath) == MSG_UART_DP) in efi_serial_get_index()134 (DevicePathSubType(devpath) == ACPI_DP || in efi_serial_get_index()135 DevicePathSubType(devpath) == ACPI_EXTENDED_DP)) { in efi_serial_get_index()
156 DevicePathSubType(img->FilePath) != MEDIA_FILEPATH_DP || in efi_main()
236 DevicePathSubType ( in DevicePathSubType() function348 …return (BOOLEAN) (IsDevicePathEndType (Node) && DevicePathSubType(Node) == END_ENTIRE_DEVICE_PATH_… in IsDevicePathEnd()
154 DevicePathSubType(walker) == MEDIA_FILEPATH_DP) in efi_hd_to_unix()375 if (DevicePathSubType(walker) == MEDIA_HARDDRIVE_DP) in efivar_device_path_to_unix_path()
2204 UefiDevicePathLibCatPrint (Str, "Path(%d,%d", DevicePathType (Node), DevicePathSubType (Node)); in DevPathToTextNodeGeneric()2209 …atPrint (Str, "%s(%d", mUefiDevicePathLibToTextTableGeneric[Index].Text, DevicePathSubType (Node)); in DevPathToTextNodeGeneric()2316 DevicePathSubType (DeviceNode) == mUefiDevicePathLibToTextTable[Index].SubType in UefiDevicePathLibConvertDeviceNodeToText()2380 DevicePathSubType (Node) == mUefiDevicePathLibToTextTable[Index].SubType in UefiDevicePathLibConvertDevicePathToText()
72 DevicePathSubType (
131 if (DevicePathSubType(md) != MEDIA_HARDDRIVE_DP) in partition_number()
56 #define DevicePathSubType(a) ( (a)->SubType ) macro