Home
last modified time | relevance | path

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

/freebsd/tests/sys/kern/
H A Dfdgrowtable_test.c56 #define NDFILE 20 macro
70 struct filedescent fdt_ofiles[NDFILE];
77 NDSLOTTYPE fd_dmap[NDSLOTS(NDFILE)];
/freebsd/sys/kern/
H A Dkern_descrip.c132 * A process starts out with NDFILE descriptors. The value of NDFILE has
147 #define NDFILE 20 macro
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 in fdgrowtable()
1962 if (onfiles > NDFILE) { in fdgrowtable()
1982 if (NDSLOTS(onfiles) > NDSLOTS(NDFILE)) in fdgrowtable()
2233 newfdp->fd_files->fdt_nfiles = NDFILE; in fdinit()
[all...]