Home
last modified time | relevance | path

Searched refs:dprintf (Results 1 – 25 of 114) sorted by relevance

12345

/netbsd-src/usr.bin/shlock/
H A Dshlock.c101 #define dprintf if (Debug) printf macro
136 dprintf("%s: temporary filename: %s\n", Pname, tempname); in xtmpfile()
183 dprintf("%s: process %jd is ", Pname, (intmax_t)pid); in p_exists()
185 dprintf("invalid\n"); in p_exists()
191 dprintf("dead %jd\n", (intmax_t)pid); in p_exists()
194 dprintf("alive\n"); in p_exists()
197 dprintf("state unknown: %s\n", strerror(errno)); in p_exists()
201 dprintf("alive\n"); in p_exists()
228 dprintf("%s: checking extant lock <%s>\n", Pname, file); in cklock()
246 dprintf(" in cklock()
[all...]
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dconf_tok.l94 # define dprintf(f,s) fprintf(stderr, (f), ayylineno, (s)) macro
97 # define dprintf(f,s) macro
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);
/netbsd-src/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)); in ntfs_bmap()
123 dprintf(("ntfs_read: ino: %llu, off: %qd resid: %qd\n", in ntfs_read()
127 dprintf(("ntfs_read: filesize: %qu",(long long)fp->f_size)); in ntfs_read()
135 dprintf((", toread: %qu\n",(long long)toread)); in ntfs_read()
158 dprintf(("ntfs_bypass: %s\n", ap->a_desc->vdesc_name)); in ntfs_bypass()
176 dprintf(("ntfs_getattr: %llu, flags: %d\n", in ntfs_getattr()
215 dprintf(("ntfs_inactive: vnode: %p, ntnode: %llu\n", vp, in ntfs_inactive()
241 dprintf(("ntfs_reclaim: vnode: %p, ntnode: %llu\n", vp, in ntfs_reclaim()
301 dprintf(("ntfs_strategy: blkno: %d, lblkno: %d\n", in ntfs_strategy()
305 dprintf(("strategy: bcount: %u flags: 0x%x\n", in ntfs_strategy()
[all …]
H A Dntfs_subr.c101 dprintf(("%s: ino: %llu, type: 0x%x\n", __func__, in ntfs_ntvattrrele()
119 dprintf(("%s: node not loaded, ino: %llu\n", __func__, in ntfs_findvattr()
171 dprintf(("%s: ino: %llu, type: 0x%x, name: %s, vcn: %qu\n", in ntfs_ntvattrget()
176 dprintf(("%s: ino: %llu, type: 0x%x, vcn: %qu\n", __func__, in ntfs_ntvattrget()
187 dprintf(("%s: NON-EXISTENT ATTRIBUTE: " in ntfs_ntvattrget()
206 dprintf(("%s: attrlist: ino: %d, attr: 0x%x, vcn: %qu\n", in ntfs_ntvattrget()
222 dprintf(("%s: attribute in ino: %d\n", __func__, in ntfs_ntvattrget()
243 dprintf(("%s: NON-EXISTENT ATTRIBUTE: ino: %llu, type: 0x%x, " in ntfs_ntvattrget()
265 dprintf(("%s: loading ino: %llu\n", __func__, in ntfs_loadntnode()
278 dprintf(("%s: read system node\n", __func__)); in ntfs_loadntnode()
[all …]
H A Dntfs_vfsops.c300 dprintf(("ntfs_superblock_validate: invalid boot block\n")); in ntfs_superblock_validate()
304 dprintf(("ntfs_superblock_validate: invalid bytes per sector\n")); in ntfs_superblock_validate()
308 dprintf(("ntfs_superblock_validate: invalid sectors per cluster\n")); in ntfs_superblock_validate()
358 dprintf(("ntfs_mountfs(): bps: %d, spc: %d, media: %x, mftrecsz: %d (%d sects)\n", in ntfs_mountfs()
361 dprintf(("ntfs_mountfs(): mftcn: 0x%x|0x%x\n", in ntfs_mountfs()
378 dprintf(("ntfs_mountfs(): case-%s,%s uid: %d, gid: %d, mode: %o\n", in ntfs_mountfs()
512 dprintf(("ntfs_unmount: unmounting...\n")); in ntfs_unmount()
519 dprintf(("ntfs_unmount: vflushing...\n")); in ntfs_unmount()
522 dprintf(("ntfs_unmount: vflush failed: %d\n",error)); in ntfs_unmount()
565 dprintf(("ntfs_umount: freeing memory...\n")); in ntfs_unmount()
[all …]
/netbsd-src/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), in main()
165 dprintf((" name type flags" in main()
170 dprintf(("%2d: %08x %-16s %08x %08x %08x %08x %08x %08x\n", i, in main()
204 dprintf(("tsz = 0x%x, dsz = 0x%x, bsz = 0x%x, total 0x%x\n", in main()
210 dprintf(("%d relocs\n", trsz / 12)); in main()
257 dprintf(("vaddr 0x%04x size 0x%04x offset 0x%04x section %s\n", in main()
342 dprintf(("reloc %04x info %04x (type %d sym %d) add 0x%x val %x\n", in main()
377 dprintf(("%d PC-relative relocations, %d 32-bit relocations\n", in main()
[all …]
/netbsd-src/usr.bin/fstat/
H A Dfstat.c472 dprintf("filedesc corrupted at %p for pid %d", in dofiles()
500 dprintf("can't read file structures at %p for pid %d", in dofiles()
518 dprintf("can't read file %d at %p for pid %d", in ftrans()
523 dprintf("null ff_file for %d at %p for pid %d", in ftrans()
528 dprintf("can't read file %d at %p for pid %d", in ftrans()
556 dprintf("unknown file type %d for file %d of pid %d", in ftrans()
644 dprintf("can't read vnode at %p for pid %d", vp, Pid); in checkfs()
762 dprintf("can't read inode at %p for pid %d", VTOI(vp), Pid); in ufs_filestat()
767 dprintf("can't read ufsmount at %p for pid %d", inode.i_ump, Pid); in ufs_filestat()
775 dprintf("can't read dinode at %p for pid %d", in ufs_filestat()
[all …]
H A Dmisc.c133 dprintf("can't read bpf at %p for pid %d", f->f_data, Pid); in p_bpf()
138 dprintf("can't read bpf interface at %p for pid %d", in p_bpf()
142 dprintf("can't read net interfsace" in p_bpf()
177 dprintf("can't read sem at %p for pid %d", f->f_data, Pid); in p_sem()
188 dprintf("can't read sem name at %p for pid %d", in p_sem()
207 dprintf("can't read mqueue at %p for pid %d", f->f_data, Pid); in p_mqueue()
221 dprintf("can't read kqueue at %p for pid %d", f->f_data, Pid); in p_kqueue()
237 dprintf("can't read audio_file at %p for pid %d", in p_audio()
285 dprintf("can't read memfd at %p for pid %d", f->f_data, Pid); in p_memfd()
H A Dntfs.c43 #undef dprintf
61 dprintf("can't read fnode at %p for pid %d", VTOF(vp), Pid); in ntfs_filestat()
65 dprintf("can't read ntnode at %p for pid %d", FTONT(&fn), Pid); in ntfs_filestat()
69 dprintf("can't read ntfsmount at %p for pid %d", in ntfs_filestat()
H A Dptyfs.c65 dprintf("can't read ptyfs_node at %p for pid %d", in ptyfs_filestat()
70 dprintf("can't read mount at %p for pid %d", in ptyfs_filestat()
82 dprintf("can't read specnode at %p for pid %d", in ptyfs_filestat()
H A Dzfs.c54 dprintf("can't read inode at %p for pid %d", VTOZ(vp), Pid); in zfs_filestat()
58 dprintf("can't read mount at %p for pid %d", in zfs_filestat()
H A Dtmpfs.c54 dprintf("can't read tmpfs_node at %p for pid %d", in tmpfs_filestat()
59 dprintf("can't read mount at %p for pid %d", in tmpfs_filestat()
/netbsd-src/external/bsd/top/dist/machine/
H A Dm_sunos5.c550 dprintf("getkval(%08x, %08x, %d, %s)\n", offset, ptr, size, refstr); in getkval()
554 dprintf("getkval: read failed\n"); in getkval()
566 dprintf("getkval read %d (%08x)\n", *ptr); in getkval()
597 dprintf("procs_prealloc: need %d, deficit %d\n", max, cnt); in procs_prealloc()
602 dprintf("procs_prealloc: idxprocs %d, allprocs %08x, nextproc %08x, new %08x\n", in procs_prealloc()
609 dprintf("procs_prealloc: done filling at %08x\n", new); in procs_prealloc()
741 dprintf("kstat_safe_retrieve(%08x -> %08x, %s, %d, %s, %08x)\n", in kstat_safe_retrieve()
765 dprintf("kstat_safe_retrieve: chain changed to %d...updating\n", in kstat_safe_retrieve()
798 dprintf("kstat_safe_namematch(%d, %08x, %s, %08x, %d)\n", in kstat_safe_namematch()
824 dprintf("kstat_safe_namematch: chain changed to %d...updating\n", in kstat_safe_namematch()
[all …]
/netbsd-src/usr.sbin/faithd/
H A Dftp.c503 return dprintf(src, in ftp_copyresult()
556 return dprintf(dst, in ftp_copyresult()
566 return dprintf(dst, in ftp_copyresult()
662 return dprintf(src, "501 %s disallowed in EPSV ALL\r\n", in ftp_copycommand()
674 return dprintf(src, in ftp_copycommand()
693 return dprintf(src, in ftp_copycommand()
734 return dprintf(dst, "PORT %d,%d,%d,%d,%d,%d\r\n", in ftp_copycommand()
752 return dprintf(src, "501 %s disallowed in EPSV ALL\r\n", in ftp_copycommand()
763 return dprintf(src, in ftp_copycommand()
782 return dprintf(src, in ftp_copycommand()
[all …]
/netbsd-src/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 Ddisplay.c215 dprintf("display_clear\n"); in display_clear()
242 dprintf("display_move(%d, %d): curr_x %d, curr_y %d\n", x, y, curr_x, curr_y); in display_move()
337 dprintf("display_write(%d, %d, %d, %d, \"%s\")\n", in display_write()
422 dprintf("display_write: clear-eol (bufp = \"%s\")\n", bufp); in display_write()
496 dprintf("display_cte: clearing\n"); in display_cte()
1457 dprintf("i_message(%08x)\n", now); in i_message()
1469 dprintf("i_message: now %d, message_time %d\n", in i_message()
1478 dprintf("i_message: timer expired\n"); in i_message()
1495 dprintf("i_message: showing \"%s\"\n", message_current); in i_message()
1699 dprintf("new_message_v: new message inserted in slot %d\n", i); in new_message_v()
H A Dusername.c120 dprintf("username: updating %d with %s, expires %d\n", in username()
128 dprintf("username: updating %d with %s, expires %d\n", in username()
/netbsd-src/sbin/restore/
H A Drestore.c82 dprintf(stdout, "%s: not on the tape\n", name); in addfile()
184 dprintf(stdout, "%s: REMOVE\n", myname(ep)); in removeoldleaves()
274 dprintf(stdout, "name/inode conflict, mktempname %s\n", in nodeupdates()
302 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates()
338 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates()
362 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates()
375 dprintf(stdout, "[%s] %s: %s|LINK\n", keyval(key), name, in nodeupdates()
392 dprintf(stdout, "[%s] %s: %s|LINK\n", keyval(key), name, in nodeupdates()
399 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates()
442 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates()
[all …]
/netbsd-src/sys/external/bsd/libnv/dist/
H A Dnvlist.c450 dprintf(fd, "%*serror: %d\n", level * 4, "", in nvlist_dump_error_check()
475 dprintf(fd, "%*s%s (%s):", level * 4, "", nvpair_name(nvp), in nvlist_dump()
479 dprintf(fd, " null\n"); in nvlist_dump()
482 dprintf(fd, " %s\n", nvpair_get_bool(nvp) ? in nvlist_dump()
486 dprintf(fd, " %ju (%jd) (0x%jx)\n", in nvlist_dump()
492 dprintf(fd, " [%s]\n", nvpair_get_string(nvp)); in nvlist_dump()
495 dprintf(fd, "\n"); in nvlist_dump()
508 dprintf(fd, " %d\n", nvpair_get_descriptor(nvp)); in nvlist_dump()
517 dprintf(fd, " %zu ", size); in nvlist_dump()
519 dprintf(f in nvlist_dump()
[all...]
/netbsd-src/sys/arch/amiga/dev/
H A Damidisplaycc.c129 static void dprintf(const char *fmt, ...);
1055 dprintf("amidisplaycc: WSDISPLAYIO_SVIDEO %s\n", in amidisplaycc_ioctl()
1061 dprintf("amidisplaycc: WSDISPLAYIO_GVIDEO\n"); in amidisplaycc_ioctl()
1157 dprintf("amidisplaycc: switching to %s mode.\n", in amidisplaycc_setgfxview()
1208 dprintf("amidisplaycc_mmap: Not in mapped mode\n"); in amidisplaycc_mmap()
1221 dprintf("amidisplaycc_mmap: Offset out of range\n"); in amidisplaycc_mmap()
1401 dprintf("amidisplaycc: allocated screen; %dx%dx%d; font=%s\n", in amidisplaycc_alloc_screen()
1463 dprintf("amidisplaycc_show_screen: adp==NULL\n"); in amidisplaycc_show_screen()
1467 dprintf("amidisplaycc_show_screen: scr==NULL\n"); in amidisplaycc_show_screen()
1472 dprintf("amidisplaycc: Screen shift while in gfx mode?"); in amidisplaycc_show_screen()
[all …]
/netbsd-src/sys/arch/mips/cavium/dev/
H A Docteon_gmx.c74 #define dprintf(...) macro
584 dprintf("accept broadcast\n"); in octgmx_set_filter()
588 dprintf("promiscuous (reject cam)\n"); in octgmx_set_filter()
591 dprintf("not promiscuous (accept cam)\n"); in octgmx_set_filter()
605 dprintf("%d: lo(%02x:%02x:%02x:%02x:%02x:%02x) - " in octgmx_set_filter()
615 dprintf("all multicast\n"); in octgmx_set_filter()
646 dprintf("cam%d = 0x%016lx\n", i, in octgmx_set_filter()
660 dprintf("accept all multicast\n"); in octgmx_set_filter()
665 dprintf("use cam\n"); in octgmx_set_filter()
670 dprintf("reject all multicast\n"); in octgmx_set_filter()
[all …]
H A Dif_cnmacvar.h5 #define dprintf printf macro
7 #define dprintf(...) macro
/netbsd-src/tools/compat/
H A Ddprintf.c46 dprintf(int fd, const char *fmt, ...) in dprintf() function
74 dprintf(1, "Hello %s\n", "world"); in main()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dtxg.c204 dprintf("pool %p\n", dp); in txg_sync_start()
263 dprintf("pool %p\n", dp); in txg_sync_stop()
480 dprintf("waiting; tx_synced=%llu waiting=%llu dp=%p\n", in txg_sync_thread()
512 dprintf("txg=%llu quiesce_txg=%llu sync_txg=%llu\n", in txg_sync_thread()
561 dprintf("txg=%llu quiesce_txg=%llu sync_txg=%llu\n", in txg_quiesce_thread()
571 dprintf("quiesce done, handing off txg %llu\n", txg); in txg_quiesce_thread()
623 dprintf("txg=%llu quiesce_txg=%llu sync_txg=%llu\n", in txg_wait_synced()
626 dprintf("broadcasting sync more " in txg_wait_synced()
648 dprintf("txg=%llu quiesce_txg=%llu sync_txg=%llu\n", in txg_wait_open()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzfs_debug.h68 #define dprintf(...) \ macro
72 #define dprintf(...) ((void)0) macro

12345