Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/nfs/
H A Dnfs.h229 #ifdef NFS_NPROCS
250 int rpccnt[NFS_NPROCS];
252 int srvrpccnt[NFS_NPROCS];
634 extern int nfsv2_procid[NFS_NPROCS];
636 extern int nfsv3_procid[NFS_NPROCS];
642 extern int32_t (*nfsrv3_procs[NFS_NPROCS]) (struct nfsrv_descript *nd,
H A Dnfs_srvcache.c73 static int nonidempotent[NFS_NPROCS] = {
103 static int nfsv2_repstat[NFS_NPROCS] = {
H A Dnfsproto.h176 #define NFS_NPROCS 26 macro
H A Dnfs_socket.c97 static int proct[NFS_NPROCS] = {
103 static int multt[NFS_NPROCS] = {
153 int (*nfsrv3_procs[NFS_NPROCS]) (struct nfsrv_descript *nd,
974 if (procnum < NFS_NPROCS && proct[procnum]) { in nfs_reply()
2336 if (nd->nd_procnum >= NFS_NPROCS || in nfs_getreq()
H A Dnfs_subs.c122 int nfsv3_procid[NFS_NPROCS] = {
155 int nfsv2_procid[NFS_NPROCS] = {
/dragonfly/stand/lib/
H A Dnfsv2.h113 #define NFS_NPROCS 18 macro
/dragonfly/contrib/tcpdump/
H A Dnfs.h177 #define NFS_NPROCS 26 macro
H A Dprint-nfs.c56 static uint32_t nfsv3_procid[NFS_NPROCS] = {
574 if (!v3 && proc < NFS_NPROCS) in nfsreq_noaddr_print()
1543 if (!v3 && proc < NFS_NPROCS) in interp_reply()