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);
124 kern_return_t bsd_exception(968 bsd_exception( in bsd_exception() function
1721 return bsd_exception(EXC_SOFTWARE, codes, 2) != KERN_SUCCESS; in mac_do_machexc()
3497 return bsd_exception(exc, codes, 2); in do_bsdexception()