OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m68k_intrhand
(Results
1 - 5
of
5
) 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
*);
/src/sys/arch/m68k/m68k/
m68k_intr.c
77
static struct
m68k_intrhand
*m68k_intrhands_vectored[NVECHANDS];
125
static struct
m68k_intrhand
m68k_spurintr_ih = {
131
static struct
m68k_intrhand
*
134
return kmem_zalloc(sizeof(struct
m68k_intrhand
), km_flag);
138
m68k_ih_stdfree(struct
m68k_intrhand
*ih)
150
static struct
m68k_intrhand
*
158
m68k_ih_free(struct
m68k_intrhand
*ih)
174
m68k_intrvec_add(struct
m68k_intrhand
*ih)
182
struct
m68k_intrhand
**slot =
203
m68k_intrvec_remove(struct
m68k_intrhand
*ih
[
all
...]
/src/sys/arch/hp300/include/
intr.h
71
struct
m68k_intrhand
ih_super;
/src/sys/arch/hp300/dev/
frodo.c
243
struct
m68k_intrhand
*ih = sc->sc_ih;
284
struct
m68k_intrhand
*ih = sc->sc_ih;
/src/sys/arch/hp300/hp300/
autoconf.c
292
static struct
m68k_intrhand
*
299
hp300_ih_free(struct
m68k_intrhand
*ih)
Completed in 40 milliseconds
Indexes created Tue Oct 14 21:09:58 GMT 2025