Searched refs:DevicePathType (Results 1 – 10 of 10) sorted by relevance
150 if (DevicePathType(devpath1) != DevicePathType(devpath2) || in efi_devpath_match_node()191 if (DevicePathType(prefix) != DevicePathType(path) || in efi_devpath_is_prefix()217 if (DevicePathType(path) == MEDIA_DEVICE_PATH) in efi_devpath_to_media_path()
301 if (DevicePathType(node) == ACPI_DEVICE_PATH && in efipart_floppy()396 if (DevicePathType(node) == MEDIA_DEVICE_PATH && in efipart_testcd()454 if (DevicePathType(node) == MEDIA_DEVICE_PATH && in efipart_updatecd()617 if (DevicePathType(node) == HARDWARE_DEVICE_PATH && in efipart_updatehd()625 if (DevicePathType(node) == MEDIA_DEVICE_PATH && in efipart_updatehd()642 if (DevicePathType(node) == MEDIA_DEVICE_PATH && in efipart_updatehd()
304 if (DevicePathType(node) != MESSAGING_DEVICE_PATH || in efinet_dev_init()
148 if (DevicePathType(walker) == MEDIA_DEVICE_PATH && in efi_hd_to_unix()151 else if (DevicePathType(walker) == MEDIA_DEVICE_PATH && in efi_hd_to_unix()152 DevicePathType(walker) == END_DEVICE_PATH_TYPE) in efi_hd_to_unix()336 while (DevicePathType(walker) != MEDIA_DEVICE_PATH && in efivar_device_path_to_unix_path()337 DevicePathType(walker) != END_DEVICE_PATH_TYPE) { in efivar_device_path_to_unix_path()342 if (DevicePathType(walker) != MEDIA_DEVICE_PATH) in efivar_device_path_to_unix_path()
213 DevicePathType ( in DevicePathType() function321 return (BOOLEAN) (DevicePathType (Node) == END_DEVICE_PATH_TYPE); in IsDevicePathEndType()
240 switch (DevicePathType (&Vendor->Header)) { in DevPathToTextVendor()2195 if (DevicePathType (Node) == mUefiDevicePathLibToTextTableGeneric[Index].Type) { in DevPathToTextNodeGeneric()2204 UefiDevicePathLibCatPrint (Str, "Path(%d,%d", DevicePathType (Node), DevicePathSubType (Node)); in DevPathToTextNodeGeneric()2315 if (DevicePathType (DeviceNode) == mUefiDevicePathLibToTextTable[Index].Type && in UefiDevicePathLibConvertDeviceNodeToText()2379 if (DevicePathType (Node) == mUefiDevicePathLibToTextTable[Index].Type && in UefiDevicePathLibConvertDevicePathToText()
140 if (DevicePathType(path) == ACPI_DEVICE_PATH && in has_keyboard()156 } else if (DevicePathType(path) == MESSAGING_DEVICE_PATH && in has_keyboard()405 if (DevicePathType(dp) != MEDIA_DEVICE_PATH || in match_boot_info()684 if (DevicePathType(node) == ACPI_DEVICE_PATH && in parse_uefi_con_out()692 } else if (DevicePathType(node) == MESSAGING_DEVICE_PATH && in parse_uefi_con_out()697 } else if (DevicePathType(node) == ACPI_DEVICE_PATH && in parse_uefi_con_out()701 } else if (DevicePathType(node) == HARDWARE_DEVICE_PATH && in parse_uefi_con_out()
149 (DevicePathType(img->FilePath) != MEDIA_DEVICE_PATH || in efi_main()
55 #define DevicePathType(a) ( ((a)->Type) & EFI_DP_TYPE_MASK ) macro59 #define IsDevicePathType(a, t) ( DevicePathType(a) == t )
59 DevicePathType (