HomeSort by: relevance | last modified time | path
    Searched refs:SIGHUP (Results 1 - 25 of 147) sorted by relevancy

1 2 3 4 5 6

  /src/sys/compat/linux/arch/arm/
linux_sigarray.c 36 SIGHUP,
  /src/sys/compat/linux/arch/m68k/
linux_sigarray.c 36 SIGHUP,
  /src/lib/librumpuser/
rumpuser_sigtrans.c 26 #ifdef SIGHUP
27 case 1 : return SIGHUP;
  /src/lib/libedit/
sig.h 53 _DO(SIGHUP) \
  /src/sys/compat/linux/arch/alpha/
linux_sigarray.c 36 SIGHUP, /* 1 */
  /src/sys/compat/linux/arch/mips/
linux_sigarray.c 39 SIGHUP,
  /src/sys/compat/linux/arch/powerpc/
linux_sigarray.c 36 SIGHUP,
  /src/games/warp/
sig.c 33 sigset(SIGHUP, sig_catcher);
168 if (signo == SIGHUP && (timer < 10 || didkill))
180 if (signo != SIGHUP && signo != SIGQUIT) {
  /src/lib/libwrap/
shell_cmd.c 77 * Systems with POSIX sessions may send a SIGHUP to grandchildren if the
81 signal(SIGHUP, SIG_IGN);
  /src/sys/compat/linux/arch/i386/
linux_sigarray.c 36 SIGHUP, /* 1 */
  /src/sys/compat/linux/arch/amd64/
linux_sigarray.c 38 SIGHUP, /* 1 */
  /src/usr.sbin/rbootd/
rbootd.c 159 (void) signal(SIGHUP, ReConfig);
184 omask = sigblock(sigmask(SIGHUP)); /* prevent reconfig's */
231 omask = sigblock(sigmask(SIGHUP));
303 ** - This routine must be called with SIGHUP blocked since
358 ** - This routine must be called with SIGHUP blocked.
  /src/games/sail/
pl_1.c 61 signal(SIGHUP, SIG_IGN);
pl_main.c 84 signal(SIGHUP, choke);
  /src/libexec/rpc.rusersd/
rusersd.c 85 (void)signal(SIGHUP, cleanup);
  /src/sys/compat/linux/arch/aarch64/
linux_sigarray.c 31 /* 1 */ [LINUX_SIGHUP] = SIGHUP,
  /src/tests/fs/nfs/
t_mountd.c 52 "mountd handles SIGHUP");
101 kill(nfsargs->ta_childpid, SIGHUP);
  /src/usr.bin/mail/
sig.c 247 case SIGHUP:
294 * SIGHUP, SIGINT, and SIGQUIT:
296 * SIGHUP and SIGINT are trapped unless they are being
305 if (sigaction(SIGHUP, &sa, &osa) != -1 && osa.sa_handler == SIG_IGN)
306 (void)signal(SIGHUP, SIG_IGN);
345 * Hold signals SIGHUP, SIGINT, and SIGQUIT.
354 (void)sigaddset(&nset, SIGHUP);
362 * Release signals SIGHUP, SIGINT, and SIGQUIT.
  /src/games/rogue/
machdep.c 143 * SIGHUP: call error_save() to save game when terminal hangs up.
157 signal(SIGHUP, error_save);
177 signal(SIGHUP, SIG_IGN);
  /src/sbin/reboot/
reboot.c 187 (void)signal(SIGHUP, SIG_IGN);
246 errx(1, "%s%s", kill(1, SIGHUP) == -1 ? "(can't restart init): " : "",
  /src/usr.sbin/npf/npfd/
npfd.c 125 case SIGHUP:
227 signal(SIGHUP, sighandler);
  /src/bin/ed/
ed.h 109 if (sigflags & (1 << (SIGHUP - 1))) handle_hup(SIGHUP); \
  /src/games/larn/
signal.c 105 signal(SIGHUP, sgam);
  /src/libexec/rpc.rstatd/
rstatd.c 95 (void) signal(SIGHUP, cleanup);
  /src/usr.bin/nohup/
nohup.c 90 except that SIGHUP shall be ignored. */
91 (void)signal(SIGHUP, SIG_IGN);

Completed in 20 milliseconds

1 2 3 4 5 6