HomeSort by: relevance | last modified time | path
    Searched refs:NFS_NPROCS (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/lib/libsa/
nfsv2.h 108 #define NFS_NPROCS 18
  /src/sys/nfs/
nfs_srvcache.c 69 extern const int nfsv2_procid[NFS_NPROCS];
93 const int nonidempotent[NFS_NPROCS] = {
120 static const int nfsv2_repstat[NFS_NPROCS] = {
nfs_var.h 320 extern const int nfsv3_procid[NFS_NPROCS];
nfsproto.h 176 #define NFS_NPROCS 23
nfs_srvsocket.c 80 int (*nfsrv3_procs[NFS_NPROCS])(struct nfsrv_descript *,
nfs_subs.c 150 const int nfsv3_procid[NFS_NPROCS] = {
179 const int nfsv2_procid[NFS_NPROCS] = {
nfs_vfsops.c 132 extern u_int32_t nfs_procids[NFS_NPROCS];
nfs_syscalls.c 80 extern int32_t (*nfsrv3_procs[NFS_NPROCS])(struct nfsrv_descript *,
nfs_socket.c 116 const int nfs_proct[NFS_NPROCS] = {
  /src/usr.bin/nfsstat/
nfsstat.c 82 #define OTHERMASK (((1 << NFS_NPROCS) - 1) & ~ALLMASK)
217 for (i = 0; i < NFS_NPROCS; i++)
304 for (i = 0; i < NFS_NPROCS; i++)
  /src/sys/fs/nfs/common/
oldnfsproto.h 218 #define NFS_NPROCS 23
nfsport.h 310 * NFS_V3NPROCS is one greater than the last V3 op and NFS_NPROCS is
485 * Define NFS_NPROCS as NFSV4_NPROCS for the experimental kernel code.
487 #ifndef NFS_NPROCS
488 #define NFS_NPROCS NFSV4_NPROCS
nfsproto.h 288 * NFS_V3NPROCS is one greater than the last V3 op and NFS_NPROCS is
342 * Define NFS_NPROCS as NFSV4_NPROCS for the experimental kernel code.
344 #ifndef NFS_NPROCS
345 #define NFS_NPROCS NFSV4_NPROCS
  /src/sys/fs/nfs/server/
nfs_nfsdsocket.c 362 static int nfs_writerpc[NFS_NPROCS] = { 0, 0, 1, 0, 0, 0, 0,

Completed in 56 milliseconds