Lines Matching refs:dlog
556 static void dlog(const char *, ...);
1227 dlog(const char *format, ...) in dlog() function
1493 dlog("endtape(): found null header; EOT\n"); in endtape()
1682 dlog("passtape: typeflag \"%c\"\n", dblock.dbuf.typeflag); in passtape()
1684 dlog("passtape: name \"%s\"\n", dblock.dbuf.name); in passtape()
1687 dlog("passtape: prefix \"%s\"\n", dblock.dbuf.prefix); in passtape()
1701 dlog("passtape: block count %" FMT_blkcnt_t "\n", blocks); in passtape()
2149 dlog("seek = %" FMT_blkcnt_t "K\n", K(tapepos)); in putfile()
2347 dlog("putfile: %s wants %" FMT_blkcnt_t " blocks\n", longname, in putfile()
2355 dlog("seek = %" FMT_blkcnt_t "K\n", K(tapepos)); in putfile()
2440 dlog("putfile: %s wants %" FMT_blkcnt_t " blocks\n", longname, in putfile()
2444 dlog("seek = %" FMT_blkcnt_t "K\n", K(tapepos)); in putfile()
2487 dlog("putfile: %s wants %" FMT_blkcnt_t " blocks\n", longname, in putfile()
2491 dlog("seek = %" FMT_blkcnt_t "K\t", K(tapepos)); in putfile()
2534 dlog("putfile: %s wants %" FMT_blkcnt_t " blocks\n", longname, in putfile()
2538 dlog("seek = %" FMT_blkcnt_t "K\n", K(tapepos)); in putfile()
4852 dlog("newvol called with 'dumping' set\n"); in newvol()
4885 dlog("update=%d, usefile=%s ", update, usefile); in newvol()
4886 dlog("mt=%d, [%s]\n", mt, strerror(errno)); in newvol()
5071 dlog("seekdisk(%" FMT_blkcnt_t ") called\n", blocks); in seekdisk()
5082 dlog("xtrablks=%" FMT_blkcnt_t " seekval=%" FMT_blkcnt_t " blks\n", in seekdisk()
5097 dlog("reading extra blocks\n"); in seekdisk()
5269 dlog("backtape() called, recno=%" FMT_blkcnt_t " nblock=%d\n", recno, in backtape()
5328 dlog("flushtape() called, recno=%" FMT_blkcnt_t "\n", recno); in flushtape()
5341 dlog("flushtape() %d rounding blocks\n", i); in flushtape()
5348 dlog("writing out %" FMT_blkcnt_t " blocks of %" FMT_blkcnt_t in flushtape()
5480 dlog("defset: archive='%s'; usefile='%s'\n", arch, usefile); in defset()
5481 dlog("defset: nblock='%d'; blocklim='%" FMT_blkcnt_t "'\n", in defset()
5483 dlog("defset: not tape = %d\n", NotTape); in defset()
5808 dlog("wantit(): %d bytes of extra blocks\n", in wantit()
5811 dlog("wantit(): at end of tape.\n"); in wantit()
8077 dlog("seek = %" FMT_blkcnt_t in put_link()