HomeSort by relevance Sort by last modified time
    Searched defs:siginfo_t (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/common/
signalmap.h 48 /* SVR4 siginfo_t structure */
87 } siginfo_t; typedef in typeref:struct:siginfo
  /onnv/onnv-gate/usr/src/uts/common/sys/
siginfo.h 68 #else /* needed in siginfo_t structure */
306 } siginfo_t; typedef in typeref:struct:siginfo
375 * XXX -- internal version is identical to siginfo_t but without the padding.
  /onnv/onnv-gate/usr/src/cmd/parted/
ui.c 79 struct siginfo_t { struct
333 sa_sigint_handler (int signum, siginfo_t* info, void *ucontext)
353 sa_sigsegv_handler (int signum, siginfo_t* info, void* ucontext)
397 sa_sigfpe_handler (int signum, siginfo_t* info, void* ucontext)
470 sa_sigill_handler (int signum, siginfo_t* info, void* ucontext)
    [all...]

Completed in 4619 milliseconds