Searched refs:user32_siginfo_t (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dsignal.h281 } user32_siginfo_t; typedef in typeref:struct:user32_siginfo
283 void siginfo_user_to_user32(user_siginfo_t *, user32_siginfo_t *);
/xnu-2782.1.97/bsd/dev/i386/
H A Dunix_signal.c108 siginfo_user_to_user32_x86(user_siginfo_t *in, user32_siginfo_t *out)
347 ua_sp -= sizeof (user32_siginfo_t);
560 user32_siginfo_t sinfo32;
/xnu-2782.1.97/bsd/kern/
H A Dkern_exit.c177 siginfo_user_to_user32(user_siginfo_t *in, user32_siginfo_t *out)
216 user32_siginfo_t sinfo32;

Completed in 26 milliseconds