Searched defs:DevicePathType (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/efi/include/
H A Defidevp.h53 #define DevicePathType(a) ( ((a)->Type) & EFI_DP_TYPE_MASK ) macro
57 #define IsDevicePathType(a, t) ( DevicePathType(a) == t )

Completed in 65 milliseconds