Home
last modified time | relevance | path

Searched refs:trap_types (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/sys/arch/i386/i386/
Ddb_interface.c60 extern int trap_types;
86 if (type >= trap_types || type < 0) in kdbprinttrap()
Dtrap.c91 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable
469 if (frame->tf_trapno < trap_types) in trap()
/openbsd/src/sys/arch/hppa/hppa/
Ddb_interface.c54 extern int trap_types;
169 if (type >= trap_types || type < 0) in kdbprinttrap()
Dtrap.c99 int trap_types = sizeof(trap_type)/sizeof(trap_type[0]); variable
187 if (trapnum > trap_types) in trap()
/openbsd/src/sys/arch/amd64/amd64/
Ddb_interface.c71 extern const int trap_types;
98 if (type >= trap_types || type < 0) in db_printtrap()
Dtrap.c127 const int trap_types = nitems(trap_type); variable
456 if (type < trap_types) in trap_print()
/openbsd/src/sys/arch/m88k/m88k/
Ddb_interface.c421 extern const int trap_types;
430 if (type >= trap_types || type < 0) in kdbprinttrap()
Dtrap.c103 const int trap_types = sizeof trap_type / sizeof trap_type[0]; variable
158 if ((u_int)type < trap_types) in panictrap()
/openbsd/src/sys/arch/alpha/alpha/
Ddb_interface.c79 extern int trap_types;