Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DConsistMapping.c1198 DEV_PATH_CONSIST_MAPPING_TABLE DevPathConsistMappingTable[] = { variable
1447 …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()