Symbol: m68k_intrhand
sys/arch/hp300/dev/frodo.c
243
struct m68k_intrhand *ih = sc->sc_ih;
sys/arch/hp300/dev/frodo.c
284
struct m68k_intrhand *ih = sc->sc_ih;
sys/arch/hp300/hp300/autoconf.c
293
static struct m68k_intrhand *
sys/arch/hp300/hp300/autoconf.c
300
hp300_ih_free(struct m68k_intrhand *ih)
sys/arch/hp300/include/intr.h
71
struct m68k_intrhand ih_super;
sys/arch/m68k/include/intr.h
119
LIST_ENTRY(m68k_intrhand) ih_link;
sys/arch/m68k/include/intr.h
127
LIST_HEAD(m68k_intrhand_list, m68k_intrhand);
sys/arch/m68k/include/intr.h
130
struct m68k_intrhand * (*alloc)(int km_flag);
sys/arch/m68k/include/intr.h
131
void (*free)(struct m68k_intrhand *);
sys/arch/m68k/m68k/m68k_intr.c
125
static struct m68k_intrhand m68k_spurintr_ih = {
sys/arch/m68k/m68k/m68k_intr.c
131
static struct m68k_intrhand *
sys/arch/m68k/m68k/m68k_intr.c
134
return kmem_zalloc(sizeof(struct m68k_intrhand), km_flag);
sys/arch/m68k/m68k/m68k_intr.c
138
m68k_ih_stdfree(struct m68k_intrhand *ih)
sys/arch/m68k/m68k/m68k_intr.c
150
static struct m68k_intrhand *
sys/arch/m68k/m68k/m68k_intr.c
158
m68k_ih_free(struct m68k_intrhand *ih)
sys/arch/m68k/m68k/m68k_intr.c
174
m68k_intrvec_add(struct m68k_intrhand *ih)
sys/arch/m68k/m68k/m68k_intr.c
182
struct m68k_intrhand **slot =
sys/arch/m68k/m68k/m68k_intr.c
203
m68k_intrvec_remove(struct m68k_intrhand *ih)
sys/arch/m68k/m68k/m68k_intr.c
208
struct m68k_intrhand **slot =
sys/arch/m68k/m68k/m68k_intr.c
265
struct m68k_intrhand *ih;
sys/arch/m68k/m68k/m68k_intr.c
325
struct m68k_intrhand *curih;
sys/arch/m68k/m68k/m68k_intr.c
355
struct m68k_intrhand *ih = v;
sys/arch/m68k/m68k/m68k_intr.c
393
struct m68k_intrhand *ih;
sys/arch/m68k/m68k/m68k_intr.c
425
struct m68k_intrhand *ih;
sys/arch/m68k/m68k/m68k_intr.c
77
static struct m68k_intrhand *m68k_intrhands_vectored[NVECHANDS];