Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Dtrap.h78 struct trapdebug { /* trap history buffer for debugging */ struct
97 if (++trp == &trapdebug[TRAPSIZE]) \ argument
/f-stack/freebsd/mips/mips/
H A Dtrap.c280 struct trapdebug trapdebug[TRAPSIZE], *trp = trapdebug; variable