Searched refs:MTF_OPEN (Results 1 – 4 of 4) sorted by relevance
337 if ((sc->sc_flags & MTF_OPEN) != 0) in mtopen()339 sc->sc_flags |= MTF_OPEN; in mtopen()420 sc->sc_flags &= ~MTF_OPEN; in mtopen()435 sc->sc_flags &= ~MTF_OPEN; in mtclose()738 sc->sc_flags &= MTF_EXISTS | MTF_OPEN | MTF_REW; in mtstart()841 sc->sc_flags &= MTF_OPEN | MTF_EXISTS; in mtintr()
122 #define MTF_OPEN 0x0001 /* drive is in use (single-access device) */ macro
351 if (sc->sc_flags & MTF_OPEN) in mtopen()357 sc->sc_flags |= MTF_OPEN; in mtopen()439 sc->sc_flags &= ~MTF_OPEN; in mtopen()458 sc->sc_flags &= ~MTF_OPEN; in mtclose()793 sc->sc_flags &= MTF_EXISTS | MTF_OPEN | MTF_REW; in mtstart()878 sc->sc_flags &= MTF_OPEN | MTF_EXISTS; in mtintr()
123 #define MTF_OPEN 0x0001 /* drive is in use (single-access device) */ macro