Home
last modified time | relevance | path

Searched refs:smbiosInventoryPath (Results 1 – 2 of 2) sorted by relevance

/openbmc/smbios-mdr/src/
H A Dmdrv2.cpp397 std::string mapperAncestorPath = smbiosInventoryPath; in systemInfoUpdate()
398 std::string matchParentPath = smbiosInventoryPath + "/board/"; in systemInfoUpdate()
402 if (smbiosInventoryPath != defaultInventoryPath) in systemInfoUpdate()
404 std::filesystem::path path(smbiosInventoryPath); in systemInfoUpdate()
435 if (requireExactMatch && (paths[i] != smbiosInventoryPath)) in systemInfoUpdate()
448 "I", smbiosInventoryPath, "E", e.what()); in systemInfoUpdate()
519 "I", smbiosInventoryPath, "M", motherboardPath); in systemInfoUpdate()
523 smbiosInventoryPath, "M", motherboardPath); in systemInfoUpdate()
542 smbiosInventoryPath + cpuSuffix + std::to_string(index); in systemInfoUpdate()
575 smbiosInventoryPath + dimmSuffix + std::to_string(index); in systemInfoUpdate()
[all …]
/openbmc/smbios-mdr/include/
H A Dmdrv2.hpp117 smbiosInventoryPath(std::move(inventoryPath)) in MDRV2()
121 lg2::info("SMBIOS inventory path: {I}", "I", smbiosInventoryPath); in MDRV2()
199 std::string smbiosInventoryPath; member in phosphor::smbios::MDRV2