scb_vecalloc
scb_vecalloc(vec, (void (*)(void *))am7990_intr, sc,
scb_vecalloc(va->va_cvec, (void (*)(void *)) am7990_intr, sc,
scb_vecalloc(sc->sc_intvec, (void (*)(void *)) sgec_intr, sc,
void scb_vecalloc (int, void(*)(void *), void *, int, struct evcnt *);
scb_vecalloc(vecnum(0, i, sa->sa_nexnum),
scb_vecalloc(vecnum(0, br, sa->sa_nexnum), uba_dw780int_ ## br, \
scb_vecalloc(0xF0, crlintr, NULL, SCB_ISTACK, &crl_ev);
scb_vecalloc(SCB_G0R, gencnrint, &gc_softc[0], SCB_ISTACK, NULL);
scb_vecalloc(SCB_G0T, gencntint, &gc_softc[0], SCB_ISTACK, NULL);
scb_vecalloc(SCB_G1R, gencnrint, &gc_softc[1], SCB_ISTACK, NULL);
scb_vecalloc(SCB_G1T, gencntint, &gc_softc[1], SCB_ISTACK, NULL);
scb_vecalloc(SCB_G2R, gencnrint, &gc_softc[2], SCB_ISTACK, NULL);
scb_vecalloc(SCB_G2T, gencntint, &gc_softc[2], SCB_ISTACK, NULL);
scb_vecalloc(SCB_G3R, gencnrint, &gc_softc[3], SCB_ISTACK, NULL);
scb_vecalloc(SCB_G3T, gencntint, &gc_softc[3], SCB_ISTACK, NULL);
scb_vecalloc(0x54, ka49_softmem, NULL, 0, NULL);
scb_vecalloc(0x60, ka49_hardmem, NULL, 0, NULL);
scb_vecalloc(0x54, ka53_softmem, NULL, 0, NULL);
scb_vecalloc(0x60, ka53_hardmem, NULL, 0, NULL);
scb_vecalloc(0x54, ka680_softmem, NULL, 0, NULL);
scb_vecalloc(0x60, ka680_hardmem, NULL, 0, NULL);
scb_vecalloc(KA820_INT_IPINTR, ka820_ipintr, ci, SCB_ISTACK, NULL);
scb_vecalloc(KA820_INT_RXCD, rxcdintr, NULL, SCB_ISTACK, NULL);
scb_vecalloc(0x50, vaxbierr, NULL, SCB_ISTACK, NULL);
scb_vecalloc(SCB_RX50, crxintr, NULL, SCB_ISTACK, NULL);
scb_vecalloc(vec, func, arg, SCB_ISTACK, ev);
scb_vecalloc(vec, func, arg, SCB_ISTACK, ev);
scb_vecalloc(va->va_cvec, (void (*)(void *))ncr53c9x_intr,
scb_vecalloc(va->va_cvec, dzxint, sc, SCB_ISTACK, &sc->sc_tintrcnt);
scb_vecalloc(va->va_cvec - 4, dzrint, sc, SCB_ISTACK, &sc->sc_rintrcnt);
scb_vecalloc(va->va_cvec, hdcintr, sc, SCB_ISTACK, &sc->sc_intrcnt);
scb_vecalloc(va->va_cvec, (void (*)(void *)) ncr5380_intr, sc,
scb_vecalloc(sc->sc_cvec, tc_vsbus_intr, sc, SCB_ISTACK, &sc->sc_ev);
scb_vecalloc(va->va_cvec, vsaudio_hwintr, amsc, SCB_ISTACK,
scb_vecalloc(vec, ifunc, iarg, SCB_ISTACK, ev);