Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_req.c161 return (USB_INVALID_PIPE); in _usba_check_req()
169 return (USB_INVALID_PIPE); in _usba_check_req()
467 {USB_INVALID_PIPE, USB_CR_UNSPECIFIED_ERR},
1139 return (USB_INVALID_PIPE); in usb_pipe_ctrl_xfer()
1320 rval = USB_INVALID_PIPE; in usb_pipe_sync_ctrl_xfer()
1535 return (USB_INVALID_PIPE); in usb_pipe_bulk_xfer()
1828 return (USB_INVALID_PIPE); in usb_pipe_intr_xfer()
1962 return (USB_INVALID_PIPE); in usba_pipe_sync_stop_intr_polling()
2382 return (USB_INVALID_PIPE); in usb_pipe_isoc_xfer()
2487 return (USB_INVALID_PIPE); in usba_pipe_sync_stop_isoc_polling()
H A Dusbai_util.c544 return (USB_INVALID_PIPE); in usb_set_cfg()
907 return (USB_INVALID_PIPE); in usb_set_alt_if()
1369 return (USB_INVALID_PIPE); in usb_ep_num()
1429 return (USB_INVALID_PIPE); in usb_get_status()
1502 return (USB_INVALID_PIPE); in usb_clear_feature()
1580 return (USB_INVALID_PIPE); in usb_clr_feature()
1891 { USB_INVALID_PIPE, "<invalid pipe>" },
1924 { USB_INVALID_PIPE, EINVAL },
H A Dgenconsole.c82 return (USB_INVALID_PIPE); in usb_console_input_init()
H A Dusbai_pipe_mgmt.c1113 USB_INVALID_PIPE, callback_flags); in usb_pipe_close()
1266 return (USB_INVALID_PIPE); in usb_pipe_set_private()
1383 USB_INVALID_PIPE, callback_flags); in usb_pipe_reset()
1557 return (USB_INVALID_PIPE); in usb_pipe_drain_reqs()
/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h89 #define USB_INVALID_PIPE -6 /* pipe handle passed is invalid */ macro