Searched refs:PRCFAULT (Results 1 – 13 of 13) sorted by relevance
308 pflags = PRCFAULT; in continue_to_break()424 flags = PRSTEP | PRCFAULT; in step_n()497 oper = PRCFAULT; in step_n()
297 long pflags = PRCFAULT; in main()
369 prrun.pr_flags = PRCFAULT; in prb_proc_cont()420 run.pr_flags = PRCFAULT | PRSFAULT | PRSTEP; in prb_proc_istepbpt()
2075 if (flags & PRCFAULT) { /* clear current fault */ in Psetrun()2077 flags &= ~PRCFAULT; in Psetrun()2358 *ctlp++ = PRCSIG | PRCFAULT | PRSTEP; in execute_bkpt()2552 *ctlp++ = PRCSIG | PRCFAULT | PRSTEP; in execute_wapt()3608 if (flags & PRCFAULT) { /* clear current fault */ in Lsetrun()3610 flags &= ~PRCFAULT; in Lsetrun()
268 if (Psetrun(P, 0, PRCSIG | PRCFAULT) == -1) in execute()
320 #define PRCFAULT 0x002 /* Clear current fault */ macro
321 #define PRCFAULT 0x002 /* Clear current fault */ macro
111 #define PRCFAULT 0x02 /* clear current fault, if any */
1416 (void) Lsetrun(Lwp, 0, PRCFAULT|PRSTEP); in function_trace()1427 (void) Lsetrun(Lwp, 0, PRCFAULT|PRSTOP); in function_trace()
1352 (void) Lsetrun(Lwp, 0, PRCFAULT|PRSTOP); in worker_thread()
1187 if (flags & ~(PRCSIG|PRCFAULT|PRSTEP|PRSTOP|PRSABORT)) in pr_setrun()1201 if (flags & PRCFAULT) in pr_setrun()
3027 if (flags & PRCFAULT) in prmaprunflags()
3538 flags |= PRCFAULT; /* clear any pending fault (e.g. BPT) */ in pt_setrun()