HomeSort by: relevance | last modified time | path
    Searched refs:dprintf (Results 1 - 25 of 131) sorted by relevancy

1 2 3 4 5 6

  /src/external/bsd/top/dist/
utils.h 65 #define dprintf xdprintf macro
69 #define dprintf(...) macro
72 #define dprintf(x...) macro
74 #define dprintf if (0) macro
username.c 120 dprintf("username: updating %d with %s, expires %d\n",
128 dprintf("username: updating %d with %s, expires %d\n",
  /src/external/bsd/am-utils/dist/amd/
conf_tok.l 94 # 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("%8d: Non-WS-EQ string \"%s\"\n", yytext)
    [all...]
conf_parse.y 62 # define dprintf(f,s) fprintf(stderr, (f), ayylineno, (s))
65 # define dprintf(f,s)
  /src/usr.bin/shlock/
shlock.c 101 #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("%s: lock file format error\n", Pname)
    [all...]
  /src/tools/compat/
dprintf.c 1 /* $NetBSD: dprintf.c,v 1.2 2013/03/05 16:29:09 christos Exp $ */
46 dprintf(int fd, const char *fmt, ...) function
74 dprintf(1, "Hello %s\n", "world");
  /src/usr.bin/fstat/
ntfs.c 43 #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",
zfs.c 54 dprintf("can't read inode at %p for pid %d", VTOZ(vp), Pid);
58 dprintf("can't read mount at %p for pid %d",
ptyfs.c 65 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",
tmpfs.c 54 dprintf("can't read tmpfs_node at %p for pid %d",
59 dprintf("can't read mount at %p for pid %d",
misc.c 133 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);
fstat.h 54 #define dprintf if (vflg) warnx macro
isofs.c 53 dprintf("can't read inode at %p for pid %d", VTOI(vp), Pid);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zfs_debug.h 68 #define dprintf(...) \ macro
72 #define dprintf(...) ((void)0) macro
  /src/external/bsd/file/dist/src/
dprintf.c 1 /* $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
  /src/lib/libc/stdio/
dprintf.c 1 /* $NetBSD: dprintf.c,v 1.2 2013/04/19 15:22:25 joerg Exp $ */
37 __RCSID("$NetBSD: dprintf.c,v 1.2 2013/04/19 15:22:25 joerg Exp $");
52 dprintf(int fd, const char * __restrict fmt, ...)
  /src/sys/arch/amiga/stand/bootblock/elf2bb/
elf2bb.c 67 #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(("%d PC-relative relocations, %d 32-bit relocations\n"
    [all...]
  /src/sys/arch/mips/cavium/dev/
if_cnmacvar.h 5 #define dprintf printf macro
7 #define dprintf(...) macro
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-dprintf.exp 32 set dp_location1 [gdb_get_line_number "set dprintf 1 here"]
38 mi_gdb_test "[incr i]-dprintf-insert" \
39 "$i\\^error,msg=\"-dprintf-insert: Missing <location>\"" "mi insert without location"
41 mi_gdb_test "[incr i]-dprintf-insert foo" \
42 "$i\\^error,msg=\"-dprintf-insert: Missing <format>\"" "mi insert breakpoint without format string"
44 mi_gdb_test "[incr i]-dprintf-insert 29" \
45 "$i\\^error,msg=\"-dprintf-insert: Missing <format>\"" "mi insert second breakpoint without format string"
49 mi_gdb_test "-dprintf-insert --function main \"hello\"" \
50 "\\^done,bkpt={.*}" "explicit dprintf at main"
52 mi_gdb_test "-dprintf-insert --source $srcfile --line $dp_location1 \"hello\""
    [all...]
mi-dprintf-pending.exp 16 # This test checks if dprintf prints correctly when it's resolved from
24 standard_testfile mi-dprintf-pending.c
26 set libfile1 "mi-dprintf-pendshr"
50 # Set pending dprintf via MI.
51 set bp [mi_make_breakpoint_pending -number "1" -type "dprintf" \
55 mi_gdb_test "-dprintf-insert -f pendfunc1 \"hello\"" \
56 ".*\\^done,$bp" "mi set dprintf"
63 set msg "mi dprintf"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-dprintf.exp 32 set dp_location1 [gdb_get_line_number "set dprintf 1 here"]
38 mi_gdb_test "[incr i]-dprintf-insert" \
39 "$i\\^error,msg=\"-dprintf-insert: Missing <location>\"" "mi insert without location"
41 mi_gdb_test "[incr i]-dprintf-insert foo" \
42 "$i\\^error,msg=\"-dprintf-insert: Missing <format>\"" "mi insert breakpoint without format string"
44 mi_gdb_test "[incr i]-dprintf-insert 29" \
45 "$i\\^error,msg=\"-dprintf-insert: Missing <format>\"" "mi insert second breakpoint without format string"
49 mi_gdb_test "-dprintf-insert --function main \"hello\"" \
50 "\\^done,bkpt={.*}" "explicit dprintf at main"
52 mi_gdb_test "-dprintf-insert --source $srcfile --line $dp_location1 \"hello\""
    [all...]
  /src/sys/fs/ntfs/
ntfs_vnops.c 96 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(("strategy: bcount: %u flags: 0x%x\n"
    [all...]
ntfs_compr.c 57 dprintf(("ntfs_uncompblock: block length: %d + 3, 0x%x,0x%04x\n",
62 dprintf(("ntfs_uncompblock: len: %x instead of %d\n",
  /src/usr.sbin/faithd/
ftp.c 503 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(src
    [all...]
  /src/external/bsd/top/dist/machine/
m_sunos5.c 550 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_namematch: chain changed to %d...updating\n"
    [all...]

Completed in 43 milliseconds

1 2 3 4 5 6