HomeSort by: relevance | last modified time | path
    Searched defs:nfsstats (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/nfsstat/
nfsstat.c 101 static void getstats(struct nfsstats *);
179 getstats(struct nfsstats *ns)
205 struct nfsstats nfsstats; local in function:intpr
213 getstats(&nfsstats);
218 total += nfsstats.rpccnt[i];
227 RPCSTAT(nfsstats.rpccnt[NFSPROC_NULL]),
228 RPCSTAT(nfsstats.rpccnt[NFSPROC_GETATTR]),
229 RPCSTAT(nfsstats.rpccnt[NFSPROC_SETATTR]),
230 RPCSTAT(nfsstats.rpccnt[NFSPROC_LOOKUP])
389 struct nfsstats nfsstats; local in function:sidewaysintpr
    [all...]
  /src/sys/nfs/
nfs_subs.c 145 struct nfsstats nfsstats; variable in typeref:struct:nfsstats
nfs.h 234 * try to keep nfsstats, which is exposed to userland via sysctl,
243 struct nfsstats { struct
295 #define NFS_NFSSTATS 1 /* struct: struct nfsstats */
563 extern struct nfsstats nfsstats;

Completed in 12 milliseconds