Searched refs:cpu_amb_thresh (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/ |
H A D | piclenvd.c | 142 static sensor_thresh_t cpu_amb_thresh = { variable 157 { SENSOR_CPU_AMB, CPU_AMB_SENSOR_DEVFS, &cpu_amb_thresh}; 217 {"cpu_amb_low_shutdown", &cpu_amb_thresh.low_shutdown, KTYPE_INT, 219 {"cpu_amb_low_warning", &cpu_amb_thresh.low_warning, KTYPE_INT, 221 {"cpu_amb_target_temp", &cpu_amb_thresh.target_temp, KTYPE_INT, 223 {"cpu_amb_high_shutdown", &cpu_amb_thresh.high_shutdown, KTYPE_INT, 225 {"cpu_amb_high_warning", &cpu_amb_thresh.high_warning, KTYPE_INT,
|