Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
CSW_LEN
usr/src/uts/common/io/usb/scsa2usb/scsa2usb.c
5003
req->bulk_len = CSW_LEN;
usr/src/uts/common/io/usb/scsa2usb/usb_ms_bulkonly.c
523
req->bulk_len = CSW_LEN;
usr/src/uts/common/io/usb/scsa2usb/usb_ms_bulkonly.c
588
if (MBLKL(data) != CSW_LEN) {
usr/src/uts/common/io/usb/scsa2usb/usb_ms_bulkonly.c
597
bcopy(data->b_rptr, &csw, CSW_LEN);