Searched refs:deviceLocator (Results 1 – 3 of 3) sorted by relevance
97 dimmDeviceLocator(memoryInfo->bankLocator, memoryInfo->deviceLocator, in memoryInfoUpdate()204 std::string deviceLocator = in dimmDeviceLocator() local212 result = deviceLocator; in dimmDeviceLocator()216 result = bankLocator + " " + deviceLocator; in dimmDeviceLocator()223 auto cpuPos = deviceLocator.find(substrCpu); in dimmDeviceLocator()229 auto it = data.find(deviceLocator); in dimmDeviceLocator()251 "DIMM", deviceLocator.c_str()); in dimmDeviceLocator()259 deviceLocator.substr(cpuPos + substrCpu.length(), 1); in dimmDeviceLocator()275 auto dimmPos = deviceLocator.find(substrDimm); in dimmDeviceLocator()280 deviceLocator.substr(dimmPos + substrDimm.length() + 1); in dimmDeviceLocator()
889 memoryInfo->deviceLocator, memoryInfo->length, dataIn); in getRecordType()
173 uint8_t deviceLocator; member