m68k_intrhand
struct m68k_intrhand *ih = sc->sc_ih;
struct m68k_intrhand *ih = sc->sc_ih;
static struct m68k_intrhand *
hp300_ih_free(struct m68k_intrhand *ih)
struct m68k_intrhand ih_super;
LIST_ENTRY(m68k_intrhand) ih_link;
LIST_HEAD(m68k_intrhand_list, m68k_intrhand);
struct m68k_intrhand * (*alloc)(int km_flag);
void (*free)(struct m68k_intrhand *);
static struct m68k_intrhand m68k_spurintr_ih = {
static struct m68k_intrhand *
return kmem_zalloc(sizeof(struct m68k_intrhand), km_flag);
m68k_ih_stdfree(struct m68k_intrhand *ih)
static struct m68k_intrhand *
m68k_ih_free(struct m68k_intrhand *ih)
m68k_intrvec_add(struct m68k_intrhand *ih)
struct m68k_intrhand **slot =
m68k_intrvec_remove(struct m68k_intrhand *ih)
struct m68k_intrhand **slot =
struct m68k_intrhand *ih;
struct m68k_intrhand *curih;
struct m68k_intrhand *ih = v;
struct m68k_intrhand *ih;
struct m68k_intrhand *ih;
static struct m68k_intrhand *m68k_intrhands_vectored[NVECHANDS];