Searched refs:IsDevicePathType (Results 1 – 2 of 2) sorted by relevance
56 #define IsDevicePathType(a, t) ( DevicePathType(a) == t ) macro57 #define IsDevicePathEndType(a) IsDevicePathType(a, END_DEVICE_PATH_TYPE)
122 if (IsDevicePathType(imgpath, MEDIA_DEVICE_PATH) && in device_paths_match()123 IsDevicePathType(devpath, MEDIA_DEVICE_PATH)) in device_paths_match()