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

/freebsd-9.3-release/sys/boot/efi/include/
H A Defidevp.h61 #define IsDevicePathEndSubType(a) ( (a)->SubType == END_ENTIRE_DEVICE_PATH_SUBTYPE ) macro
62 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) )

Completed in 20 milliseconds