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

/freebsd-12-stable/usr.sbin/ypbind/
H A Dypbind.c85 int dom_broadcast_pid; member in struct:_dom_binding
378 if (ypdb->dom_broadcast_pid)
379 kill(ypdb->dom_broadcast_pid, SIGINT);
583 ypdb->dom_broadcast_pid = 0;
669 if (children >= MAX_CHILDREN || ypdb->dom_broadcast_pid)
688 switch ((ypdb->dom_broadcast_pid = fork())) {
795 if (ypdb->dom_broadcast_pid)
851 if (ypdb->dom_broadcast_pid) {
852 kill(ypdb->dom_broadcast_pid, SIGINT);
866 ypdb->dom_broadcast_pid
[all...]

Completed in 186 milliseconds