Searched defs:IsDevicePathEnd (Results 1 – 3 of 3) sorted by relevance
233 IsDevicePathEnd ( in IsDevicePathEnd() function
273 IsDevicePathEnd ( in IsDevicePathEnd() function
49 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) ) macro