Searched refs:SIGHUP (Results 1 - 18 of 18) sorted by relevance

/haiku/src/libs/bsd/
H A Ddaemon.c19 sigaction(SIGHUP, action, NULL);
35 oldActionResult = sigaction(SIGHUP, &action, &oldAction);
H A Dreadpassphrase.c85 (void)sigaction(SIGHUP, &sa, &savehup);
143 (void)sigaction(SIGHUP, &savehup, NULL);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_signals.c50 if (set_one_signal_handler(SIGHUP, exit_handler, 0) == -1 ||
68 set_one_signal_handler(SIGHUP, exit_handler, 1);
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DSignalDispositionEditWindow.cpp169 ADD_SIGNAL_MENU_ITEM(SIGHUP)
215 fCurrentSignal = SIGHUP;
/haiku/src/bin/network/mount_nfs/
H A Dmount_nfs.cpp44 signal(SIGHUP, SIG_IGN);
/haiku/src/tests/system/kernel/
H A Dsigint_bug113_test.cpp13 ADD_SIGNAL(SIGHUP),
/haiku/src/bin/
H A Dwatch.c175 signal(SIGHUP, die);
/haiku/src/apps/remotedesktop/
H A DRemoteDesktop.cpp227 kill(sshPID, SIGHUP);
/haiku/headers/posix/
H A Dsignal.h120 #define SIGHUP 1 /* hangup -- tty is gone! */ macro
/haiku/src/bin/network/ftpd/
H A Dpopen.c196 omask = sigblock(sigmask(SIGINT)|sigmask(SIGQUIT)|sigmask(SIGHUP));
H A Dftpd.c554 (void)sigaction(SIGHUP, &sa, NULL);
/haiku/src/apps/terminal/
H A DShell.cpp177 kill(-fShellInfo.ProcessID(), SIGHUP);
485 signal(SIGHUP, SIG_DFL);
/haiku/src/bin/debug/scheduling_recorder/
H A Dscheduling_recorder.cpp123 if (sigaction(SIGHUP, &action, NULL) < 0
/haiku/src/tests/apps/miniterminal/
H A DMiniView.cpp132 signal(SIGHUP, SIG_DFL);
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp595 DEFINE_SIGNAL_STRING(SIGHUP)
/haiku/src/bin/debug/profile/
H A Dprofile.cpp673 if (sigaction(SIGHUP, &action, NULL) < 0
/haiku/src/system/kernel/
H A Dteam.cpp2781 // supposed to send SIGHUP + SIGCONT.
2785 Signal signal(SIGHUP, SI_USER, B_OK, currentThread->team->id);
3177 // we need to send SIGHUP + SIGCONT to all newly-orphaned process
H A Dthread.cpp2177 // to send SIGHUP to the foreground process group.
2179 Signal groupSignal(SIGHUP, SI_USER, B_OK, team->id);

Completed in 221 milliseconds