Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Denvd.h206 tempr_t min_limit; /* sensor minimum temperature limit */ member
H A Dpiclenvd.c794 else if (new_temp < threshp->min_limit) in xlate_exp2obs()
795 new_temp = threshp->min_limit; in xlate_exp2obs()