Searched refs:DevicePathSubType (Results 1 – 10 of 10) sorted by relevance
151 DevicePathSubType(devpath1) != DevicePathSubType(devpath2)) in efi_devpath_match_node()192 DevicePathSubType(prefix) != DevicePathSubType(path)) in efi_devpath_is_prefix()
302 DevicePathSubType(node) == ACPI_DP) { in efipart_floppy()397 DevicePathSubType(node) == MEDIA_CDROM_DP) { in efipart_testcd()455 DevicePathSubType(node) == MEDIA_CDROM_DP && in efipart_updatecd()618 (DevicePathSubType(node) == HW_PCI_DP || in efipart_updatehd()619 DevicePathSubType(node) == HW_VENDOR_DP)) { in efipart_updatehd()626 DevicePathSubType(node) == MEDIA_FILEPATH_DP) { in efipart_updatehd()643 DevicePathSubType(node) == MEDIA_HARDDRIVE_DP && in efipart_updatehd()
305 DevicePathSubType(node) != MSG_MAC_ADDR_DP) in efinet_dev_init()
141 (DevicePathSubType(path) == ACPI_DP || in has_keyboard()142 DevicePathSubType(path) == ACPI_EXTENDED_DP)) { in has_keyboard()157 DevicePathSubType(path) == MSG_USB_CLASS_DP) { in has_keyboard()406 DevicePathSubType(dp) != MEDIA_FILEPATH_DP) { in match_boot_info()685 DevicePathSubType(node) == ACPI_DP) { in parse_uefi_con_out()693 DevicePathSubType(node) == MSG_UART_DP) { in parse_uefi_con_out()698 DevicePathSubType(node) == ACPI_ADR_DP) { in parse_uefi_con_out()702 DevicePathSubType(node) == HW_PCI_DP) { in parse_uefi_con_out()
150 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()
149 DevicePathSubType(walker) == MEDIA_FILEPATH_DP) in efi_hd_to_unix()366 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()
77 DevicePathSubType (
56 #define DevicePathSubType(a) ( (a)->SubType ) macro