Home
last modified time | relevance | path

Searched refs:FLTPAGE (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dfault.h59 #define FLTPAGE 11 /* Recoverable page fault (no associated sig) */ macro
/titanic_41/usr/src/lib/libproc/common/
H A Dproc_names.c51 case FLTPAGE: name = "FLTPAGE"; break; in rawfltname()
/titanic_41/usr/src/uts/sun4/os/
H A Dtrap.c627 int ismem = prismember(&p->p_fltmask, FLTPAGE); in trap()
642 lwp->lwp_lastfault = FLTPAGE; in trap()
648 (void) stop_on_fault(FLTPAGE, &siginfo); in trap()
/titanic_41/usr/src/uts/i86pc/os/
H A Dtrap.c860 lwp->lwp_lastfault = FLTPAGE; in trap()
862 if (prismember(&p->p_fltmask, FLTPAGE)) { in trap()
865 (void) stop_on_fault(FLTPAGE, &siginfo); in trap()
/titanic_41/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dbpt.c61 #define MAXFAULT FLTPAGE
/titanic_41/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg581 @ MSG_FLTPAGE "[ FLTPAGE ]"
582 @ MSG_FLTPAGE_ALT "FLTPAGE"
/titanic_41/usr/src/cmd/truss/
H A Dactions.c299 if (flt == FLTPAGE) in faulted()
H A Dmain.c311 prdelset(&faults, FLTPAGE); /* except this one */ in main()
/titanic_41/usr/src/uts/common/fs/proc/
H A Dprioctl.c1392 if (t->t_whatstop == FLTPAGE) in oprgetstatus32()
H A Dprsubr.c987 if (t->t_whatstop == FLTPAGE) in prgetlwpstatus32()