Home
last modified time | relevance | path

Searched defs:nfsrvstats (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.61.5/bsd/nfs/
H A Dnfs.h901 struct nfsrvstats { struct
902 uint64_t srvrpccntv3[NFS_NPROCS];
903 uint64_t srvrpc_errs;
927 #define NFSSVC_SRVSTATS 0x100 /* struct: struct nfsrvstats */ argument
H A Dnfs_subs.c94 struct nfsrvstats __attribute__((aligned(8))) nfsrvstats; variable