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_type
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/arch/luna68k/stand/boot/
trap.c
80
const char *
trap_type
[] = {
variable
96
#define TRAP_TYPES (sizeof
trap_type
/ sizeof
trap_type
[0])
111
panic(
trap_type
[type]);
/src/sys/arch/amd64/amd64/
trap.c
127
const char * const
trap_type
[] = {
variable
150
int trap_types = __arraycount(
trap_type
);
197
printf("fatal %s",
trap_type
[type]);
322
printf("kgdb: ignored %s\n",
trap_type
[type]);
/src/sys/arch/sparc/sparc/
trap.c
129
const char *
trap_type
[] = {
variable
209
#define N_TRAP_TYPES (sizeof
trap_type
/ sizeof *
trap_type
)
304
panic("%s", type < N_TRAP_TYPES ?
trap_type
[type] : T);
/src/sys/arch/amd64/stand/prekern/
prekern.c
80
static char *
trap_type
[] = {
variable
103
static int trap_types = __arraycount(
trap_type
);
115
buf =
trap_type
[trapno];
/src/sys/arch/i386/i386/
trap.c
137
const char * const
trap_type
[] = {
variable
160
int trap_types = __arraycount(
trap_type
);
232
printf("fatal %s",
trap_type
[type]);
354
printf("kgdb: ignored %s\n",
trap_type
[type]);
/src/sys/arch/hppa/hppa/
trap.c
130
const char *
trap_type
[] = {
variable
161
int trap_types = __arraycount(
trap_type
);
651
tts =
trap_type
[trapnum];
/src/sys/arch/sparc64/sparc64/
trap.c
184
const char *
trap_type
[] = {
variable
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/games/rogue/
rogue.h
333
short
trap_type
;
member in struct:tr
Completed in 22 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026