Searched refs:AAC_FLAGS_RAW_IO (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/dev/aac/
H A Daacvar.h412 #define AAC_FLAGS_RAW_IO (1 << 12) /* Raw I/O interface */ macro
H A Daac.c1231 if (sc->flags & AAC_FLAGS_RAW_IO) {
1831 sc->flags |= AAC_FLAGS_RAW_IO;
1834 if ((sc->flags & AAC_FLAGS_RAW_IO) &&
1860 sc->flags |= AAC_FLAGS_RAW_IO;
/freebsd-current/sys/dev/aacraid/
H A Daacraid_var.h432 #define AAC_FLAGS_RAW_IO (1 << 12) /* Raw I/O interface */ macro
H A Daacraid.c1720 sc->flags |= AAC_FLAGS_RAW_IO;
1723 if ((sc->flags & AAC_FLAGS_RAW_IO) &&
1756 sc->flags |= AAC_FLAGS_RAW_IO;
H A Daacraid_cam.c431 } else if (sc->flags & AAC_FLAGS_RAW_IO) {

Completed in 169 milliseconds