Searched refs:DPRINTF (Results 1 - 25 of 251) sorted by relevance

1234567891011

/freebsd-10.0-release/contrib/ntp/include/
H A Dntp_debug.h16 #define DPRINTF(_lvl_, _arg_) \ macro
22 #define DPRINTF(_lvl_, _arg_) do {} while (0) macro
/freebsd-10.0-release/sys/dev/sound/macio/
H A Daoa.h32 #define DPRINTF(x) /* nothing */ macro
34 #define DPRINTF(x) printf x macro
/freebsd-10.0-release/lib/libproc/
H A D_libproc.h52 #define DPRINTF(fmt, ...) warn(fmt, __VA_ARGS__) macro
54 #define DPRINTF(fmt, ...) macro
H A Dproc_create.c65 DPRINTF("ERROR: cannot ptrace child process %d", pid);
72 DPRINTF("ERROR: child process %d didn't stop as expected", pid);
78 DPRINTF("ERROR: child process %d status 0x%x", pid, status);
133 DPRINTF("ERROR: child process %d didn't stop as expected", pid);
140 DPRINTF("ERROR: child process %d status 0x%x", pid, status);
/freebsd-10.0-release/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
154 DPRINTF(("cis mem map %#x (resource: %#lx)\n",
190 DPRINTF(("CISTPL_NONE\n 00\n"));
192 DPRINTF(("TOO MANY CIS_NONE\n"));
202 DPRINTF(("CISTPL_END\n ff\n"));
223 DPRINTF(("CISTPL_LONGLINK_%s too "
233 DPRINTF(("CISTPL_LONGLINK_%s %#lx\n",
243 DPRINTF(("CISTPL_NO_LINK\n"));
251 DPRINTF(("CISTPL_CHECKSU
[all...]
/freebsd-10.0-release/sys/i386/ibcs2/
H A Dibcs2_util.h47 #define DPRINTF(a) printf a; macro
49 #define DPRINTF(a) macro
/freebsd-10.0-release/sys/compat/svr4/
H A Dsvr4_stream.c298 DPRINTF(("clean_pipe: unlink failed %d\n", error));
314 DPRINTF(("sockaddr_in -> netaddr %d %d %lx\n", na->family, na->port,
334 DPRINTF(("sockaddr_un -> netaddr %d %s\n", na->family, na->path));
352 DPRINTF(("netaddr -> sockaddr_in %d %d %x\n", sain->sin_family,
373 DPRINTF(("netaddr -> sockaddr_un %d %s\n", saun->sun_family,
398 DPRINTF(("getparm(dgram)\n"));
404 DPRINTF(("getparm(stream)\n"));
410 DPRINTF(("getparm(raw)\n"));
416 DPRINTF(("getparm(type %d?)\n", so->so_type));
434 DPRINTF(("SI_OGETUDAT
[all...]
H A Dsvr4_sockio.c115 DPRINTF(("SIOCGIFNUM %d\n", ifnum));
132 DPRINTF(("SIOCGIFFLAGS (%s) %s: error %d\n",
138 DPRINTF(("SIOCGIFFLAGS %s = %x\n",
150 DPRINTF(("ifreq %d svr4_ifreq %d ifc_len %d\n",
159 DPRINTF(("SIOCGIFCONF\n"));
165 DPRINTF(("Unknown svr4 sockio %lx\n", cmd));
H A Dsvr4_ioctl.c101 DPRINTF(("svr4_ioctl[%lx](%d, _IO%s(%c, %d, %d), %p);\n", uap->com, uap->fd,
119 DPRINTF(("<<< IN: so_state = 0x%x\n", so->so_state));
125 DPRINTF(("term\n"));
130 DPRINTF(("stream\n"));
135 DPRINTF(("file\n"));
140 DPRINTF(("socket\n"));
151 DPRINTF(("Unimplemented ioctl %lx\n", cmd));
159 DPRINTF((">>> OUT: so_state = 0x%x\n", so->so_state));
H A Dsvr4_util.h45 #define DPRINTF(a) uprintf a; macro
47 #define DPRINTF(a) macro
H A Dsvr4_filio.c119 DPRINTF(("Something fishy with the user-supplied file descriptor...\n"));
125 DPRINTF(("fd %d is a socket\n", uap->fd));
127 DPRINTF(("fd %d is an ASYNC socket!\n", uap->fd));
129 DPRINTF(("Here are its flags: 0x%x\n", so->so_state));
138 DPRINTF(("svr4_read(%d, 0x%0x, %d) = %d\n",
148 DPRINTF(("sigmask = 0x%x\n", td->td_sigmask));
149 DPRINTF(("sigignore = 0x%x\n", ps->ps_sigignore));
150 DPRINTF(("sigcaught = 0x%x\n", ps->ps_sigcatch));
151 DPRINTF(("siglist = 0x%x\n", td->td_siglist));
185 DPRINTF(("svr4_writ
[all...]
/freebsd-10.0-release/lib/libc/resolv/
H A Dres_findzonecut.c94 #define DPRINTF(x) do {\ macro
193 DPRINTF(("START dname='%s' class=%s, zsize=%ld, naddrs=%d",
201 DPRINTF(("get the soa, and see if it has enough glue"));
208 DPRINTF(("get the ns rrset and see if it has enough glue"));
214 DPRINTF(("get the missing glue and see if it's finally enough"));
219 DPRINTF(("FINISH n=%d (%s)", n, (n < 0) ? strerror(errno) : "OK"));
251 DPRINTF(("satisfy(%s): %d", mname, n));
269 DPRINTF(("add_addrs: %d", n));
307 DPRINTF(("get_soa: do_query('%s', %s) failed (%d)",
312 DPRINTF(("get_so
[all...]
/freebsd-10.0-release/lib/librtld_db/
H A Drtld_db.c47 #define DPRINTF(...) do { \ macro
86 DPRINTF("%s rdap %p notify %p\n", __func__, rdap, notify);
97 DPRINTF("%s onoff %d\n", __func__, onoff);
105 DPRINTF("%s\n", __func__);
133 DPRINTF("%s\n", __func__);
168 DPRINTF("%s\n", __func__);
191 DPRINTF("%s\n", __func__);
203 DPRINTF("%s\n", __func__);
222 DPRINTF("found r_debug_state at 0x%lx\n", (unsigned long)sym.st_value);
/freebsd-10.0-release/sys/dev/usb/
H A Dusb_debug.h44 #define DPRINTF(...) DPRINTFN(1, __VA_ARGS__) macro
46 #define DPRINTF(...) do { } while (0) macro
/freebsd-10.0-release/sys/netipsec/
H A Dxform_tcp.c90 DPRINTF(("%s: SPI must be TCP_SIG_SPI (0x1000)\n",
95 DPRINTF(("%s: unsupported authentication algorithm %u\n",
100 DPRINTF(("%s: no authentication key present\n", __func__));
105 DPRINTF(("%s: invalid key length %u\n", __func__, keylen));
/freebsd-10.0-release/sys/kern/
H A Dsysv_msg.c86 #define DPRINTF(a) printf a macro
88 #define DPRINTF(a) (void)0 macro
222 DPRINTF(("msginfo.msgssz=%d (0x%x)\n", msginfo.msgssz,
228 DPRINTF(("msginfo.msgseg=%d\n", msginfo.msgseg));
392 DPRINTF(("call to msgctl(%d, %d, %p)\n", msqid, cmd, uap->buf));
418 DPRINTF(("msqid (%d) out of range (0<=msqid<%d)\n", msqix,
427 DPRINTF(("no such msqid\n"));
432 DPRINTF(("wrong sequence number\n"));
515 DPRINTF(("can't increase msg_qbytes beyond %d"
520 DPRINTF(("ca
[all...]
/freebsd-10.0-release/sys/boot/arm/ixp425/boot2/
H A Dboot2.c110 #define DPRINTF(fmt, ...) printf(fmt, __VA_ARGS__) macro
112 #define DPRINTF(fmt, ...) macro
195 DPRINTF("cmd is '%s'\n", cmd);
224 DPRINTF("Found %s\n", kname);
250 DPRINTF("Entry point %x for %s\n", addr, kname);
359 DPRINTF("Found an active fbsd slice. (%d)\n", i + 1);
369 DPRINTF("dsk_start %x\n", dsk_start);
381 DPRINTF("p_size = %x\n",
387 DPRINTF("p_offset %x, RAW %x\n",
398 DPRINTF("Invali
[all...]
/freebsd-10.0-release/sys/dev/cpuctl/
H A Dcpuctl.c61 # define DPRINTF(format,...) printf(format, __VA_ARGS__); macro
63 # define DPRINTF(...) macro
152 DPRINTF("[cpuctl,%d]: bad cpu number %d\n", __LINE__, cpu);
202 DPRINTF("[cpuctl,%d]: retriving cpuid level %#0x for %d cpu\n",
230 DPRINTF("[cpuctl,%d]: operating on MSR %#0x for %d cpu\n", __LINE__,
272 DPRINTF("[cpuctl,%d]: XXX %d", __LINE__, cpu);
276 DPRINTF("[cpuctl,%d]: cannot retrive cpuid info for cpu %d",
306 DPRINTF("[cpuctl,%d]: zero-sized firmware image", __LINE__);
310 DPRINTF("[cpuctl,%d]: firmware image too large", __LINE__);
321 DPRINTF("[cpuct
[all...]
/freebsd-10.0-release/sys/powerpc/fpu/
H A Dfpu_emu.c206 DPRINTF(FPE_EX, ("fpu_emulate: emulating insn %x at %p\n",
214 DPRINTF(FPE_EX, ("fpu_emulate: SIGTRAP\n"));
220 DPRINTF(FPE_EX, ("fpu_emulate: success\n"));
225 DPRINTF(FPE_EX, ("fpu_emulate: SIGFPE\n"));
230 DPRINTF(FPE_EX, ("fpu_emulate: SIGSEGV\n"));
236 DPRINTF(FPE_EX, ("fpu_emulate: SIGILL\n"));
329 DPRINTF(FPE_INSN, ("reg %d has %x reg %d has %x\n",
337 DPRINTF(FPE_INSN,
359 DPRINTF(FPE_INSN, ("reg %d has %x reg %d has %x\n",
376 DPRINTF(FPE_INS
[all...]
/freebsd-10.0-release/sys/fs/nandfs/
H A Dbmap.c76 DPRINTF(BMAP, ("%s: node %p lblk %jx enter\n", __func__, node, lblk));
91 DPRINTF(BMAP, ("%s: node %p lblk=%jx trying ip->i_ib[%x]\n", __func__,
96 DPRINTF(BMAP, ("%s: node %p lblk=%jx returning with "
102 DPRINTF(BMAP, ("%s: node %p lblk=%jx ap->in_lbn=%jx "
109 DPRINTF(BMAP, ("%s: node %p lblk=%jx reading block "
122 DPRINTF(BMAP, ("%s: node %p lblk=%jx returning with %jx\n", __func__,
140 DPRINTF(BMAP, ("%s: node %p lblk=%jx\n", __func__, node, lblk));
155 DPRINTF(BMAP, ("%s: node %p reading blocks\n", __func__, node));
188 DPRINTF(BMAP, ("%s: node %p lblk=%jx vblk=%jx\n", __func__, node, lblk,
200 DPRINTF(BMA
[all...]
H A Dnandfs_cleaner.c98 DPRINTF(CLEAN, ("cleaner stopped\n"));
110 DPRINTF(CLEAN, ("%s: sleep\n", __func__));
118 DPRINTF(CLEAN, ("%s: no longer active\n", __func__));
131 DPRINTF(CLEAN, ("%jx %jd %c%c%c %10u\n",
217 DPRINTF(CLEAN, ("%s nbinfos %x\n", __func__, segsum->ss_nbinfos));
251 DPRINTF(CLEAN, ("%s: segno %jx start %jx end %jx\n", __func__, segno,
274 DPRINTF(CLEAN, ("%s: %jx magic %x bytes %x nblocks %x nbinfos "
411 DPRINTF(CLEAN, ("%s: got lock\n", __func__));
430 DPRINTF(CLEAN, ("got:\n"));
432 DPRINTF(CLEA
[all...]
/freebsd-10.0-release/games/fortune/fortune/
H A Dfortune.c77 #define DPRINTF(l,x) { if (Debug >= l) fprintf x; } macro
80 #define DPRINTF(l,x) macro
492 DPRINTF(1, (stderr, "\ttrying \"%s\"\n", path));
497 DPRINTF(1, (stderr, "adding file \"%s\"\n", path));
514 DPRINTF(1, (stderr, "\ttrying \"%s\"\n", path));
541 DPRINTF(2, (stderr, "path = \"%s\"\n", path));
665 DPRINTF(1, (stderr, "adding \"%s\" because of -a\n", offensive));
713 DPRINTF(1, (stderr, "adding dir \"%s\"\n", fp->path));
770 DPRINTF(2, (stderr, "is_fortfile(%s) returns ", file));
779 DPRINTF(
[all...]
/freebsd-10.0-release/tools/regression/kthread/kld/
H A Dkthrdlk.c48 #define DPRINTF(x) do { \ macro
52 #define DPRINTF(x) macro
159 DPRINTF(("sending QUIT signal to the thrdlk threads\n"));
172 DPRINTF(("All test_pause threads die\n"));
/freebsd-10.0-release/sys/geom/uncompress/
H A Dg_uncompress.c55 #define DPRINTF(a) printf a macro
58 #define DPRINTF(a) macro
183 DPRINTF(("%s: done\n", gp->name));
216 DPRINTF(("%s: done: bio_length %lld bio_completed %lld start_blk %d, "
228 DPRINTF(("%s: done: inflate block %d, start %lld, end %lld "
276 DPRINTF(("%s: done: inflate failed, code=%d\n",
288 DPRINTF(("%s: done: inflated \n", gp->name));
301 DPRINTF(("%s: done: (%d, %lld, %ld)\n",
322 DPRINTF(("%s: start (%s) to %s off=%lld len=%lld\n", gp->name,
356 DPRINTF(("
[all...]
/freebsd-10.0-release/sys/dev/iwn/
H A Dif_iwn.c357 #define DPRINTF(sc, m, fmt, ...) do { \ macro
405 #define DPRINTF(sc, m, fmt, ...) do { (void) sc; } while (0) macro
470 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s: begin\n",__func__);
488 DPRINTF(sc, IWN_DEBUG_RESET, "%s: PCIe INTx Disable set\n",
738 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s: end\n",__func__);
742 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s: end in error\n",__func__);
751 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s begin\n", __func__);
782 DPRINTF(sc, IWN_DEBUG_TRACE, "%s: end\n",__func__);
792 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s begin\n", __func__);
870 DPRINTF(s
[all...]

Completed in 403 milliseconds

1234567891011