Searched refs:dom_broadcast_pid (Results 1 - 1 of 1) sorted by path

/freebsd-current/usr.sbin/ypbind/
H A Dypbind.c82 int dom_broadcast_pid; member in struct:_dom_binding
373 if (ypdb->dom_broadcast_pid)
374 kill(ypdb->dom_broadcast_pid, SIGINT);
578 ypdb->dom_broadcast_pid = 0;
664 if (children >= MAX_CHILDREN || ypdb->dom_broadcast_pid)
683 switch ((ypdb->dom_broadcast_pid = fork())) {
790 if (ypdb->dom_broadcast_pid)
846 if (ypdb->dom_broadcast_pid) {
847 kill(ypdb->dom_broadcast_pid, SIGINT);
861 ypdb->dom_broadcast_pid
[all...]

Completed in 176 milliseconds