Lines Matching defs:fault
121 * Error handler for system calls where arg copy gets fault.
817 uint_t fault = 0;
828 if ((fault = undo_watch_step(&siginfo)) == 0 &&
834 fault = FLTTRACE;
838 if (fault) {
840 * Remember the fault and fault adddress
843 lwp->lwp_lastfault = fault;
846 * If a debugger has declared this fault to be an
850 if (prismember(&p->p_fltmask, fault) &&
851 stop_on_fault(fault, &siginfo) == 0)