Searched defs:uhci_create_transfer_wrapper (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c69 static uhci_trans_wrapper_t *uhci_create_transfer_wrapper(
1578 if ((tw = uhci_create_transfer_wrapper(uhcip, pp, length, flags)) ==
1712 * uhci_create_transfer_wrapper:
1735 uhci_create_transfer_wrapper( function
1750 "uhci_create_transfer_wrapper: length = 0x%lx flags = 0x%x",
1769 "uhci_create_transfer_wrapper: kmem_alloc failed");
1792 "uhci_create_transfer_wrapper: Alloc handle failed");
1807 "uhci_create_transfer_wrapper: dma_mem_alloc fail");
1822 "uhci_create_transfer_wrapper: Bind handle failed");
1854 "uhci_create_transfer_wrapper
[all...]

Completed in 51 milliseconds