HomeSort by: relevance | last modified time | path
    Searched defs:traptype (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/amd64/amd64/
db_machdep.c 178 int traptype = NONE; local in function:db_nextframe
180 NULL, NULL, &traptype, NULL);
181 if (sym != DB_SYM_NULL && traptype == INTERRUPT) {
  /src/sys/arch/i386/i386/
db_machdep.c 209 int traptype = NONE; local in function:db_nextframe
211 NULL, NULL, &traptype, NULL);
212 if (sym != DB_SYM_NULL && traptype == INTERRUPT) {

Completed in 14 milliseconds