Searched refs:SIGHUP (Results 226 - 233 of 233) sorted by relevance

12345678910

/freebsd-12-stable/libexec/ftpd/
H A Dftpd.c563 (void)sigaction(SIGHUP, &sa, NULL);
/freebsd-12-stable/usr.sbin/ctld/
H A Dctld.c2567 error = sigaction(SIGHUP, &sa, NULL);
2762 log_debugx("received SIGHUP, reloading configuration");
/freebsd-12-stable/usr.sbin/moused/
H A Dmoused.c889 signal(SIGHUP, hup);
929 * until the user corrects the problem and issues SIGHUP.
/freebsd-12-stable/usr.sbin/ppp/
H A Dbundle.c1803 signal(SIGHUP, SIG_DFL);
/freebsd-12-stable/contrib/sendmail/src/
H A Ddeliver.c2500 (void) sm_signal(SIGHUP, SIG_IGN);
5519 (void) sm_signal(SIGHUP, SIG_DFL);
H A Dqueue.c1118 ** RUNNERS_SIGHUP -- propagate a SIGHUP to queue runner process
1122 ** child queue runner processes are signaled (it should be SIGHUP
1510 cursh = sm_signal(SIGHUP, runners_sighup);
2031 (void) sm_signal(SIGHUP, SIG_DFL);
/freebsd-12-stable/sys/kern/
H A Dkern_sig.c208 [SIGHUP] = SIGPROP_KILL,
/freebsd-12-stable/usr.bin/truss/
H A Dsyscalls.c774 X(SIGHUP) X(SIGILL) X(SIGINT) X(SIGKILL) X(SIGPIPE) X(SIGQUIT)

Completed in 238 milliseconds

12345678910