Searched refs:MAX_CHILDREN (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_extern.h37 #ifndef MAX_CHILDREN
38 #define MAX_CHILDREN 20 macro
H A Dypxfrd_server.c127 if (children < MAX_CHILDREN && fork()) {
/freebsd-12-stable/usr.sbin/ypserv/
H A Dyp_extern.h55 #ifndef MAX_CHILDREN
56 #define MAX_CHILDREN 20 macro
H A Dyp_server.c521 if (children >= MAX_CHILDREN) {
/freebsd-12-stable/usr.sbin/ypbind/
H A Dypbind.c135 /* No more than MAX_CHILDREN child broadcasters at a time. */
136 #ifndef MAX_CHILDREN
137 #define MAX_CHILDREN 5 macro
508 if (children == (MAX_CHILDREN - 1))
669 if (children >= MAX_CHILDREN || ypdb->dom_broadcast_pid)

Completed in 109 milliseconds