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;
276 struct trapdebug trapdebug[TRAPSIZE], *trp = trapdebug; variable794 if (trp == trapdebug) in trap()795 trapdebug[TRAPSIZE - 1].code = sa.code; in trap()1128 if (trp == trapdebug) { in trapDump()1129 trp = &trapdebug[TRAPSIZE - 1]; in trapDump()