Lines Matching refs:UTOPPY_STATE_IDLE
128 UTOPPY_STATE_IDLE, enumerator
444 case UTOPPY_STATE_IDLE: in utoppy_state_string()
1100 sc->sc_state = UTOPPY_STATE_IDLE; in utoppy_cancel()
1185 sc->sc_state = UTOPPY_STATE_IDLE; in utoppy_readdir_next()
1192 sc->sc_state = UTOPPY_STATE_IDLE; in utoppy_readdir_next()
1297 sc->sc_state = UTOPPY_STATE_IDLE; in utoppy_readfile_next()
1352 sc->sc_state = error ? UTOPPY_STATE_CLOSED : UTOPPY_STATE_IDLE; in utoppyopen()
1374 if (sc->sc_state < UTOPPY_STATE_IDLE) { in utoppyclose()
1435 sc->sc_state != UTOPPY_STATE_IDLE) { in utoppyread()
1447 sc->sc_state != UTOPPY_STATE_IDLE) { in utoppyread()
1472 case UTOPPY_STATE_IDLE: in utoppyread()
1511 case UTOPPY_STATE_IDLE: in utoppywrite()
1587 sc->sc_state = UTOPPY_STATE_IDLE; in utoppywrite()
1619 if (sc->sc_state != UTOPPY_STATE_IDLE && cmd != UTOPPYIOCANCEL) { in utoppyioctl()