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

/freebsd-current/usr.sbin/ctld/
H A Dctld.h215 int conf_maxproc; member in struct:conf
H A Dparse.y147 conf->conf_maxproc = tmp;
H A Dctld.c108 conf->conf_maxproc = 30;
2460 while (conf->conf_maxproc > 0 && nchildren >= conf->conf_maxproc) {
2462 "waiting for child process to exit", conf->conf_maxproc);
H A Duclparse.c275 conf->conf_maxproc = ucl_object_toint(obj);

Completed in 90 milliseconds