NFS_NPROCS
#ifndef NFS_NPROCS
#ifndef NFS_NPROCS
static int nfs_writerpc[NFS_NPROCS] = { 0, 0, 1, 0, 0, 0, 0,
const int nfs_proct[NFS_NPROCS] = {
static const int nfsv2_repstat[NFS_NPROCS] = {
extern const int nfsv2_procid[NFS_NPROCS];
const int nonidempotent[NFS_NPROCS] = {
int (*nfsrv3_procs[NFS_NPROCS])(struct nfsrv_descript *,
const int nfsv3_procid[NFS_NPROCS] = {
const int nfsv2_procid[NFS_NPROCS] = {
extern int32_t (*nfsrv3_procs[NFS_NPROCS])(struct nfsrv_descript *,
extern const int nfsv3_procid[NFS_NPROCS];
extern u_int32_t nfs_procids[NFS_NPROCS];
for (i = 0; i < NFS_NPROCS; i++)
for (i = 0; i < NFS_NPROCS; i++)
#define OTHERMASK (((1 << NFS_NPROCS) - 1) & ~ALLMASK)