Searched refs:DPRINTF (Results 276 - 300 of 334) sorted by relevance

<<11121314

/freebsd-current/sys/dev/igc/
H A Digc_txrx.c39 #define DPRINTF device_printf macro
41 #define DPRINTF(...) macro
/freebsd-current/sys/dev/usb/net/
H A Dif_kue.c415 DPRINTF("reset failed (ignored)\n");
566 DPRINTF("bulk read error, %s\n",
/freebsd-current/sys/dev/e1000/
H A Digb_txrx.c37 #define DPRINTF device_printf macro
39 #define DPRINTF(...) macro
/freebsd-current/usr.sbin/bhyve/
H A Dpci_virtio_console.c87 #define DPRINTF(params) if (pci_vtcon_debug) PRINTLN params macro
186 DPRINTF(("vtcon: device reset requested!"));
/freebsd-current/sys/dev/usb/serial/
H A Dugensa.c254 DPRINTF("ucom attach failed\n");
H A Duftdi.c1093 DPRINTF("\n");
1183 * DPRINTF() so that you can see the point at which open gets called
1186 DPRINTF("\n");
1195 * DPRINTF() so that you can see the point at which close gets called
1198 DPRINTF("\n");
1326 DPRINTF("status change msr=0x%02x (0x%02x) "
1628 DPRINTF("\n");
1641 DPRINTF("\n");
H A Duipaq.c1105 DPRINTF("IAD detected - not UIPAQ serial device\n");
1246 DPRINTF("onoff=%d\n", onoff);
1270 DPRINTF("onoff=%d\n", onoff);
/freebsd-current/sys/dev/atopcase/
H A Datopcase_acpi.c289 DPRINTF("interrupts asserted: %u\n", sc->sc_intr_cnt);
/freebsd-current/sys/dev/cardbus/
H A Dcardbus.c68 #define DPRINTF(a) if (cardbus_debug) printf a macro
/freebsd-current/sys/netipsec/
H A Dudpencap.c272 DPRINTF(("%s: m_makespace for udphdr failed\n", __func__));
/freebsd-current/sys/dev/pccbb/
H A Dpccbb.c109 #define DPRINTF(x) do { if (cbb_debug) printf x; } while (0) macro
466 DPRINTF(("Status is 0x%x\n", status));
1292 DPRINTF(("cbb_pcic_socket_enable:\n"));
1308 DPRINTF(("cbb_pcic_socket_disable\n"));
/freebsd-current/contrib/one-true-awk/
H A Dparse.c276 DPRINTF("defining func %s (%d args)\n", v->nval, n);
/freebsd-current/contrib/ntp/libntp/
H A Dsystime.c265 DPRINTF(1, ("get_systime: postcond failed by %s secs, fixed\n",
/freebsd-current/contrib/ntp/ntpd/
H A Dntpd.c413 DPRINTF(1, ("%s\n", Version));
1537 DPRINTF(2, ("processing timestamp delta %s (with prec. fuzz)\n", lfptoa(&dts, 9)));
1556 DPRINTF(2, ("processing time for %d buffers %s\n", bufcount, lfptoa(&tsb, 9)));
1695 /* DPRINTF is useless here as -d/-D disable forking */
H A Drefclock_arc.c641 DPRINTF(1, ("arc: %s: attempt to open unit %d.\n", arc_version,
651 DPRINTF(1, ("arc: unit %d using tty_open().\n", unit));
668 DPRINTF(1, ("arc: opened RS232 port with file descriptor %d.\n", fd));
H A Dntp_refclock.c756 DPRINTF(2, ("refclock_gtlin: fd %d time %s timecode %d %s\n",
797 DPRINTF(2, ("refclock_gtraw: fd %d time %s timecode %d %s\n",
1234 DPRINTF(1, ("refclock_ioctl: fd %d flags 0x%x\n", fd, lflags));
H A Drefclock_acts.c365 DPRINTF(1, ("acts: %d %s\n", (int)strlen(msg), msg));
/freebsd-current/sys/dev/usb/input/
H A Dwsp.c674 DPRINTF("Failed to read device mode (%d)\n", err);
767 DPRINTF("Invalid datalength or too big "
797 DPRINTF("Failed to set mode to HID MODE (%d)\n", err);
803 DPRINTF("failed to set mode to RAW MODE (%d)\n", err);
813 DPRINTF("error=%s\n", usbd_errstr(err));
/freebsd-current/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c1086 DPRINTF(DP_OBJ, "ALLOC HOST %s %p",
1275 DPRINTF(DP_JQUEUE, "count=%d", jcount);
1343 DPRINTF(DP_DROPS, "failed to create job");
1510 DPRINTF(DP_DROPS, "mbuf isn't contigious");
1535 DPRINTF(DP_DROPS, "dropped due to embedded IPv4 address %s",
/freebsd-current/sys/dev/usb/wlan/
H A Dif_ural.c677 DPRINTF("%s -> %s\n",
863 DPRINTF("%s: xfer too short %d\n",
890 DPRINTF("could not allocate mbuf\n");
1758 DPRINTF("enabling TSF synchronization\n");
1841 DPRINTF("setting BSSID to %6D\n", bssid, ":");
1858 DPRINTF("setting MAC address to %6D\n", addr, ":");
1874 DPRINTF("%s promiscuous mode\n", sc->sc_ic.ic_promisc ?
/freebsd-current/sys/dev/usb/
H A Dusb_generic.c1217 DPRINTF("out of buffers\n");
1573 DPRINTF("Returning fake cancel event\n");
1627 DPRINTF("corrupt userland length "
1639 DPRINTF("data overflow %u > %u\n",
1763 DPRINTF("Issuing fake completion event\n");
2490 DPRINTF("st=%u alen=%u aframes=%u\n",
H A Dusb_dev.c838 DPRINTF("signal received\n");
863 DPRINTF("closed\n");
1455 DPRINTF("sleeping\n");
1573 DPRINTF("sleeping\n");
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c1342 DPRINTF("\n");
1418 DPRINTF("Already got a transfer\n");
1515 DPRINTF("\n");
/freebsd-current/sys/dev/hid/
H A Dhidquirk.c245 DPRINTF("Found quirk '%s'.\n", hidquirkstr(quirk));
/freebsd-current/usr.sbin/ypldap/
H A Daldap.c51 #define DPRINTF(x...) printf(x) macro
54 #define DPRINTF(x...) do { } while (0) macro

Completed in 233 milliseconds

<<11121314