/illumos-gate/usr/src/uts/common/sys/usb/usba/ |
H A D | usbai_private.h | 247 usb_log_handle_t usb_alloc_log_hdl(
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/ |
H A D | usbser_keyspan.c | 429 kbp->kb_lh = usb_alloc_log_hdl(kbp->kb_dip, "keyspan[*].",
|
H A D | keyspan_dsd.c | 1539 usb_alloc_log_hdl(ksp->ks_dip, "keyspan[*].", 1667 kp->kp_lh = usb_alloc_log_hdl(ksp->ks_dip, kp->kp_lh_name,
|
/illumos-gate/usr/src/uts/common/io/usb/usba/ |
H A D | usba_devdb.c | 64 usba_devdb_log_handle = usb_alloc_log_hdl(NULL, "devdb",
|
H A D | usbai.c | 84 usbai_log_handle = usb_alloc_log_hdl(NULL, "usbai", &usbai_errlevel, 117 usb_alloc_log_hdl(dev_info_t *dip, char *name, function 153 return (usb_alloc_log_hdl(dip, name, errlevel, mask,
|
H A D | usbai_register.c | 150 usbai_reg_log_handle = usb_alloc_log_hdl(NULL, "usbreg", 1617 dump_handle = usb_alloc_log_hdl(NULL, name_string,
|
H A D | hcdi.c | 122 hcdi->hcdi_log_handle = usb_alloc_log_hdl(hcdi->hcdi_dip, NULL,
|
H A D | usba_ugen.c | 217 ugenp->ug_log_hdl = usb_alloc_log_hdl(dip, name, &ugen_errlevel, 222 ugenp->ug_log_hdl = usb_alloc_log_hdl(dip, "ugen",
|
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_ah/ |
H A D | usb_ah.c | 166 usb_ah_log_handle = usb_alloc_log_hdl(NULL, "usb_ah",
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci.c | 238 ehcip->ehci_log_hdl = usb_alloc_log_hdl(dip, "ehci", &ehci_errlevel,
|
/illumos-gate/usr/src/uts/common/io/usb/usb_ia/ |
H A D | usb_ia.c | 553 usb_ia->ia_log_handle = usb_alloc_log_hdl(dip, "ia",
|
/illumos-gate/usr/src/uts/common/io/usb/usb_mid/ |
H A D | usb_mid.c | 612 usb_mid->mi_log_handle = usb_alloc_log_hdl(dip, "mid",
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/ |
H A D | usbser.c | 740 usp->us_lh = usb_alloc_log_hdl(usp->us_dip, "usbs[*].", 846 pp->port_lh = usb_alloc_log_hdl(usp->us_dip,
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/ |
H A D | usbwcm.c | 1685 usbwcm_log_handle = usb_alloc_log_hdl(NULL, "usbwcm",
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbkbm/ |
H A D | usbkbm.c | 165 usbkbm_log_handle = usb_alloc_log_hdl(NULL, "usbkbm",
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhci.c | 281 uhcip->uhci_log_hdl = usb_alloc_log_hdl(dip, "uhci", &uhci_errlevel,
|
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_as/ |
H A D | usb_as.c | 316 uasp->usb_as_log_handle = usb_alloc_log_hdl(dip, "as",
|
/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/ |
H A D | hidparser.c | 69 hparser_log_handle = usb_alloc_log_hdl(NULL, "hidparser",
|
/illumos-gate/usr/src/uts/common/io/usb/clients/printer/ |
H A D | usbprn.c | 33 * functions for logging (USB_DPRINTF_L*, usb_alloc_log_hdl, usb_free_log_hdl), 323 usbprnp->usbprn_log_handle = usb_alloc_log_hdl(dip,
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbms/ |
H A D | usbms.c | 78 usbms_log_handle = usb_alloc_log_hdl(NULL, "usbms",
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbftdi/ |
H A D | uftdi_dsd.c | 216 uf->uf_lh = usb_alloc_log_hdl(uf->uf_dip, "uftdi",
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsprl/ |
H A D | pl2303_dsd.c | 247 plp->pl_lh = usb_alloc_log_hdl(plp->pl_dip, "pl2303",
|
/illumos-gate/usr/src/uts/common/io/usb/clients/hid/ |
H A D | hid.c | 37 * functions for logging (USB_DPRINTF_L*, usb_alloc_log_hdl, usb_free_log_hdl). 376 hidp->hid_log_handle = usb_alloc_log_hdl(dip, NULL, &hid_errlevel,
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbecm/ |
H A D | usbecm.c | 278 ecmp->ecm_lh = usb_alloc_log_hdl(ecmp->ecm_dip, "usbecm",
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsacm/ |
H A D | usbsacm.c | 593 acmp->acm_lh = usb_alloc_log_hdl(acmp->acm_dip, "usbsacm",
|