Searched refs:sighup (Results 1 – 9 of 9) sorted by relevance
| /freebsd-10-stable/contrib/amd/amd/ |
| D | amd.c | 119 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/ |
| D | hcsecd.c | 57 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/ |
| D | process_test.c | 747 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/ |
| D | chat.c | 154 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/ |
| D | usbhidaction.c | 77 sighup(int sig __unused) in sighup() function 165 (void)signal(SIGHUP, sighup); in main()
|
| /freebsd-10-stable/tools/regression/security/proc_to_proc/ |
| D | README | 15 sighup cred1 attempts SIGHUP of cred2
|
| /freebsd-10-stable/contrib/unbound/doc/ |
| D | README | 89 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/ |
| D | atf-check_test.sh | 128 ${Atf_Check} -s signal:sighup -x 'kill -1 $$' || atf_fail "Signal not" \
|
| /freebsd-10-stable/contrib/sendmail/src/ |
| D | main.c | 49 static SIGFUNC_DECL sighup __P((int)); 2396 (void) sm_signal(SIGHUP, sighup); 3202 sighup(sig) in sighup() function 3207 FIX_SYSV_SIGNAL(sig, sighup);
|