Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/sh/
H A Djobs.c221 if(++bck.count > sh.lim.child_max) in jobsave_create()
1087 register int j = BYTE(sh.lim.child_max); in job_clear()
1674 register int jmax = BYTE(sh.lim.child_max); in job_alloc()
1680 for(j=1; j < sh.lim.child_max; j++) in job_alloc()
H A Dinit.c1106 shp->lim.child_max = getconf("CHILD_MAX"); in sh_init()
1112 if(shp->lim.child_max <=0) in sh_init()
1113 shp->lim.child_max = CHILD_MAX; in sh_init()
1114 if((v = getconf("PID_MAX")) > 0 && shp->lim.child_max > v) in sh_init()
1115 shp->lim.child_max = v; in sh_init()
/titanic_44/usr/src/lib/libshell/common/include/
H A Ddefs.h107 int child_max; /* maxumum number of children */ member