Searched refs:tksp (Results 1 – 2 of 2) sorted by relevance
461 struct kstat *tksp; in environ_add_temp_kstats() local469 if ((tksp = kstat_create("unix", softsp->board, in environ_add_temp_kstats()475 tksp->ks_update = overtemp_kstat_update; in environ_add_temp_kstats()476 tksp->ks_private = (void *) &softsp->tempstat; in environ_add_temp_kstats()477 softsp->environ_ksp = tksp; in environ_add_temp_kstats()478 kstat_install(tksp); in environ_add_temp_kstats()
2951 struct kstat *tksp; /* Sysctrl temperatrure kstat */ in sysctrl_add_kstats() local2995 if ((tksp = kstat_create("unix", CLOCK_BOARD_INDEX, in sysctrl_add_kstats()3001 tksp->ks_update = overtemp_kstat_update; in sysctrl_add_kstats()3002 tksp->ks_private = (void *)&softsp->tempstat; in sysctrl_add_kstats()3003 kstat_install(tksp); in sysctrl_add_kstats()