Searched defs:DPRINTF (Results 76 - 100 of 121) sorted by last modified time

12345

/freebsd-11-stable/tools/regression/kthread/kld/
H A Dkthrdlk.c48 #define DPRINTF(x) do { \ macro
52 #define DPRINTF(x) macro
/freebsd-11-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...]
/freebsd-11-stable/contrib/tnftp/src/
H A Dftp_var.h341 #define DPRINTF(...) macro
344 #define DPRINTF(...) if (ftp_debug) (void)fprintf(ttyout, __VA_ARGS__) macro
/freebsd-11-stable/lib/libcuse/
H A Dcuse_lib.c52 #define DPRINTF(...) do { \ macro
57 #define DPRINTF(...) do { } while (0) macro
/freebsd-11-stable/lib/libc/resolv/
H A Dres_findzonecut.c94 #define DPRINTF(x) do {\ macro
[all...]
H A Dres_update.c88 #define DPRINTF(x) do {\ macro
/freebsd-11-stable/lib/libc/sparc64/fpu/
H A Dfpu_emu.h170 #define DPRINTF(x, y) if (__fpe_debug & (x)) printf y macro
173 #define DPRINTF(x, y) macro
/freebsd-11-stable/usr.bin/fortune/fortune/
H A Dfortune.c77 #define DPRINTF(l,x) { if (Debug >= l) fprintf x; } macro
80 #define DPRINTF(l,x) macro
[all...]
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dinit.c78 #define DPRINTF(a) macro
80 #define DPRINTF(a) printf a macro
[all...]
/freebsd-11-stable/usr.sbin/ypldap/
H A Dber.c57 #define DPRINTF(...) printf(__VA_ARGS__) macro
59 #define DPRINTF(...) do { } while (0) macro
/freebsd-11-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-11-stable/sys/powerpc/ps3/
H A Dps3disk.c85 #define DPRINTF(sc, m, fmt, ...) \ macro
91 #define DPRINTF(sc, m, fmt, ...) macro
/freebsd-11-stable/sys/sparc64/sbus/
H A Dlsi64854.c88 #define DPRINTF(a,x) \ macro
94 #define DPRINTF(a,x) macro
[all...]
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_util.h44 #define DPRINTF(a) uprintf a; macro
46 #define DPRINTF(a) macro
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Dif_npe.c260 #define DPRINTF(sc, fmt, ...) do { \ macro
/freebsd-11-stable/sys/arm/samsung/exynos/
H A Dexynos5_i2c.c95 #define DPRINTF(fmt, args...) \ macro
98 #define DPRINTF(fmt, args...) macro
[all...]
/freebsd-11-stable/sys/arm/ti/
H A Dti_mbox.c57 #define DPRINTF(fmt, ...) do { \ macro
62 #define DPRINTF(fmt, ...) macro
H A Dti_wdt.c56 #define DPRINTF(fmt, ...) do { \ macro
61 #define DPRINTF(fmt, ...) macro
/freebsd-11-stable/sys/fs/nandfs/
H A Dnandfs.h81 #define DPRINTF(name, arg) { \ macro
/freebsd-11-stable/sys/dev/beri/virtio/network/
H A Dif_vtbe.c91 #define DPRINTF(fmt, args...) printf(fmt, ##args) macro
/freebsd-11-stable/sys/dev/videomode/
H A Dpickmode.c41 #define DPRINTF printf macro
43 #define DPRINTF while (0) printf macro
/freebsd-11-stable/sys/dev/safe/
H A Dsafe.c161 #define DPRINTF(_x) if (safe_debug) printf _x macro
163 #define DPRINTF(_x) macro
[all...]
/freebsd-11-stable/sys/dev/pccard/
H A Dpccard_cis.c57 #define DPRINTF(arg) do { if (pccard_cis_debug) printf arg; } while (0) macro
60 #define DPRINTF(arg) macro
[all...]
/freebsd-11-stable/sys/dev/exca/
H A Dexca.c83 #define DPRINTF(fmt, args...) printf(fmt, ## args) macro
86 #define DPRINTF(fmt, args...) macro
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi_debug.h51 #define DPRINTF(sc, m, ...) do { \ macro
141 #define DPRINTF(sc, m, ...) do { (void) sc; } while (0) macro

Completed in 254 milliseconds

12345