Home
last modified time | relevance | path

Searched refs:intfs (Results 1 – 18 of 18) sorted by relevance

/openbmc/phosphor-dbus-monitor/src/
H A Dsnmp_trap.cpp27 PathInterfacesAdded intfs; in trap() local
28 msg.read(intfs); in trap()
29 auto it = intfs.find(entry); in trap()
30 if (it == intfs.end()) in trap()
/openbmc/phosphor-fan-presence/control/json/triggers/
H A Dhandlers.hpp113 std::vector<std::string> intfs; in interfacesRemoved() local
114 msg.read(intfs); in interfacesRemoved()
116 std::find(intfs.begin(), intfs.end(), std::get<Intf>(obj)); in interfacesRemoved()
117 if (itIntf == intfs.cend()) in interfacesRemoved()
/openbmc/openbmc-tools/sensor_yaml_config/
H A Dsensor_yaml_config.py107 def getEntityIdAndNamePattern(p, intfs, m): argument
108 key = (p, intfs)
115 and "org.open_power.OCC.Status" in intfs
373 intfs = tuple(sorted(list(y[i]["interfaces"].keys())))
374 entityId, namePattern = getEntityIdAndNamePattern(path, intfs, m)
436 intfs = tuple(sorted(list(y[i]["interfaces"].keys())))
439 m[(path, intfs)] = {
/openbmc/phosphor-fan-presence/control/
H A Dfunctor.hpp340 std::vector<std::string> intfs; in operator ()() local
350 msg.read(intfs); in operator ()()
351 auto itIntf = std::find(intfs.begin(), intfs.end(), _intf); in operator ()()
352 if (itIntf == intfs.cend()) in operator ()()
/openbmc/phosphor-fan-presence/
H A Dsdbusplus.hpp189 Intfs intfs = {interface}; in getSubTreeRaw() local
195 intfs); in getSubTreeRaw()
201 const std::vector<std::string>& intfs, in getSubTreeRaw() argument
216 intfs); in getSubTreeRaw()
247 Intfs intfs = {interface}; in getSubTreePathsRaw() local
253 depth, intfs); in getSubTreePathsRaw()
/openbmc/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.c101 list_for_each_entry(intf, &priv->intfs, list) in bcmasp_isr()
798 return list_count_nodes(&priv->intfs) * ASP_RX_FILTER_MDA_RES_MAX; in bcmasp_total_res_mda_cnt()
1134 list_for_each_entry(intf, &priv->intfs, list) { in bcmasp_init_wol_per_intf()
1163 list_for_each_entry(intf, &priv->intfs, list) { in bcmasp_wol_irq_destroy_per_intf()
1218 list_for_each_entry_safe(intf, n, &priv->intfs, list) { in bcmasp_remove_intfs()
1262 INIT_LIST_HEAD(&priv->intfs); in bcmasp_probe()
1312 list_add_tail(&intf->list, &priv->intfs); in bcmasp_probe()
1329 list_for_each_entry(intf, &priv->intfs, list) { in bcmasp_probe()
1372 list_for_each_entry(intf, &priv->intfs, list) { in bcmasp_suspend()
1418 list_for_each_entry(intf, &priv->intfs, list) { in bcmasp_resume()
H A Dbcmasp.h397 struct list_head intfs; member
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/
H A Dgbmc-start-dhcp.sh22 for intf in gbmcbr $(cat /run/gbmc-br-dhcp-intfs 2>/dev/null); do
/openbmc/phosphor-net-ipmid/
H A Dsd_event_loop.cpp84 for (const auto& [service, intfs] : impls) in getVLANID()
88 for (const auto& intf : intfs) in getVLANID()
/openbmc/openbmc/meta-google/recipes-google/ncsi/files/
H A Dgbmc-ncsi-smartnic-wa.sh.in27 echo '@NCSI_IF@' >>/run/gbmc-br-dhcp-intfs
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_kms.c338 const enum mdp5_intf_type *intfs = hw_cfg->intf.connect; in get_dsi_id_from_intf() local
343 if (intfs[i] == INTF_DSI) { in get_dsi_id_from_intf()
445 ret = modeset_init_intf(mdp5_kms, mdp5_kms->intfs[i]); in modeset_init()
649 kfree(mdp5_kms->intfs[i]); in mdp5_destroy()
781 mdp5_kms->intfs[mdp5_kms->num_intfs++] = intf; in interface_init()
H A Dmdp5_kms.h34 struct mdp5_interface *intfs[5]; member
/openbmc/phosphor-fan-presence/control/json/
H A Dmanager.cpp431 auto intfs = {intf}; in addServices() local
433 std::make_pair(true, intfs); in addServices()
440 auto intfs = {intf}; in addServices() local
443 _servTree[itPath.first][servName] = std::make_pair(true, intfs); in addServices()
H A Dzone.cpp463 auto intfs = std::accumulate( in setInterfaces() local
470 entry("AVAILABLE_INTFS=%s", intfs.c_str())); in setInterfaces()
/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.cpp95 for (const auto& [service, intfs] : impls) in maybeGetChannelParams()
99 for (const auto& intf : intfs) in maybeGetChannelParams()
495 for (const auto& [service, intfs] : impls) in deconfigureChannel()
H A Dapphandler.cpp1315 for (const auto& [service, intfs] : serviceMap) in getSysFWVersion()
/openbmc/linux/drivers/char/ipmi/
H A Dipmi_msghandler.c315 struct list_head intfs; /* Interfaces on this BMC. */ member
2615 if (list_empty(&bmc->intfs)) { in __bmc_get_device_id()
2619 intf = list_first_entry(&bmc->intfs, struct ipmi_smi, in __bmc_get_device_id()
2625 if (intf != list_first_entry(&bmc->intfs, struct ipmi_smi, in __bmc_get_device_id()
3146 list_add_tail(&intf->bmc_link, &bmc->intfs); in __ipmi_bmc_register()
3160 INIT_LIST_HEAD(&bmc->intfs); in __ipmi_bmc_register()
3186 list_add_tail(&intf->bmc_link, &bmc->intfs); in __ipmi_bmc_register()
3582 INIT_LIST_HEAD(&intf->bmc->intfs); in ipmi_add_smi()
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/
H A Drest_dbus.py896 intfs = route_handler.try_mapper_call(
898 for busName,intf in intfs.items():