Home
last modified time | relevance | path

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

/netbsd/sys/arch/m68k/m68k/
H A Ddb_interface.c136 extern int trap_types;
146 if (type >= trap_types || type < 0) in kdbprinttrap()
/netbsd/sys/arch/hppa/hppa/
H A Ddb_interface.c58 extern int trap_types;
76 if (type >= trap_types || type < 0) in kdbprinttrap()
H A Dtrap.c161 int trap_types = __arraycount(trap_type);
649 if (trapnum <= trap_types) in trap()
/netbsd/sys/arch/amd64/amd64/
H A Ddb_interface.c72 extern int trap_types;
194 if (type >= trap_types || type < 0) in kdbprinttrap()
H A Dtrap.c150 int trap_types = __arraycount(trap_type);
196 if (frame->tf_trapno < trap_types) { in trap_print()
/netbsd/sys/arch/amd64/stand/prekern/
H A Dprekern.c103 static int trap_types = __arraycount(trap_type);
114 if (trapno < trap_types) { in trap()
/netbsd/sys/arch/sun2/sun2/
H A Dtrap.c162 u_int trap_types = sizeof(trap_type) / sizeof(trap_type[0]); variable
304 if ((u_int)type < trap_types) in trap()
611 if ((0 <= type) && (type < trap_types)) in _nodb_trap()
/netbsd/sys/arch/sun3/sun3/
H A Dtrap.c171 u_int trap_types = sizeof(trap_type) / sizeof(trap_type[0]); variable
311 if ((u_int)type < trap_types) in trap()
626 if ((0 <= type) && (type < trap_types)) in _nodb_trap()
/netbsd/sys/arch/i386/i386/
H A Ddb_interface.c73 extern int trap_types;
195 if (type >= trap_types || type < 0) in kdbprinttrap()
H A Dtrap.c160 int trap_types = __arraycount(trap_type);
231 if (frame->tf_trapno < trap_types) { in trap_print()
/netbsd/sys/arch/mac68k/mac68k/
H A Dtrap.c106 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable
297 if ((u_int)type < trap_types) in trap()
/netbsd/sys/arch/luna68k/luna68k/
H A Dtrap.c102 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable
283 if ((u_int)type < trap_types) in trap()
/netbsd/sys/arch/news68k/news68k/
H A Dtrap.c104 const int trap_types = sizeof trap_type / sizeof trap_type[0]; variable
306 if ((u_int)type < trap_types) in trap()
/netbsd/sys/arch/mvme68k/mvme68k/
H A Dtrap.c111 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable
338 if ((u_int)type < trap_types) in trap()
/netbsd/sys/arch/x68k/x68k/
H A Dtrap.c113 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable
317 if ((u_int)type < trap_types) in trap()
/netbsd/sys/arch/cesfic/cesfic/
H A Dtrap.c116 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable
318 if ((u_int)type < trap_types) in trap()
/netbsd/sys/arch/atari/atari/
H A Dtrap.c113 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable
291 if ((u_int)type < trap_types) in panictrap()
/netbsd/sys/arch/next68k/next68k/
H A Dtrap.c120 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable
325 if ((u_int)type < trap_types) in trap()
/netbsd/sys/arch/hp300/hp300/
H A Dtrap.c112 const int trap_types = sizeof trap_type / sizeof trap_type[0]; variable
314 if ((u_int)type < trap_types) in trap()
/netbsd/sys/arch/amiga/amiga/
H A Dtrap.c157 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable
239 if ((u_int)type < trap_types) in panictrap()
/netbsd/sys/arch/alpha/alpha/
H A Ddb_interface.c83 extern int trap_types;