Searched refs:trap_types (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/sys/arch/m68k/m68k/
H A Ddb_interface.c136 extern int trap_types;
146 if (type >= trap_types || type < 0)
/netbsd-current/sys/arch/hppa/hppa/
H A Ddb_interface.c58 extern int trap_types;
76 if (type >= trap_types || type < 0)
H A Dtrap.c161 int trap_types = __arraycount(trap_type); variable
647 if (trapnum <= trap_types)
/netbsd-current/sys/arch/amd64/stand/prekern/
H A Dprekern.c103 static int trap_types = __arraycount(trap_type); variable
114 if (trapno < trap_types) {
/netbsd-current/sys/arch/amd64/amd64/
H A Ddb_interface.c72 extern int trap_types;
194 if (type >= trap_types || type < 0)
H A Dtrap.c150 int trap_types = __arraycount(trap_type); variable
196 if (frame->tf_trapno < trap_types) {
/netbsd-current/sys/arch/sun3/sun3/
H A Dtrap.c171 u_int trap_types = sizeof(trap_type) / sizeof(trap_type[0]); variable
310 if ((u_int)type < trap_types)
625 if ((0 <= type) && (type < trap_types))
/netbsd-current/sys/arch/sun2/sun2/
H A Dtrap.c162 u_int trap_types = sizeof(trap_type) / sizeof(trap_type[0]); variable
303 if ((u_int)type < trap_types)
610 if ((0 <= type) && (type < trap_types))
/netbsd-current/sys/arch/i386/i386/
H A Ddb_interface.c73 extern int trap_types;
195 if (type >= trap_types || type < 0)
H A Dtrap.c160 int trap_types = __arraycount(trap_type); variable
231 if (frame->tf_trapno < trap_types) {
/netbsd-current/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)
/netbsd-current/sys/arch/next68k/next68k/
H A Dtrap.c118 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable
322 if ((u_int)type < trap_types)
/netbsd-current/sys/arch/news68k/news68k/
H A Dtrap.c103 const int trap_types = sizeof trap_type / sizeof trap_type[0]; variable
304 if ((u_int)type < trap_types)
/netbsd-current/sys/arch/x68k/x68k/
H A Dtrap.c111 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable
314 if ((u_int)type < trap_types)
/netbsd-current/sys/arch/hp300/hp300/
H A Dtrap.c110 const int trap_types = sizeof trap_type / sizeof trap_type[0]; variable
311 if ((u_int)type < trap_types)
/netbsd-current/sys/arch/luna68k/luna68k/
H A Dtrap.c102 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable
282 if ((u_int)type < trap_types)
/netbsd-current/sys/arch/cesfic/cesfic/
H A Dtrap.c114 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable
315 if ((u_int)type < trap_types)
/netbsd-current/sys/arch/mac68k/mac68k/
H A Dtrap.c104 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable
294 if ((u_int)type < trap_types)
/netbsd-current/sys/arch/mvme68k/mvme68k/
H A Dtrap.c110 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable
336 if ((u_int)type < trap_types)
/netbsd-current/sys/arch/virt68k/virt68k/
H A Dtrap.c110 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable
336 if ((u_int)type < trap_types)
/netbsd-current/sys/arch/amiga/amiga/
H A Dtrap.c158 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable
240 if ((u_int)type < trap_types)
/netbsd-current/sys/arch/alpha/alpha/
H A Ddb_interface.c85 extern int trap_types;

Completed in 269 milliseconds