Home
last modified time | relevance | path

Searched defs:ifaces (Results 1 – 13 of 13) sorted by relevance

/openbmc/sdbusplus/src/
H A Dbus.cpp9 const std::vector<std::string>& ifaces) in emit_interfaces_added()
17 const std::vector<std::string>& ifaces) in emit_interfaces_removed()
/openbmc/phosphor-gpio-monitor/presence/
H A Dgpio_presence.hpp72 const std::vector<Interface>& ifaces, in Presence()
147 const std::vector<Interface> ifaces; member in phosphor::gpio::presence::Presence
H A Dmain.cpp69 std::string ifaces{}; in main() local
/openbmc/pyphosphor/obmc/dbuslib/
H A Dbindings.py128 def add_interfaces_to_class(cls, ifaces): argument
146 def add_interfaces(ifaces): argument
/openbmc/phosphor-health-monitor/
H A Dhealth_utils.cpp36 std::vector<std::string> ifaces = {iface}; in findPaths() local
/openbmc/phosphor-objmgr/src/
H A Dtypes.hpp103 AssociationInterfaces ifaces; member
H A Dprocessing.cpp64 auto ifaces = pathIt->second.find(wellKnown); in processNameChangeDelete() local
/openbmc/phosphor-fan-presence/control/
H A Dtriggers.cpp48 auto ifaces = zone.getIfaces(); in signal() local
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxdp_redirect_multi.c26 static int ifaces[MAX_IFACE_NUM] = {}; variable
/openbmc/phosphor-hwmon/
H A Dmainloop.cpp109 void updateSensorInterfaces(InterfaceMap& ifaces, SensorValueType value) in updateSensorInterfaces()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_bonding.c333 static const char * const ifaces[] = {"bond2", "veth2_1", "veth2_2"}; in test_xdp_bonding_redirect_multi() local
/openbmc/entity-manager/src/
H A Dentity_manager.cpp994 auto& ifaces = getDeviceInterfaces(device); in pruneConfiguration() local
/openbmc/qemu/include/hw/
H A Dusb.h266 const USBDescIface *ifaces[USB_MAX_INTERFACES]; member