Searched refs:CBWSIGNATURE (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/sys/dev/usb/storage/
H A Dustorage_fs.c136 #define CBWSIGNATURE 0x43425355 macro
529 if (tag != CBWSIGNATURE) {
H A Dcfumass.c118 #define CBWSIGNATURE 0x43425355 /* "USBC" */ macro
629 if (signature != CBWSIGNATURE) {
631 "should be 0x%08x", signature, CBWSIGNATURE);
H A Dumass.c242 #define CBWSIGNATURE 0x43425355 macro
1290 USETDW(sc->cbw.dCBWSignature, CBWSIGNATURE);
/freebsd-11-stable/tools/tools/usbtest/
H A Dusb_msc_test.c50 #define CBWSIGNATURE 0x43425355 macro
632 xfer_wrapper_sig = CBWSIGNATURE;
1020 xfer_wrapper_sig = CBWSIGNATURE;
/freebsd-11-stable/sys/dev/usb/
H A Dusb_msctest.c128 #define CBWSIGNATURE 0x43425355 macro
320 USETDW(sc->cbw->dCBWSignature, CBWSIGNATURE);

Completed in 116 milliseconds