Lines Matching defs:fault
122 * Error handler for system calls where arg copy gets fault.
818 uint_t fault = 0;
829 if ((fault = undo_watch_step(&siginfo)) == 0 &&
835 fault = FLTTRACE;
839 if (fault) {
841 * Remember the fault and fault adddress
844 lwp->lwp_lastfault = fault;
847 * If a debugger has declared this fault to be an
851 if (prismember(&p->p_fltmask, fault) &&
852 stop_on_fault(fault, &siginfo) == 0)