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

/illumos-gate/usr/src/cmd/power/
H A Dsysstat.c58 static kstat_t *nfs_client2_kstat, *nfs_client3_kstat; variable
420 nfs_client3_kstat = kstat_lookup(kc, "nfs", 0, "rfsreqcnt_v3");
435 if (!nfs_client2_kstat && !nfs_client3_kstat && !nfs_server2_kstat &&
457 if (nfs_client3_kstat) {
458 if (kstat_read(kc, nfs_client3_kstat, NULL) == -1) {
461 kstat_ptr = KSTAT_NAMED_PTR(nfs_client3_kstat);
462 for (index = 0; index < nfs_client3_kstat->ks_ndata; index++) {
467 nfs_client3_kstat, "getattr"))->value.ui64;
470 nfs_client3_kstat, "access"))->value.ui64;
516 if (!nfs_client2_kstat && !nfs_client3_kstat
[all...]

Completed in 171 milliseconds