Home
last modified time | relevance | path

Searched refs:NFSSVC_ZEROSRVSTATS (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/nfs/
H A Dnfssvc.h68 #define NFSSVC_ZEROSRVSTATS 0x02000000 /* modifier for GETSTATS */ macro
/freebsd/usr.bin/nfsstat/
H A Dnfsstat.c261 nfssvc_flag |= NFSSVC_ZEROSRVSTATS; in intpr()
630 nfssvc_flag |= NFSSVC_ZEROSRVSTATS; in exp_intpr()
/freebsd/sys/fs/nfs/
H A Dnfs_commonport.c740 if ((uap->flag & NFSSVC_ZEROSRVSTATS) != 0) { in nfssvc_call()