HomeSort by relevance Sort by last modified time
    Searched full:sighup (Results 101 - 125 of 311) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/dropbear/
sshpty.c 313 old = mysignal(SIGHUP, SIG_IGN);
315 mysignal(SIGHUP, old);
  /external/ipsec-tools/src/racoon/
session.c 317 SIGHUP,
445 case SIGHUP:
  /external/oprofile/daemon/
oprofiled.c 232 if (sigaction(SIGHUP, &act, NULL)) {
233 perror("oprofiled: install of SIGHUP handler failed: ");
init.c 269 printf("Received SIGHUP.\n");
  /external/wpa_supplicant_8/src/utils/
eloop.h 227 * @sig: Signal number (e.g., SIGHUP)
276 * registers a handler for SIGHUP.
eloop_none.c 312 return eloop_register_signal(SIGHUP, handler, user_data);
  /external/iproute2/doc/
arpd.sgml 78 <tt/SIGHUP/ syncs database to disk. <tt/SIGUSR1/ sends some statistics
  /external/iproute2/man/man8/
arpd.8 47 arpd exits gracefully syncing database and restoring adjusted sysctl parameters, when receives SIGINT or SIGTERM. SIGHUP syncs database to disk. SIGUSR1 sends some statistics to syslog. Effect of another signals is undefined, they may corrupt database and leave sysctl praameters in an unpredictable state.
  /external/ipsec-tools/
main.c 178 signal(SIGHUP, terminate);
  /external/kernel-headers/original/asm-x86/
signal.h 43 #define SIGHUP 1
  /external/openssh/
README.tun 19 Restart the server or send the hangup signal (SIGHUP) to let the server
sshd.c 180 * The sockets that the server is listening; this is used in the SIGHUP
287 * Signal handler for SIGHUP. Sshd execs itself when it receives SIGHUP;
299 signal(SIGHUP, sighup_handler);
304 * Called from the main program after receiving SIGHUP.
310 logit("Received SIGHUP; restarting.");
314 signal(SIGHUP, SIG_IGN); /* will be restored after exec */
    [all...]
  /external/oprofile/opcontrol/
opcontrol.cpp 535 * Sending SIGHUP will result in the following crash in oprofiled when
542 * However without sending SIGHUP oprofile cannot be restarted successfully.
550 kill(pid, SIGHUP); /* HUP makes oprofiled close its sample files */
610 kill(pid, SIGHUP); /* Politely ask the daemon to close files */
  /external/qemu/
vl-android-ui.c 191 sigaction(SIGHUP, &act, NULL);
os-posix.c 82 sigaction(SIGHUP, &act, NULL);
  /external/chromium/net/tools/flip_server/
flip_in_mem_edsm_server.cc 109 case SIGHUP:
169 signal(SIGHUP, SignalHandler);
  /external/wpa_supplicant_8/hostapd/
main.c 340 * handle_reload - SIGHUP handler to reload configuration
383 eloop_register_signal(SIGHUP, handle_reload, interfaces);
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 308 initConstant(env, c, "SIGHUP", SIGHUP);
  /ndk/sources/host-tools/make-3.81/
commands.c 472 #ifdef SIGHUP
473 || sig == SIGHUP
  /bionic/libc/include/sys/
ioctl_compat.h 137 #define NOHANG 0x01000000 /* (no-op) was no SIGHUP on carrier drop */
  /development/ndk/platforms/android-3/include/sys/
ioctl_compat.h 133 #define NOHANG 0x01000000 /* (no-op) was no SIGHUP on carrier drop */
  /development/ndk/platforms/android-9/arch-mips/include/sys/
ioctl_compat.h 137 #define NOHANG 0x01000000 /* (no-op) was no SIGHUP on carrier drop */
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-death-test.h 94 // return WIFSIGNALED(exit_code) && WTERMSIG(exit_code) == SIGHUP;
  /external/mtpd/
mtpd.c 177 signal(SIGHUP, interrupt);
  /external/oprofile/daemon/liblegacy/
init.c 300 printf("Received SIGHUP.\n");

Completed in 1743 milliseconds

1 2 3 45 6 7 8 91011>>