Lines Matching defs:new_status
1400 usbd_status new_status = USBD_IN_PROGRESS;
1422 new_status = USBD_TIMEOUT; /* XXX */
1427 new_status = USBD_STALLED;
1429 new_status = USBD_IOERROR;
1441 new_status = USBD_NORMAL_COMPLETION;
1451 new_status = USBD_IOERROR;
1505 KASSERT(new_status != USBD_IN_PROGRESS);
1506 xfer->ux_status = new_status;
1520 usbd_status new_status = USBD_IN_PROGRESS;
1544 new_status = USBD_STALLED;
1550 new_status = USBD_TIMEOUT; /* XXX */
1563 new_status = USBD_IOERROR;
1581 new_status = USBD_NORMAL_COMPLETION;
1650 KASSERT(new_status != USBD_IN_PROGRESS);
1651 xfer->ux_status = new_status;
1917 usbd_status new_status = USBD_IN_PROGRESS;
1943 new_status = USBD_TIMEOUT; /* XXX */
1948 new_status = USBD_STALLED;
1950 new_status = USBD_IOERROR;
1972 new_status = USBD_IOERROR;
2004 new_status = USBD_NORMAL_COMPLETION;
2022 KASSERT(new_status != USBD_IN_PROGRESS);
2023 xfer->ux_status = new_status;
2036 usbd_status new_status = USBD_IN_PROGRESS;
2053 new_status = USBD_STALLED;
2055 new_status = USBD_IOERROR;
2061 new_status = USBD_TIMEOUT; /* XXX */
2092 new_status = USBD_NORMAL_COMPLETION;
2110 KASSERT(new_status != USBD_IN_PROGRESS);
2111 xfer->ux_status = new_status;