Searched refs:IsDevicePathEndType (Results 1 – 3 of 3) sorted by relevance
55 #define IsDevicePathEndType(a) ( DevicePathType(a) == END_DEVICE_PATH_TYPE ) macro57 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) )
218 if (IsDevicePathEndType(Next)) { in LibLocateHandleByDiskSignature()
71 if (IsDevicePathEndType(DevPath)) { in DevicePathInstance()