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

/freebsd-current/stand/efi/include/
H A Defidevp.h60 #define IsDevicePathEndSubType(a) ( (a)->SubType == END_ENTIRE_DEVICE_PATH_SUBTYPE ) macro
61 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) )

Completed in 104 milliseconds