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

/freebsd-11-stable/sbin/hastd/
H A Dcontrol.h43 void child_cleanup(struct hast_resource *res);
H A Dcontrol.c59 child_cleanup(struct hast_resource *res) function
133 child_cleanup(res);
H A Dhastd.c350 child_cleanup(res);
905 child_cleanup(res);
/freebsd-11-stable/usr.sbin/nfscbd/
H A Dnfscbd.c80 static void child_cleanup(int);
209 (void)signal(SIGUSR1, child_cleanup);
363 child_cleanup(int signo __unused) function
/freebsd-11-stable/contrib/apr/include/
H A Dapr_pools.h625 * @param child_cleanup The function to call when a child process is about
631 apr_status_t (*child_cleanup)(void *))
672 * function replaced with @a child_cleanup.
677 * @param child_cleanup The function to register as the child cleanup
682 apr_status_t (*child_cleanup)(void *))
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.c124 child_cleanup(struct adist_host *adhost) function
174 child_cleanup(adhost);
406 child_cleanup(adhost);
/freebsd-11-stable/usr.sbin/nfsd/
H A Dnfsd.c110 static void child_cleanup(int);
444 (void)signal(SIGUSR1, child_cleanup);
928 child_cleanup(__unused int signo) function
/freebsd-11-stable/contrib/tcpdump/
H A Dtcpdump.c187 static RETSIGTYPE child_cleanup(int);
1830 (void)setsignal(SIGCHLD, child_cleanup);
2224 child_cleanup(int signo _U_) function

Completed in 258 milliseconds