OSIOP_NODMA 457 dev/ic/osiop.c if ((acb->xsflags & SCSI_POLL) || (sc->sc_flags & OSIOP_NODMA)) OSIOP_NODMA 758 dev/ic/osiop.c if (((acb->xsflags & SCSI_POLL) == 0) && ((sc->sc_flags & OSIOP_NODMA) == 0)) OSIOP_NODMA 817 dev/ic/osiop.c sc->sc_flags |= OSIOP_NODMA; OSIOP_NODMA 1739 dev/ic/osiop.c if (acb->xsflags & SCSI_POLL || sc->sc_flags & OSIOP_NODMA) {