Home
last modified time | relevance | path

Searched defs:trapdebug (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/mips/include/
HDtrap.h76 struct trapdebug { /* trap history buffer for debugging */ struct
95 if (++trp == &trapdebug[TRAPSIZE]) \ argument
/NextBSD/sys/mips/mips/
HDtrap.c276 struct trapdebug trapdebug[TRAPSIZE], *trp = trapdebug; variable