Searched refs:DevicePathType (Results 1 – 4 of 4) sorted by relevance
119 if (DevicePathType(&FilePathNode->Header) != MEDIA_DEVICE_PATH || in OpenSimpleReadFile()
538 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()
210 if ((DevicePathType(DevPath) == MEDIA_DEVICE_PATH) && in LibLocateHandleByDiskSignature()
50 #define DevicePathType(a) ( ((a)->Type) & EFI_DP_TYPE_MASK ) macro55 #define IsDevicePathEndType(a) ( DevicePathType(a) == END_DEVICE_PATH_TYPE )