Searched refs:trapdebug (Results 1 – 2 of 2) sorted by relevance
76 struct trapdebug { /* trap history buffer for debugging */ struct95 if (++trp == &trapdebug[TRAPSIZE]) \ argument96 trp = trapdebug; \101 extern struct trapdebug trapdebug[TRAPSIZE], *trp;
278 struct trapdebug trapdebug[TRAPSIZE], *trp = trapdebug; variable807 if (trp == trapdebug) in trap()808 trapdebug[TRAPSIZE - 1].code = sa.code; in trap()1141 if (trp == trapdebug) { in trapDump()1142 trp = &trapdebug[TRAPSIZE - 1]; in trapDump()