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

12345678910

/freebsd-12-stable/contrib/openbsm/bin/auditd/
H A Dauditd.c441 if (sigaction(SIGHUP, &action, NULL) != 0) {
443 "Could not set signal handler for SIGHUP");
/freebsd-12-stable/contrib/gdb/gdb/
H A Dsparc-stub.c515 return SIGHUP; /* default for things we don't know about */
/freebsd-12-stable/sys/compat/cloudabi32/
H A Dcloudabi32_poll.c51 [SIGHUP] = CLOUDABI_SIGHUP,
/freebsd-12-stable/sys/compat/cloudabi64/
H A Dcloudabi64_poll.c51 [SIGHUP] = CLOUDABI_SIGHUP,
/freebsd-12-stable/sys/i386/ibcs2/
H A Dibcs2_signal.c100 SIGHUP, /* 1 */
/freebsd-12-stable/tools/regression/security/proc_to_proc/
H A Dscenario.c60 int sc_cansighup_errno; /* desired SIGHUP failure */
357 error = kill(pid1, SIGHUP);
/freebsd-12-stable/libexec/rpc.rquotad/
H A Drquotad.c84 (void)signal(SIGHUP, cleanup);
/freebsd-12-stable/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sppd.c167 if (sigaction(SIGHUP, &sa, NULL) < 0)
168 err(1, "Could not sigaction(SIGHUP)");
/freebsd-12-stable/usr.bin/mail/
H A Dfio.c277 * Hold signals SIGHUP, SIGINT, and SIGQUIT.
285 (void)sigaddset(&nset, SIGHUP);
293 * Release signals SIGHUP, SIGINT, and SIGQUIT.
H A Dpopen.c148 (void)sigaddset(&nset, SIGHUP);
/freebsd-12-stable/usr.bin/morse/
H A Dmorse.c392 (void)signal(SIGHUP, sighandler);
/freebsd-12-stable/usr.sbin/bluetooth/hcsecd/
H A Dhcsecd.c117 if (sigaction(SIGHUP, &sa, NULL) < 0)
118 err(1, "Could not sigaction(SIGHUP)");
422 syslog(LOG_DEBUG, "Got SIGHUP (%d)", s);
/freebsd-12-stable/usr.sbin/uhsoctl/
H A Duhsoctl.c314 kill(self, SIGHUP);
323 case SIGHUP:
1453 signal(SIGHUP, sig_handle);
1548 signal(SIGHUP, SIG_DFL);
/freebsd-12-stable/contrib/atf/atf-c/detail/
H A Dprocess_test.c782 if (sigaction(SIGHUP, &sighup, &old_sighup) == -1)
805 sigaction(SIGHUP, &old_sighup, NULL);
855 kill(atf_process_child_pid(&child), SIGHUP); local
/freebsd-12-stable/libexec/bootpd/
H A Dbootpd.c492 if (sigaction(SIGHUP, &sa, NULL) < 0) {
502 if ((int) signal(SIGHUP, catcher) < 0) {
610 if (sig == SIGHUP)
/freebsd-12-stable/usr.sbin/inetd/
H A Dinetd.c208 #define SIGBLOCK (sigmask(SIGCHLD)|sigmask(SIGHUP)|sigmask(SIGALRM))
542 sigaddset(&sa.sa_mask, SIGHUP);
545 sigaction(SIGHUP, &sa, &sahup);
615 case SIGHUP:
744 sigaction(SIGHUP, &sahup, (struct sigaction *)0);
/freebsd-12-stable/contrib/sendmail/src/
H A Dmain.c1665 if (sm_signal(SIGHUP, SIG_IGN) == (sigfunc_t) SIG_DFL)
1666 (void) sm_signal(SIGHUP, intsig);
1698 if (sm_signal(SIGHUP, SIG_IGN) == (sigfunc_t) SIG_DFL)
1699 (void) sm_signal(SIGHUP, intsig);
2404 (void) sm_signal(SIGHUP, sighup);
2405 (void) sm_releasesignal(SIGHUP);
3213 ** SIGHUP -- handle a SIGHUP signal
/freebsd-12-stable/contrib/unbound/daemon/
H A Dworker.c1630 #ifdef SIGHUP
1631 case SIGHUP:
1750 #ifdef SIGHUP
1751 ub_thread_sig_unblock(SIGHUP);
1762 #ifdef SIGHUP
1763 || !comm_signal_bind(worker->comsig, SIGHUP)
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp323 case SIGHUP:
324 return "SIGHUP"; // 1 hangup
/freebsd-12-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp120 LLDB_LOGF(log, "lldb-server:%s swallowing SIGHUP (receive count=%d)",
367 mainloop.RegisterSignal(SIGHUP, sighup_handler, error);
/freebsd-12-stable/contrib/ntp/include/
H A Dntpd.h311 # define SIGDIE1 SIGHUP
/freebsd-12-stable/contrib/sendmail/libsm/
H A Dclock.c357 sig = SIGHUP;
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dipfsyncd.c164 signal(SIGHUP, handleterm);
/freebsd-12-stable/contrib/dialog/
H A Dui_getc.c646 (void) signal(SIGHUP, finish_bg);
/freebsd-12-stable/contrib/dma/
H A Ddma.c573 if (sigaction(SIGHUP, &act, NULL) != 0)

Completed in 493 milliseconds

12345678910