Searched refs:sighup_handler (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/kyua/utils/signals/
H A Dinterrupts.cpp68 static std::auto_ptr< signals::programmer > sighup_handler; member in namespace:__anon948
124 PRE(sighup_handler.get() == NULL);
138 sighup_handler = tmp_sighup_handler;
148 sighup_handler->unprogram(); sighup_handler.reset(NULL);
/freebsd-current/usr.sbin/cron/cron/
H A Dcron.c39 sighup_handler(int),
111 (void) signal(SIGHUP, sighup_handler);
491 sighup_handler(int x) function
/freebsd-current/contrib/dma/
H A Ddma.c93 sighup_handler(int signo) function
572 act.sa_handler = sighup_handler;
/freebsd-current/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp98 static void sighup_handler(MainLoopBase &mainloop) { function
329 mainloop.RegisterSignal(SIGHUP, sighup_handler, error);
/freebsd-current/crypto/openssh/
H A Dsshd.c314 sighup_handler(int sig) function
2145 ssh_signal(SIGHUP, sighup_handler);
/freebsd-current/usr.sbin/ctld/
H A Dctld.c2607 sighup_handler(int dummy __unused) function
2638 sa.sa_handler = sighup_handler;

Completed in 142 milliseconds