OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:N_TRAP_TYPES
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sparc64/sparc64/
trap.c
360
#define
N_TRAP_TYPES
(sizeof trap_type / sizeof *trap_type)
475
type <
N_TRAP_TYPES
? trap_type[type] :
490
type <
N_TRAP_TYPES
? trap_type[type] :
597
panic("%s", type <
N_TRAP_TYPES
? trap_type[type] : T);
628
pc, type, type <
N_TRAP_TYPES
? trap_type[type] : T);
646
type, type <
N_TRAP_TYPES
? trap_type[type] : T);
/src/sys/arch/sparc/sparc/
trap.c
209
#define
N_TRAP_TYPES
(sizeof trap_type / sizeof *trap_type)
304
panic("%s", type <
N_TRAP_TYPES
? trap_type[type] : T);
Completed in 15 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025