Searched refs:BRIDGE_TO_SENSOR (Results 1 – 4 of 4) sorted by relevance
/openbmc/ipmitool/lib/ |
H A D | ipmi_sdr.c | 463 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 D | ipmi_sensor.c | 136 if (BRIDGE_TO_SENSOR(intf, target, channel)) { in ipmi_sensor_set_sensor_thresholds()
|
H A D | ipmi_fru.c | 3016 if (BRIDGE_TO_SENSOR(intf, fru->dev_slave_addr, in ipmi_fru_print()
|
/openbmc/ipmitool/include/ipmitool/ |
H A D | ipmi_sdr.h | 855 #define BRIDGE_TO_SENSOR(_intf, _addr, _chan) \ macro
|