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

/xnu-2782.1.97/bsd/sys/
H A Dsignal.h268 } user64_siginfo_t; typedef in typeref:struct:user64_siginfo
284 void siginfo_user_to_user64(user_siginfo_t *, user64_siginfo_t *);
/xnu-2782.1.97/bsd/dev/i386/
H A Dunix_signal.c124 siginfo_user_to_user64_x86(user_siginfo_t *in, user64_siginfo_t *out)
236 ua_sp -= sizeof (user64_siginfo_t);
521 user64_siginfo_t sinfo64_user64;
/xnu-2782.1.97/bsd/kern/
H A Dkern_exit.c192 siginfo_user_to_user64(user_siginfo_t *in, user64_siginfo_t *out)
210 user64_siginfo_t sinfo64;

Completed in 25 milliseconds