Home
last modified time | relevance | path

Searched refs:BRIDGE_TO_SENSOR (Results 1 – 4 of 4) sorted by relevance

/openbmc/ipmitool/lib/
H A Dipmi_sdr.c463 if ( BRIDGE_TO_SENSOR(intf, target, channel) ) { in ipmi_sdr_get_sensor_thresholds()
507 if ( BRIDGE_TO_SENSOR(intf, target, channel) ) { in ipmi_sdr_get_sensor_hysteresis()
575 if ( BRIDGE_TO_SENSOR(intf, target, channel) ) { in ipmi_sdr_get_sensor_reading_ipmb()
622 if ( BRIDGE_TO_SENSOR(intf, target, channel) ) { in ipmi_sdr_get_sensor_event_status()
664 if ( BRIDGE_TO_SENSOR(intf, target, channel) ) { in ipmi_sdr_get_sensor_event_enable()
H A Dipmi_sensor.c136 if (BRIDGE_TO_SENSOR(intf, target, channel)) { in ipmi_sensor_set_sensor_thresholds()
H A Dipmi_fru.c3016 if (BRIDGE_TO_SENSOR(intf, fru->dev_slave_addr, in ipmi_fru_print()
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_sdr.h855 #define BRIDGE_TO_SENSOR(_intf, _addr, _chan) \ macro