Home
last modified time | relevance | path

Searched refs:SCSA2USB_FREE_MSG (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dusb_ms_bulkonly.c236 SCSA2USB_FREE_MSG(req->bulk_data); in scsa2usb_bulk_only_transport()
280 SCSA2USB_FREE_MSG(req->bulk_data); in scsa2usb_bulk_only_transport()
527 SCSA2USB_FREE_MSG(req->bulk_data); in scsa2usb_handle_status_start()
897 SCSA2USB_FREE_MSG(data); /* Free data */ in scsa2usb_bulk_only_get_max_lun()
H A Dusb_ms_cbi.c200 SCSA2USB_FREE_MSG(data); /* get rid of the data */ in scsa2usb_cbi_transport()
596 SCSA2USB_FREE_MSG(cdb); /* Free the data */ in scsa2usb_cbi_reset_recovery()
H A Dscsa2usb.c4930 SCSA2USB_FREE_MSG(req->bulk_data); in scsa2usb_handle_data_start()
4979 SCSA2USB_FREE_MSG(req->bulk_data); in scsa2usb_handle_data_start()
/illumos-gate/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h485 #define SCSA2USB_FREE_MSG(data) \ macro