Symbol: USB_FLAGS_NOSLEEP
usr/src/uts/common/io/uath/uath.c
1251
res = usb_pipe_bulk_xfer(pipe, send_req, USB_FLAGS_NOSLEEP);
usr/src/uts/common/io/uath/uath.c
1473
err = usb_pipe_bulk_xfer(sc->rx_cmd_pipe, req, USB_FLAGS_NOSLEEP);
usr/src/uts/common/io/usb/clients/audio/usb_as/usb_as.c
1513
USB_FLAGS_NOSLEEP);
usr/src/uts/common/io/usb/clients/usbskel/usbskel.c
768
if ((status = usb_pipe_ctrl_xfer(pipe, request, USB_FLAGS_NOSLEEP)) !=
usr/src/uts/common/io/usb/clients/video/usbvc/usbvc.c
3276
USB_FLAGS_NOSLEEP);
usr/src/uts/common/io/usb/clients/video/usbvc/usbvc.c
3284
usb_pipe_stop_isoc_polling(ph, USB_FLAGS_NOSLEEP);
usr/src/uts/common/io/usb/usba/hcdi.c
581
ph_data, USB_FLAGS_NOSLEEP) != USB_SUCCESS) {
usr/src/uts/common/io/usb/usba/usba_ugen.c
2464
reqp = usb_alloc_ctrl_req(ugenp->ug_dip, wLength, USB_FLAGS_NOSLEEP);
usr/src/uts/common/io/usb/usba/usba_ugen.c
2539
rval = usb_pipe_ctrl_xfer(epp->ep_ph, reqp, USB_FLAGS_NOSLEEP);
usr/src/uts/common/io/usb/usba/usba_ugen.c
2627
bp->b_bcount, USB_FLAGS_NOSLEEP);
usr/src/uts/common/io/usb/usba/usba_ugen.c
2663
USB_FLAGS_NOSLEEP)) != USB_SUCCESS) {
usr/src/uts/common/io/usb/usba/usba_ugen.c
2861
uflag = USB_FLAGS_NOSLEEP;
usr/src/uts/common/io/usb/usba/usba_ugen.c
2905
usb_pipe_stop_intr_polling(epp->ep_ph, USB_FLAGS_NOSLEEP);
usr/src/uts/common/io/usb/usba/usba_ugen.c
3063
USB_FLAGS_NOSLEEP);
usr/src/uts/common/io/usb/usba/usba_ugen.c
3086
USB_FLAGS_NOSLEEP)) != USB_SUCCESS) {
usr/src/uts/common/io/usb/usba/usba_ugen.c
3317
USB_FLAGS_NOSLEEP)) == NULL) {
usr/src/uts/common/io/usb/usba/usba_ugen.c
3347
USB_FLAGS_NOSLEEP)) != USB_SUCCESS) {
usr/src/uts/common/io/usb/usba/usba_ugen.c
3379
usb_pipe_stop_isoc_polling(epp->ep_ph, USB_FLAGS_NOSLEEP);
usr/src/uts/common/io/usb/usba/usba_ugen.c
3758
USB_FLAGS_NOSLEEP);
usr/src/uts/common/io/usb/usba/usba_ugen.c
3790
USB_FLAGS_NOSLEEP)) != USB_SUCCESS) {
usr/src/uts/common/io/usb/usba/usbai.c
608
(void *)pmrq, USB_FLAGS_NOSLEEP | USB_FLAGS_NOQUEUE) !=
usr/src/uts/common/io/usb/usba/usbai.c
662
(void *)pmrq, USB_FLAGS_NOSLEEP | USB_FLAGS_NOQUEUE) !=
usr/src/uts/common/io/zyd/zyd_usb.c
1002
res = usb_pipe_bulk_xfer(uc->pipe_data_in, req, USB_FLAGS_NOSLEEP);
usr/src/uts/common/io/zyd/zyd_usb.c
553
res = usb_pipe_bulk_xfer(pipe, send_req, USB_FLAGS_NOSLEEP);
usr/src/uts/common/io/zyd/zyd_usb.c
860
res = usb_pipe_intr_xfer(uc->pipe_cmd_in, intr_req, USB_FLAGS_NOSLEEP);