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

  /src/sys/compat/common/
kern_info_43.c 159 long child_max; member in struct:bsdi_si
294 ksi.child_max = CHILD_MAX;
  /src/usr.sbin/lpr/lpd/
lpd.c 150 int child_max = 32; /* more than enough to hose the system */ local in function:main
183 child_max = atoi(optarg);
184 if (child_max < 0 || child_max > 1024)
303 while (child_max < child_count) {
  /src/bin/ksh/
jobs.c 36 /* We keep CHILD_MAX zombie processes around (exact value isn't critical) */
37 #ifndef CHILD_MAX
39 # define CHILD_MAX sysconf(_SC_CHILD_MAX)
42 # define CHILD_MAX ((_POSIX_CHILD_MAX) * 2)
44 # define CHILD_MAX 20
47 #endif /* !CHILD_MAX */
182 static int child_max; /* CHILD_MAX */ variable in typeref:typename:int
230 child_max = CHILD_MAX; /* so syscon() isn't always being called *
    [all...]

Completed in 12 milliseconds