Home
last modified time | relevance | path

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

/DragonStub/lib/
H A Dsread.c119 if (DevicePathType(&FilePathNode->Header) != MEDIA_DEVICE_PATH || in OpenSimpleReadFile()
H A Ddpath.c538 switch (DevicePathType(&Vendor->Header)) { in _DevPathVendor()
649 DevicePathType( & Fibre-> Header ) == MSG_FIBRECHANNEL_DP ? L"" : L"Ex" , in _DevPathFibre()
1163 if (DevicePathType(DevPathNode) == DevPathTable[Index].Type && in DevicePathToStr()
H A Dhand.c210 if ((DevicePathType(DevPath) == MEDIA_DEVICE_PATH) && in LibLocateHandleByDiskSignature()
/DragonStub/inc/
H A Defidevp.h50 #define DevicePathType(a) ( ((a)->Type) & EFI_DP_TYPE_MASK ) macro
55 #define IsDevicePathEndType(a) ( DevicePathType(a) == END_DEVICE_PATH_TYPE )