usbvc_terms_t
list_create(&(usbvcp->usbvc_term_list), sizeof (usbvc_terms_t),
offsetof(usbvc_terms_t, term_node));
usbvc_terms_t *term;
kmem_free(term, sizeof (usbvc_terms_t));
usbvc_terms_t *term;
term = (usbvc_terms_t *)
kmem_zalloc(sizeof (usbvc_terms_t), KM_SLEEP);
kmem_free(term, sizeof (usbvc_terms_t));
usbvc_terms_t *term;
term = (usbvc_terms_t *)
kmem_zalloc(sizeof (usbvc_terms_t), KM_SLEEP);