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

/illumos-gate/usr/src/cmd/smbsrv/smbstat/
H A Dsmbstat.c292 static kstat_ctl_t *smbstat_ksc = NULL; variable
392 if ((smbstat_ksc = kstat_open()) == NULL)
412 (void) kstat_close(smbstat_ksc);
672 ksp = kstat_lookup(smbstat_ksc, "cpu", i, "sys");
677 if (kstat_read(smbstat_ksc, ksp, NULL) == -1)
729 kstat_lookup(smbstat_ksc, "unix", -1, SMBSRV_KSTAT_WORKERS);
752 if (kstat_read(smbstat_ksc, smbstat_wrk_ksp, NULL) == -1)
800 smbstat_srv_ksp = kstat_lookup(smbstat_ksc, SMBSRV_KSTAT_MODULE,
827 if ((kstat_read(smbstat_ksc, smbstat_srv_ksp, NULL) == -1) ||

Completed in 48 milliseconds