Home
last modified time | relevance | path

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

/openbmc/smbios-mdr/src/
H A Dmdrv2.cpp412 std::string motherboardPath; in systemInfoUpdate() local
440 motherboardPath = std::move(paths[i]); in systemInfoUpdate()
454 if (motherboardPath.empty()) in systemInfoUpdate()
509 // When enabled, chop off last component of motherboardPath, to trim one 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()
[all...]
H A Dtpm.cpp19 motherboardPath = motherboard; in tpmInfoUpdate()
47 if (!motherboardPath.empty()) in tpmInfoUpdate()
50 assocs.emplace_back("chassis", "trusted_components", motherboardPath); in tpmInfoUpdate()
H A Dpcieslot.cpp15 motherboardPath = motherboard; in pcieInfoUpdate()
62 if (!motherboardPath.empty()) in pcieInfoUpdate()
65 assocs.emplace_back("chassis", "pcie_slots", motherboardPath); in pcieInfoUpdate()
H A Dcpu.cpp133 motherboardPath = motherboard; in infoUpdate()
258 if (!motherboardPath.empty()) in infoUpdate()
261 assocs.emplace_back("chassis", "processors", motherboardPath); in infoUpdate()
H A Ddimm.cpp54 motherboardPath = motherboard; in memoryInfoUpdate()
110 if (!motherboardPath.empty()) in memoryInfoUpdate()
113 assocs.emplace_back("chassis", "memories", motherboardPath); in memoryInfoUpdate()
/openbmc/smbios-mdr/include/
H A Dtpm.hpp44 tpmId(tpmID), storage(smbiosTableStorage), motherboardPath(motherboard) in Tpm()
57 std::string motherboardPath; member in phosphor::smbios::Tpm
H A Dcpu.hpp331 cpuNum(cpuId), storage(smbiosTableStorage), motherboardPath(motherboard) in Cpu()
344 std::string motherboardPath; member in phosphor::smbios::Cpu
H A Dpcieslot.hpp61 std::string motherboardPath; member in phosphor::smbios::Pcie
H A Ddimm.hpp137 std::string motherboardPath; member in phosphor::smbios::Dimm