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

  /src/sys/lib/libsa/
nfsv2.h 108 #define NFS_NPROCS 18
  /src/sys/nfs/
nfsproto.h 176 #define NFS_NPROCS 23
  /src/sys/fs/nfs/common/
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
oldnfsproto.h 218 #define NFS_NPROCS 23
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

Completed in 32 milliseconds