Searched defs:DPRINTF (Results 1 - 25 of 102) sorted by relevance

12345

/freebsd-10-stable/sys/compat/svr4/
H A Dsvr4_util.h45 #define DPRINTF(a) uprintf a; macro
47 #define DPRINTF(a) macro
/freebsd-10-stable/sys/i386/ibcs2/
H A Dibcs2_util.h47 #define DPRINTF(a) printf a; macro
49 #define DPRINTF(a) macro
/freebsd-10-stable/sys/dev/sound/macio/
H A Daoa.h32 #define DPRINTF(x) /* nothing */ macro
34 #define DPRINTF(x) printf x macro
/freebsd-10-stable/lib/libproc/
H A D_libproc.h54 #define DPRINTF(...) warn(__VA_ARGS__) macro
57 #define DPRINTF(...) do { } while (0) macro
/freebsd-10-stable/sys/dev/usb/
H A Dusb_debug.h44 #define DPRINTF(...) DPRINTFN(1, __VA_ARGS__) macro
46 #define DPRINTF(...) do { } while (0) macro
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/db/
H A Dh_lfsr.c42 #define DPRINTF(...) printf(__VA_ARGS__) macro
44 #define DPRINTF(...) macro
/freebsd-10-stable/tools/regression/kthread/kld/
H A Dkthrdlk.c48 #define DPRINTF(x) do { \ macro
52 #define DPRINTF(x) macro
/freebsd-10-stable/sys/dev/pccbb/
H A Dpccbb_isa.c106 #define DPRINTF(x) do { if (cbb_debug) printf x; } while (0) macro
/freebsd-10-stable/sys/boot/efi/boot1/
H A Dboot_module.h39 #define DPRINTF(fmt, args...) printf(fmt, ##args) macro
42 #define DPRINTF(fmt, ...) {} macro
/freebsd-10-stable/lib/libc/resolv/
H A Dres_update.c88 #define DPRINTF(x) do {\ macro
H A Dres_findzonecut.c94 #define DPRINTF(x) do {\ macro
[all...]
/freebsd-10-stable/usr.sbin/bhyve/
H A Dpci_virtio_rnd.c58 #define DPRINTF(params) if (pci_vtrnd_debug) printf params macro
/freebsd-10-stable/lib/librtld_db/
H A Drtld_db.c47 #define DPRINTF(...) do { \ macro
[all...]
/freebsd-10-stable/sys/arm/ti/
H A Dti_mbox.c59 #define DPRINTF(fmt, ...) do { \ macro
64 #define DPRINTF(fmt, ...) macro
H A Dti_wdt.c57 #define DPRINTF(fmt, ...) do { \ macro
62 #define DPRINTF(fmt, ...) macro
/freebsd-10-stable/sys/dev/etherswitch/arswitch/
H A Darswitchvar.h80 #define DPRINTF(dev, args...) device_printf(dev, args) macro
88 #define DPRINTF(dev, args...) macro
/freebsd-10-stable/sys/powerpc/fpu/
H A Dfpu_emu.h189 #define DPRINTF(x, y) if (fpe_debug & (x)) printf y macro
192 #define DPRINTF(x, y) macro
/freebsd-10-stable/usr.bin/xlint/lint1/
H A Dinit.c78 #define DPRINTF(a) macro
80 #define DPRINTF(a) printf a macro
[all...]
/freebsd-10-stable/contrib/file/src/
H A Dencoding.c57 #define DPRINTF(a) printf a macro
59 #define DPRINTF(a) macro
[all...]
/freebsd-10-stable/sys/boot/arm/at91/boot2/
H A Dboot2.c71 #define DPRINTF(fmt, ...) printf(fmt, __VA_ARGS__) macro
73 #define DPRINTF(fmt, ...) macro
/freebsd-10-stable/contrib/ntp/include/
H A Dntpd.h41 # define DPRINTF(lvl, arg) \ macro
47 # define DPRINTF(lvl, arg) do {} while (0) macro
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_glob.c53 #define DPRINTF(a) printf a macro
55 #define DPRINTF(a) macro
/freebsd-10-stable/sys/dev/cardbus/
H A Dcardbus.c71 #define DPRINTF(a) if (cardbus_debug) printf a macro
/freebsd-10-stable/sys/netpfil/pf/
H A Dif_pflog.c80 #define DPRINTF(x) do { if (pflogdebug) printf x ; } while (0) macro
82 #define DPRINTF(x) macro
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/net/
H A Dh_dns_server.c67 #define DPRINTF(...) fprintf(stderr, __VA_ARGS__) macro
69 #define DPRINTF(...) macro
[all...]

Completed in 241 milliseconds

12345