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

/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Denviron.c461 struct kstat *tksp; local
469 if ((tksp = kstat_create("unix", softsp->board,
475 tksp->ks_update = overtemp_kstat_update;
476 tksp->ks_private = (void *) &softsp->tempstat;
477 softsp->environ_ksp = tksp;
478 kstat_install(tksp);
H A Dsysctrl.c2951 struct kstat *tksp; /* Sysctrl temperatrure kstat */ local
2995 if ((tksp = kstat_create("unix", CLOCK_BOARD_INDEX,
3001 tksp->ks_update = overtemp_kstat_update;
3002 tksp->ks_private = (void *)&softsp->tempstat;
3003 kstat_install(tksp);

Completed in 50 milliseconds