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

/freebsd-12-stable/sys/dev/aac/
H A Daacvar.h414 #define AAC_FLAGS_RAW_IO (1 << 12) /* Raw I/O interface */ macro
H A Daac.c1233 if (sc->flags & AAC_FLAGS_RAW_IO) {
1834 sc->flags |= AAC_FLAGS_RAW_IO;
1837 if ((sc->flags & AAC_FLAGS_RAW_IO) &&
1863 sc->flags |= AAC_FLAGS_RAW_IO;
/freebsd-12-stable/sys/dev/aacraid/
H A Daacraid_var.h461 #define AAC_FLAGS_RAW_IO (1 << 12) /* Raw I/O interface */ macro
H A Daacraid.c1732 sc->flags |= AAC_FLAGS_RAW_IO;
1735 if ((sc->flags & AAC_FLAGS_RAW_IO) &&
1768 sc->flags |= AAC_FLAGS_RAW_IO;
H A Daacraid_cam.c452 } else if (sc->flags & AAC_FLAGS_RAW_IO) {

Completed in 78 milliseconds