Searched refs:trap_types (Results 1 – 9 of 9) sorted by relevance
60 extern int trap_types;86 if (type >= trap_types || type < 0) in kdbprinttrap()
91 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable469 if (frame->tf_trapno < trap_types) in trap()
54 extern int trap_types;169 if (type >= trap_types || type < 0) in kdbprinttrap()
99 int trap_types = sizeof(trap_type)/sizeof(trap_type[0]); variable187 if (trapnum > trap_types) in trap()
71 extern const int trap_types;98 if (type >= trap_types || type < 0) in db_printtrap()
127 const int trap_types = nitems(trap_type); variable456 if (type < trap_types) in trap_print()
421 extern const int trap_types;430 if (type >= trap_types || type < 0) in kdbprinttrap()
103 const int trap_types = sizeof trap_type / sizeof trap_type[0]; variable158 if ((u_int)type < trap_types) in panictrap()
79 extern int trap_types;