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

/freebsd-13-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) {
1833 sc->flags |= AAC_FLAGS_RAW_IO;
1836 if ((sc->flags & AAC_FLAGS_RAW_IO) &&
1862 sc->flags |= AAC_FLAGS_RAW_IO;
/freebsd-13-stable/sys/dev/aacraid/
H A Daacraid_var.h434 #define AAC_FLAGS_RAW_IO (1 << 12) /* Raw I/O interface */ macro
H A Daacraid.c1722 sc->flags |= AAC_FLAGS_RAW_IO;
1725 if ((sc->flags & AAC_FLAGS_RAW_IO) &&
1758 sc->flags |= AAC_FLAGS_RAW_IO;
H A Daacraid_cam.c435 } else if (sc->flags & AAC_FLAGS_RAW_IO) {

Completed in 62 milliseconds