Searched refs:usbser_thread_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_var.h59 } usbser_thread_t; typedef in typeref:struct:usbser_thread
113 usbser_thread_t port_wq_thread; /* wq thread */
114 usbser_thread_t port_rq_thread; /* rq thread */
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c100 static void usbser_thr_dispatch(usbser_thread_t *);
101 static void usbser_thr_cancel(usbser_thread_t *);
102 static void usbser_thr_wake(usbser_thread_t *);
1864 usbser_thr_dispatch(usbser_thread_t *thr)
1885 usbser_thr_cancel(usbser_thread_t *thr)
1906 usbser_thr_wake(usbser_thread_t *thr)
1921 usbser_thread_t *thr = (usbser_thread_t *)arg;
1968 usbser_thread_t *thr = (usbser_thread_t *)ar
[all...]

Completed in 64 milliseconds