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

  /src/sys/dev/isa/
sbdspvar.h 139 #define SB_NOTRUNNING 0 /* Not running, not initialized */
sbdsp.c 1323 if (sc->sc_i.run != SB_NOTRUNNING)
1397 if (sc->sc_i.run != SB_NOTRUNNING)
1409 } else if (sc->sc_i.run == SB_NOTRUNNING) {
1462 if (sc->sc_o.run != SB_NOTRUNNING)
1537 if (sc->sc_o.run != SB_NOTRUNNING)
1549 } else if (sc->sc_o.run == SB_NOTRUNNING) {
1586 if (sc->sc_o.run != SB_NOTRUNNING) {
1590 sc->sc_o.run = SB_NOTRUNNING;
1601 if (sc->sc_i.run != SB_NOTRUNNING) {
1605 sc->sc_i.run = SB_NOTRUNNING;
    [all...]

Completed in 13 milliseconds