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

/freebsd-12-stable/stand/efi/include/
H A Defidevp.h59 #define IsDevicePathType(a, t) ( DevicePathType(a) == t ) macro
60 #define IsDevicePathEndType(a) IsDevicePathType(a, END_DEVICE_PATH_TYPE)
/freebsd-12-stable/stand/efi/libefi/
H A Ddevpath.c645 IsDevicePathType(devpath1, MEDIA_DEVICE_PATH) &&
646 IsDevicePathType(devpath2, MEDIA_DEVICE_PATH))

Completed in 133 milliseconds