HomeSort by: relevance | last modified time | path
    Searched refs:USBD_CANCELLED (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/sys/dev/usb/
usscanner.c 531 case USBD_CANCELLED:
570 case USBD_CANCELLED:
667 case USBD_CANCELLED:
emdtv_ir.c 134 if (status == USBD_CANCELLED)
usbdi.h 55 USBD_CANCELLED, /* 6 */
uhidev.c 560 if (status == USBD_CANCELLED)
1081 err = USBD_CANCELLED;
1133 if (err != USBD_CANCELLED)
1167 err = USBD_CANCELLED;
ubsa_common.c 422 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
uep.c 391 if (status == USBD_CANCELLED)
if_gscan.c 199 status == USBD_NOT_STARTED || status == USBD_CANCELLED ||
300 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) {
516 if (err != 0 && err != USBD_CANCELLED) {
usbdi.c 422 * never run, not even with status USBD_CANCELLED.
428 SDT_PROBE2(usb, device, xfer, done, xfer, USBD_CANCELLED);
429 return USBD_CANCELLED;
1144 erred = xfer->ux_status == USBD_CANCELLED ||
1571 * with USBD_CANCELLED and call the bus-specific method to abort
1596 KASSERT(xfer->ux_status != USBD_CANCELLED);
1612 xfer->ux_status = USBD_CANCELLED;
vhci.c 655 KASSERT(xfer->ux_status != USBD_CANCELLED);
668 xfer->ux_status = USBD_CANCELLED;
742 xfer->ux_status = USBD_CANCELLED;
usbnet.c 367 status == USBD_CANCELLED)
433 case USBD_CANCELLED:
467 status == USBD_CANCELLED) {
if_bwfm_usb.c 468 if (status != USBD_CANCELLED)
607 if (status == USBD_CANCELLED)
umct.c 595 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
umodem_common.c 348 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
uvscom.c 810 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
ugen.c 1346 if (status == USBD_CANCELLED)
1385 if (status == USBD_CANCELLED)
1447 if (status == USBD_CANCELLED)
1516 if (status == USBD_CANCELLED)
u3g.c 517 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
ucom.c 1322 if (err != USBD_CANCELLED && err != USBD_IOERROR &&
1458 * USBD_CANCELLED or USBD_IOERROR would cause corruption
1461 * USBD_CANCELLED is a reported when the device is closed
1467 if (status == USBD_CANCELLED || status == USBD_IOERROR ||
if_zyd.c 1825 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
1999 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
2168 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
ehci.c 2868 xfer->ux_status = USBD_CANCELLED;
3400 KASSERTMSG((xfer->ux_status == USBD_CANCELLED ||
3516 KASSERTMSG(status == USBD_CANCELLED,
3536 KASSERT(xfer->ux_status != USBD_CANCELLED);
4625 ehci_abort_isoc_xfer(xfer, USBD_CANCELLED);
5010 ehci_abort_isoc_xfer(xfer, USBD_CANCELLED);
umass.c 1311 if (err == USBD_CANCELLED) {
1768 if (err == USBD_CANCELLED) {
if_atu.c 1642 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) {
1746 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
uchcom.c 943 if (status == USBD_NOT_STARTED || status == USBD_CANCELLED)
udsir.c 964 if (status == USBD_CANCELLED || sc->sc_closing) /* this is normal */
  /src/sys/external/bsd/dwc2/
dwc2.c 349 KASSERT(dxfer->intr_status != USBD_CANCELLED);
360 KASSERT(dxfer->intr_status != USBD_CANCELLED);
474 KASSERTMSG((xfer->ux_status == USBD_CANCELLED ||
659 xfer->ux_status = USBD_CANCELLED;
  /src/sys/dev/ic/
sl811hs.c 1004 USBD_CANCELLED);
1341 xfer->ux_status = USBD_CANCELLED;
2413 spipe->xfer->ux_status = USBD_CANCELLED;
2573 return USBD_CANCELLED;
2660 xfer->ux_status = USBD_CANCELLED;
2747 spipe->xfer->ux_status = USBD_CANCELLED;

Completed in 37 milliseconds

1 2