Searched defs:onfault (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4/os/
H A Dtrap.c158 label_t *onfault; local
422 onfault = curthread->t_onfault;
467 * Restore lofault and onfault. If we resolved the fault, exit.
471 curthread->t_onfault = onfault;
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtrap.c473 label_t *onfault; local
656 * See if we can handle as pagefault. Save lofault and onfault
665 onfault = ct->t_onfault;
684 * Restore lofault and onfault. If we resolved the fault, exit.
688 ct->t_onfault = onfault;

Completed in 78 milliseconds