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

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhcdi.c36 * adds to the queue, and hcdi_cb_thread takes the callbacks off the queue
53 static void hcdi_cb_thread(void *);
566 if (usba_async_ph_req(ph_data, hcdi_cb_thread,
591 hcdi_cb_thread(void *arg) function
613 "hcdi_cb_thread: ph_data=0x%p ref=%d", (void *)ph_data,
636 "hcdi_cb_thread done: ph_data=0x%p", (void *)ph_data);
781 "hcdi_cb_thread done: ph_data=0x%p", (void *)ph_data);

Completed in 58 milliseconds