Searched refs:trap_type (Results 1 - 7 of 7) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dtrap.c846 const char *trap_type[] = { variable
887 int TRAP_TYPES = sizeof (trap_type) / sizeof (trap_type[0]);
925 trap_name = trap_type[trapno / T_VECTOR_SIZE];
H A Ddb_interface.c184 db_printf("%s", trap_type[type]);
243 db_printf("%s", trap_type[type]);
H A Dexception.h573 extern const char *trap_type[];
H A Dmodel_dep.c467 xcode = trap_type[sv->save_exception / 4]; /* Point to the type */
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dtrap.c300 const char * trap_type[] = {TRAP_NAMES}; variable
301 unsigned TRAP_TYPES = sizeof(trap_type)/sizeof(trap_type[0]);
683 trapname = trap_type[regs->trapno];
H A Ddb_trace.c348 extern const char *trap_type[];
384 trap_type[iss32->trapno]);
H A Ddb_interface.c127 extern char * trap_type[];
289 db_printf("%s", trap_type[type]);
490 db_printf("%s", trap_type[type]);

Completed in 96 milliseconds