Searched refs:motherboardPath (Results 1 – 7 of 7) sorted by relevance
/openbmc/smbios-mdr/src/ |
H A D | pcieslot.cpp | 15 motherboardPath = motherboard; in pcieInfoUpdate() 56 if (!motherboardPath.empty()) in pcieInfoUpdate() 59 assocs.emplace_back("chassis", "pcie_slots", motherboardPath); in pcieInfoUpdate()
|
H A D | mdrv2.cpp | 412 std::string motherboardPath; in systemInfoUpdate() local 440 motherboardPath = std::move(paths[i]); in systemInfoUpdate() 454 if (motherboardPath.empty()) in systemInfoUpdate() 514 std::filesystem::path foundPath(motherboardPath); in systemInfoUpdate() 515 motherboardPath = foundPath.parent_path().string(); in systemInfoUpdate() 519 "I", smbiosInventoryPath, "M", motherboardPath); in systemInfoUpdate() 523 smbiosInventoryPath, "M", motherboardPath); in systemInfoUpdate() 547 motherboardPath)); in systemInfoUpdate() 552 motherboardPath); in systemInfoUpdate() 580 motherboardPath)); in systemInfoUpdate() [all …]
|
H A D | cpu.cpp | 126 motherboardPath = motherboard; in infoUpdate() 249 if (!motherboardPath.empty()) in infoUpdate() 252 assocs.emplace_back("chassis", "processors", motherboardPath); in infoUpdate()
|
H A D | dimm.cpp | 48 motherboardPath = motherboard; in memoryInfoUpdate() 104 if (!motherboardPath.empty()) in memoryInfoUpdate() 107 assocs.emplace_back("chassis", "memories", motherboardPath); in memoryInfoUpdate()
|
/openbmc/smbios-mdr/include/ |
H A D | cpu.hpp | 327 cpuNum(cpuId), storage(smbiosTableStorage), motherboardPath(motherboard) in Cpu() 340 std::string motherboardPath; member in phosphor::smbios::Cpu
|
H A D | pcieslot.hpp | 61 std::string motherboardPath; member in phosphor::smbios::Pcie
|
H A D | dimm.hpp | 131 std::string motherboardPath; member in phosphor::smbios::Dimm
|