Home
last modified time | relevance | path

Searched refs:child_max (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.sbin/lpr/lpd/
H A Dlpd.c150 int child_max = 32; /* more than enough to hose the system */ in main() local
183 child_max = atoi(optarg); in main()
184 if (child_max < 0 || child_max > 1024) in main()
303 while (child_max < child_count) { in main()
/netbsd-src/sys/compat/common/
H A Dkern_info_43.c159 long child_max; member
294 ksi.child_max = CHILD_MAX; in compat_43_sys_getkerninfo()
/netbsd-src/bin/ksh/
H A Djobs.c182 static int child_max; /* CHILD_MAX */ variable
230 child_max = CHILD_MAX; /* so syscon() isn't always being called */
1059 while (nzombie > child_max) {