Searched refs:DevicePathType (Results 1 – 12 of 12) sorted by relevance
150 if (DevicePathType(walker) == MEDIA_DEVICE_PATH && in efi_hd_to_unix()153 else if (DevicePathType(walker) == MEDIA_DEVICE_PATH && in efi_hd_to_unix()154 DevicePathType(walker) == END_DEVICE_PATH_TYPE) in efi_hd_to_unix()367 while (DevicePathType(walker) != MEDIA_DEVICE_PATH && in efivar_device_path_to_unix_path()368 DevicePathType(walker) != END_DEVICE_PATH_TYPE) { in efivar_device_path_to_unix_path()375 if (DevicePathType(walker) != MEDIA_DEVICE_PATH) in efivar_device_path_to_unix_path()
139 if ((DevicePathType (DevicePath) == MEDIA_DEVICE_PATH) && in IsDevicePathValid()167 DevicePathType ( in DevicePathType() function275 return (BOOLEAN)(DevicePathType (Node) == END_DEVICE_PATH_TYPE); in IsDevicePathEndType()
231 switch (DevicePathType (&Vendor->Header)) { in DevPathToTextVendor()2351 if (DevicePathType (Node) == mUefiDevicePathLibToTextTableGeneric[Index].Type) { in DevPathToTextNodeGeneric()2360 UefiDevicePathLibCatPrint (Str, "Path(%d,%d", DevicePathType (Node), DevicePathSubType (Node)); in DevPathToTextNodeGeneric()2473 if ((DevicePathType (DeviceNode) == mUefiDevicePathLibToTextTable[Index].Type) && in UefiDevicePathLibConvertDeviceNodeToText()2537 if ((DevicePathType (Node) == mUefiDevicePathLibToTextTable[Index].Type) && in UefiDevicePathLibConvertDevicePathToText()
66 #define DevicePathType(a) ( ((a)->Type) & EFI_DP_TYPE_MASK ) macro70 #define IsDevicePathType(a, t) ( DevicePathType(a) == t )
436 type = DevicePathType(devpath); in efi_translate_devpath()640 if (DevicePathType(devpath1) != DevicePathType(devpath2) || in efi_devpath_match_node()705 if (DevicePathType(prefix) != DevicePathType(path) || in efi_devpath_is_prefix()731 if (DevicePathType(path) == MEDIA_DEVICE_PATH) in efi_devpath_to_media_path()
307 if (DevicePathType(node) == MESSAGING_DEVICE_PATH && in efipart_ignore_device()322 if (DevicePathType(node) == MESSAGING_DEVICE_PATH && in efipart_ignore_device()331 DevicePathType(node) == MESSAGING_DEVICE_PATH) { in efipart_ignore_device()444 if (DevicePathType(node) == ACPI_DEVICE_PATH && in efipart_floppy()563 if (DevicePathType(node) == MEDIA_DEVICE_PATH && in efipart_testcd()738 if (DevicePathType(node) == MEDIA_DEVICE_PATH && in efipart_hdinfo_add()
136 if (DevicePathType(devpath) == MESSAGING_DEVICE_PATH && in efi_serial_get_index()140 if (DevicePathType(devpath) == ACPI_DEVICE_PATH && in efi_serial_get_index()
195 if (DevicePathType(devpath) != MESSAGING_DEVICE_PATH || in efihttp_dev_init()258 if (DevicePathType(imgpath) != MESSAGING_DEVICE_PATH) in efihttp_dev_open()
395 if (DevicePathType(node) != MESSAGING_DEVICE_PATH || in efinet_dev_init()
192 if (DevicePathType(path) == ACPI_DEVICE_PATH && in has_keyboard()208 } else if (DevicePathType(path) == MESSAGING_DEVICE_PATH && in has_keyboard()477 if (DevicePathType(dp) != MEDIA_DEVICE_PATH || in match_boot_info()1016 if (DevicePathType(node) == ACPI_DEVICE_PATH && in parse_uefi_con_out()1025 } else if (DevicePathType(node) == MESSAGING_DEVICE_PATH && in parse_uefi_con_out()1030 } else if (DevicePathType(node) == ACPI_DEVICE_PATH && in parse_uefi_con_out()1034 } else if (DevicePathType(node) == HARDWARE_DEVICE_PATH && in parse_uefi_con_out()
158 (DevicePathType(img->FilePath) != MEDIA_DEVICE_PATH || in efi_main()
54 DevicePathType (