Searched refs:IsDevicePathEndSubType (Results 1 – 1 of 1) sorted by relevance
53 #define IsDevicePathEndSubType(a) ( (a)->SubType == END_ENTIRE_DEVICE_PATH_SUBTYPE ) macro54 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) )
Completed in 4 milliseconds