Home
last modified time | relevance | path

Searched refs:usb_ugen_hdl_impl (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c280 usb_ugen_hdl_impl_t *usb_ugen_hdl_impl = in usb_ugen_release_hdl() local
283 if (usb_ugen_hdl_impl) { in usb_ugen_release_hdl()
284 ugen_state_t *ugenp = usb_ugen_hdl_impl->hdl_ugenp; in usb_ugen_release_hdl()
289 usb_free_dev_data(usb_ugen_hdl_impl->hdl_dip, in usb_ugen_release_hdl()
293 if (usb_ugen_hdl_impl->hdl_log_name) { in usb_ugen_release_hdl()
294 kmem_free(usb_ugen_hdl_impl->hdl_log_name, in usb_ugen_release_hdl()
295 usb_ugen_hdl_impl->hdl_log_name_length); in usb_ugen_release_hdl()
297 kmem_free(usb_ugen_hdl_impl, sizeof (*usb_ugen_hdl_impl)); in usb_ugen_release_hdl()
308 usb_ugen_hdl_impl_t *usb_ugen_hdl_impl = in usb_ugen_attach() local
318 ugenp = usb_ugen_hdl_impl->hdl_ugenp; in usb_ugen_attach()
[all …]
/titanic_50/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c1105 usb_ugen_hdl_impl_t *usb_ugen_hdl_impl; in scsa2usb_ugen_open() local
1111 usb_ugen_hdl_impl = in scsa2usb_ugen_open()
1113 ugenp = usb_ugen_hdl_impl->hdl_ugenp; in scsa2usb_ugen_open()