Searched refs:CBWFLAGS_IN (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/sys/dev/usb/storage/
H A Dcfumass.c123 #define CBWFLAGS_IN 0x80 macro
871 if (sc->sc_current_flags != CBWFLAGS_IN) {
873 sc->sc_current_flags, CBWFLAGS_IN);
H A Dumass.c247 #define CBWFLAGS_IN 0x80 macro
1314 CBWFLAGS_IN : CBWFLAGS_OUT);
2952 dlen, lun, (flags == CBWFLAGS_IN ? "in" :
H A Dustorage_fs.c141 #define CBWFLAGS_IN 0x80 macro
556 if (sc->sc_cbw->bCBWFlags & CBWFLAGS_IN) {
/freebsd-11-stable/sys/dev/usb/
H A Dusb_msctest.c133 #define CBWFLAGS_IN 0x80 macro
323 sc->cbw->bCBWFlags = ((sc->dir == DIR_IN) ? CBWFLAGS_IN : CBWFLAGS_OUT);
/freebsd-11-stable/tools/tools/usbtest/
H A Dusb_msc_test.c55 #define CBWFLAGS_IN 0x80 macro
167 cbw.bCBWFlags = (isread ? CBWFLAGS_IN : CBWFLAGS_OUT);

Completed in 184 milliseconds