HomeSort by: relevance | last modified time | path
    Searched defs:mt_state (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/mscp/
mscp_tape.c 73 int mt_state; /* open/closed state */ member in struct:mt_softc
200 ((volatile struct mt_softc *) mt)->mt_state = MT_OFFLINE;
204 mp->mscp_cmdref = (long)&mt->mt_state;
209 if (tsleep(&mt->mt_state, PRIBIO, "mtonline", 240 * hz))
212 if ((volatile int)mt->mt_state != MT_ONLINE)
351 wakeup((void *)&mt->mt_state);
353 mt->mt_state = MT_ONLINE;

Completed in 15 milliseconds