Home
last modified time | relevance | path

Searched refs:ENCODE_OSR_CODE_TO_MACH_EXCEPTION_CODE (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/bsd/sys/
H A Dreason.h189 #define ENCODE_OSR_CODE_TO_MACH_EXCEPTION_CODE(code, osr_code) \ macro
/xnu-11215.1.10/bsd/kern/
H A Dkern_exit.c472 ENCODE_OSR_CODE_TO_MACH_EXCEPTION_CODE(subcode, p->p_exit_reason->osr_code); in proc_encode_exit_exception_code()