Home
last modified time | relevance | path

Searched refs:LOWER_NON_CRIT_SPECIFIED (Results 1 – 2 of 2) sorted by relevance

/openbmc/ipmitool/lib/
H A Dipmi_sensor.c127 else if (threshold == LOWER_NON_CRIT_SPECIFIED) in ipmi_sensor_set_sensor_thresholds()
298 PTS(LOWER_NON_CRIT_SPECIFIED, 1); in ipmi_sensor_print_fc_threshold()
357 PTS(LOWER_NON_CRIT_SPECIFIED, 1, " Lower Non-Critical : "); in ipmi_sensor_print_fc_threshold()
470 {LOWER_NON_CRIT_SPECIFIED, "Lower Non-Critical"},
592 settingMask = LOWER_NON_CRIT_SPECIFIED; in ipmi_sensor_set_threshold()
692 settingMask = LOWER_NON_CRIT_SPECIFIED; in ipmi_sensor_set_threshold()
755 ((rsp->data[0] & LOWER_NON_CRIT_SPECIFIED)&&( setting1 <= val[1]))) ) in ipmi_sensor_set_threshold()
760 …} else if( (settingMask & LOWER_NON_CRIT_SPECIFIED) ) { /* Check for the valid lower non critical… in ipmi_sensor_set_threshold()
761 if( (rsp->data[0] & LOWER_NON_CRIT_SPECIFIED) && in ipmi_sensor_set_threshold()
771 (((rsp->data[0] & LOWER_NON_CRIT_SPECIFIED)&&( setting1 >= val[1])) || in ipmi_sensor_set_threshold()
[all …]
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_sensor.h49 #define LOWER_NON_CRIT_SPECIFIED 0x01 macro