Home
last modified time | relevance | path

Searched refs:SB_NOTRUNNING (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/isa/
Dsbdsp.c616 sc->sc_i.run = SB_NOTRUNNING; in sbdsp_set_params()
617 sc->sc_o.run = SB_NOTRUNNING; in sbdsp_set_params()
828 if (sc->sc_i.run != SB_NOTRUNNING) { in sbdsp_reset()
830 sc->sc_i.run = SB_NOTRUNNING; in sbdsp_reset()
832 if (sc->sc_o.run != SB_NOTRUNNING) { in sbdsp_reset()
834 sc->sc_o.run = SB_NOTRUNNING; in sbdsp_reset()
1141 if (sc->sc_i.run != SB_NOTRUNNING) in sbdsp_block_input()
1153 } else if (sc->sc_i.run == SB_NOTRUNNING) { in sbdsp_block_input()
1273 if (sc->sc_o.run != SB_NOTRUNNING) in sbdsp_block_output()
1285 } else if (sc->sc_o.run == SB_NOTRUNNING) { in sbdsp_block_output()
Dsbdspvar.h139 #define SB_NOTRUNNING 0 /* Not running, not initialized */ macro