Home
last modified time | relevance | path

Searched refs:productName (Results 1 – 5 of 5) sorted by relevance

/openbmc/entity-manager/src/fru_device/
H A Dfru_utils.cpp1600 std::string& productName) in findIndexForFRU() argument
1608 if (std::regex_match(path, std::regex(productName + "(_\\d+|)$"))) in findIndexForFRU()
1615 std::regex(productName + "_(\\d+)$")); in findIndexForFRU()
1646 std::string productName; in getProductName() local
1673 productName = productNameFind->second; in getProductName()
1675 productName = std::regex_replace(productName, illegalObject, "_"); in getProductName()
1679 productName = "UNKNOWN" + std::to_string(unknownBusObjectCount); in getProductName()
1682 return productName; in getProductName()
H A Dfru_utils.hpp204 std::string& productName);
H A Dfru_device.cpp895 std::string productName = in addFruObjectToDbus() local
898 std::optional<int> index = findIndexForFRU(dbusInterfaceMap, productName); in addFruObjectToDbus()
901 productName += "_"; in addFruObjectToDbus()
902 productName += std::to_string(++(*index)); in addFruObjectToDbus()
906 objServer.add_interface(productName, "xyz.openbmc_project.FruDevice"); in addFruObjectToDbus()
/openbmc/smbios-mdr/include/
H A Dsystem.hpp107 uint8_t productName; member
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp845 std::vector<std::string> productName( in procInfo() local
853 result = "CPU:" + productName[2] + "/" + std::to_string(procFrequency) + in procInfo()