OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:trap_type
(Results
1 - 25
of
42
) sorted by relevancy
1
2
/src/sys/arch/luna68k/stand/boot/
trap.c
80
const char *
trap_type
[] = {
variable in typeref:typename:const char * []
96
#define TRAP_TYPES (sizeof
trap_type
/ sizeof
trap_type
[0])
111
panic(
trap_type
[type]);
trap.c
80
const char *
trap_type
[] = {
variable in typeref:typename:const char * []
96
#define TRAP_TYPES (sizeof
trap_type
/ sizeof
trap_type
[0])
111
panic(
trap_type
[type]);
/src/sys/arch/luna68k/luna68k/
trap.c
86
const char *
trap_type
[] = {
variable in typeref:typename:const char * []
102
int trap_types = sizeof
trap_type
/ sizeof
trap_type
[0];
283
panic(
trap_type
[type]);
trap.c
86
const char *
trap_type
[] = {
variable in typeref:typename:const char * []
102
int trap_types = sizeof
trap_type
/ sizeof
trap_type
[0];
283
panic(
trap_type
[type]);
/src/sys/arch/mac68k/mac68k/
trap.c
88
const char *
trap_type
[] = {
variable in typeref:typename:const char * []
104
int trap_types = sizeof
trap_type
/ sizeof
trap_type
[0];
295
panic(
trap_type
[type]);
trap.c
88
const char *
trap_type
[] = {
variable in typeref:typename:const char * []
104
int trap_types = sizeof
trap_type
/ sizeof
trap_type
[0];
295
panic(
trap_type
[type]);
/src/sys/arch/atari/atari/
trap.c
97
const char *
trap_type
[] = {
variable in typeref:typename:const char * []
113
int trap_types = sizeof
trap_type
/ sizeof
trap_type
[0];
292
panic(
trap_type
[type]);
trap.c
97
const char *
trap_type
[] = {
variable in typeref:typename:const char * []
113
int trap_types = sizeof
trap_type
/ sizeof
trap_type
[0];
292
panic(
trap_type
[type]);
/src/sys/arch/sparc/sparc/
trap.c
129
const char *
trap_type
[] = {
variable in typeref:typename:const char * []
209
#define N_TRAP_TYPES (sizeof
trap_type
/ sizeof *
trap_type
)
304
panic("%s", type < N_TRAP_TYPES ?
trap_type
[type] : T);
trap.c
129
const char *
trap_type
[] = {
variable in typeref:typename:const char * []
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/cesfic/cesfic/
trap.c
98
const char *
trap_type
[] = {
variable in typeref:typename:const char * []
114
int trap_types = sizeof
trap_type
/ sizeof
trap_type
[0];
316
panic(
trap_type
[type]);
trap.c
98
const char *
trap_type
[] = {
variable in typeref:typename:const char * []
114
int trap_types = sizeof
trap_type
/ sizeof
trap_type
[0];
316
panic(
trap_type
[type]);
/src/sys/arch/hp300/hp300/
trap.c
94
const char *
trap_type
[] = {
variable in typeref:typename:const char * []
110
const int trap_types = sizeof
trap_type
/ sizeof
trap_type
[0];
312
panic(
trap_type
[type]);
trap.c
94
const char *
trap_type
[] = {
variable in typeref:typename:const char * []
110
const int trap_types = sizeof
trap_type
/ sizeof
trap_type
[0];
312
panic(
trap_type
[type]);
/src/sys/arch/mvme68k/mvme68k/
trap.c
94
const char *
trap_type
[] = {
variable in typeref:typename:const char * []
110
int trap_types = sizeof
trap_type
/ sizeof
trap_type
[0];
337
panic(
trap_type
[type]);
trap.c
94
const char *
trap_type
[] = {
variable in typeref:typename:const char * []
110
int trap_types = sizeof
trap_type
/ sizeof
trap_type
[0];
337
panic(
trap_type
[type]);
/src/sys/arch/news68k/news68k/
trap.c
87
const char *
trap_type
[] = {
variable in typeref:typename:const char * []
103
const int trap_types = sizeof
trap_type
/ sizeof
trap_type
[0];
305
panic(
trap_type
[type]);
trap.c
87
const char *
trap_type
[] = {
variable in typeref:typename:const char * []
103
const int trap_types = sizeof
trap_type
/ sizeof
trap_type
[0];
305
panic(
trap_type
[type]);
/src/sys/arch/next68k/next68k/
trap.c
102
const char *
trap_type
[] = {
variable in typeref:typename:const char * []
118
int trap_types = sizeof
trap_type
/ sizeof
trap_type
[0];
323
panic(
trap_type
[type]);
trap.c
102
const char *
trap_type
[] = {
variable in typeref:typename:const char * []
118
int trap_types = sizeof
trap_type
/ sizeof
trap_type
[0];
323
panic(
trap_type
[type]);
/src/sys/arch/sun2/sun2/
trap.c
142
const char *
trap_type
[] = {
variable in typeref:typename:const char * []
162
u_int trap_types = sizeof(
trap_type
) / sizeof(
trap_type
[0]);
304
panic(
trap_type
[type]);
611
printf("%s",
trap_type
[type]);
/src/sys/arch/sun3/sun3/
trap.c
151
const char *
trap_type
[] = {
variable in typeref:typename:const char * []
171
u_int trap_types = sizeof(
trap_type
) / sizeof(
trap_type
[0]);
311
panic(
trap_type
[type]);
626
printf("%s",
trap_type
[type]);
/src/sys/arch/x68k/x68k/
trap.c
95
const char *
trap_type
[] = {
variable in typeref:typename:const char * []
111
int trap_types = sizeof
trap_type
/ sizeof
trap_type
[0];
315
panic(
trap_type
[type]);
/src/sys/arch/virt68k/virt68k/
trap.c
94
const char *
trap_type
[] = {
variable in typeref:typename:const char * []
110
int trap_types = sizeof
trap_type
/ sizeof
trap_type
[0];
337
panic(
trap_type
[type]);
/src/sys/arch/amd64/amd64/
trap.c
127
const char * const
trap_type
[] = {
variable in typeref:typename:const char * const[]
150
int trap_types = __arraycount(
trap_type
);
197
printf("fatal %s",
trap_type
[type]);
322
printf("kgdb: ignored %s\n",
trap_type
[type]);
Completed in 42 milliseconds
1
2
Indexes created Mon Sep 29 21:09:56 GMT 2025