Searched refs:bsd_exception (Results 1 – 4 of 4) sorted by relevance
173 extern kern_return_t bsd_exception(int, mach_exception_data_t codes, int);
118 kern_return_t bsd_exception(668 bsd_exception( in bsd_exception() function
1938 return bsd_exception(EXC_SOFTWARE, codes, 2) != KERN_SUCCESS; in mac_do_machexc()
3514 return bsd_exception(exc, codes, 2); in do_bsdexception()