Home
last modified time | relevance | path

Searched refs:NFS_NPROCS (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/nfsserver/
H A Dnfs.h114 #ifdef NFS_NPROCS
162 extern const int nfsrvv2_procid[NFS_NPROCS];
163 extern const int nfsrv_nfsv3_procid[NFS_NPROCS];
164 extern int32_t (*nfsrv3_procs[NFS_NPROCS])(struct nfsrv_descript *nd,
H A Dnfsrvstats.h49 int srvrpccnt[NFS_NPROCS];
/freebsd/sys/nfsclient/
H A Dnfsstats.h65 int rpccnt[NFS_NPROCS];
H A Dnfs.h103 #ifdef NFS_NPROCS
135 extern int nfsv3_procid[NFS_NPROCS];
/freebsd/stand/libsa/
H A Dnfsv2.h107 #define NFS_NPROCS 18 macro
/freebsd/contrib/tcpdump/
H A Dnfs.h177 #define NFS_NPROCS 26 macro
H A Dprint-nfs.c54 static uint32_t nfsv3_procid[NFS_NPROCS] = {
582 if (!v3 && proc < NFS_NPROCS) in nfsreq_noaddr_print()
1552 if (!v3 && proc < NFS_NPROCS) in interp_reply()
/freebsd/sys/fs/nfs/
H A Dnfsport.h361 * NFS_V3NPROCS is one greater than the last V3 op and NFS_NPROCS is
639 * Define NFS_NPROCS as NFSV4_NPROCS for the experimental kernel code.
641 #ifndef NFS_NPROCS
642 #define NFS_NPROCS NFSV4_NPROCS macro
H A Dnfsproto.h422 #ifndef NFS_NPROCS
423 #define NFS_NPROCS NFSV4_NPROCS macro
/freebsd/sys/nfs/
H A Dnfsproto.h213 #define NFS_NPROCS 23 macro
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdkrpc.c106 extern int nfsrv_writerpc[NFS_NPROCS];
H A Dnfs_nfsdsocket.c413 int nfsrv_writerpc[NFS_NPROCS] = { 0, 0, 1, 0, 0, 0, 0,