Home
last modified time | relevance | path

Searched refs:NPROC (Results 1 – 4 of 4) sorted by relevance

/original-bsd/sys/conf/
H A Dparam.c50 #define NPROC (20 + 16 * MAXUSERS) macro
51 int maxproc = NPROC;
52 #define NTEXT (80 + NPROC / 8) /* actually the object cache */
53 #define NVNODE (NPROC + NTEXT + 100)
55 int maxfiles = 3 * (NPROC + MAXUSERS) + 80;
56 int ncallout = 16 + NPROC;
/original-bsd/local/X11R5/mit/config/
H A DMakefile.ini19 NPROC = 1
/original-bsd/usr.sbin/config/SMM.doc/
H A Dspell.ok57 NPROC
/original-bsd/old/sdb/
H A Dps.c41 } savcom[NPROC];
105 struct savcom savcom[NPROC];
191 for (i=0; i<NPROC; i++) {