Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/ctld/
H A Dctld.h217 int conf_maxproc; member
H A Dctld.c108 conf->conf_maxproc = 30; in conf_new()
2451 while (conf->conf_maxproc > 0 && nchildren >= conf->conf_maxproc) { in handle_connection()
2453 "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()