/openbmc/openpower-debug-collector/dump/ |
H A D | dump_monitor.cpp | 114 for (const auto& interfaceName : monitoredInterfaces) in handleDBusSignal() local 116 auto it = interfaces.find(interfaceName); in handleDBusSignal() 120 "DUMP", interfaceName); in handleDBusSignal() 121 initiateDumpCollection(objectPath, interfaceName, it->second); in handleDBusSignal() 131 const std::string interfaceName = "xyz.openbmc_project.Common.Progress"; in updateProgressStatus() local 139 interfaceName, propertyName, path, bus, statusVariant); in updateProgressStatus()
|
/openbmc/telemetry/tests/src/ |
H A D | dbus_environment.hpp | 97 const std::string& interfaceName, in getProperty() argument 104 interfaceName, property, in getProperty() 118 const std::string& path, const std::string& interfaceName, in setProperty() argument 125 interfaceName, property, std::move(newValue), in setProperty()
|
/openbmc/phosphor-bmc-code-mgmt/common/src/ |
H A D | software_manager.cpp | 60 for (std::string& interfaceName : interfaceNames) in initDevices() 64 if (interfaceName == iface) in initDevices() 66 interfaceFound = interfaceName; in initDevices()
|
/openbmc/entity-manager/src/ |
H A D | perform_probe.cpp | 27 bool probeDbus(const std::string& interfaceName, in probeDbus() argument 37 auto it = interfaces.find(interfaceName); in probeDbus() 66 "IFACE", interfaceName); in probeDbus()
|
/openbmc/phosphor-led-manager/fault-monitor/ |
H A D | operational-status-monitor.cpp | 25 std::string interfaceName{}; in matchHandler() local 27 msg.read(interfaceName, properties); in matchHandler()
|
/openbmc/phosphor-networkd/src/ |
H A D | inventory_mac.cpp | 82 std::string interfaceName = configJson[intfName]; in getfromInventory() local 126 "NET_INTF", interfaceName, "OBJ", object.first); in getfromInventory() 128 if (std::string::npos != object.first.find(interfaceName.c_str())) in getfromInventory() 139 "NET_INTF", interfaceName); in getfromInventory()
|
H A D | ethernet_interface.cpp | 99 interfaceName(*info.intf.name, true); in EthernetInterface() 216 interfaceName()); in addStaticNeigh() 238 interfaceName()); in addStaticGateway() 498 const auto ifname = interfaceName(); in mtu() 649 auto intfName = stdplus::strCat(interfaceName(), "."sv, idStr); in createVLAN() 753 config.map["Match"].emplace_back()["Name"].emplace_back(interfaceName()); in writeConfigurationFile() 785 vlans.emplace_back(intf->interfaceName()); in writeConfigurationFile() 879 config::pathForIntfConf(manager.get().getConfDir(), interfaceName()); in writeConfigurationFile() 911 auto interface = interfaceName(); in macAddress() 1033 auto intf = eth.get().interfaceName(); in delete_()
|
H A D | network_manager.cpp | 169 if (info.intf.name && *info.intf.name != it->second->interfaceName()) in createInterface() 171 interfaces.erase(it->second->interfaceName()); in createInterface() 462 ObjectPath Manager::vlan(std::string interfaceName, uint32_t id) in vlan() argument 472 auto it = interfaces.find(interfaceName); in vlan() 477 elog<ResourceNotFound>(ResourceErr::RESOURCE(interfaceName.c_str())); in vlan()
|
H A D | dhcp_configuration.cpp | 26 parent.get().manager.get().getConfDir(), parent.get().interfaceName())); in Configuration()
|
H A D | network_manager.hpp | 52 ObjectPath vlan(std::string interfaceName, uint32_t id) override;
|
H A D | ipaddress.cpp | 97 parent.get().interfaceName()); in delete_()
|
H A D | ethernet_interface.hpp | 230 using EthernetInterfaceIntf::interfaceName;
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/ |
H A D | corstone1000-fvp.conf | 31 FVP_CONFIG[board.hostbridge.interfaceName] ?= "tap0" 73 FVP_CONFIG[board.virtio_net.hostbridge.interfaceName] ?= "eth1"
|
/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/ |
H A D | hyp_ethernet_interface.hpp | 58 HypEthernetIntf::interfaceName(intfName.data(), true); in HypEthInterface() 99 using HypEthernetIntf::interfaceName;
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | managers.hpp | 87 const char* interfaceName = "xyz.openbmc_project.State.BMC"; in doBMCGracefulRestart() local 94 *crow::connections::systemBus, processName, objectPath, interfaceName, in doBMCGracefulRestart() 114 const char* interfaceName = "xyz.openbmc_project.State.BMC"; in doBMCForceRestart() local 121 *crow::connections::systemBus, processName, objectPath, interfaceName, in doBMCForceRestart() 796 for (const auto& interfaceName : in requestRoutesManager() local 799 if (interfaceName == in requestRoutesManager() 874 interfaceName == in requestRoutesManager()
|
H A D | systems.hpp | 449 for (const auto& interfaceName : connection.second) in afterSystemGetSubTree() local 451 if (interfaceName == "xyz.openbmc_project.Inventory.Item.Dimm") in afterSystemGetSubTree() 457 else if (interfaceName == in afterSystemGetSubTree() 464 else if (interfaceName == "xyz.openbmc_project.Common.UUID") in afterSystemGetSubTree() 477 else if (interfaceName == in afterSystemGetSubTree() 2842 constexpr const char* interfaceName = in doNMI() local 2856 serviceName, objectPath, interfaceName, method); in doNMI()
|
/openbmc/bmcweb/include/ |
H A D | openbmc_dbus_rest.hpp | 505 std::string interfaceName; member 1395 if (!transaction->interfaceName.empty() && in findActionOnInterface() 1396 (transaction->interfaceName != thisInterfaceName)) in findActionOnInterface() 1621 transaction->interfaceName = "xyz.openbmc_project.Object.Delete"; in handleDelete() 1927 const char* interfaceName = in handlePut() local 1930 interfaceName); in handlePut() 1960 m.append(interfaceName, in handlePut() 2140 std::string interfaceName; in handleBusSystemPost() local 2167 interfaceName = *it; in handleBusSystemPost() 2184 if (interfaceName.empty()) in handleBusSystemPost() [all …]
|
/openbmc/phosphor-webui/app/common/services/ |
H A D | api-utils.js | 400 setDHCPEnabled: function(interfaceName, dhcpEnabled) { argument 404 '/xyz/openbmc_project/network/' + interfaceName + 413 setNameservers: function(interfaceName, dnsServers) { argument 417 '/xyz/openbmc_project/network/' + interfaceName + 426 deleteIPV4: function(interfaceName, networkID) { argument 430 '/xyz/openbmc_project/network/' + interfaceName + 440 interfaceName, ipAddress, netmaskPrefixLength, gateway) { argument 444 '/xyz/openbmc_project/network/' + interfaceName +
|
/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/conf/machine/ |
H A D | fvp-config.inc | 7 FVP_CONFIG[bp.hostbridge.interfaceName]="enp97s0"
|
/openbmc/phosphor-psu-code-mgmt/src/ |
H A D | item_updater.cpp | 62 for (const auto& [interfaceName, propertyMap] : interfaces) in onVersionInterfacesAdded() 64 if (interfaceName == VERSION_IFACE) in onVersionInterfacesAdded() 85 else if (interfaceName == FILEPATH_IFACE) in onVersionInterfacesAdded()
|
/openbmc/openpower-pnor-code-mgmt/ |
H A D | functions.cpp | 476 static const auto interfaceName = in maybeCall() local 478 auto interfaceIterator = interfacesAndProperties.find(interfaceName); in maybeCall() 490 std::cerr << "Names property not implemented on " << interfaceName in maybeCall()
|
/openbmc/dbus-sensors/src/intrusion/ |
H A D | IntrusionSensorMain.cpp | 297 std::string interfaceName; in processLanStatusChange() 299 message.read(interfaceName, properties); in processLanStatusChange() 296 std::string interfaceName; processLanStatusChange() local
|
/openbmc/openpower-vpd-parser/vpd-manager/include/ |
H A D | worker.hpp | 306 * @param[in] interfaceName - Name of the interface. 310 const std::string& interfaceName);
|
/openbmc/x86-power-control/src/ |
H A D | power_control.cpp | 937 std::string interfaceName; in powerRestoreConfigHandler() local 940 message.read(interfaceName, propertiesChanged); in powerRestoreConfigHandler() 2191 std::string interfaceName; in nmiSourcePropertyMonitor() local 2199 msg.read(interfaceName, propertiesChanged); in nmiSourcePropertyMonitor() 2288 std::string interfaceName; in hostMiscHandler() local 2293 msg.read(interfaceName, propertiesChanged); in hostMiscHandler()
|
/openbmc/dbus-sensors/src/ |
H A D | Utils.cpp | 804 std::string interfaceName; in setupManufacturingModeMatch() local 809 m.read(interfaceName, propertiesChanged); in setupManufacturingModeMatch()
|