Home
last modified time | relevance | path

Searched refs:PX_KTRIAGE (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.1.10/bsd/sys/
H A Dreason.h84 #define PX_KTRIAGE (1 << 1) /* leave a ktriage record */ macro
/xnu-11215.1.10/bsd/kern/
H A Dkern_codesigning.c1146 exit_with_mach_exception(proc, info, PX_KTRIAGE); in csm_code_signing_violation()
H A Dkern_exit.c3537 if ((flags & PX_KTRIAGE)) { in exit_with_exception_internal()
/xnu-11215.1.10/osfmk/arm64/
H A Dsleh.c1810 int flags = PX_KTRIAGE | PX_NO_EXCEPTION_UTHREAD; in handle_user_abort()