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

  /src/usr.sbin/perfused/
perfused.c 270 (void)kill(getpid(), SIGINFO); /* This is for -s option */
402 if (signal(SIGINFO, siginfo_handler) == SIG_ERR)
  /src/sys/sys/
signal.h 81 #define SIGINFO 29 /* information request */
112 #include <sys/siginfo.h>
147 * BSD "sigcontext" style of handler in addition to the modern "siginfo"
161 * 2 Modern "siginfo" trampoline. This style is used if a handler
162 * explicitly requests "siginfo", or if the deprecation of "sigcontext"
179 * the "siginfo" trampoline, it can achieve this by overriding the
233 #define SA_NOKERNINFO 0x0080 /* siginfo does not print kernel info on tty */
  /src/crypto/external/bsd/heimdal/dist/kuser/
kinit.c 48 #ifndef SIGINFO
49 #define SIGINFO SIGUSR1
1487 sigaction(SIGINFO, &sa, NULL);

Completed in 47 milliseconds