Home
last modified time | relevance | path

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

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