Home
last modified time | relevance | path

Searched refs:SIGTRAMP (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/bsd/sys/
H A Dsignalvar.h95 #define SIGTRAMP(p, sig) ({ p->p_sigacts.ps_ro->ps_trampact[(sig)]; }) macro
/xnu-8020.101.4/bsd/dev/arm/
H A Dunix_signal.c320 trampact = SIGTRAMP(p, sig); in sendsig()
/xnu-8020.101.4/bsd/dev/i386/
H A Dunix_signal.c208 trampact = SIGTRAMP(p, sig); in sendsig()