Home
last modified time | relevance | path

Searched refs:MaxChildren (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dcontrol.c383 CurChildren, MaxChildren,
393 CurChildren, MaxChildren,
H A Dsendmail.h2272 EXTERN int MaxChildren; /* maximum number of daemonic children */ variable
H A Dqueue.c1914 MaxChildren > 0 && CurChildren >= MaxChildren)
H A Dreadcf.c3156 MaxChildren = atoi(val);
H A Ddaemon.c752 MaxChildren = Daemons[curdaemon].
H A Dsrvrsmtp.c3979 #define IS_ATTACK(s) ((MaxChildren > 0 && *pcounter >= maxcount * 2) \
H A Dconf.c2309 Daemons[dn].d_maxchildren : MaxChildren;