HomeSort by: relevance | last modified time | path
    Searched defs:SIGINFO (Results 1 - 2 of 2) 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 */

Completed in 20 milliseconds