Searched refs:ifaceName (Results 1 – 6 of 6) sorted by relevance
138 ifaceName=$(echo "${line}" | cut -f 1 -d '=' || :)140 if [ -n "${ifaceName}" ] && [ -n "${macAddr}" ]; then141 curMacAddr=$(read_hw_mac "${ifaceName}")143 log_msg "Changing MAC address for ${ifaceName}: ${curMacAddr} -> ${macAddr}"147 if ! set_hw_mac "${ifaceName}" "${macAddr}"; then151 if ! set_fw_env_mac "${ifaceName}" "${macAddr}"; then152 log_err "Failed to set boot env for ${ifaceName}"
355 auto ifaceName = path.filename().string(); in restore() local363 object.emplace(std::move(ifaceName), std::move(propertyMap)); in restore()368 object.emplace(std::move(ifaceName), std::move(propertyMap)); in restore()
187 using ifaceName = std::string; typedef in pldm::responder::bios::BIOSConfig188 using DbusIfacesAdded = std::map<ifaceName, DbusChObjProperties>;
732 std::string ifaceName = in postToDbus() local734 ifaceName.append(itemType).append(".").append(name); in postToDbus()738 ifaceName, boardNameOrig); in postToDbus()775 std::string ifaceName = in postToDbus() local777 ifaceName.append(itemType).append(".").append(name); in postToDbus()778 ifaceName.append(std::to_string(index)); in postToDbus()782 objServer, ifacePath, ifaceName, boardNameOrig); in postToDbus()
212 const char* ifaceName = pElement->Attribute("name"); in doIntrospect() local213 if (ifaceName == nullptr) in doIntrospect()218 thisPathMap[transaction->processName].emplace(ifaceName); in doIntrospect()220 if (std::strcmp(ifaceName, assocDefsInterface) == 0) in doIntrospect()
2224 const char* ifaceName = interface->Attribute("name"); in handleBusSystemPost() local2225 if (ifaceName != nullptr) in handleBusSystemPost()2228 interfaceObj["name"] = ifaceName; in handleBusSystemPost()2287 const char* ifaceName = interface->Attribute("name"); in handleBusSystemPost() local2289 if (ifaceName != nullptr && ifaceName == interfaceName) in handleBusSystemPost()