Searched refs:IsDevicePathEnd (Results 1 – 4 of 4) sorted by relevance
298 while (!IsDevicePathEnd(DevPath)) { in DevicePathSize()354 if (IsDevicePathEnd(Src)) { in UnpackDevicePath()385 if (IsDevicePathEnd(Src)) { in UnpackDevicePath()420 while (!IsDevicePathEnd(DevPath)) { in AppendDevicePathInstance()452 if (IsDevicePathEnd(FilePath)) { in LibDevicePathToInterface()1155 while (!IsDevicePathEnd(DevPathNode)) { in DevicePathToStr()
113 while (!IsDevicePathEnd(&FilePathNode->Header)) { in OpenSimpleReadFile()
241 if (IsDevicePathEnd(DevPath)) { in LibLocateHandleByDiskSignature()
57 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) ) macro