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

/freebsd-13-stable/contrib/kyua/utils/signals/
H A Dinterrupts.cpp68 static std::auto_ptr< signals::programmer > sighup_handler; member in namespace:__anon1024
124 PRE(sighup_handler.get() == NULL);
138 sighup_handler = tmp_sighup_handler;
148 sighup_handler->unprogram(); sighup_handler.reset(NULL);
/freebsd-13-stable/usr.sbin/cron/cron/
H A Dcron.c45 sighup_handler(int),
123 (void) signal(SIGHUP, sighup_handler);
514 sighup_handler(int x) function
/freebsd-13-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp116 static void sighup_handler(MainLoopBase &mainloop) { function
367 mainloop.RegisterSignal(SIGHUP, sighup_handler, error);
/freebsd-13-stable/contrib/dma/
H A Ddma.c92 sighup_handler(int signo) function
570 act.sa_handler = sighup_handler;
/freebsd-13-stable/crypto/openssh/
H A Dsshd.c304 sighup_handler(int sig) function
1981 signal(SIGHUP, sighup_handler);
/freebsd-13-stable/usr.sbin/ctld/
H A Dctld.c2567 sighup_handler(int dummy __unused) function
2598 sa.sa_handler = sighup_handler;

Completed in 190 milliseconds