Home
last modified time | relevance | path

Searched refs:IsDevicePathEndType (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/efi/include/
H A Defidevp.h43 #define IsDevicePathEndType(a) IsDevicePathType(a, END_DEVICE_PATH_TYPE) macro
47 (IsDevicePathEndType(a) && IsDevicePathEndSubType(a))
/illumos-gate/usr/src/boot/efi/libefi/
H A Ddevpath.c129 if (IsDevicePathEndType(devpath) && in efi_devpath_next_instance()
/illumos-gate/usr/src/boot/efi/loader/
H A Dmain.c532 if (IsDevicePathEndType(node)) { in parse_uefi_con_out()