Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/sys/
H A Dsystm.h171 extern kern_return_t bsd_exception(int, mach_exception_data_t codes, int);
/xnu-8796.121.2/osfmk/kern/
H A Dexception.c123 kern_return_t bsd_exception(
824 bsd_exception( in bsd_exception() function
/xnu-8796.121.2/security/
H A Dmac_base.c1724 return bsd_exception(EXC_SOFTWARE, codes, 2) != KERN_SUCCESS; in mac_do_machexc()
/xnu-8796.121.2/bsd/kern/
H A Dkern_sig.c3429 return bsd_exception(exc, codes, 2); in do_bsdexception()