Home
last modified time | relevance | path

Searched refs:interfaceName (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/openpower-debug-collector/dump/
H A Ddump_monitor.cpp114 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 Ddbus_environment.hpp97 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 Dsoftware_manager.cpp60 for (std::string& interfaceName : interfaceNames) in initDevices()
64 if (interfaceName == iface) in initDevices()
66 interfaceFound = interfaceName; in initDevices()
/openbmc/entity-manager/src/
H A Dperform_probe.cpp27 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 Doperational-status-monitor.cpp25 std::string interfaceName{}; in matchHandler() local
27 msg.read(interfaceName, properties); in matchHandler()
/openbmc/phosphor-networkd/src/
H A Dinventory_mac.cpp82 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 Dethernet_interface.cpp99 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 Dnetwork_manager.cpp169 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 Ddhcp_configuration.cpp26 parent.get().manager.get().getConfDir(), parent.get().interfaceName())); in Configuration()
H A Dnetwork_manager.hpp52 ObjectPath vlan(std::string interfaceName, uint32_t id) override;
H A Dipaddress.cpp97 parent.get().interfaceName()); in delete_()
H A Dethernet_interface.hpp230 using EthernetInterfaceIntf::interfaceName;
/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/
H A Dcorstone1000-fvp.conf31 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 Dhyp_ethernet_interface.hpp58 HypEthernetIntf::interfaceName(intfName.data(), true); in HypEthInterface()
99 using HypEthernetIntf::interfaceName;
/openbmc/bmcweb/redfish-core/lib/
H A Dmanagers.hpp87 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 Dsystems.hpp449 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 Dopenbmc_dbus_rest.hpp505 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 Dapi-utils.js400 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 Dfvp-config.inc7 FVP_CONFIG[bp.hostbridge.interfaceName]="enp97s0"
/openbmc/phosphor-psu-code-mgmt/src/
H A Ditem_updater.cpp62 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 Dfunctions.cpp476 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 DIntrusionSensorMain.cpp297 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 Dworker.hpp306 * @param[in] interfaceName - Name of the interface.
310 const std::string& interfaceName);
/openbmc/x86-power-control/src/
H A Dpower_control.cpp937 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 DUtils.cpp804 std::string interfaceName; in setupManufacturingModeMatch() local
809 m.read(interfaceName, propertiesChanged); in setupManufacturingModeMatch()

12