HomeSort by: relevance | last modified time | path
    Searched refs:IOP_OPEN (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/i2o/
iopvar.h 157 #define IOP_OPEN 0x01 /* Device interface open */
iop.c 2449 else if ((sc->sc_flags & IOP_OPEN) != 0)
2452 sc->sc_flags |= IOP_OPEN;
2469 sc->sc_flags &= ~IOP_OPEN;

Completed in 15 milliseconds