Home
last modified time | relevance | path

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

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