OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_intrhand
(Results
1 - 21
of
21
) sorted by relevancy
/src/sys/arch/luna68k/dev/
sio.c
85
sc->
sc_intrhand
[channel].ih_func = nullintr;
114
(*sc->
sc_intrhand
[0].ih_func)(sc->
sc_intrhand
[0].ih_arg);
117
(*sc->
sc_intrhand
[1].ih_func)(sc->
sc_intrhand
[1].ih_arg);
siovar.h
51
}
sc_intrhand
[2];
member in struct:sio_softc
lunaws.c
225
siosc->
sc_intrhand
[channel].ih_func = wsintr;
226
siosc->
sc_intrhand
[channel].ih_arg = sc;
siotty.c
180
siosc->
sc_intrhand
[channel].ih_func = siottyintr;
181
siosc->
sc_intrhand
[channel].ih_arg = sc;
/src/sys/arch/arm/sa11x0/
sa1111_var.h
56
struct sacc_intrhand *
sc_intrhand
[SACCIC_LEN];
member in struct:sacc_softc
sa1111.c
133
if (sc->
sc_intrhand
[irq] == NULL) {
150
for (p = &sc->
sc_intrhand
[irq]; *p; p = &(*p)->ih_next)
178
for (p = &sc->
sc_intrhand
[irq];; p = &(*p)->ih_next) {
226
if (sc->
sc_intrhand
[irq])
229
if (sc->
sc_intrhand
[irq + 32])
/src/sys/dev/pci/
ppbvar.h
52
void *
sc_intrhand
;
member in struct:ppb_softc
ppb.c
272
sc->
sc_intrhand
= pci_intr_establish_xname(pc,
279
if (sc->
sc_intrhand
!= NULL) {
460
if (sc->
sc_intrhand
!= NULL) {
478
pci_intr_disestablish(sc->sc_pc, sc->
sc_intrhand
);
virtiovar.h
174
virtio_callback
sc_intrhand
;
member in struct:virtio_softc
virtio_pci.c
1279
if (sc->
sc_intrhand
!= NULL) {
1283
r |= (sc->
sc_intrhand
)(sc);
1295
if (sc->
sc_intrhand
!= NULL) {
1299
r |= (sc->
sc_intrhand
)(sc);
virtio.c
457
KASSERT(sc->
sc_intrhand
!= NULL);
459
(*sc->
sc_intrhand
)(sc);
1401
sc->
sc_intrhand
= virtio_vq_intr;
1502
return (*sc->
sc_intrhand
)(sc);
if_vge.c
202
void *
sc_intrhand
;
member in struct:vge_softc
935
sc->
sc_intrhand
= pci_intr_establish_xname(pc, ih, IPL_NET, vge_intr,
937
if (sc->
sc_intrhand
== NULL) {
/src/sys/dev/tc/
tcdsvar.h
39
int (*
sc_intrhand
)(void *); /* intr. handler */
member in struct:tcds_slotconfig
tcds.c
234
slotc->
sc_intrhand
= tcds_intrnull;
331
if (sc->sc_slots[slot].
sc_intrhand
!= tcds_intrnull)
334
sc->sc_slots[slot].
sc_intrhand
= func;
344
if (sc->sc_slots[slot].
sc_intrhand
== tcds_intrnull)
348
sc->sc_slots[slot].
sc_intrhand
= tcds_intrnull;
463
(void)(*sc->sc_slots[slot].
sc_intrhand
) \
/src/sys/arch/hpcmips/vr/
vrecu.c
72
}
sc_intrhand
[ECU_MAX_INTR];
member in struct:pcic_vrip_softc
118
vsc->
sc_intrhand
[i].ih_fun = NULL;
210
ih = &vsc->
sc_intrhand
[irq];
245
if (ih != &vsc->
sc_intrhand
[h->ih_irq])
282
struct intrhand *ih = &vsc->
sc_intrhand
[i];
/src/sys/arch/hpcarm/dev/
sacc_hpcarm.c
110
sc->
sc_intrhand
[i] = NULL;
158
for (ih = sc->
sc_intrhand
[i]; ih; ih = ih->ih_next)
165
for (ih = sc->
sc_intrhand
[i + 32]; ih; ih = ih->ih_next)
/src/sys/arch/mips/sibyte/dev/
sbtimer.c
54
void *
sc_intrhand
;
member in struct:sbtimer_softc
141
sc->
sc_intrhand
= cpu_intr_establish(sa->sa_locs.sa_intr[0], ipl,
/src/sys/arch/dreamcast/dev/maple/
maplevar.h
183
void *
sc_intrhand
;
member in struct:maple_softc
maple.c
257
sc->
sc_intrhand
= sysasic_intr_establish(SYSASIC_EVENT_MAPLE_DMADONE,
/src/sys/arch/evbarm/lubbock/
sacc_obio.c
161
sc->
sc_intrhand
[i] = NULL;
211
for(ih = sc->
sc_intrhand
[i]; ih; ih = ih->ih_next)
221
for(ih = sc->
sc_intrhand
[i + 32]; ih; ih = ih->ih_next)
/src/sys/dev/virtio/
virtio_mmio.c
473
(vsc->
sc_intrhand
!= NULL)) {
477
r |= (vsc->
sc_intrhand
)(vsc);
Completed in 44 milliseconds
Indexes created Tue Feb 24 19:07:35 UTC 2026