HomeSort by: relevance | last modified time | path
    Searched refs:scb_vecalloc (Results 1 - 22 of 22) sorted by relevancy

  /src/sys/arch/vax/vax/
gencons.c 295 scb_vecalloc(SCB_G0R, gencnrint, &gc_softc[0], SCB_ISTACK, NULL);
296 scb_vecalloc(SCB_G0T, gencntint, &gc_softc[0], SCB_ISTACK, NULL);
302 scb_vecalloc(SCB_G1R, gencnrint, &gc_softc[1], SCB_ISTACK, NULL);
303 scb_vecalloc(SCB_G1T, gencntint, &gc_softc[1], SCB_ISTACK, NULL);
305 scb_vecalloc(SCB_G2R, gencnrint, &gc_softc[2], SCB_ISTACK, NULL);
306 scb_vecalloc(SCB_G2T, gencntint, &gc_softc[2], SCB_ISTACK, NULL);
308 scb_vecalloc(SCB_G3R, gencnrint, &gc_softc[3], SCB_ISTACK, NULL);
309 scb_vecalloc(SCB_G3T, gencntint, &gc_softc[3], SCB_ISTACK, NULL);
xmi_mainbus.c 84 scb_vecalloc(vec, func, arg, SCB_ISTACK, ev);
ka49.c 215 scb_vecalloc(0x54, ka49_softmem, NULL, 0, NULL);
216 scb_vecalloc(0x60, ka49_hardmem, NULL, 0, NULL);
ka53.c 234 scb_vecalloc(0x54, ka53_softmem, NULL, 0, NULL);
235 scb_vecalloc(0x60, ka53_hardmem, NULL, 0, NULL);
ka680.c 279 scb_vecalloc(0x54, ka680_softmem, NULL, 0, NULL);
280 scb_vecalloc(0x60, ka680_hardmem, NULL, 0, NULL);
scb.c 148 scb_vecalloc(int vecno, void (*func)(void *), void *arg, function in typeref:typename:void
ka820.c 182 scb_vecalloc(KA820_INT_IPINTR, ka820_ipintr, ci, SCB_ISTACK, NULL);
210 scb_vecalloc(KA820_INT_RXCD, rxcdintr, NULL, SCB_ISTACK, NULL);
211 scb_vecalloc(0x50, vaxbierr, NULL, SCB_ISTACK, NULL);
214 scb_vecalloc(SCB_RX50, crxintr, NULL, SCB_ISTACK, NULL);
crl.c 100 scb_vecalloc(0xF0, crlintr, NULL, SCB_ISTACK, &crl_ev);
machdep.c 596 scb_vecalloc(vec, func, arg, SCB_ISTACK, ev);
  /src/sys/arch/vax/include/
scb.h 135 void scb_vecalloc (int, void(*)(void *), void *, int, struct evcnt *);
  /src/sys/arch/vax/if/
if_ze.c 156 scb_vecalloc(sc->sc_intvec, (void (*)(void *)) sgec_intr, sc,
if_le.c 183 scb_vecalloc(vec, (void (*)(void *))am7990_intr, sc,
if_le_vsbus.c 211 scb_vecalloc(va->va_cvec, (void (*)(void *)) am7990_intr, sc,
  /src/sys/arch/vax/vsa/
vsaudio.c 209 scb_vecalloc(va->va_cvec, vsaudio_hwintr, amsc, SCB_ISTACK,
dz_vsbus.c 165 scb_vecalloc(va->va_cvec, dzxint, sc, SCB_ISTACK, &sc->sc_tintrcnt);
166 scb_vecalloc(va->va_cvec - 4, dzrint, sc, SCB_ISTACK, &sc->sc_rintrcnt);
ncr.c 143 scb_vecalloc(va->va_cvec, (void (*)(void *)) ncr5380_intr, sc,
asc_vsbus.c 255 scb_vecalloc(va->va_cvec, (void (*)(void *))ncr53c9x_intr,
tc_vsbus.c 367 scb_vecalloc(sc->sc_cvec, tc_vsbus_intr, sc, SCB_ISTACK, &sc->sc_ev);
hdc9224.c 292 scb_vecalloc(va->va_cvec, hdcintr, sc, SCB_ISTACK, &sc->sc_intrcnt);
  /src/sys/arch/vax/mba/
mba.c 134 scb_vecalloc(vecnum(0, i, sa->sa_nexnum),
  /src/sys/dev/qbus/
uba.c 351 scb_vecalloc(vec, ifunc, iarg, SCB_ISTACK, ev);
  /src/sys/arch/vax/uba/
uba_sbi.c 200 scb_vecalloc(vecnum(0, br, sa->sa_nexnum), uba_dw780int_ ## br, \

Completed in 178 milliseconds