Lines Matching refs:kstat_t
51 static kstat_t **cpu_stats_list = NULL;
52 static kstat_t old_cpu_stats, new_cpu_stats;
54 static kstat_t *load_ave_ksp;
57 static kstat_t *conskbd_ksp, *consms_ksp;
58 static kstat_t *nfs_client2_kstat, *nfs_client3_kstat;
59 static kstat_t *nfs_server2_kstat, *nfs_server3_kstat;
79 kstat_t *ks;
113 static void *safe_kstat_data_lookup(kstat_t *, char *);
114 static int kscmp(kstat_t *, kstat_t *);
118 static void kstat_copy(kstat_t *, kstat_t *, int);
194 kstat_t *ksp; in init_disks()
300 kstat_t *ksp; in cpu_stats_init()
619 safe_kstat_data_lookup(kstat_t *ksp, char *name) in safe_kstat_data_lookup()
631 kscmp(kstat_t *ks1, kstat_t *ks2) in kscmp()
722 kstat_copy(kstat_t *src, kstat_t *dst, int fr) in kstat_copy()