/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 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 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/include/ |
H A D | openbmc_dbus_rest.hpp | 510 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 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 | 296 std::string interfaceName; in processLanStatusChange() local 298 message.read(interfaceName, properties); in processLanStatusChange()
|
/openbmc/openpower-vpd-parser/vpd-manager/include/ |
H A D | worker.hpp | 291 const std::string& interfaceName);
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | managers.hpp | 69 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 D | systems.hpp | 435 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 D | chassis.hpp | 897 const char* interfaceName = "xyz.openbmc_project.State.Chassis"; in doChassisPowerCycle() local 915 interfaceName, destProperty, propertyValue); in doChassisPowerCycle()
|
/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 | 802 std::string interfaceName; in setupManufacturingModeMatch() local 807 m.read(interfaceName, propertiesChanged); in setupManufacturingModeMatch()
|