Searched refs:UHSO_DPRINTF (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/sys/dev/usb/net/ |
| D | uhso.c | 303 #define UHSO_DPRINTF(n, x, ...) {\ macro 309 #define UHSO_DPRINTF(n, x, ...) macro 794 UHSO_DPRINTF(1, "actlen=%d\n", actlen); in uhso_probe_iface_auto() 798 UHSO_DPRINTF(0, "Index %d out of range\n", index); in uhso_probe_iface_auto() 802 UHSO_DPRINTF(1, "index=%d, type=%x[%s]\n", index, buf[index], in uhso_probe_iface_auto() 891 UHSO_DPRINTF(1, "Probing for interface %d, probe_func=%p\n", index, probe); in uhso_probe_iface() 894 UHSO_DPRINTF(1, "Probe result %x\n", type); in uhso_probe_iface() 904 UHSO_DPRINTF(1, "uhso_attach_ifnet failed"); in uhso_probe_iface() 921 UHSO_DPRINTF(1, "Trying to attach mux. serial\n"); in uhso_probe_iface() 952 UHSO_DPRINTF(0, "Unknown type %x\n", type); in uhso_probe_iface() [all …]
|