HomeSort by: relevance | last modified time | path
    Searched defs:trapdebug (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/powerpc/ibm4xx/
trap.c 134 int trapdebug = /* TDB_ALL */ 0; variable in typeref:typename:int
135 #define DBPRINTF(x, y) if (trapdebug & (x)) printf y
  /src/sys/arch/i386/i386/
trap.c 163 int trapdebug = 0; variable in typeref:typename:int
309 if (trapdebug) {
  /src/sys/arch/sparc64/sparc64/
trap.c 140 int trapdebug = 0/*|TDB_SYSCALL|TDB_STOPSIG|TDB_STOPCPIO|TDB_ADDFLT|TDB_FOLLOW*/; variable in typeref:typename:int
466 if ((trapdebug & TDB_NSAVED && curpcb->pcb_nsaved) ||
467 trapdebug & (TDB_FOLLOW | TDB_TRAP)) {
479 if ((trapdebug & (TDB_FOLLOW | TDB_TRAP)) ||
480 ((trapdebug & TDB_TL) && gettl())) {
633 if (trapdebug & TDB_STOPSIG)
648 if (trapdebug & TDB_STOPSIG)
760 if (trapdebug & TDB_STOPSIG) {
903 if (trapdebug & (TDB_FOLLOW | TDB_TRAP)) {
1050 (trapdebug & TDB_NSAVED && curpcb->pcb_nsaved) |
    [all...]

Completed in 38 milliseconds