Searched refs:sigacts (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dsignalvar.h79 struct sigacts { struct
H A Dproc.h103 struct sigacts *p_sigacts; /* Signal actions, state (PROC ONLY). */
H A Dproc_internal.h247 struct sigacts *p_sigacts; /* Signal actions, state (PL) */
/macosx-10.9.5/xnu-2422.115.4/bsd/uxkern/
H A Dux_exception.c296 struct sigacts *ps;
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dbsd_init.c209 struct sigacts sigacts0;
H A Dkern_malloc.c173 "sigacts", /* 31 M_VMMAPENT */
363 { SOS(sigacts), KMZ_CREATEZONE_ACCT, TRUE }, /* 31 M_SIGACTS */
H A Dkern_sig.c372 struct sigacts *ps = p->p_sigacts;
575 struct sigacts *ps = p->p_sigacts;
670 struct sigacts *ps = p->p_sigacts;
814 * save it here and mark the sigacts structure
1274 * save it here and mark the sigacts structure
2655 struct sigacts *ps = p->p_sigacts;
H A Dkern_fork.c1123 MALLOC_ZONE(child_proc->p_sigacts, struct sigacts *,
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/i386/
H A Dunix_signal.c154 struct sigacts *ps = p->p_sigacts;

Completed in 212 milliseconds