Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/nfs/
H A Dnfs.h943 struct nfsrvstats { struct
944 uint64_t srvrpccntv3[NFS_NPROCS];
945 uint64_t srvrpc_errs;
969 #define NFSSVC_SRVSTATS 0x100 /* struct: struct nfsrvstats */ argument
H A Dnfs_subs.c95 struct nfsrvstats __attribute__((aligned(8))) nfsrvstats; variable