HomeSort by: relevance | last modified time | path
    Searched refs:sighup_handler (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/openldap/dist/tests/scripts/
grandchild_wrapper.py 53 def sighup_handler(child): function
66 loop.add_signal_handler(signal.SIGHUP, sighup_handler, child)
  /src/external/bsd/kyua-cli/dist/utils/signals/
interrupts.cpp 63 static std::unique_ptr< signals::programmer > sighup_handler; member in namespace:__anon7005
127 PRE(sighup_handler.get() == NULL);
141 sighup_handler = std::move(tmp_sighup_handler);
151 sighup_handler->unprogram(); sighup_handler.reset(NULL);
  /src/external/bsd/cron/dist/
cron.c 44 sighup_handler(int),
86 sact.sa_handler = sighup_handler;
495 sighup_handler(int x __unused) { function
  /src/external/gpl2/lvm2/dist/daemons/clvmd/
clvmd.c 121 static void sighup_handler(int sig);
382 signal(SIGHUP, sighup_handler);
2039 static void sighup_handler(int sig) function
  /src/crypto/external/bsd/openssh/dist/
sshd.c 514 sighup_handler(int sig) function
1791 ssh_signal(SIGHUP, sighup_handler);

Completed in 22 milliseconds