Home
last modified time | relevance | path

Searched refs:tempstat (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c1967 temp_trend(struct temp_stats *tempstat) in temp_trend() argument
1979 if (tempstat == NULL) in temp_trend()
1982 curr_index = (L2_INDEX(tempstat->index) - 1) % L2_SZ; in temp_trend()
1983 curr_temp = tempstat->l2[curr_index]; in temp_trend()
1988 if (tempstat->l2[prev_index] == NA_TEMP) in temp_trend()
2000 delta = curr_temp - tempstat->l2[PREV_L2_INDEX(curr_index)]; in temp_trend()
2008 prev_temp = tempstat->l2[prev_index]; in temp_trend()
2023 prev_temp = tempstat->l2[prev_index]; in temp_trend()
2066 struct temp_stats *tempstat; in overtemp_kstat_update() local
2071 tempstat = (struct temp_stats *)ksp->ks_private; in overtemp_kstat_update()
[all …]
H A Denviron.c366 init_temp_arrays(&softsp->tempstat); in environ_init()
440 update_temp(list->pdip, &list->tempstat, in environ_overtemp_poll()
476 tksp->ks_private = (void *) &softsp->tempstat; in environ_add_temp_kstats()
493 ttsp->ks_private = (void *) &softsp->tempstat.override; in environ_add_temp_kstats()
H A Dsysctrl.c746 init_temp_arrays(&softsp->tempstat); in sysctrl_attach()
3005 tksp->ks_private = (void *)&softsp->tempstat; in sysctrl_add_kstats()
3016 ttsp->ks_private = (void *)&softsp->tempstat.override; in sysctrl_add_kstats()
3129 update_temp(list->pdip, &list->tempstat, in sysctrl_overtemp_poll()
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Denviron.h57 struct temp_stats tempstat; /* in memory storage of temperature */ member
H A Dsysctrl.h430 struct temp_stats tempstat; /* in memory storage of temperature */ member
/illumos-gate/usr/src/cmd/awk/
H A Dlib.c574 int i, tempstat, n; in refldbld() local
590 tempstat = pfa->initstat; in refldbld()
609 pfa->initstat = tempstat; in refldbld()
H A Drun.c1400 int n, tempstat, arg3type; in split() local
1442 tempstat = pfa->initstat; in split()
1467 pfa->initstat = tempstat; in split()
1473 pfa->initstat = tempstat; in split()
2122 int mflag, tempstat, num; in gsub() local
2140 tempstat = pfa->initstat; in gsub()
2233 pfa->initstat = tempstat; in gsub()