Home
last modified time | relevance | path

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

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