Searched refs:IsDevicePathEndType (Results 1 – 3 of 3) sorted by relevance
57 #define IsDevicePathEndType(a) ( DevicePathType(a) == END_DEVICE_PATH_TYPE ) macro59 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) )
220 if (IsDevicePathEndType(Next)) { in LibLocateHandleByDiskSignature()
73 if (IsDevicePathEndType(DevPath)) { in DevicePathInstance()