Home | History | Annotate | Download | only in src

Lines Matching defs:dimm_string

166 int ErrorDiag::AddCeccError(string dimm_string) {
167 DeviceTree *dimm_device = system_tree_root_->FindOrAddDevice(dimm_string);
178 int ErrorDiag::AddUeccError(string dimm_string) {
179 DeviceTree *dimm_device = system_tree_root_->FindOrAddDevice(dimm_string);
190 int ErrorDiag::AddMiscompareError(string dimm_string, uint64 addr, int count) {
191 DeviceTree *dimm_device = system_tree_root_->FindOrAddDevice(dimm_string);
198 os_->ErrorReport(dimm_string.c_str(), "miscompare", count);
205 char dimm_string[256] = "";
208 os->FindDimm(paddr, dimm_string, sizeof(dimm_string));
209 return string(dimm_string);