HomeSort by: relevance | last modified time | path
    Searched defs:intrhand (Results 1 - 25 of 58) sorted by relevancy

1 2 3

  /src/sys/arch/emips/include/
intr.h 59 struct intrhand { struct
64 extern struct intrhand intrtab[];
intr.h 59 struct intrhand { struct
64 extern struct intrhand intrtab[];
  /src/sys/arch/arm/at91/
at91aicvar.h 32 struct intrhand { struct
33 TAILQ_ENTRY(intrhand) ih_list; /* link on intrq list */
43 TAILQ_HEAD(, intrhand) iq_list; /* handler list */
at91aicvar.h 32 struct intrhand { struct
33 TAILQ_ENTRY(intrhand) ih_list; /* link on intrq list */
43 TAILQ_HEAD(, intrhand) iq_list; /* handler list */
  /src/sys/arch/evbarm/iq80310/
iq80310var.h 59 struct intrhand { struct
60 TAILQ_ENTRY(intrhand) ih_list; /* link on intrq list */
70 TAILQ_HEAD(, intrhand) iq_list; /* handler list */
iq80310var.h 59 struct intrhand { struct
60 TAILQ_ENTRY(intrhand) ih_list; /* link on intrq list */
70 TAILQ_HEAD(, intrhand) iq_list; /* handler list */
  /src/sys/arch/evbmips/mipssim/
mipssim_intr.c 64 struct intrhand { struct
65 LIST_ENTRY(intrhand) ih_q;
78 LIST_HEAD(intrlist, intrhand) intrs[NINTR];
112 struct intrhand *ih;
132 struct intrhand *ih;
141 ih = kmem_alloc(sizeof(struct intrhand), KM_SLEEP);
162 struct intrhand *ih = cookie;
172 kmem_free(ih, sizeof(struct intrhand));
mipssim_intr.c 64 struct intrhand { struct
65 LIST_ENTRY(intrhand) ih_q;
78 LIST_HEAD(intrlist, intrhand) intrs[NINTR];
112 struct intrhand *ih;
132 struct intrhand *ih;
141 ih = kmem_alloc(sizeof(struct intrhand), KM_SLEEP);
162 struct intrhand *ih = cookie;
172 kmem_free(ih, sizeof(struct intrhand));
  /src/sys/arch/arm/s3c2xx0/
s3c2xx0_intr.h 185 struct intrhand { struct
186 TAILQ_ENTRY(intrhand) ih_list; /* link on intrq list */
196 TAILQ_HEAD(,intrhand) list;
s3c2xx0_intr.h 185 struct intrhand { struct
186 TAILQ_ENTRY(intrhand) ih_list; /* link on intrq list */
196 TAILQ_HEAD(,intrhand) list;
  /src/sys/arch/hpcmips/vr/
vripvar.h 61 struct intrhand { struct in struct:vrip_softc
vrecu.c 69 struct intrhand { struct in struct:pcic_vrip_softc
186 struct intrhand *ih;
236 struct intrhand *ih = arg;
282 struct intrhand *ih = &vsc->sc_intrhand[i];
vripvar.h 61 struct intrhand { struct in struct:vrip_softc
vrecu.c 69 struct intrhand { struct in struct:pcic_vrip_softc
186 struct intrhand *ih;
236 struct intrhand *ih = arg;
282 struct intrhand *ih = &vsc->sc_intrhand[i];
  /src/sys/arch/pmax/include/
intr.h 53 struct intrhand { struct
58 extern struct intrhand intrtab[];
intr.h 53 struct intrhand { struct
58 extern struct intrhand intrtab[];
  /src/sys/arch/arm/ep93xx/
ep93xxvar.h 37 struct intrhand { struct
38 TAILQ_ENTRY(intrhand) ih_list; /* link on intrq list */
48 TAILQ_HEAD(, intrhand) iq_list; /* handler list */
ep93xxvar.h 37 struct intrhand { struct
38 TAILQ_ENTRY(intrhand) ih_list; /* link on intrq list */
48 TAILQ_HEAD(, intrhand) iq_list; /* handler list */
  /src/sys/arch/arm/ixp12x0/
ixp12x0var.h 59 struct intrhand { struct
60 TAILQ_ENTRY(intrhand) ih_list; /* link on intrq list */
70 TAILQ_HEAD(, intrhand) iq_list; /* handler list */
  /src/sys/arch/arm/xscale/
beccvar.h 49 struct intrhand { struct
50 TAILQ_ENTRY(intrhand) ih_list; /* link on intrq list */
58 TAILQ_HEAD(, intrhand) iq_list; /* handler list */
pxa2x0_intr.c 77 struct intrhand { struct
78 TAILQ_ENTRY(intrhand) ih_list; /* link on intrq list */
86 TAILQ_HEAD(,intrhand) list;
  /src/sys/arch/evbarm/ifpga/
ifpgavar.h 86 struct intrhand { struct
87 TAILQ_ENTRY(intrhand) ih_list; /* link on intrq list */
97 TAILQ_HEAD(, intrhand) iq_list; /* handler list */
  /src/sys/arch/evbmips/ingenic/
intr.c 92 struct intrhand { struct
100 struct intrhand intrs[NINTR];
  /src/sys/arch/evbsh3/ap_ms104_sh4/
ap_ms104_sh4_intr.c 47 struct intrhand { struct
50 struct intrhand *ih_next;
59 struct intrhand *eih_ih;
96 static struct intrhand fakehand = {fakeintr};
98 struct intrhand **p, *q, *ih;
200 struct intrhand *ih = (struct intrhand *)cookie;
201 struct intrhand **p, *q;
274 struct intrhand *ih;
  /src/sys/arch/landisk/landisk/
intr.c 46 struct intrhand { struct
49 struct intrhand *ih_next;
59 struct intrhand *eih_ih;
137 static struct intrhand fakehand = {fakeintr};
139 struct intrhand **p, *q, *ih;
211 struct intrhand *ih = aux;
212 struct intrhand **p, *q;
252 struct intrhand *ih = aux;
253 struct intrhand *p, *q __debugused;
288 struct intrhand *ih = aux
    [all...]

Completed in 32 milliseconds

1 2 3