Home | Sort by: relevance | last modified time | path |
/src/sys/dev/i2c/ | |
ikbd.c | 47 int sc_spl; member in struct:ikbd_softc 209 sc->sc_spl = spltty(); 211 splx(sc->sc_spl); |
/src/sys/arch/sparc/dev/ | |
tctrl.c | 165 int sc_spl; member in struct:tctrl_softc |
/src/sys/dev/usb/ | |
ukbd.c | 294 int sc_spl; member in struct:ukbd_softc 1056 sc->sc_spl = splusb(); 1062 splx(sc->sc_spl); |