Home
last modified time | relevance | path

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

/openbmc/smbios-mdr/src/
H A Ddimm.cpp90 dimmDeviceLocator(memoryInfo->bankLocator, memoryInfo->deviceLocator, in memoryInfoUpdate()
197 std::string deviceLocator = in dimmDeviceLocator() local
205 result = deviceLocator; in dimmDeviceLocator()
209 result = bankLocator + " " + deviceLocator; in dimmDeviceLocator()
216 auto cpuPos = deviceLocator.find(substrCpu); in dimmDeviceLocator()
221 deviceLocator.substr(cpuPos + substrCpu.length(), 1); in dimmDeviceLocator()
237 auto dimmPos = deviceLocator.find(substrDimm); in dimmDeviceLocator()
242 deviceLocator.substr(dimmPos + substrDimm.length() + 1); in dimmDeviceLocator()
H A Dmdrv2.cpp902 memoryInfo->deviceLocator, memoryInfo->length, dataIn); in getRecordType()
/openbmc/smbios-mdr/include/
H A Ddimm.hpp162 uint8_t deviceLocator; member