Searched refs:IOP_OPEN (Results 1 – 2 of 2) sorted by relevance
157 #define IOP_OPEN 0x01 /* Device interface open */ macro
2322 if ((sc->sc_flags & IOP_OPEN) != 0) in iopopen()2324 sc->sc_flags |= IOP_OPEN; in iopopen()2329 sc->sc_flags ^= IOP_OPEN; in iopopen()2343 sc->sc_flags &= ~IOP_OPEN; in iopclose()