Home
last modified time | relevance | path

Searched refs:temp_kstats (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/javelin/io/
H A Denvctrltwo.c468 unitp->temp_kstats[k].type = sensor_types[i]; in envctrl_attach()
478 unitp->temp_kstats[k].min = in envctrl_attach()
483 unitp->temp_kstats[k].warning_threshold = in envctrl_attach()
488 unitp->temp_kstats[k].shutdown_threshold = in envctrl_attach()
500 bcopy((caddr_t)&creg_prop[j], unitp->temp_kstats[k].label, in envctrl_attach()
1778 temp_degree_c, data[i], unitp->temp_kstats[j].label); in envctrl_check_tempr_levels()
1780 unitp->temp_kstats[j].value = temp_degree_c; in envctrl_check_tempr_levels()
1782 unitp->temp_kstats[j].warning_threshold) || in envctrl_check_tempr_levels()
1783 (temp_degree_c < unitp->temp_kstats[j].min)) { in envctrl_check_tempr_levels()
1790 temp_degree_c, unitp->temp_kstats[j].label); in envctrl_check_tempr_levels()
[all …]
/illumos-gate/usr/src/uts/sun4u/javelin/sys/
H A Denvctrltwo.h47 struct envctrl_temp temp_kstats[ENVCTRL_MAX_DEVS]; /* tempreratures */ member
/illumos-gate/usr/src/lib/libprtdiag/inc/
H A Dpdevinfo_sun4u.h79 envctrl_temp_t temp_kstats[MAX_DEVS]; /* kstats for temperatures */ member
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/javelin/common/
H A Djavelin.c817 (void) memcpy(ecp->temp_kstats, ksp->ks_data, in read_platform_kstats()
1014 temp_ks = ecp->temp_kstats[i]; in disp_envc_status()