Home
last modified time | relevance | path

Searched refs:sighup (Results 1 – 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/amd/amd/
Damd.c119 sighup(int sig) in sighup() function
122 signal(sig, sighup); in sighup()
472 setup_sighandler(SIGHUP, sighup); in main()
/freebsd-10-stable/usr.sbin/bluetooth/hcsecd/
Dhcsecd.c57 static void sighup
113 sa.sa_handler = sighup; in main()
417 sighup(int s) in sighup() function
/freebsd-10-stable/contrib/atf/atf-c/detail/
Dprocess_test.c747 struct sigaction sighup, old_sighup; in child_spawn_loop_and_wait_eintr() local
768 sighup.sa_handler = nop_signal; in child_spawn_loop_and_wait_eintr()
769 sigemptyset(&sighup.sa_mask); in child_spawn_loop_and_wait_eintr()
770 sighup.sa_flags = 0; in child_spawn_loop_and_wait_eintr()
771 if (sigaction(SIGHUP, &sighup, &old_sighup) == -1) in child_spawn_loop_and_wait_eintr()
/freebsd-10-stable/usr.bin/chat/
Dchat.c154 SIGTYPE sighup(int signo);
466 SIGTYPE sighup(int signo __unused) in sighup() function
475 signal(SIGHUP, sighup); in init()
888 signal(SIGHUP, sighup); in chat_send()
/freebsd-10-stable/usr.bin/usbhidaction/
Dusbhidaction.c77 sighup(int sig __unused) in sighup() function
165 (void)signal(SIGHUP, sighup); in main()
/freebsd-10-stable/tools/regression/security/proc_to_proc/
DREADME15 sighup cred1 attempts SIGHUP of cred2
/freebsd-10-stable/contrib/unbound/doc/
DREADME89 on sighup. On a restart 'did not exit gracefully last time' warning is
91 configure and recompile unbound to make sighup work correctly.
/freebsd-10-stable/contrib/atf/atf-sh/
Datf-check_test.sh128 ${Atf_Check} -s signal:sighup -x 'kill -1 $$' || atf_fail "Signal not" \
/freebsd-10-stable/contrib/sendmail/src/
Dmain.c49 static SIGFUNC_DECL sighup __P((int));
2396 (void) sm_signal(SIGHUP, sighup);
3202 sighup(sig) in sighup() function
3207 FIX_SYSV_SIGNAL(sig, sighup);