ctlxfer 2027 dev/usb/if_uath.c usbd_xfer_handle ctlxfer, txxfer, rxxfer; ctlxfer 2032 dev/usb/if_uath.c if ((ctlxfer = usbd_alloc_xfer(sc->sc_udev)) == NULL) { ctlxfer 2038 dev/usb/if_uath.c txblock = usbd_alloc_buffer(ctlxfer, sizeof (struct uath_fwblock)); ctlxfer 2088 dev/usb/if_uath.c usbd_setup_xfer(ctlxfer, sc->cmd_tx_pipe, sc, txblock, ctlxfer 2091 dev/usb/if_uath.c if ((error = usbd_sync_transfer(ctlxfer)) != 0) { ctlxfer 2125 dev/usb/if_uath.c fail2: usbd_free_xfer(ctlxfer);