Searched refs:IsDevicePathEndType (Results 1 – 1 of 1) sorted by relevance
52 #define IsDevicePathEndType(a) ( DevicePathType(a) == END_DEVICE_PATH_TYPE ) macro54 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) )
Completed in 4 milliseconds