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

  /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/nfsstat/
nfsstat.c 74 static kstat_t *nfs_client_kstat, *nfs_server_v2_kstat, *nfs_server_v3_kstat; variable
298 nfs_client_kstat == NULL)) {
368 if (nfs_client_kstat != NULL) {
369 safe_kstat_read(kc, nfs_client_kstat, NULL);
370 field_width = stat_width(nfs_client_kstat, field_width);
469 if (nfs_client_kstat != NULL)
470 safe_kstat_write(kc, nfs_client_kstat, NULL);
521 nfs_client_kstat = kstat_lookup(kc, "nfs", 0, "nfs_client");
642 nfsstat_kstat_sum(nfs_client_kstat, nfs4_client_kstat,
649 stat_print("\nClient nfs:", nfs_client_kstat,
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/nfs/
nfs_subr.c 3350 kstat_t *nfs_client_kstat; local
    [all...]

Completed in 300 milliseconds