HomeSort by relevance Sort by last modified time
    Searched refs:nfs4_client_kstat (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/nfsstat/
nfsstat.c 75 static kstat_t *nfs4_client_kstat, *nfs_server_v4_kstat; variable
372 if (nfs4_client_kstat != NULL) {
373 safe_kstat_read(kc, nfs4_client_kstat, NULL);
374 field_width = stat_width(nfs4_client_kstat, field_width);
471 if (nfs4_client_kstat != NULL)
472 safe_kstat_write(kc, nfs4_client_kstat, NULL);
522 nfs4_client_kstat = kstat_lookup(kc, "nfs", 0, "nfs4_client");
642 nfsstat_kstat_sum(nfs_client_kstat, nfs4_client_kstat,
654 stat_print("\nClient nfs:", nfs4_client_kstat,
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/nfs/
nfs4_subr.c 2736 kstat_t *nfs4_client_kstat; local
    [all...]

Completed in 3960 milliseconds