Home
last modified time | relevance | path

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
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) in usbser_thr_dispatch()
1885 usbser_thr_cancel(usbser_thread_t *thr) in usbser_thr_cancel()
1906 usbser_thr_wake(usbser_thread_t *thr) in usbser_thr_wake()
1921 usbser_thread_t *thr = (usbser_thread_t *)arg; in usbser_wq_thread()
1968 usbser_thread_t *thr = (usbser_thread_t *)arg; in usbser_rq_thread()