Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/libefi/
H A Ddevpath.c187 if (DevicePathType(devpath1) != DevicePathType(devpath2) || in efi_devpath_match()
218 if (DevicePathType(prefix) != DevicePathType(path) || in efi_devpath_is_prefix()
H A Defipart.c296 if (DevicePathType(node) == MESSAGING_DEVICE_PATH && in efipart_ignore_device()
311 if (DevicePathType(node) == MESSAGING_DEVICE_PATH && in efipart_ignore_device()
320 DevicePathType(node) == MESSAGING_DEVICE_PATH) { in efipart_ignore_device()
420 if (DevicePathType(node) == ACPI_DEVICE_PATH && in efipart_floppy()
539 if (DevicePathType(node) == MEDIA_DEVICE_PATH && in efipart_testcd()
714 if (DevicePathType(node) == MEDIA_DEVICE_PATH && in efipart_hdinfo_add()
H A Definet.c321 if (DevicePathType(node) != MESSAGING_DEVICE_PATH || in efinet_dev_init()
/illumos-gate/usr/src/boot/efi/include/
H A Defidevp.h36 #define DevicePathType(a) (((a)->Type) & EFI_DP_TYPE_MASK) macro
42 #define IsDevicePathType(a, t) (DevicePathType(a) == t)
/illumos-gate/usr/src/boot/efi/loader/
H A Dmain.c106 if (DevicePathType(node) != MEDIA_DEVICE_PATH || in efi_zfs_is_preferred()
187 if (DevicePathType(path) == ACPI_DEVICE_PATH && in has_keyboard()
204 } else if (DevicePathType(path) == in has_keyboard()
537 if (DevicePathType(node) == ACPI_DEVICE_PATH && in parse_uefi_con_out()
546 } else if (DevicePathType(node) == MESSAGING_DEVICE_PATH && in parse_uefi_con_out()
551 } else if (DevicePathType(node) == ACPI_DEVICE_PATH && in parse_uefi_con_out()
555 } else if (DevicePathType(node) == HARDWARE_DEVICE_PATH && in parse_uefi_con_out()
607 if (DevicePathType(devpath) == ACPI_DEVICE_PATH && in efi_serial_get_uid()
H A Defi_main.c144 (DevicePathType(img->FilePath) != MEDIA_DEVICE_PATH || in efi_main()
H A Defiserialio.c148 if (DevicePathType(devpath) == ACPI_DEVICE_PATH && in efi_serial_get_index()