Searched refs:kstat_lookup_read (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/stat/common/ |
H A D | acquire.c | 52 kstat_lookup_read(kstat_ctl_t *kc, char *module, function 89 if ((ksp = kstat_lookup_read(kc, "cpu_info", i, NULL)) == NULL) 99 if ((ksp = kstat_lookup_read(kc, "cpu", i, "vm")) == NULL) 105 if ((ksp = kstat_lookup_read(kc, "cpu", i, "sys")) == NULL) 203 sys_misc = kstat_lookup_read(kc, "unix", 0, "system_misc");
|
Completed in 44 milliseconds