Home
last modified time | relevance | path

Searched refs:CBWSIGNATURE (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/sys/dev/usb/storage/
H A Dcfumass.c115 #define CBWSIGNATURE 0x43425355 /* "USBC" */ macro
622 if (signature != CBWSIGNATURE) { in cfumass_t_command_callback()
624 "should be 0x%08x", signature, CBWSIGNATURE); in cfumass_t_command_callback()
H A Dustorage_fs.c138 #define CBWSIGNATURE 0x43425355 macro
526 if (tag != CBWSIGNATURE) { in ustorage_fs_t_bbb_command_callback()
H A Dumass.c241 #define CBWSIGNATURE 0x43425355 macro
1285 USETDW(sc->cbw.dCBWSignature, CBWSIGNATURE); in umass_t_bbb_command_callback()
/freebsd-14.2/tools/tools/usbtest/
H A Dusb_msc_test.c49 #define CBWSIGNATURE 0x43425355 macro
631 xfer_wrapper_sig = CBWSIGNATURE; in usb_msc_test()
1021 xfer_wrapper_sig = CBWSIGNATURE; in exec_host_msc_test()
/freebsd-14.2/sys/dev/usb/
H A Dusb_msctest.c134 #define CBWSIGNATURE 0x43425355 macro
324 USETDW(sc->cbw->dCBWSignature, CBWSIGNATURE); in bbb_command_callback()