Home
last modified time | relevance | path

Searched refs:interfaceName (Results 1 – 25 of 27) 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 setProperty(const std::string& path, const std::string& interfaceName, in setProperty() argument
125 interfaceName, property, std::move(newValue), in setProperty()
/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/include/
H A Dopenbmc_dbus_rest.hpp510 std::string interfaceName; member
1400 if (!transaction->interfaceName.empty() && in findActionOnInterface()
1401 (transaction->interfaceName != thisInterfaceName)) in findActionOnInterface()
1626 transaction->interfaceName = "xyz.openbmc_project.Object.Delete"; in handleDelete()
1932 const char* interfaceName = in handlePut() local
1935 interfaceName); in handlePut()
1965 m.append(interfaceName, in handlePut()
2145 std::string interfaceName; in handleBusSystemPost() local
2172 interfaceName = *it; in handleBusSystemPost()
2189 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.cpp296 std::string interfaceName; in processLanStatusChange() local
298 message.read(interfaceName, properties); in processLanStatusChange()
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dworker.hpp291 const std::string& interfaceName);
/openbmc/bmcweb/redfish-core/lib/
H A Dmanagers.hpp69 const char* interfaceName = "xyz.openbmc_project.State.BMC"; in doBMCGracefulRestart() local
76 *crow::connections::systemBus, processName, objectPath, interfaceName, in doBMCGracefulRestart()
96 const char* interfaceName = "xyz.openbmc_project.State.BMC"; in doBMCForceRestart() local
103 *crow::connections::systemBus, processName, objectPath, interfaceName, in doBMCForceRestart()
2226 for (const auto& interfaceName : in requestRoutesManager() local
2229 if (interfaceName == in requestRoutesManager()
2304 interfaceName == in requestRoutesManager()
H A Dsystems.hpp435 for (const auto& interfaceName : connection.second) in afterSystemGetSubTree() local
437 if (interfaceName == "xyz.openbmc_project.Inventory.Item.Dimm") in afterSystemGetSubTree()
443 else if (interfaceName == in afterSystemGetSubTree()
450 else if (interfaceName == "xyz.openbmc_project.Common.UUID") in afterSystemGetSubTree()
463 else if (interfaceName == in afterSystemGetSubTree()
2828 constexpr const char* interfaceName = in doNMI() local
2842 serviceName, objectPath, interfaceName, method); in doNMI()
H A Dchassis.hpp897 const char* interfaceName = "xyz.openbmc_project.State.Chassis"; in doChassisPowerCycle() local
915 interfaceName, destProperty, propertyValue); in doChassisPowerCycle()
/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.cpp802 std::string interfaceName; in setupManufacturingModeMatch() local
807 m.read(interfaceName, propertiesChanged); in setupManufacturingModeMatch()

12