Home
last modified time | relevance | path

Searched full:alerting (Results 1 – 23 of 23) sorted by relevance

/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_general.robot68 # [alerting]: enabled
73 # [alerting]: enabled
103 …Valid Value disabled_ipmi_conf_map['${channel_info_ipmi['volatile(active)_settings']['alerting']}…
116 Valid Value disabled_ipmi_conf_map['${channel_info_ipmi['non-volatile_settings']['alerting']}']
/openbmc/phosphor-host-ipmid/user_channel/
H A Dchannelcommands.cpp35 * @ param alertDisabled - PEF alerting (enable/disable)
156 * - alertDisabled - alerting status
164 bool, // alerting status,
/openbmc/ipmitool/lib/
H A Dipmi_channel.c97 channel_access->alerting = rsp->data[0] & 0x20; in _ipmi_get_channel_access()
185 if (channel_access.alerting) { in _ipmi_set_channel_access()
585 printf(" Alerting : %sabled\n", in ipmi_get_channel_info()
586 (channel_access.alerting) ? "dis" : "en"); in ipmi_get_channel_info()
620 printf(" Alerting : %sabled\n", in ipmi_get_channel_info()
621 (channel_access.alerting) ? "dis" : "en"); in ipmi_get_channel_info()
H A Dipmi_lanp.c955 /* ipmi_set_alert_enable - enable/disable PEF alerting for given channel.
958 * @enable - whether to enable/disable PEF alerting for given channel
977 channel_access.alerting = 1; in ipmi_set_alert_enable()
979 channel_access.alerting = 0; in ipmi_set_alert_enable()
1634 /* set PEF alerting on or off */ in ipmi_lan_set()
2266 " alert <on|off> Enable or disable PEF alerting for this channel"); in print_lan_set_usage()
H A Dipmi_pef.c287 //if (tbl_size == 0 || dest == 0) /* LAN alerting not supported */ in ipmi_pef_print_lan_dest()
483 if (!dest || tbl_size == 0) /* Page alerting not supported */ in ipmi_pef_print_serial_dest()
/openbmc/linux/Documentation/devicetree/bindings/thermal/
H A Dti,j72xx-thermal.yaml17 and alerting information.
/openbmc/linux/net/
H A DKconfig381 tristate "Network packet drop alerting service"
384 This feature provides an alerting service to userspace in the
/openbmc/openbmc/meta-security/recipes-ids/tripwire/
H A Dtripwire_2.4.3.7.bb3 integrity tool useful for monitoring and alerting on specific file change(s) on a range of systems"
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_channel.h73 uint8_t alerting; member
/openbmc/linux/Documentation/networking/devlink/
H A Ddevlink-health.rst10 The ``devlink`` health mechanism is targeted for Real Time Alerting, in
/openbmc/phosphor-host-ipmid/
H A Dhost-cmd-manager.cpp108 // Called for alerting the host
/openbmc/openbmc-test-automation/lib/
H A Dipmi_utils.py691 [alerting]: enabled
696 [alerting]: enabled
/openbmc/linux/Documentation/i2c/
H A Dsmbus-protocol.rst228 alerting device's address.
/openbmc/linux/drivers/watchdog/
H A Dsbsa_gwdt.c12 * the first signal (WS0) is for alerting the system by interrupt,
H A DKconfig390 the first signal (WS0) is for alerting the system by interrupt,
/openbmc/linux/drivers/i2c/
H A Di2c-smbus.c31 /* If this is the alerting device, notify its driver */
/openbmc/ipmitool/contrib/
H A Dbmc-snmp-proxy223 # Enable alerting on the LAN channel
/openbmc/linux/drivers/platform/chrome/wilco_ec/
H A Devent.c13 * diagnostics reasons, and for possibly alerting the user.
/openbmc/linux/include/linux/netfilter/
H A Dnf_conntrack_h323_types.h458 Alerting_UUIE alerting; member
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_h323_main.c937 pr_debug("nf_ct_q931: Alerting\n"); in process_alerting()
1056 &pdu->h323_message_body.alerting); in process_q931()
H A Dnf_conntrack_h323_types.c1338 {FNAME("alerting") SEQ, 1, 3, 17, DECODE | EXT,
1339 offsetof(H323_UU_PDU_h323_message_body, alerting), _Alerting_UUIE},
/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dmain.c598 * keep alerting the driver. in bnxt_re_pacing_alert()
/openbmc/ipmitool/doc/
H A Dipmitool.11836 Enable or disable PEF alerting for this channel.