Home
last modified time | relevance | path

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

/freebsd/usr.sbin/nfscbd/
H A Dnfscbd.c77 static void child_cleanup(int);
207 (void)signal(SIGUSR1, child_cleanup); in main()
361 child_cleanup(int signo __unused) in child_cleanup() function
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.c124 child_cleanup(struct adist_host *adhost) in child_cleanup() function
174 child_cleanup(adhost); in child_exit()
406 child_cleanup(adhost); in listen_accept()
/freebsd/usr.sbin/nfsd/
H A Dnfsd.c106 static void child_cleanup(int);
493 (void)signal(SIGUSR1, child_cleanup); in main()
1001 child_cleanup(__unused int signo) in child_cleanup() function
/freebsd/sbin/hastd/
H A Dhastd.c347 child_cleanup(res); in child_exit()
902 child_cleanup(res); in listen_accept()
/freebsd/contrib/tcpdump/
H A Dtcpdump.c253 static void child_cleanup(int);
2305 (void)setsignal(SIGCHLD, child_cleanup); in main()
2828 child_cleanup(int signo _U_) in child_cleanup() function
H A DCHANGES67 child_cleanup: reap as many child processes as possible.