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

/freebsd-13-stable/tests/sys/kern/
H A Dfdgrowtable_test.c59 #define NDFILE 20 macro
73 struct filedescent fdt_ofiles[NDFILE];
80 NDSLOTTYPE fd_dmap[NDSLOTS(NDFILE)];
/freebsd-13-stable/sys/kern/
H A Dkern_descrip.c131 * A process starts out with NDFILE descriptors. The value of NDFILE has
146 #define NDFILE 20 macro
164 * keep track of old ofiles + enough space for NDFILE descriptors.
169 struct filedescent fdt_ofiles[NDFILE];
176 NDSLOTTYPE fd_dmap[NDSLOTS(NDFILE)];
1866 * Note that if onfiles == NDFILE, we're dealing with the original
1870 if (onfiles > NDFILE) {
1890 if (NDSLOTS(onfiles) > NDSLOTS(NDFILE))
2146 newfdp->fd_files->fdt_nfiles = NDFILE;
[all...]

Completed in 103 milliseconds