Home
last modified time | relevance | path

Searched refs:IsDevicePathEnd (Results 1 – 4 of 4) sorted by relevance

/DragonStub/lib/
H A Ddpath.c298 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()
H A Dsread.c113 while (!IsDevicePathEnd(&FilePathNode->Header)) { in OpenSimpleReadFile()
H A Dhand.c241 if (IsDevicePathEnd(DevPath)) { in LibLocateHandleByDiskSignature()
/DragonStub/inc/
H A Defidevp.h57 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) ) macro