/src/sys/dev/pci/ |
ppbvar.h | 52 void *sc_intrhand; member in struct:ppb_softc
|
ppbvar.h | 52 void *sc_intrhand; member in struct:ppb_softc
|
virtiovar.h | 174 virtio_callback sc_intrhand; member in struct:virtio_softc
|
virtiovar.h | 174 virtio_callback sc_intrhand; member in struct:virtio_softc
|
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) {
|
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/arch/arm/sa11x0/ |
sa1111_var.h | 56 struct sacc_intrhand *sc_intrhand[SACCIC_LEN]; member in struct:sacc_softc
|
sa1111_var.h | 56 struct sacc_intrhand *sc_intrhand[SACCIC_LEN]; member in struct:sacc_softc
|
/src/sys/arch/luna68k/dev/ |
siovar.h | 51 } sc_intrhand[2]; member in struct:sio_softc
|
siovar.h | 51 } sc_intrhand[2]; member in struct:sio_softc
|
/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,
|
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/dev/tc/ |
tcdsvar.h | 39 int (*sc_intrhand)(void *); /* intr. handler */ member in struct:tcds_slotconfig
|
tcdsvar.h | 39 int (*sc_intrhand)(void *); /* intr. handler */ member in struct:tcds_slotconfig
|
/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];
|
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/dreamcast/dev/maple/ |
maplevar.h | 186 void *sc_intrhand; member in struct:maple_softc
|
maplevar.h | 186 void *sc_intrhand; member in struct:maple_softc
|