Searched refs:NFS_NPROCS (Results 1 - 16 of 16) sorted by relevance

/freebsd-10-stable/sys/nfsserver/
H A Dnfsrvstats.h50 int srvrpccnt[NFS_NPROCS];
H A Dnfs.h115 #ifdef NFS_NPROCS
163 extern const int nfsrvv2_procid[NFS_NPROCS];
164 extern const int nfsrv_nfsv3_procid[NFS_NPROCS];
165 extern int32_t (*nfsrv3_procs[NFS_NPROCS])(struct nfsrv_descript *nd,
H A Dnfs_srvkrpc.c120 int32_t (*nfsrv3_procs[NFS_NPROCS])(struct nfsrv_descript *nd,
272 if (rqst->rq_proc >= NFS_NPROCS) {
H A Dnfs_srvsubs.c99 const int nfsrv_nfsv3_procid[NFS_NPROCS] = {
128 const int nfsrvv2_procid[NFS_NPROCS] = {
/freebsd-10-stable/sys/nfsclient/
H A Dnfsstats.h66 int rpccnt[NFS_NPROCS];
H A Dnfs_kdtrace.c91 static struct dtnfsclient_rpc dtnfsclient_rpcs[NFS_NPROCS] = {
175 * For simplicity, we allocate both v2 and v3 arrays as NFS_NPROCS, and the
178 extern uint32_t nfsclient_nfs2_start_probes[NFS_NPROCS];
179 extern uint32_t nfsclient_nfs2_done_probes[NFS_NPROCS];
181 extern uint32_t nfsclient_nfs3_start_probes[NFS_NPROCS];
182 extern uint32_t nfsclient_nfs3_done_probes[NFS_NPROCS];
193 for (i = 0; i < NFS_NPROCS; i++) {
376 for (i = 0; i < NFS_NPROCS; i++) {
404 for (i = 0; i < NFS_NPROCS; i++) {
H A Dnfs.h105 #ifdef NFS_NPROCS
140 extern int nfsv3_procid[NFS_NPROCS];
H A Dnfs_krpc.c83 uint32_t nfsclient_nfs2_start_probes[NFS_NPROCS];
84 uint32_t nfsclient_nfs2_done_probes[NFS_NPROCS];
86 uint32_t nfsclient_nfs3_start_probes[NFS_NPROCS];
87 uint32_t nfsclient_nfs3_done_probes[NFS_NPROCS];
127 static enum nfs_rto_timer_t nfs_proct[NFS_NPROCS] = {
H A Dnfs_subs.c127 int nfsv2_procid[NFS_NPROCS] = {
/freebsd-10-stable/lib/libstand/
H A Dnfsv2.h110 #define NFS_NPROCS 18 macro
/freebsd-10-stable/contrib/tcpdump/
H A Dnfs.h181 #define NFS_NPROCS 26 macro
H A Dprint-nfs.c65 u_int32_t nfsv3_procid[NFS_NPROCS] = {
539 if (!v3 && proc < NFS_NPROCS)
1545 if (!v3 && proc < NFS_NPROCS)
/freebsd-10-stable/sys/nfs/
H A Dnfsproto.h216 #define NFS_NPROCS 23 macro
/freebsd-10-stable/sys/fs/nfs/
H A Dnfsport.h308 * NFS_V3NPROCS is one greater than the last V3 op and NFS_NPROCS is
423 * Define NFS_NPROCS as NFSV4_NPROCS for the experimental kernel code.
425 #ifndef NFS_NPROCS
426 #define NFS_NPROCS NFSV4_NPROCS macro
H A Dnfsproto.h300 * NFS_V3NPROCS is one greater than the last V3 op and NFS_NPROCS is
354 * Define NFS_NPROCS as NFSV4_NPROCS for the experimental kernel code.
356 #ifndef NFS_NPROCS
357 #define NFS_NPROCS NFSV4_NPROCS macro
/freebsd-10-stable/sys/fs/nfsserver/
H A Dnfs_nfsdsocket.c360 static int nfs_writerpc[NFS_NPROCS] = { 0, 0, 1, 0, 0, 0, 0,

Completed in 154 milliseconds