Searched refs:TRAP_TYPES (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Ddb_interface.c100 extern int TRAP_TYPES;
181 if (type > TRAP_TYPES)
240 if (type > TRAP_TYPES)
H A Dtrap.c887 int TRAP_TYPES = sizeof (trap_type) / sizeof (trap_type[0]); variable
H A Ddb_trace.c678 extern int TRAP_TYPES;
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Ddb_trace.c349 extern int TRAP_TYPES;
382 if (iss32->trapno >= 0 && iss32->trapno < TRAP_TYPES) {
H A Ddb_interface.c128 extern int TRAP_TYPES;
286 if (type < 0 || type > TRAP_TYPES)
487 if (type < 0 || type > TRAP_TYPES)
H A Dtrap.c301 unsigned TRAP_TYPES = sizeof(trap_type)/sizeof(trap_type[0]); variable
682 if (regs->trapno < TRAP_TYPES)

Completed in 60 milliseconds