Symbol: USB_CR_STALL
usr/src/uts/common/io/usb/hcd/ehci/ehci_intr.c
520
error = USB_CR_STALL;
usr/src/uts/common/io/usb/hcd/ehci/ehci_intr.c
600
error = USB_CR_STALL;
usr/src/uts/common/io/usb/hcd/ehci/ehci_xfer.c
3901
if (error == USB_CR_STALL) {
usr/src/uts/common/io/usb/hcd/openhci/ohci.c
10605
if (error == USB_CR_STALL) {
usr/src/uts/common/io/usb/hcd/openhci/ohci.c
8605
error = USB_CR_STALL;
usr/src/uts/common/io/usb/hcd/uhci/uhci.c
1855
return (USB_CR_STALL);
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
1722
xt->xt_cr = USB_CR_STALL;
usr/src/uts/common/io/usb/scsa2usb/scsa2usb.c
5059
if (req->bulk_completion_reason == USB_CR_STALL) {
usr/src/uts/common/io/usb/scsa2usb/usb_ms_bulkonly.c
266
if (req->bulk_completion_reason == USB_CR_STALL) {
usr/src/uts/common/io/usb/scsa2usb/usb_ms_bulkonly.c
291
(req->bulk_completion_reason == USB_CR_STALL)) {
usr/src/uts/common/io/usb/scsa2usb/usb_ms_bulkonly.c
472
case USB_CR_STALL:
usr/src/uts/common/io/usb/scsa2usb/usb_ms_bulkonly.c
547
if (req->bulk_completion_reason == USB_CR_STALL) {
usr/src/uts/common/io/usb/scsa2usb/usb_ms_cbi.c
235
if (data_req->bulk_completion_reason == USB_CR_STALL) {
usr/src/uts/common/io/usb/scsa2usb/usb_ms_cbi.c
314
case USB_CR_STALL:
usr/src/uts/common/io/usb/scsa2usb/usb_ms_cbi.c
377
if (req->intr_completion_reason == USB_CR_STALL) {
usr/src/uts/common/io/usb/usba/hcdi.c
406
case USB_CR_STALL:
usr/src/uts/common/io/usb/usba/hcdi.c
885
} else if ((pipe_handle == def_pipe_handle) && (cr == USB_CR_STALL)) {
usr/src/uts/common/io/usb/usba/hcdi.c
893
USB_ATTRS_AUTOCLEARING) && (cr == USB_CR_STALL)) {
usr/src/uts/common/io/usb/usba/usba_ugen.c
4252
{ USB_CR_STALL, USB_LC_STAT_STALL },
usr/src/uts/common/io/usb/usba/usbai_util.c
1790
{ USB_CR_STALL, "<Endpoint returned stall PID>" },