Home
last modified time | relevance | path

Searched refs:IsDevicePathEnd (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/boot/efi/libefi/
H A Ddevpath.c114 if (IsDevicePathEnd(devpath)) in efi_devpath_last_node()
116 while (!IsDevicePathEnd(NextDevicePathNode(devpath))) in efi_devpath_last_node()
127 while (!IsDevicePathEnd(devpath)) { in efi_devpath_next_instance()
198 if (IsDevicePathEnd(devpath1)) in efi_devpath_match()
215 if (IsDevicePathEnd(prefix)) in efi_devpath_is_prefix()
H A Defiserialio.c116 if (!IsDevicePathEnd(node) && efi_devpath_is_prefix(dev, node)) in efi_serial_should_append()
243 while (!IsDevicePathEnd(node)) { in efi_check_and_set_condev()
482 while (!IsDevicePathEnd(dp)) { in efi_get_acpi_name()
H A Defiisaio.c157 if (!IsDevicePathEnd(node) && efi_devpath_is_prefix(dev, node)) in efi_isa_should_append()
284 while (!IsDevicePathEnd(node)) { in efi_check_and_set_condev()
/illumos-gate/usr/src/boot/efi/include/
H A Defidevp.h46 #define IsDevicePathEnd(a) \ macro
/illumos-gate/usr/src/boot/efi/loader/
H A Dmain.c179 while (!IsDevicePathEnd(path)) { in has_keyboard()
606 while (!IsDevicePathEnd(devpath)) { in efi_serial_get_uid()