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

/freebsd-9.3-release/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_extern.h35 #ifndef MAX_CHILDREN
36 #define MAX_CHILDREN 20 macro
H A Dypxfrd_server.c125 if (children < MAX_CHILDREN && fork()) {
/freebsd-9.3-release/usr.sbin/ypserv/
H A Dyp_extern.h53 #ifndef MAX_CHILDREN
54 #define MAX_CHILDREN 20 macro
H A Dyp_server.c518 if (children >= MAX_CHILDREN) {
/freebsd-9.3-release/usr.sbin/ypbind/
H A Dypbind.c133 /* No more than MAX_CHILDREN child broadcasters at a time. */
134 #ifndef MAX_CHILDREN
135 #define MAX_CHILDREN 5 macro
494 if (children == (MAX_CHILDREN - 1))
656 if (children >= MAX_CHILDREN || ypdb->dom_broadcast_pid)

Completed in 111 milliseconds