Home
last modified time | relevance | path

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

/openbmc/smbios-mdr/src/
H A Dmdrv2.cpp389 std::string mapperAncestorPath = smbiosInventoryPath; in systemInfoUpdate()
390 std::string matchParentPath = smbiosInventoryPath + "/board/"; in systemInfoUpdate()
394 if (smbiosInventoryPath != defaultInventoryPath) in systemInfoUpdate()
396 std::filesystem::path path(smbiosInventoryPath); in systemInfoUpdate()
427 if (requireExactMatch && (paths[i] != smbiosInventoryPath)) in systemInfoUpdate()
440 "I", smbiosInventoryPath, "E", e.what()); in systemInfoUpdate()
509 "I", smbiosInventoryPath, "M", motherboardPath); in systemInfoUpdate()
513 smbiosInventoryPath, "M", motherboardPath); in systemInfoUpdate()
530 std::string path = getObjectPath(smbiosInventoryPath, motherboardPath, in systemInfoUpdate()
562 std::string path = getObjectPath(smbiosInventoryPath, motherboardPath, in systemInfoUpdate()
[all …]
/openbmc/smbios-mdr/include/
H A Dmdrv2.hpp121 smbiosInventoryPath(std::move(inventoryPath)) in MDRV2()
125 lg2::info("SMBIOS inventory path: {I}", "I", smbiosInventoryPath); in MDRV2()
203 std::string smbiosInventoryPath; member in phosphor::smbios::MDRV2
H A Dsmbios_mdrv2.hpp357 const std::string& smbiosInventoryPath, in getObjectPath() argument
361 std::string path = smbiosInventoryPath + suffix + std::to_string(index); in getObjectPath()