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

  /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
369 ssh_signal(SIGINFO, siginfo_handler);
sshd.c 549 siginfo_handler(int sig) function
1795 ssh_signal(SIGINFO, siginfo_handler);
clientloop.c 222 siginfo_handler(int sig) function
1535 ssh_signal(SIGINFO, siginfo_handler);
  /src/external/bsd/libarchive/dist/tar/
bsdtar.c 83 siginfo_handler(int sig) function
169 sa.sa_handler = siginfo_handler;

Completed in 20 milliseconds