OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:trap_types
(Results
1 - 17
of
17
) sorted by relevancy
/src/sys/arch/luna68k/luna68k/
trap.c
102
int
trap_types
= sizeof trap_type / sizeof trap_type[0];
variable
282
if ((u_int)type <
trap_types
)
/src/sys/arch/mac68k/mac68k/
trap.c
104
int
trap_types
= sizeof trap_type / sizeof trap_type[0];
variable
294
if ((u_int)type <
trap_types
)
/src/sys/arch/amd64/amd64/
trap.c
150
int
trap_types
= __arraycount(trap_type);
variable
196
if (frame->tf_trapno <
trap_types
) {
/src/sys/arch/atari/atari/
trap.c
113
int
trap_types
= sizeof trap_type / sizeof trap_type[0];
variable
291
if ((u_int)type <
trap_types
)
/src/sys/arch/cesfic/cesfic/
trap.c
114
int
trap_types
= sizeof trap_type / sizeof trap_type[0];
variable
315
if ((u_int)type <
trap_types
)
/src/sys/arch/hp300/hp300/
trap.c
110
const int
trap_types
= sizeof trap_type / sizeof trap_type[0];
variable
311
if ((u_int)type <
trap_types
)
/src/sys/arch/mvme68k/mvme68k/
trap.c
110
int
trap_types
= sizeof trap_type / sizeof trap_type[0];
variable
336
if ((u_int)type <
trap_types
)
/src/sys/arch/news68k/news68k/
trap.c
103
const int
trap_types
= sizeof trap_type / sizeof trap_type[0];
variable
304
if ((u_int)type <
trap_types
)
/src/sys/arch/next68k/next68k/
trap.c
118
int
trap_types
= sizeof trap_type / sizeof trap_type[0];
variable
322
if ((u_int)type <
trap_types
)
/src/sys/arch/sun2/sun2/
trap.c
162
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
))
/src/sys/arch/sun3/sun3/
trap.c
171
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
))
/src/sys/arch/virt68k/virt68k/
trap.c
110
int
trap_types
= sizeof trap_type / sizeof trap_type[0];
variable
336
if ((u_int)type <
trap_types
)
/src/sys/arch/x68k/x68k/
trap.c
111
int
trap_types
= sizeof trap_type / sizeof trap_type[0];
variable
314
if ((u_int)type <
trap_types
)
/src/sys/arch/amd64/stand/prekern/
prekern.c
103
static int
trap_types
= __arraycount(trap_type);
variable
114
if (trapno <
trap_types
) {
/src/sys/arch/i386/i386/
trap.c
160
int
trap_types
= __arraycount(trap_type);
variable
231
if (frame->tf_trapno <
trap_types
) {
/src/sys/arch/amiga/amiga/
trap.c
158
int
trap_types
= sizeof trap_type / sizeof trap_type[0];
variable
240
if ((u_int)type <
trap_types
)
/src/sys/arch/hppa/hppa/
trap.c
161
int
trap_types
= __arraycount(trap_type);
variable
650
if (trapnum <=
trap_types
)
Completed in 33 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026