Home
last modified time | relevance | path

Searched refs:IsDevicePathEndType (Results 1 – 3 of 3) sorted by relevance

/DragonStub/inc/
H A Defidevp.h55 #define IsDevicePathEndType(a) ( DevicePathType(a) == END_DEVICE_PATH_TYPE ) macro
57 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) )
/DragonStub/lib/
H A Dhand.c218 if (IsDevicePathEndType(Next)) { in LibLocateHandleByDiskSignature()
H A Ddpath.c71 if (IsDevicePathEndType(DevPath)) { in DevicePathInstance()