/openbmc/phosphor-dbus-monitor/src/ |
H A D | snmp_trap.cpp | 27 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 D | handlers.hpp | 113 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 D | sensor_yaml_config.py | 107 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 D | functor.hpp | 340 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 D | sdbusplus.hpp | 189 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 D | bcmasp.c | 101 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 D | bcmasp.h | 397 struct list_head intfs; member
|
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/ |
H A D | gbmc-start-dhcp.sh | 22 for intf in gbmcbr $(cat /run/gbmc-br-dhcp-intfs 2>/dev/null); do
|
/openbmc/phosphor-net-ipmid/ |
H A D | sd_event_loop.cpp | 84 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 D | gbmc-ncsi-smartnic-wa.sh.in | 27 echo '@NCSI_IF@' >>/run/gbmc-br-dhcp-intfs
|
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_kms.c | 338 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 D | mdp5_kms.h | 34 struct mdp5_interface *intfs[5]; member
|
/openbmc/phosphor-fan-presence/control/json/ |
H A D | manager.cpp | 431 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 D | zone.cpp | 463 auto intfs = std::accumulate( in setInterfaces() local 470 entry("AVAILABLE_INTFS=%s", intfs.c_str())); in setInterfaces()
|
/openbmc/phosphor-host-ipmid/ |
H A D | transporthandler.cpp | 95 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 D | apphandler.cpp | 1315 for (const auto& [service, intfs] : serviceMap) in getSysFWVersion()
|
/openbmc/linux/drivers/char/ipmi/ |
H A D | ipmi_msghandler.c | 315 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 D | rest_dbus.py | 896 intfs = route_handler.try_mapper_call( 898 for busName,intf in intfs.items():
|