Home
last modified time | relevance | path

Searched defs:temp_stats (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h384 struct temp_stats { struct
385 uint_t index; /* index of current temperature */
386 short l1[L1_SZ]; /* OVERTEMP_TIMEOUT_SEC samples */
387 short l2[L2_SZ]; /* level 2 samples */
388 short l3[L3_SZ]; /* level 3 samples */
389 short l4[L4_SZ]; /* level 4 samples */
390 short l5[L5_SZ]; /* level 5 samples */
391 short max; /* maximum temperature recorded */
392 short min; /* minimum temperature recorded */
394 int temp_cnt; /* counter for state changes */
[all …]