Searched defs:IsDevicePathEnd (Results 1 – 3 of 3) sorted by relevance
54 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) ) macro