OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m68k_intrhand
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/m68k/include/
intr.h
118
struct
m68k_intrhand
{
struct
119
LIST_ENTRY(
m68k_intrhand
) ih_link;
127
LIST_HEAD(m68k_intrhand_list,
m68k_intrhand
);
130
struct
m68k_intrhand
* (*alloc)(int km_flag);
131
void (*free)(struct
m68k_intrhand
*);
intr.h
118
struct
m68k_intrhand
{
struct
119
LIST_ENTRY(
m68k_intrhand
) ih_link;
127
LIST_HEAD(m68k_intrhand_list,
m68k_intrhand
);
130
struct
m68k_intrhand
* (*alloc)(int km_flag);
131
void (*free)(struct
m68k_intrhand
*);
Completed in 61 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025