Home
last modified time | relevance | path

Searched refs:ifaceName (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/meta-yadro/meta-vegman/recipes-yadro/fru/vegman-fru-handler/
H A Dbaseboard-fru-handler.sh138 ifaceName=$(echo "${line}" | cut -f 1 -d '=' || :)
140 if [ -n "${ifaceName}" ] && [ -n "${macAddr}" ]; then
141 curMacAddr=$(read_hw_mac "${ifaceName}")
143 log_msg "Changing MAC address for ${ifaceName}: ${curMacAddr} -> ${macAddr}"
147 if ! set_hw_mac "${ifaceName}" "${macAddr}"; then
151 if ! set_fw_env_mac "${ifaceName}" "${macAddr}"; then
152 log_err "Failed to set boot env for ${ifaceName}"
/openbmc/phosphor-inventory-manager/
H A Dmanager.cpp355 auto ifaceName = path.filename().string(); in restore() local
363 object.emplace(std::move(ifaceName), std::move(propertyMap)); in restore()
368 object.emplace(std::move(ifaceName), std::move(propertyMap)); in restore()
/openbmc/pldm/libpldmresponder/
H A Dbios_config.hpp187 using ifaceName = std::string; typedef in pldm::responder::bios::BIOSConfig
188 using DbusIfacesAdded = std::map<ifaceName, DbusChObjProperties>;
/openbmc/entity-manager/src/
H A Dentity_manager.cpp732 std::string ifaceName = in postToDbus() local
734 ifaceName.append(itemType).append(".").append(name); in postToDbus()
738 ifaceName, boardNameOrig); in postToDbus()
775 std::string ifaceName = in postToDbus() local
777 ifaceName.append(itemType).append(".").append(name); in postToDbus()
778 ifaceName.append(std::to_string(index)); in postToDbus()
782 objServer, ifacePath, ifaceName, boardNameOrig); in postToDbus()
/openbmc/phosphor-objmgr/src/
H A Dmain.cpp212 const char* ifaceName = pElement->Attribute("name"); in doIntrospect() local
213 if (ifaceName == nullptr) in doIntrospect()
218 thisPathMap[transaction->processName].emplace(ifaceName); in doIntrospect()
220 if (std::strcmp(ifaceName, assocDefsInterface) == 0) in doIntrospect()
/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp2224 const char* ifaceName = interface->Attribute("name"); in handleBusSystemPost() local
2225 if (ifaceName != nullptr) in handleBusSystemPost()
2228 interfaceObj["name"] = ifaceName; in handleBusSystemPost()
2287 const char* ifaceName = interface->Attribute("name"); in handleBusSystemPost() local
2289 if (ifaceName != nullptr && ifaceName == interfaceName) in handleBusSystemPost()