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

/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c1767 list_create(&(usbvcp->usbvc_term_list), sizeof (usbvc_terms_t),
1768 offsetof(usbvc_terms_t, term_node));
1808 usbvc_terms_t *term;
1823 kmem_free(term, sizeof (usbvc_terms_t));
2055 usbvc_terms_t *term;
2065 term = (usbvc_terms_t *)
2066 kmem_zalloc(sizeof (usbvc_terms_t), KM_SLEEP);
2075 kmem_free(term, sizeof (usbvc_terms_t));
2089 usbvc_terms_t *term;
2095 term = (usbvc_terms_t *)
[all...]
/illumos-gate/usr/src/uts/common/sys/usb/clients/video/usbvc/
H A Dusbvc.h287 } usbvc_terms_t; typedef in typeref:struct:usbvc_terms

Completed in 76 milliseconds