Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/include/
H A Defidevp.h42 #define IsDevicePathType(a, t) (DevicePathType(a) == t) macro
43 #define IsDevicePathEndType(a) IsDevicePathType(a, END_DEVICE_PATH_TYPE)