Searched refs:conf_maxproc (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/usr.sbin/ctld/
H A Dctld.h214 int conf_maxproc; member in struct:conf
H A Dparse.y147 conf->conf_maxproc = tmp;
H A Duclparse.c273 conf->conf_maxproc = ucl_object_toint(obj);
H A Dctld.c106 conf->conf_maxproc = 30;
2312 while (conf->conf_maxproc > 0 && nchildren >= conf->conf_maxproc) {
2314 "waiting for child process to exit", conf->conf_maxproc);

Completed in 134 milliseconds