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

  /src/external/bsd/libarchive/dist/tar/
bsdtar.c 83 siginfo_handler(int sig) function
169 sa.sa_handler = siginfo_handler;
  /src/usr.sbin/perfused/
perfused.c 63 static void siginfo_handler(int);
357 siginfo_handler(int sig) function
402 if (signal(SIGINFO, siginfo_handler) == SIG_ERR)
  /src/crypto/external/bsd/openssh/dist/
serverloop.c 124 siginfo_handler(int sig) function
366 ssh_signal(SIGINFO, siginfo_handler);
sshd.c 545 siginfo_handler(int sig) function
1795 ssh_signal(SIGINFO, siginfo_handler);
clientloop.c 229 siginfo_handler(int sig) function
1529 ssh_signal(SIGINFO, siginfo_handler);

Completed in 31 milliseconds