Searched refs:IsDevicePathEndType (Results 1 – 3 of 3) sorted by relevance
316 IsDevicePathEndType ( in IsDevicePathEndType() function348 …return (BOOLEAN) (IsDevicePathEndType (Node) && DevicePathSubType(Node) == END_ENTIRE_DEVICE_PATH_… in IsDevicePathEnd()
60 #define IsDevicePathEndType(a) IsDevicePathType(a, END_DEVICE_PATH_TYPE) macro62 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) )
140 IsDevicePathEndType (