Home
last modified time | relevance | path

Searched refs:kstat_lookup_read (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/stat/common/
H A Dacquire.c52 kstat_lookup_read(kstat_ctl_t *kc, char *module, in kstat_lookup_read() function
89 if ((ksp = kstat_lookup_read(kc, "cpu_info", i, NULL)) == NULL) in acquire_cpus()
99 if ((ksp = kstat_lookup_read(kc, "cpu", i, "vm")) == NULL) in acquire_cpus()
105 if ((ksp = kstat_lookup_read(kc, "cpu", i, "sys")) == NULL) in acquire_cpus()
203 sys_misc = kstat_lookup_read(kc, "unix", 0, "system_misc"); in acquire_intrs()