Searched refs:tempstat (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Denviron.h57 struct temp_stats tempstat; /* in memory storage of temperature */ member in struct:environ_soft_state
H A Dsysctrl.h430 struct temp_stats tempstat; /* in memory storage of temperature */ member in struct:sysctrl_soft_state
/illumos-gate/usr/src/lib/libtnfctl/
H A Dprb_child.c226 prb_status_t tempstat; local
280 tempstat = prb_proc_reopen(childpid, proc_pp);
282 if (tempstat) {
285 return (tempstat);
H A Dopen.c428 prb_status_t prbstat, tempstat; local
465 tempstat = prb_proc_reopen(pid, &proc_p);
466 if (tempstat) {
468 return (_tnfctl_map_to_errcode(tempstat));
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dkstat.c207 (void) memcpy(&bdp->tempstat, ksp->ks_data,
208 sizeof (bdp->tempstat));
210 if (sizeof (bdp->tempstat) > ksp->ks_data_size)
211 bdp->tempstat.trend = TREND_UNKNOWN;
310 (void) memcpy(&sys_kstat->tempstat, ksp->ks_data,
311 sizeof (sys_kstat->tempstat));
313 if (sizeof (sys_kstat->tempstat) > ksp->ks_data_size)
314 sys_kstat->tempstat.trend = TREND_UNKNOWN;
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c1968 temp_trend(struct temp_stats *tempstat) argument
1980 if (tempstat == NULL)
1983 curr_index = (L2_INDEX(tempstat->index) - 1) % L2_SZ;
1984 curr_temp = tempstat->l2[curr_index];
1989 if (tempstat->l2[prev_index] == NA_TEMP)
2001 delta = curr_temp - tempstat->l2[PREV_L2_INDEX(curr_index)];
2009 prev_temp = tempstat->l2[prev_index];
2024 prev_temp = tempstat->l2[prev_index];
2067 struct temp_stats *tempstat; local
2072 tempstat
[all...]
H A Denviron.c366 init_temp_arrays(&softsp->tempstat);
440 update_temp(list->pdip, &list->tempstat,
476 tksp->ks_private = (void *) &softsp->tempstat;
493 ttsp->ks_private = (void *) &softsp->tempstat.override;
H A Dsysctrl.c742 init_temp_arrays(&softsp->tempstat);
3002 tksp->ks_private = (void *)&softsp->tempstat;
3013 ttsp->ks_private = (void *)&softsp->tempstat.override;
3126 update_temp(list->pdip, &list->tempstat,
/illumos-gate/usr/src/lib/libprtdiag/inc/
H A Dpdevinfo_sun4u.h71 struct temp_stats tempstat; member in struct:bd_kstat_data
120 struct temp_stats tempstat; member in struct:system_kstat_data
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/sunfire/common/
H A Dsunfire.c1616 log_printf("%s", temp_state_msg[bksp->tempstat.state], 0);
1618 if (bksp->tempstat.state != 0)
1622 curr_temp = bksp->tempstat.l1[bksp->tempstat.index % L1_SZ];
1626 log_printf(" %2d ", bksp->tempstat.min, 0);
1629 log_printf(" %2d ", bksp->tempstat.max, 0);
1632 if (bksp->tempstat.version < 2)
1635 log_printf("%s\n", temp_trend_msg[bksp->tempstat.trend], 0);
1641 log_printf("%s", temp_state_msg[kstats->tempstat.state], 0);
1643 if (kstats->tempstat
[all...]
/illumos-gate/usr/src/cmd/awk/
H A Dlib.c418 int i, tempstat; local
436 tempstat = pfa->initstat;
454 pfa->initstat = tempstat;
H A Drun.c1210 int n, tempstat; local
1241 tempstat = pfa->initstat;
1266 pfa->initstat = tempstat;
1801 int mflag, tempstat, num; local
1817 tempstat = pfa->initstat;
1896 pfa->initstat = tempstat;

Completed in 100 milliseconds