/src/sys/dev/eisa/ |
depca_eisa.c | 79 int sc_ist; member in struct:depca_eisa_softc 148 esc->sc_ist = eci.eci_ist; 168 rv = eisa_intr_establish(esc->sc_ec, ih, esc->sc_ist, IPL_NET, 169 (esc->sc_ist == IST_LEVEL) ? am7990_intr : depca_intredge, child); 181 (esc->sc_ist == IST_LEVEL) ? "level" : "edge", intrstr);
|
ahb.c | 114 int sc_ist; member in struct:ahb_probe_data 254 sc->sc_ih = eisa_intr_establish(ec, ih, apd.sc_ist, IPL_BIO, 266 apd.sc_ist == IST_EDGE ? "edge" : "level"); 701 sc->sc_ist = ist;
|
/src/sys/arch/i386/pnpbios/ |
pckbc_pnpbios.c | 73 int sc_ist; member in struct:pckbc_pnpbios_softc 126 &psc->sc_ist) != 0) { 198 ist = psc->sc_ist;
|