Searched refs:DevicePathType (Results 1 – 12 of 12) sorted by relevance
153 if (DevicePathType(walker) == MEDIA_DEVICE_PATH && in efi_hd_to_unix()156 else if (DevicePathType(walker) == MEDIA_DEVICE_PATH && in efi_hd_to_unix()157 DevicePathType(walker) == END_DEVICE_PATH_TYPE) in efi_hd_to_unix()370 while (DevicePathType(walker) != MEDIA_DEVICE_PATH && in efivar_device_path_to_unix_path()371 DevicePathType(walker) != END_DEVICE_PATH_TYPE) { in efivar_device_path_to_unix_path()378 if (DevicePathType(walker) != MEDIA_DEVICE_PATH) in efivar_device_path_to_unix_path()
211 DevicePathType ( in DevicePathType() function319 return (BOOLEAN) (DevicePathType (Node) == END_DEVICE_PATH_TYPE); in IsDevicePathEndType()
235 switch (DevicePathType (&Vendor->Header)) { in DevPathToTextVendor() 2347 if (DevicePathType (Node) == mUefiDevicePathLibToTextTableGeneric[Index].Type) { in DevPathToTextNodeGeneric() 2356 UefiDevicePathLibCatPrint (Str, "Path(%d,%d", DevicePathType (Node), DevicePathSubType (Node));2469 if ((DevicePathType (DeviceNode) == mUefiDevicePathLibToTextTable[Index].Type) &&2533 if ((DevicePathType (Node) == mUefiDevicePathLibToTextTable[Index].Type) && in UefiDevicePathLibConvertDevicePathToText()
434 type = DevicePathType(devpath); in efi_translate_devpath()638 if (DevicePathType(devpath1) != DevicePathType(devpath2) || in efi_devpath_match_node()703 if (DevicePathType(prefix) != DevicePathType(path) || in efi_devpath_is_prefix()729 if (DevicePathType(path) == MEDIA_DEVICE_PATH) in efi_devpath_to_media_path()
306 if (DevicePathType(node) == MESSAGING_DEVICE_PATH && in efipart_ignore_device()321 if (DevicePathType(node) == MESSAGING_DEVICE_PATH && in efipart_ignore_device()330 DevicePathType(node) == MESSAGING_DEVICE_PATH) { in efipart_ignore_device()443 if (DevicePathType(node) == ACPI_DEVICE_PATH && in efipart_floppy()562 if (DevicePathType(node) == MEDIA_DEVICE_PATH && in efipart_testcd()737 if (DevicePathType(node) == MEDIA_DEVICE_PATH && in efipart_hdinfo_add()
135 if (DevicePathType(devpath) == MESSAGING_DEVICE_PATH && in efi_serial_get_index()139 if (DevicePathType(devpath) == ACPI_DEVICE_PATH && in efi_serial_get_index()
196 if (DevicePathType(devpath) != MESSAGING_DEVICE_PATH || in efihttp_dev_init() 259 if (DevicePathType(imgpath) != MESSAGING_DEVICE_PATH) in efihttp_dev_open()
393 if (DevicePathType(node) != MESSAGING_DEVICE_PATH || in efinet_dev_init()
164 if (DevicePathType(path) == ACPI_DEVICE_PATH && in has_keyboard() 180 } else if (DevicePathType(path) == MESSAGING_DEVICE_PATH && in has_keyboard() 449 if (DevicePathType(dp) != MEDIA_DEVICE_PATH || in match_boot_info() 986 if (DevicePathType(node) == ACPI_DEVICE_PATH && in main() 995 } else if (DevicePathType(node) == MESSAGING_DEVICE_PATH && in main() 1000 } else if (DevicePathType(node) == ACPI_DEVICE_PATH && in main() 1004 } else if (DevicePathType(node) == HARDWARE_DEVICE_PATH && in main()
156 (DevicePathType(img->FilePath) != MEDIA_DEVICE_PATH || in efi_main()
54 #define DevicePathType(a) ( ((a)->Type) & EFI_DP_TYPE_MASK ) macro58 #define IsDevicePathType(a, t) ( DevicePathType(a) == t )
54 DevicePathType (