Searched refs:trapdebug (Results 1 – 2 of 2) sorted by relevance
78 struct trapdebug { /* trap history buffer for debugging */ struct97 if (++trp == &trapdebug[TRAPSIZE]) \ argument98 trp = trapdebug; \103 extern struct trapdebug trapdebug[TRAPSIZE], *trp;
280 struct trapdebug trapdebug[TRAPSIZE], *trp = trapdebug; variable790 if (trp == trapdebug) in trap()791 trapdebug[TRAPSIZE - 1].code = td->td_sa.code; in trap()1133 if (trp == trapdebug) { in trapDump()1134 trp = &trapdebug[TRAPSIZE - 1]; in trapDump()