Home
last modified time | relevance | path

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

/openbmc/smbios-mdr/src/
H A Dpcieslot.cpp15 motherboardPath = motherboard; in pcieInfoUpdate()
56 if (!motherboardPath.empty()) in pcieInfoUpdate()
59 assocs.emplace_back("chassis", "pcie_slots", motherboardPath); in pcieInfoUpdate()
H A Dmdrv2.cpp412 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 Dcpu.cpp126 motherboardPath = motherboard; in infoUpdate()
249 if (!motherboardPath.empty()) in infoUpdate()
252 assocs.emplace_back("chassis", "processors", motherboardPath); in infoUpdate()
H A Ddimm.cpp48 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 Dcpu.hpp327 cpuNum(cpuId), storage(smbiosTableStorage), motherboardPath(motherboard) in Cpu()
340 std::string motherboardPath; member in phosphor::smbios::Cpu
H A Dpcieslot.hpp61 std::string motherboardPath; member in phosphor::smbios::Pcie
H A Ddimm.hpp131 std::string motherboardPath; member in phosphor::smbios::Dimm