Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai.c129 hdl->lh_dip = dip; in usb_alloc_log_hdl()
436 if (hdl->lh_dip && (level > USB_LOG_L0)) { in usba_vlog()
438 (ddi_get_instance(hdl->lh_dip) != hdl_instance_filter)) { in usba_vlog()
446 usb_vprintf(hdl->lh_dip, level, label, fmt, ap); in usba_vlog()
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_impl.h333 dev_info_t *lh_dip; member