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

123456

/netbsd-current/external/bsd/top/dist/
H A Dutils.h65 #define dprintf xdprintf macro
69 #define dprintf(...) macro
72 #define dprintf(x...) macro
74 #define dprintf if (0) macro
H A Dusername.c120 dprintf("username: updating %d with %s, expires %d\n",
128 dprintf("username: updating %d with %s, expires %d\n",
/netbsd-current/external/bsd/am-utils/dist/amd/
H A Dconf_tok.l94 # define dprintf(f,s) fprintf(stderr, (f), ayylineno, (s))
97 # define dprintf(f,s)
132 dprintf("%8d: Left bracket \"%s\"\n", yytext);
138 dprintf("%8d: Right bracket \"%s\"\n", yytext);
144 dprintf("%8d: Equal \"%s\"\n", yytext);
150 dprintf("%8d: Whitespace \"%s\"\n", yytext);
156 dprintf("%8d: Comment \"%s\"\n", yytext);
160 dprintf("%8d: Non-WS string \"%s\"\n", yytext);
166 dprintf("%8d: QUOTED-Non-WS-EQ string \"%s\"\n", yytext);
174 dprintf("
[all...]
H A Dconf_parse.y62 # define dprintf(f,s) fprintf(stderr, (f), ayylineno, (s))
65 # define dprintf(f,s)
/netbsd-current/usr.bin/shlock/
H A Dshlock.c101 #define dprintf if (Debug) printf macro
136 dprintf("%s: temporary filename: %s\n", Pname, tempname);
183 dprintf("%s: process %jd is ", Pname, (intmax_t)pid);
185 dprintf("invalid\n");
191 dprintf("dead %jd\n", (intmax_t)pid);
194 dprintf("alive\n");
197 dprintf("state unknown: %s\n", strerror(errno));
201 dprintf("alive\n");
228 dprintf("%s: checking extant lock <%s>\n", Pname, file);
246 dprintf("
[all...]
/netbsd-current/tools/compat/
H A Ddprintf.c1 /* $NetBSD: dprintf.c,v 1.1 2013/03/05 16:26:41 christos Exp $ */
46 dprintf(int fd, const char *fmt, ...) function
74 dprintf(1, "Hello %s\n", "world");
/netbsd-current/usr.bin/fstat/
H A Dntfs.c43 #undef dprintf macro
61 dprintf("can't read fnode at %p for pid %d", VTOF(vp), Pid);
65 dprintf("can't read ntnode at %p for pid %d", FTONT(&fn), Pid);
69 dprintf("can't read ntfsmount at %p for pid %d",
H A Dzfs.c54 dprintf("can't read inode at %p for pid %d", VTOZ(vp), Pid);
58 dprintf("can't read mount at %p for pid %d",
H A Dptyfs.c65 dprintf("can't read ptyfs_node at %p for pid %d",
70 dprintf("can't read mount at %p for pid %d",
82 dprintf("can't read specnode at %p for pid %d",
H A Dtmpfs.c54 dprintf("can't read tmpfs_node at %p for pid %d",
59 dprintf("can't read mount at %p for pid %d",
H A Dmisc.c133 dprintf("can't read bpf at %p for pid %d", f->f_data, Pid);
138 dprintf("can't read bpf interface at %p for pid %d",
142 dprintf("can't read net interfsace"
177 dprintf("can't read sem at %p for pid %d", f->f_data, Pid);
188 dprintf("can't read sem name at %p for pid %d",
207 dprintf("can't read mqueue at %p for pid %d", f->f_data, Pid);
221 dprintf("can't read kqueue at %p for pid %d", f->f_data, Pid);
237 dprintf("can't read audio_file at %p for pid %d",
285 dprintf("can't read memfd at %p for pid %d", f->f_data, Pid);
H A Disofs.c53 dprintf("can't read inode at %p for pid %d", VTOI(vp), Pid);
H A Dfstat.h54 #define dprintf if (vflg) warnx macro
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzfs_debug.h68 #define dprintf(...) \ macro
72 #define dprintf(...) ((void)0) macro
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
H A Dmi-dprintf.exp35 set dp_location1 [gdb_get_line_number "set dprintf 1 here"]
40 mi_gdb_test "[incr i]-dprintf-insert" \
41 "$i\\^error,msg=\"-dprintf-insert: Missing <location>\"" "mi insert without location"
43 mi_gdb_test "[incr i]-dprintf-insert foo" \
44 "$i\\^error,msg=\"-dprintf-insert: Missing <format>\"" "mi insert breakpoint without format string"
46 mi_gdb_test "[incr i]-dprintf-insert 29" \
47 "$i\\^error,msg=\"-dprintf-insert: Missing <format>\"" "mi insert second breakpoint without format string"
51 mi_gdb_test "-dprintf-insert --function main \"hello\"" \
52 "\\^done,bkpt={.*}" "explicit dprintf at main"
54 mi_gdb_test "-dprintf
[all...]
H A Dmi-dprintf-pending.exp16 # This test checks if dprintf prints correctly when it's resolved from
26 standard_testfile mi-dprintf-pending.c
28 set libfile1 "mi-dprintf-pendshr"
57 # Set pending dprintf via MI.
58 mi_gdb_test "-dprintf-insert -f pendfunc1 \"hello\"" \
59 ".*\\^done,bkpt={number=\"1\",type=\"dprintf\",disp=\"keep\",enabled=\"y\",addr=\"<PENDING>\",pending=\"pendfunc1\",times=\"0\",original-location=\"pendfunc1\"}" \
60 "mi set dprintf"
67 set msg "mi dprintf"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dmi-dprintf.exp28 set dp_location1 [gdb_get_line_number "set dprintf 1 here"]
34 mi_gdb_test "[incr i]-dprintf-insert" \
35 "$i\\^error,msg=\"-dprintf-insert: Missing <location>\"" "mi insert without location"
37 mi_gdb_test "[incr i]-dprintf-insert foo" \
38 "$i\\^error,msg=\"-dprintf-insert: Missing <format>\"" "mi insert breakpoint without format string"
40 mi_gdb_test "[incr i]-dprintf-insert 29" \
41 "$i\\^error,msg=\"-dprintf-insert: Missing <format>\"" "mi insert second breakpoint without format string"
45 mi_gdb_test "-dprintf-insert --function main \"hello\"" \
46 "\\^done,bkpt={.*}" "explicit dprintf at main"
48 mi_gdb_test "-dprintf
[all...]
/netbsd-current/external/bsd/file/dist/src/
H A Ddprintf.c1 /* $NetBSD: dprintf.c,v 1.1.1.3 2023/08/18 18:36:49 christos Exp $ */
34 FILE_RCSID("@(#)$File: dprintf.c,v 1.4 2022/09/24 20:30:13 christos Exp $")
36 __RCSID("$NetBSD: dprintf.c,v 1.1.1.3 2023/08/18 18:36:49 christos Exp $");
46 dprintf(int fd, const char *fmt, ...) function
/netbsd-current/lib/libc/stdio/
H A Ddprintf.c1 /* $NetBSD: dprintf.c,v 1.1 2010/09/06 14:52:55 christos Exp $ */
37 __RCSID("$NetBSD: dprintf.c,v 1.1 2010/09/06 14:52:55 christos Exp $");
52 dprintf(int fd, const char * __restrict fmt, ...)
/netbsd-current/sys/arch/amiga/stand/bootblock/elf2bb/
H A Delf2bb.c67 #define dprintf(x) if (debug) printf x macro
69 #define dprintf(x) macro
149 dprintf(("%04x sections, offset %08x\n", be16toh(eh->e_shnum),
165 dprintf((" name type flags"
170 dprintf(("%2d: %08x %-16s %08x %08x %08x %08x %08x %08x\n", i,
204 dprintf(("tsz = 0x%x, dsz = 0x%x, bsz = 0x%x, total 0x%x\n",
210 dprintf(("%d relocs\n", trsz / 12));
257 dprintf(("vaddr 0x%04x size 0x%04x offset 0x%04x section %s\n",
342 dprintf(("reloc %04x info %04x (type %d sym %d) add 0x%x val %x\n",
377 dprintf(("
[all...]
/netbsd-current/sys/arch/mips/cavium/dev/
H A Dif_cnmacvar.h5 #define dprintf printf macro
7 #define dprintf(...) macro
/netbsd-current/sys/fs/ntfs/
H A Dntfs_vnops.c96 dprintf(("ntfs_bmap: vn: %p, blk: %d\n", ap->a_vp,(u_int32_t)ap->a_bn));
123 dprintf(("ntfs_read: ino: %llu, off: %qd resid: %qd\n",
127 dprintf(("ntfs_read: filesize: %qu",(long long)fp->f_size));
135 dprintf((", toread: %qu\n",(long long)toread));
158 dprintf(("ntfs_bypass: %s\n", ap->a_desc->vdesc_name));
176 dprintf(("ntfs_getattr: %llu, flags: %d\n",
215 dprintf(("ntfs_inactive: vnode: %p, ntnode: %llu\n", vp,
241 dprintf(("ntfs_reclaim: vnode: %p, ntnode: %llu\n", vp,
301 dprintf(("ntfs_strategy: blkno: %d, lblkno: %d\n",
305 dprintf(("strateg
[all...]
H A Dntfs_compr.c57 dprintf(("ntfs_uncompblock: block length: %d + 3, 0x%x,0x%04x\n",
62 dprintf(("ntfs_uncompblock: len: %x instead of %d\n",
/netbsd-current/usr.sbin/faithd/
H A Dftp.c503 return dprintf(src,
556 return dprintf(dst,
566 return dprintf(dst,
662 return dprintf(src, "501 %s disallowed in EPSV ALL\r\n",
674 return dprintf(src,
693 return dprintf(src,
734 return dprintf(dst, "PORT %d,%d,%d,%d,%d,%d\r\n",
752 return dprintf(src, "501 %s disallowed in EPSV ALL\r\n",
763 return dprintf(src,
782 return dprintf(sr
[all...]
/netbsd-current/external/bsd/top/dist/machine/
H A Dm_sunos5.c550 dprintf("getkval(%08x, %08x, %d, %s)\n", offset, ptr, size, refstr);
554 dprintf("getkval: read failed\n");
566 dprintf("getkval read %d (%08x)\n", *ptr);
597 dprintf("procs_prealloc: need %d, deficit %d\n", max, cnt);
602 dprintf("procs_prealloc: idxprocs %d, allprocs %08x, nextproc %08x, new %08x\n",
609 dprintf("procs_prealloc: done filling at %08x\n", new);
741 dprintf("kstat_safe_retrieve(%08x -> %08x, %s, %d, %s, %08x)\n",
765 dprintf("kstat_safe_retrieve: chain changed to %d...updating\n",
798 dprintf("kstat_safe_namematch(%d, %08x, %s, %08x, %d)\n",
824 dprintf("kstat_safe_namematc
[all...]

Completed in 220 milliseconds

123456