Searched refs:siginfo_t (Results 1 - 7 of 7) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dwait.h93 * [XSI] The siginfo_t type shall be defined as described in <signal.h>
102 * than the types siginfo_t and struct rusage as a result of
104 * values othe than siginfo_t and struct rusage from either of
109 #include <sys/signal.h> /* [XSI] for siginfo_t */
252 int waitid(idtype_t, id_t, siginfo_t *, int) __DARWIN_ALIAS_C(waitid);
H A Duser.h240 siginfo_t t_dtrace_siginfo;
H A Dsignal.h240 } siginfo_t; typedef in typeref:struct:__siginfo
375 void (*sa_tramp)(void *, int, int, siginfo_t *, void *);
/xnu-2782.1.97/bsd/dev/i386/
H A Dunix_signal.c541 DTRACE_PROC2(fault, int, (int)(ut->uu_code), siginfo_t *, &(ut->t_dtrace_siginfo));
548 DTRACE_PROC3(signal__handle, int, sig, siginfo_t *, &(ut->t_dtrace_siginfo),
579 DTRACE_PROC2(fault, int, (int)(ut->uu_code), siginfo_t *, &(ut->t_dtrace_siginfo));
585 DTRACE_PROC3(signal__handle, int, sig, siginfo_t *, &(ut->t_dtrace_siginfo),
H A Ddtrace_isa.c281 s2 = s1 + sizeof (siginfo_t);
580 s2 = s1 + sizeof (siginfo_t);
/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dmemory_tests.c22 bus_handler(int sig, siginfo_t *si, void *mcontext)
/xnu-2782.1.97/bsd/kern/
H A Dkern_sig.c1307 DTRACE_PROC2(signal__clear, int, signum, siginfo_t *, &(ut->t_dtrace_siginfo));
1918 * DTrace proc signal-clear returns a siginfo_t. Collect the needed info.
2712 DTRACE_PROC2(fault, int, (int)(ut->uu_code), siginfo_t *, &(ut->t_dtrace_siginfo));
2719 DTRACE_PROC3(signal__handle, int, signum, siginfo_t *, &(ut->t_dtrace_siginfo),

Completed in 40 milliseconds