OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trap_types
(Results
1 - 22
of
22
) sorted by relevancy
/src/sys/arch/hppa/hppa/
db_interface.c
58
extern int
trap_types
;
76
if (type >=
trap_types
|| type < 0)
trap.c
161
int
trap_types
= __arraycount(trap_type);
650
if (trapnum <=
trap_types
)
/src/sys/arch/m68k/m68k/
db_interface.c
136
extern int
trap_types
;
146
if (type >=
trap_types
|| type < 0)
/src/sys/arch/amd64/stand/prekern/
prekern.c
103
static int
trap_types
= __arraycount(trap_type);
114
if (trapno <
trap_types
) {
/src/sys/arch/amd64/amd64/
db_interface.c
72
extern int
trap_types
;
194
if (type >=
trap_types
|| type < 0)
trap.c
150
int
trap_types
= __arraycount(trap_type);
196
if (frame->tf_trapno <
trap_types
) {
/src/sys/arch/sun2/sun2/
trap.c
162
u_int
trap_types
= sizeof(trap_type) / sizeof(trap_type[0]);
variable in typeref:typename:u_int
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 in typeref:typename:u_int
310
if ((u_int)type <
trap_types
)
625
if ((0 <= type) && (type <
trap_types
))
/src/sys/arch/i386/i386/
db_interface.c
73
extern int
trap_types
;
195
if (type >=
trap_types
|| type < 0)
trap.c
160
int
trap_types
= __arraycount(trap_type);
231
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 in typeref:typename:int
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 in typeref:typename:int
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 in typeref:typename:const int
311
if ((u_int)type <
trap_types
)
/src/sys/arch/luna68k/luna68k/
trap.c
102
int
trap_types
= sizeof trap_type / sizeof trap_type[0];
variable in typeref:typename:int
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 in typeref:typename:int
294
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 in typeref:typename:int
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 in typeref:typename:const int
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 in typeref:typename:int
322
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 in typeref:typename:int
314
if ((u_int)type <
trap_types
)
/src/sys/arch/virt68k/virt68k/
trap.c
110
int
trap_types
= sizeof trap_type / sizeof trap_type[0];
variable in typeref:typename:int
336
if ((u_int)type <
trap_types
)
/src/sys/arch/amiga/amiga/
trap.c
158
int
trap_types
= sizeof trap_type / sizeof trap_type[0];
variable in typeref:typename:int
240
if ((u_int)type <
trap_types
)
/src/sys/arch/alpha/alpha/
db_interface.c
85
extern int
trap_types
;
Completed in 21 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025