Searched defs:n_read_temp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/
H A Dpsvcpolicy.c116 static int n_read_temp = PSVC_THRESHOLD_COUNTER; variable
132 &n_read_temp, "n_read_temp",
394 * 'n_read_temp' (default is PSVC_THRESHOLD_COUNTER).
407 if (threshold_low_shut[instance] == n_read_temp) {
424 if (threshold_low_warn[instance] == n_read_temp) {
441 if (threshold_high_shut[instance] == n_read_temp) {
458 if (threshold_high_warn[instance] == n_read_temp) {
474 * okay, or we have showed error n_read_temp times.

Completed in 61 milliseconds