Searched refs:ug_log_hdl (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/usb/usba/ |
H A D | usba_ugen.c | 195 USB_DPRINTF_L2(UGEN_PRINT_ATTA, ugenp->ug_log_hdl, in usb_ugen_get_hdl() 219 ugenp->ug_log_hdl = usb_alloc_log_hdl(dip, name, &ugen_errlevel, in usb_ugen_get_hdl() 224 ugenp->ug_log_hdl = usb_alloc_log_hdl(dip, "ugen", in usb_ugen_get_hdl() 259 USB_DPRINTF_L4(UGEN_PRINT_ATTA, ugenp->ug_log_hdl, in usb_ugen_get_hdl() 264 USB_DPRINTF_L4(UGEN_PRINT_ATTA, ugenp->ug_log_hdl, in usb_ugen_get_hdl() 290 usb_free_log_hdl(ugenp->ug_log_hdl); in usb_ugen_release_hdl() 324 USB_DPRINTF_L4(UGEN_PRINT_ATTA, ugenp->ug_log_hdl, in usb_ugen_attach() 350 USB_DPRINTF_L2(UGEN_PRINT_ATTA, ugenp->ug_log_hdl, in usb_ugen_attach() 362 USB_DPRINTF_L2(UGEN_PRINT_ATTA, ugenp->ug_log_hdl, in usb_ugen_attach() 371 USB_DPRINTF_L2(UGEN_PRINT_ATTA, ugenp->ug_log_hdl, in usb_ugen_attach() [all …]
|
/illumos-gate/usr/src/uts/common/sys/usb/usba/ |
H A D | usba_ugend.h | 277 usb_log_handle_t ug_log_hdl; member 306 _NOTE(DATA_READABLE_WITHOUT_LOCK(ugen_state::ug_log_hdl))
|