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