Searched refs:trapdebug (Results 1 – 3 of 3) sorted by relevance
140 int trapdebug = 0/*|TDB_SYSCALL|TDB_STOPSIG|TDB_STOPCPIO|TDB_ADDFLT|TDB_FOLLOW*/; variable 466 if ((trapdebug & TDB_NSAVED && curpcb->pcb_nsaved) || in trap() 467 trapdebug & (TDB_FOLLOW | TDB_TRAP)) { in trap() 479 if ((trapdebug & (TDB_FOLLOW | TDB_TRAP)) || in trap() 480 ((trapdebug & TDB_TL) && gettl())) { in trap() 633 if (trapdebug & TDB_STOPSIG) in trap() 648 if (trapdebug & TDB_STOPSIG) in trap() 760 if (trapdebug & TDB_STOPSIG) { in trap() 903 if (trapdebug & (TDB_FOLLOW | TDB_TRAP)) { in trap() 1050 (trapdebug in data_access_fault() [all...]
134 int trapdebug = /* TDB_ALL */ 0; variable135 #define DBPRINTF(x, y) if (trapdebug & (x)) printf y
163 int trapdebug = 0; variable309 if (trapdebug) { in trap()