Searched defs:ttsp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Denviron.c462 struct kstat *ttsp; /* environ temperature test kstat */ local
486 if ((ttsp = kstat_create("unix", softsp->board,
492 ttsp->ks_update = temp_override_kstat_update;
493 ttsp->ks_private = (void *) &softsp->tempstat.override;
494 softsp->environ_oksp = ttsp;
495 kstat_install(ttsp);
H A Dsysctrl.c2952 struct kstat *ttsp; /* Sysctrl temperature test kstat */ local
3006 if ((ttsp = kstat_create("unix", CLOCK_BOARD_INDEX,
3012 ttsp->ks_update = temp_override_kstat_update;
3013 ttsp->ks_private = (void *)&softsp->tempstat.override;
3014 kstat_install(ttsp);

Completed in 74 milliseconds