HomeSort by: relevance | last modified time | path
    Searched defs:MAXFILES (Results 1 - 4 of 4) sorted by relevancy

  /src/regress/sys/kern/nameibench/
nameibench.c 43 #define MAXFILES 4096
95 if (sacnt == MAXFILES) {
  /src/usr.bin/deroff/
deroff.c 130 #define MAXFILES 20
153 static FILE *files[MAXFILES];
1170 if (++filesp - &files[0] > MAXFILES)
1172 MAXFILES);
  /src/sys/sys/
param.h 169 #ifndef MAXFILES
170 #define MAXFILES (3 * (NPROC + MAXUSERS) + 80)
  /src/external/bsd/top/dist/machine/
m_sunos5.c 199 static int maxfiles = 256; variable
200 #define MAXFILES 2048
1345 maxfiles = (int)(rlim.rlim_max < MAXFILES ? rlim.rlim_max : MAXFILES);
1346 rlim.rlim_cur = (rlim_t)maxfiles;
1350 maxfiles -= 20;
2040 if (fd < maxfiles)
2070 if (fd < maxfiles)

Completed in 60 milliseconds