Home
last modified time | relevance | path

Searched refs:DevicePathType (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/lib/libefivar/
H A Defivar-dp-xlate.c153 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()
343 while (DevicePathType(walker) != MEDIA_DEVICE_PATH && in efivar_device_path_to_unix_path()
344 DevicePathType(walker) != END_DEVICE_PATH_TYPE) { in efivar_device_path_to_unix_path()
351 if (DevicePathType(walker) != MEDIA_DEVICE_PATH) in efivar_device_path_to_unix_path()
H A Duefi-dputil.c213 DevicePathType ( in DevicePathType() function
321 return (BOOLEAN) (DevicePathType (Node) == END_DEVICE_PATH_TYPE); in IsDevicePathEndType()
H A Defivar-dp-format.c240 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()
/freebsd-13.1/stand/efi/libefi/
H A Ddevpath.c437 type = DevicePathType(devpath); in efi_translate_devpath()
624 if (DevicePathType(devpath1) != DevicePathType(devpath2) || in efi_devpath_match_node()
689 if (DevicePathType(prefix) != DevicePathType(path) || in efi_devpath_is_prefix()
715 if (DevicePathType(path) == MEDIA_DEVICE_PATH) in efi_devpath_to_media_path()
H A Defipart.c307 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()
H A Defihttp.c201 if (DevicePathType(devpath) != MESSAGING_DEVICE_PATH || in efihttp_dev_init()
264 if (DevicePathType(imgpath) != MESSAGING_DEVICE_PATH) in efihttp_dev_open()
H A Definet.c396 if (DevicePathType(node) != MESSAGING_DEVICE_PATH || in efinet_dev_init()
/freebsd-13.1/stand/efi/loader/
H A Dmain.c151 if (DevicePathType(path) == ACPI_DEVICE_PATH && in has_keyboard()
167 } else if (DevicePathType(path) == MESSAGING_DEVICE_PATH && in has_keyboard()
441 if (DevicePathType(dp) != MEDIA_DEVICE_PATH || in match_boot_info()
751 if (DevicePathType(node) == ACPI_DEVICE_PATH && in parse_uefi_con_out()
760 } else if (DevicePathType(node) == MESSAGING_DEVICE_PATH && in parse_uefi_con_out()
765 } else if (DevicePathType(node) == ACPI_DEVICE_PATH && in parse_uefi_con_out()
769 } else if (DevicePathType(node) == HARDWARE_DEVICE_PATH && in parse_uefi_con_out()
H A Defiserialio.c129 if (DevicePathType(devpath) == MESSAGING_DEVICE_PATH && in efi_serial_get_index()
133 if (DevicePathType(devpath) == ACPI_DEVICE_PATH && in efi_serial_get_index()
H A Defi_main.c155 (DevicePathType(img->FilePath) != MEDIA_DEVICE_PATH || in efi_main()
/freebsd-13.1/stand/efi/include/
H A Defidevp.h55 #define DevicePathType(a) ( ((a)->Type) & EFI_DP_TYPE_MASK ) macro
59 #define IsDevicePathType(a, t) ( DevicePathType(a) == t )
/freebsd-13.1/sys/contrib/edk2/Include/Library/
H A DDevicePathLib.h54 DevicePathType (