/openbmc/dbus-sensors/src/tests/ |
H A D | test_MCTPEndpoint.cpp | 28 SensorBaseConfigMap iface{{}}; in TEST() local 34 SensorBaseConfigMap iface{{"Type", "NVME1000"}}; in TEST() local 40 SensorBaseConfigMap iface{ in TEST() local 50 SensorBaseConfigMap iface{ in TEST() local 61 SensorBaseConfigMap iface{ in TEST() local 71 SensorBaseConfigMap iface{ in TEST() local 82 SensorBaseConfigMap iface{ in TEST() local
|
/openbmc/u-boot/include/ |
H A D | virtex2.h | 64 #define XILINX_XC2V40_DESC(iface, fn_table, cookie) \ argument 68 #define XILINX_XC2V80_DESC(iface, fn_table, cookie) \ argument 72 #define XILINX_XC2V250_DESC(iface, fn_table, cookie) \ argument 76 #define XILINX_XC2V500_DESC(iface, fn_table, cookie) \ argument 80 #define XILINX_XC2V1000_DESC(iface, fn_table, cookie) \ argument 84 #define XILINX_XC2V1500_DESC(iface, fn_table, cookie) \ argument 88 #define XILINX_XC2V2000_DESC(iface, fn_table, cookie) \ argument 92 #define XILINX_XC2V3000_DESC(iface, fn_table, cookie) \ argument 96 #define XILINX_XC2V4000_DESC(iface, fn_table, cookie) \ argument 100 #define XILINX_XC2V6000_DESC(iface, fn_table, cookie) \ argument [all …]
|
H A D | spartan3.h | 77 #define XILINX_XC3S50_DESC(iface, fn_table, cookie) \ argument 81 #define XILINX_XC3S200_DESC(iface, fn_table, cookie) \ argument 85 #define XILINX_XC3S400_DESC(iface, fn_table, cookie) \ argument 89 #define XILINX_XC3S1000_DESC(iface, fn_table, cookie) \ argument 93 #define XILINX_XC3S1500_DESC(iface, fn_table, cookie) \ argument 97 #define XILINX_XC3S2000_DESC(iface, fn_table, cookie) \ argument 101 #define XILINX_XC3S4000_DESC(iface, fn_table, cookie) \ argument 105 #define XILINX_XC3S5000_DESC(iface, fn_table, cookie) \ argument 110 #define XILINX_XC3S100E_DESC(iface, fn_table, cookie) \ argument 114 #define XILINX_XC3S250E_DESC(iface, fn_table, cookie) \ argument [all …]
|
H A D | spartan2.h | 67 #define XILINX_XC2S15_DESC(iface, fn_table, cookie) \ argument 71 #define XILINX_XC2S30_DESC(iface, fn_table, cookie) \ argument 75 #define XILINX_XC2S50_DESC(iface, fn_table, cookie) \ argument 79 #define XILINX_XC2S100_DESC(iface, fn_table, cookie) \ argument 83 #define XILINX_XC2S150_DESC(iface, fn_table, cookie) \ argument 87 #define XILINX_XC2S200_DESC(iface, fn_table, cookie) \ argument 91 #define XILINX_XC2S50E_DESC(iface, fn_table, cookie) \ argument 95 #define XILINX_XC2S100E_DESC(iface, fn_table, cookie) \ argument 99 #define XILINX_XC2S150E_DESC(iface, fn_table, cookie) \ argument 103 #define XILINX_XC2S200E_DESC(iface, fn_table, cookie) \ argument [all …]
|
/openbmc/phosphor-inventory-manager/test/ |
H A D | serialize_test.cpp | 11 auto iface = "xyz.foo"s; in TEST() local 20 auto iface = "/xyz.foo"s; in TEST() local
|
/openbmc/entity-manager/src/entity_manager/ |
H A D | dbus_interface.hpp | 61 sdbusplus::asio::dbus_interface* iface, in addArrayToDbus() 107 sdbusplus::asio::dbus_interface* iface, in addProperty() 140 sdbusplus::asio::dbus_interface& iface, in addValueToDBus()
|
H A D | dbus_interface.cpp | 30 void tryIfaceInitialize(std::shared_ptr<sdbusplus::asio::dbus_interface>& iface) in tryIfaceInitialize() 72 const std::shared_ptr<sdbusplus::asio::dbus_interface>& iface, in createDeleteObjectMethod() 154 std::shared_ptr<sdbusplus::asio::dbus_interface>& iface, in populateInterfacePropertyFromJson() 204 std::shared_ptr<sdbusplus::asio::dbus_interface>& iface, in populateInterfaceFromJson() 245 std::shared_ptr<sdbusplus::asio::dbus_interface> iface = in createAddObjectMethod() local
|
/openbmc/phosphor-fan-presence/control/ |
H A D | matches.hpp | 29 inline auto propertiesChanged(const std::string& obj, const std::string& iface) in propertiesChanged() 72 inline auto nameOwnerChanged(const std::string& obj, const std::string& iface) in nameOwnerChanged()
|
/openbmc/phosphor-inventory-manager/ |
H A D | functor.hpp | 140 std::vector<PathCondition>&& conditions, const char* iface, in setProperty() 176 inline auto getProperty(const char* path, const char* iface, U&& member, in getProperty() 215 const char* iface = nullptr; in operator ()() local 380 auto propertyChangedTo(const char* iface, const char* property, T&& val) in propertyChangedTo() 392 auto propertyIs(const char* path, const char* iface, const char* property, in propertyIs()
|
H A D | errors.hpp | 33 InterfaceError(const char* msg, const std::string& iface) : in InterfaceError()
|
H A D | interface_ops.hpp | 93 auto& iface = *std::any_cast<std::shared_ptr<T>&>(holder); in op() local 110 auto& iface = *std::any_cast<std::shared_ptr<T>&>(holder); in op() local
|
/openbmc/phosphor-hwmon/ |
H A D | sensor.cpp | 180 auto iface = std::make_shared<ValueObject>(bus, objPath.c_str(), in addValue() local 213 std::shared_ptr<StatusObject> iface = nullptr; in addStatus() local 272 auto iface = std::make_shared<AccuracyObject>( in addAccuracy() local 288 auto iface = std::make_shared<PriorityObject>( in addPriority() local
|
/openbmc/phosphor-objmgr/src/test/util/ |
H A D | association_objects.hpp | 29 auto& iface = interfaceAssoc[defaultFwdPath]; in createDefaultInterfaceAssociation() local 45 auto iface = interfaceAssoc[defaultFwdPath]; in addEndpointToInterfaceAssociation() local
|
/openbmc/dbus-sensors/src/mctp/ |
H A D | MCTPReactorMain.cpp | 51 std::shared_ptr<sdbusplus::asio::dbus_interface> iface = entry->second; in associate() local 64 std::shared_ptr<sdbusplus::asio::dbus_interface> iface = entry->second; in disassociate() local 82 std::optional<SensorBaseConfigMap> iface; in deviceFromConfig() local
|
H A D | MCTPEndpoint.cpp | 324 auto iface = config.find(configInterfaceName(configType)); in match() local 335 auto iface = config.find(configInterfaceName(configType)); in match() local 355 const SensorBaseConfigMap& iface) in from() 412 const SensorBaseConfigMap& iface) in from()
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | method.hpp | 96 const std::string& iface, const std::string& method, in Method() 118 const std::string& iface, const std::string& method, in makeMethod()
|
/openbmc/inarp/ |
H A D | inarp.c | 208 struct interface *iface = &inarp->interfaces[i]; in find_interface_by_ifindex() local 265 struct interface *iface) in netlink_nlmsg_dellink() 287 struct interface *iface, struct ifinfomsg *ifmsg, int len) in netlink_nlmsg_newlink() 331 struct interface *iface; in netlink_nlmsg() local 374 struct interface *iface; in arp_recv() local
|
/openbmc/bmcweb/src/ |
H A D | webserver_run.cpp | 62 std::shared_ptr<sdbusplus::asio::dbus_interface> iface = in runWebserver() local
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | nand_timings.c | 291 struct nand_data_interface *iface, in onfi_init_data_interface()
|
/openbmc/google-misc/subprojects/ncsid/src/ |
H A D | ncsi_sockio.cpp | 40 int SockIO::bind_to_iface(const net::IFaceBase& iface) in bind_to_iface()
|
/openbmc/telemetry/tests/src/stubs/ |
H A D | dbus_sensor_object.cpp | 20 path(), interface(), [this](auto& iface) { in DbusSensorObject()
|
/openbmc/phosphor-bmc-code-mgmt/common/src/ |
H A D | software_manager.cpp | 114 for (auto& iface : configurationInterfaces) in initDevices() local 127 for (auto& iface : configurationInterfaces) in initDevices() local
|
/openbmc/fb-ipmi-oem/src/ |
H A D | commandutils.cpp | 36 static constexpr auto iface = "xyz.openbmc_project.Configuration.EEPROM"; in getMbFruDevice() local
|
/openbmc/phosphor-health-monitor/ |
H A D | health_utils.cpp | 37 auto findPaths(sdbusplus::async::context& ctx, const std::string& iface, in findPaths()
|
/openbmc/dbus-sensors/src/nvme/ |
H A D | NVMeSensor.cpp | 80 for (const auto& iface : thresholdInterfaces) in ~NVMeSensor() local
|