Searched refs:dprintf (Results 1 - 25 of 65) sorted by relevance

123

/freebsd-10-stable/contrib/amd/amd/
H A Dconf_tok.l92 # define dprintf(f,s) fprintf(stderr, (f), ayylineno, (s))
95 # define dprintf(f,s)
130 dprintf("%8d: Left bracket \"%s\"\n", yytext);
136 dprintf("%8d: Right bracket \"%s\"\n", yytext);
142 dprintf("%8d: Equal \"%s\"\n", yytext);
148 dprintf("%8d: Whitespace \"%s\"\n", yytext);
154 dprintf("%8d: Comment \"%s\"\n", yytext);
158 dprintf("%8d: Non-WS string \"%s\"\n", yytext);
164 dprintf("%8d: QUOTED-Non-WS-EQ string \"%s\"\n", yytext);
172 dprintf("
[all...]
H A Dconf_parse.y60 # define dprintf(f,s) fprintf(stderr, (f), ayylineno, (s))
63 # define dprintf(f,s)
/freebsd-10-stable/lib/libc/stdio/
H A Ddprintf.c37 dprintf(int fd, const char * __restrict fmt, ...) function
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_debug.h67 #define dprintf(...) \ macro
71 #define dprintf(...) ((void)0) macro
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddrti.c71 dprintf(int debug, const char *fmt, ...) function
112 dprintf(1, "fixing %s() symbol\n", s);
176 dprintf(1, "couldn't discover module name or address\n");
182 dprintf(1, "couldn't discover link map ID\n");
195 dprintf(1, "couldn't open file for reading\n");
199 dprintf(1, "elf_begin failed\n");
222 dprintf(1, "SUNW_dof section not found\n");
239 dprintf(0, ".SUNW_dof section corrupt\n");
260 dprintf(1, "failed to open helper device %s", devnamep);
272 dprintf(
[all...]
/freebsd-10-stable/contrib/file/src/
H A Ddprintf.c31 FILE_RCSID("@(#)$File: dprintf.c,v 1.1 2015/11/13 15:36:14 christos Exp $")
40 dprintf(int fd, const char *fmt, ...) function
/freebsd-10-stable/sys/dev/gpio/
H A Dgpioc.c46 #define dprintf printf macro
48 #define dprintf(x, arg...) macro
129 dprintf("get config pin %d\n", pin.gp_pin);
141 dprintf("set config pin %d\n", pin.gp_pin);
153 dprintf("read pin %d -> %d\n",
161 dprintf("write pin %d -> %d\n",
166 dprintf("toggle pin %d\n",
/freebsd-10-stable/sys/arm/arm/
H A Dpl190.c47 #define dprintf(fmt, args...) printf(fmt, ##args) macro
49 #define dprintf(fmt, args...) macro
182 dprintf("%s: %d\n", __func__, nb);
190 dprintf("%s: %d\n", __func__, nb);
/freebsd-10-stable/contrib/one-true-awk/
H A Dlib.c120 dprintf( ("RS=<%s>, FS=<%s>, ARGC=%g, FILENAME=%s\n",
129 dprintf( ("argno=%d, file=|%s|\n", argno, file) );
142 dprintf( ("opening file %s\n", file) );
223 dprintf( ("readrec saw <%s>, returns %d\n", buf, c == EOF && rr == buf ? 0 : 1) );
240 dprintf( ("getargv(%d) returns |%s|\n", n, s) );
259 dprintf( ("command line set %s to |%s|\n", s, p) );
437 dprintf( ("into refldbld, rec = <%s>, pat = <%s>\n", rec, fs) );
446 dprintf( ("refldbld: i=%d\n", i) );
449 dprintf( ("match %s (%d chars)\n", patbeg, patlen) );
455 dprintf( ("n
[all...]
H A Dmain.c163 dprintf( ("program = |%s|\n", argv[1]) );
172 dprintf( ("argc=%d, argv[0]=%s\n", argc, argv[0]) );
180 dprintf( ("errorflag=%d\n", errorflag) );
H A Dtran.c214 dprintf( ("setsymtab found %p: n=%s s=\"%s\" f=%g t=%o\n",
233 dprintf( ("setsymtab set %p: n=%s s=\"%s\" f=%g t=%o\n",
292 dprintf( ("setting field %d to %g\n", fldno, f) );
303 dprintf( ("setfval %p: %s = %g, t=%o\n", (void*)vp, NN(vp->nval), f, vp->tval) );
322 dprintf( ("starting setsval %p: %s = \"%s\", t=%o, r,f=%d,%d\n",
331 dprintf( ("setting field %d to %s (%p)\n", fldno, s, s) );
342 dprintf( ("setsval %p: %s = \"%s (%p) \", t=%o r,f=%d,%d\n",
360 dprintf( ("getfval %p: %s = %g, t=%o\n",
387 dprintf( ("getsval %p: %s = \"%s (%p)\", t=%o\n",
H A Dawk.h35 #define NN(p) ((p) ? (p) : "(null)") /* guaranteed non-null for dprintf
40 # define dprintf(x) if (dbg) printf x macro
42 # define dprintf(x) macro
/freebsd-10-stable/sbin/restore/
H A Drestore.c81 dprintf(stdout, "%s: not on the tape\n", name);
182 dprintf(stdout, "%s: REMOVE\n", myname(ep));
272 dprintf(stdout, "name/inode conflict, mktempname %s\n",
300 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name,
336 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name,
360 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name,
373 dprintf(stdout, "[%s] %s: %s|LINK\n", keyval(key), name,
390 dprintf(stdout, "[%s] %s: %s|LINK\n", keyval(key), name,
397 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name,
439 dprintf(stdou
[all...]
H A Drestore.h147 #define dprintf if (dflag) fprintf macro
H A Dtape.c274 dprintf(stdout, "header read failed at %ld blocks\n", blksread);
283 dprintf(stdout, "maxino = %ju\n", (uintmax_t)maxino);
431 dprintf(stdout, "header read failed at %ld blocks\n", blksread);
459 dprintf(stdout, "last rec %jd, tape starts with %jd\n",
482 dprintf(stderr, "Skipping %ld duplicate record%s.\n",
741 dprintf(stdout, "\n\t%scorrupted",
757 dprintf(stdout, " (set using extattr_set_file)");
769 dprintf(stdout, " (set using acl_set_file)");
777 dprintf(stdout, " (set using acl_set_file)");
801 dprintf(stdou
[all...]
/freebsd-10-stable/sys/arm/versatile/
H A Dversatile_sic.c47 #define dprintf(fmt, args...) printf(fmt, ##args) macro
49 #define dprintf(fmt, args...) macro
H A Dversatile_pci.c86 #define dprintf(fmt, args...) do { printf("%s(): ", __func__); \ macro
89 #define dprintf(fmt, args...) macro
311 dprintf("Alloc resources %d, %08lx..%08lx, %ld\n", type, start, end, count);
441 dprintf("%s: tag (%x, %x, %x) reg %d(%d)\n", __func__, bus, slot,
451 dprintf("%s: read 0x%x\n", __func__, data);
464 dprintf("%s: tag (%x, %x, %x) reg %d(%d)\n", __func__, bus, slot,
/freebsd-10-stable/sys/mips/mips/
H A Dnexus.c65 #define dprintf printf macro
67 #define dprintf(x, arg...) macro
247 dprintf("%s: entry (%p, %p, %d, %p, %p, %p, %ld, %d)\n",
250 dprintf("%s: requested rid is %d\n", __func__, *rid);
322 dprintf("%s: entry (%p, %p, %d, %d, %p, %ld)\n",
357 dprintf("%s: entry\n", __func__);
366 dprintf("%s: entry\n", __func__);
476 dprintf("%s: discovered hinted child %s at maddr %p(%d)\n",
/freebsd-10-stable/usr.sbin/syslogd/
H A Dsyslogd.c127 #define dprintf if (Debug) printf macro
394 dprintf("madvise() failed: %s\n", strerror(errno));
581 dprintf("cannot create %s (%d)\n", fx->name, errno);
605 dprintf("listening on inet and/or inet6 socket\n");
607 dprintf("sending on inet and/or inet6 socket\n");
614 dprintf("can't open %s (%d)\n", _PATH_KLOG, errno);
619 dprintf("off & running....\n");
954 dprintf("logmsg: pri %o, flags %x, from %s, msg %s\n",
1067 dprintf("msg repeated %d times, %ld sec of %d\n",
1223 dprintf("Loggin
[all...]
/freebsd-10-stable/sys/mips/cavium/cryptocteon/
H A Dcavium_crypto.c240 dprintf("%s()\n", __func__);
334 dprintf("%s()\n", __func__);
338 dprintf("%s: Bad parameters od=%p iov=%p iovlen=%jd "
360 dprintf("%s: Bad key length %d\n", __func__, od->octo_encklen);
393 dprintf("%s()\n", __func__);
397 dprintf("%s: Bad parameters od=%p iov=%p iovlen=%jd "
418 dprintf("%s: Bad key length %d\n", __func__, od->octo_encklen);
453 dprintf("%s()\n", __func__);
457 dprintf("%s: Bad parameters od=%p iov=%p iovlen=%jd "
483 dprintf("
[all...]
H A Dcryptocteonvar.h64 #define dprintf(fmt, ...) \ macro
H A Dcryptocteon.c148 dprintf("%s,%d - EINVAL bad cipher/hash or combination\n",
153 dprintf("%s,%d - EINVAL cannot handle chained cipher/hash combos\n",
184 dprintf("%s,%d: ENOBUFS\n", __FILE__, __LINE__);
204 dprintf("%s,%d: ENOBUFS\n", __FILE__, __LINE__);
254 dprintf("%s,%d: EINVALn", __FILE__, __LINE__);
279 dprintf("%s,%d: EINVALn", __FILE__, __LINE__);
297 dprintf("%s,%d: EINVALn", __FILE__, __LINE__);
361 dprintf("%s,%d: EINVAL\n", __FILE__, __LINE__);
370 dprintf("%s,%d: ENOENT\n", __FILE__, __LINE__);
413 dprintf("
[all...]
/freebsd-10-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_intr.c78 #define dprintf(fmt, args...) printf(fmt, ##args) macro
80 #define dprintf(fmt, args...) macro
208 dprintf("%s: %d\n", __func__, nb);
228 dprintf("%s: %d\n", __func__, nb);
/freebsd-10-stable/lib/libc/net/
H A Dgethostbydns.c91 static void dprintf(char *, int, res_state) __printflike(1, 0);
110 dprintf(msg, num, res) function
123 # define dprintf(msg, num, res) /*nada*/ macro
376 dprintf("size (%d) too big\n", n, statp);
382 dprintf("Too many addresses (%d)\n",
396 dprintf("Impossible condition (type=%d)\n", type,
523 dprintf("res_nsearch failed (%d)\n", n, statp);
528 dprintf("static buffer is too small (%d)\n", n, statp);
630 dprintf("res_nquery failed (%d)\n", n, statp);
636 dprintf("stati
[all...]
/freebsd-10-stable/sys/mips/atheros/
H A Dar71xx_pci.c71 #define dprintf printf macro
73 #define dprintf(x, arg...) macro
156 dprintf("%s: PCI error = %02x\n", __func__, error);
169 dprintf("%s: AHB error = %02x\n", __func__, error);
206 dprintf("%s: tag (%x, %x, %x) %d/%d addr=%08x, cmd=%08x\n", __func__,
230 dprintf("%s: tag (%x, %x, %x) reg %d(%d)\n", __func__, bus, slot,
244 dprintf("%s: read 0x%x\n", __func__, data);
254 dprintf("%s: local write reg %d(%d)\n", __func__, reg, bytes);
270 dprintf("%s: tag (%x, %x, %x) reg %d(%d)\n", __func__, bus, slot,

Completed in 289 milliseconds

123