Lines Matching defs:NDFILE
132 * A process starts out with NDFILE descriptors. The value of NDFILE has
147 #define NDFILE 20
177 * keep track of old ofiles + enough space for NDFILE descriptors.
182 struct filedescent fdt_ofiles[NDFILE];
189 NDSLOTTYPE fd_dmap[NDSLOTS(NDFILE)];
1958 * Note that if onfiles == NDFILE, we're dealing with the original
1962 if (onfiles > NDFILE) {
1982 if (NDSLOTS(onfiles) > NDSLOTS(NDFILE))
2233 newfdp->fd_files->fdt_nfiles = NDFILE;
2568 if (NDSLOTS(fdp->fd_nfiles) > NDSLOTS(NDFILE))
2570 if (fdp->fd_nfiles > NDFILE)