Lines Matching defs:sc_stat
121 } sc_stat;
266 sc->sc_stat = MMEM_INIT;
329 sc->sc_stat = MMEM_DETACH; /* just in case */
420 switch (sc->sc_stat) {
471 sc->sc_stat = MMEM_INIT2;
473 sc->sc_stat = MMEM_IDLE; /* init done */
485 sc->sc_stat = MMEM_IDLE; /* init done */
646 || sc->sc_stat == MMEM_INIT
647 || sc->sc_stat == MMEM_INIT2
701 || sc->sc_stat == MMEM_INIT
702 || sc->sc_stat == MMEM_INIT2
755 if (sc->sc_stat == MMEM_IDLE)
776 sc->sc_stat = MMEM_IDLE;
829 sc->sc_stat = (bp->b_flags & B_READ) ? MMEM_READ : MMEM_WRITE1;
861 sc->sc_stat = MMEM_WRITE2;
901 sc->sc_stat == MMEM_READ);