Searched defs:IsDevicePathEnd (Results 1 – 2 of 2) sorted by relevance
341 IsDevicePathEnd ( in IsDevicePathEnd() function
61 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) ) macro