Searched refs:bsd_exception (Results 1 – 4 of 4) sorted by relevance
171 extern kern_return_t bsd_exception(int, mach_exception_data_t codes, int);
123 kern_return_t bsd_exception(824 bsd_exception( in bsd_exception() function
1724 return bsd_exception(EXC_SOFTWARE, codes, 2) != KERN_SUCCESS; in mac_do_machexc()
3429 return bsd_exception(exc, codes, 2); in do_bsdexception()