/netbsd-src/sys/arch/luna68k/luna68k/ |
H A D | trap.c | 102 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable
|
/netbsd-src/sys/arch/mac68k/mac68k/ |
H A D | trap.c | 104 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable
|
/netbsd-src/sys/arch/sun2/sun2/ |
H A D | trap.c | 162 u_int trap_types = sizeof(trap_type) / sizeof(trap_type[0]); variable
|
/netbsd-src/sys/arch/sun3/sun3/ |
H A D | trap.c | 171 u_int trap_types = sizeof(trap_type) / sizeof(trap_type[0]); variable
|
/netbsd-src/sys/arch/amd64/amd64/ |
H A D | trap.c | 150 int trap_types = __arraycount(trap_type); variable
|
/netbsd-src/sys/arch/hp300/hp300/ |
H A D | trap.c | 110 const int trap_types = sizeof trap_type / sizeof trap_type[0]; variable
|
/netbsd-src/sys/arch/next68k/next68k/ |
H A D | trap.c | 118 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable
|
/netbsd-src/sys/arch/x68k/x68k/ |
H A D | trap.c | 111 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable
|
/netbsd-src/sys/arch/news68k/news68k/ |
H A D | trap.c | 103 const int trap_types = sizeof trap_type / sizeof trap_type[0]; variable
|
/netbsd-src/sys/arch/cesfic/cesfic/ |
H A D | trap.c | 114 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable
|
/netbsd-src/sys/arch/i386/i386/ |
H A D | trap.c | 160 int trap_types = __arraycount(trap_type); variable
|
/netbsd-src/sys/arch/atari/atari/ |
H A D | trap.c | 113 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable
|
/netbsd-src/sys/arch/virt68k/virt68k/ |
H A D | trap.c | 110 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable
|
/netbsd-src/sys/arch/amd64/stand/prekern/ |
H A D | prekern.c | 103 static int trap_types = __arraycount(trap_type); variable
|
/netbsd-src/sys/arch/mvme68k/mvme68k/ |
H A D | trap.c | 110 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable
|
/netbsd-src/sys/arch/amiga/amiga/ |
H A D | trap.c | 158 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable
|
/netbsd-src/sys/arch/hppa/hppa/ |
H A D | trap.c | 161 int trap_types = __arraycount(trap_type); variable
|