Searched refs:CISS_FLAG_CONTROL_OPEN (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/dev/ciss/
H A Dcissvar.h255 #define CISS_FLAG_CONTROL_OPEN (1<<1) /* control device is open */ macro
H A Dciss.c533 if (sc->ciss_flags & CISS_FLAG_CONTROL_OPEN) {
4531 sc->ciss_flags |= CISS_FLAG_CONTROL_OPEN;
4549 sc->ciss_flags &= ~CISS_FLAG_CONTROL_OPEN;

Completed in 52 milliseconds