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

/freebsd-11-stable/sys/kern/
H A Dkern_descrip.c120 * A process starts out with NDFILE descriptors. The value of NDFILE has
135 #define NDFILE 20 macro
153 * keep track of old ofiles + enough space for NDFILE descriptors.
158 struct filedescent fdt_ofiles[NDFILE];
165 NDSLOTTYPE fd_dmap[NDSLOTS(NDFILE)];
1620 * Note that if onfiles == NDFILE, we're dealing with the original
1624 if (onfiles > NDFILE) {
1635 if (NDSLOTS(onfiles) > NDSLOTS(NDFILE))
1864 newfdp->fd_files->fdt_nfiles = NDFILE;
[all...]

Completed in 97 milliseconds