Searched refs:DevPathConsistMappingTable (Results 1 – 1 of 1) sorted by relevance
1198 DEV_PATH_CONSIST_MAPPING_TABLE DevPathConsistMappingTable[] = { variable1447 …for (SerialFun = DevPathSerialDefault, Index = 0; DevPathConsistMappingTable[Index].SerialFun != N… in GetDeviceConsistMappingInfo()1449 if (DevicePathType (DevicePath) == DevPathConsistMappingTable[Index].Type && in GetDeviceConsistMappingInfo()1450 DevicePathSubType (DevicePath) == DevPathConsistMappingTable[Index].SubType in GetDeviceConsistMappingInfo()1452 SerialFun = DevPathConsistMappingTable[Index].SerialFun; in GetDeviceConsistMappingInfo()