Searched refs:NDFILE (Results 1 – 2 of 2) sorted by relevance
56 #define NDFILE 20 macro70 struct filedescent fdt_ofiles[NDFILE];77 NDSLOTTYPE fd_dmap[NDSLOTS(NDFILE)];
132 * A process starts out with NDFILE descriptors. The value of NDFILE has147 #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...]