Lines Matching refs:dlog

554 static void dlog(const char *, ...);
1224 dlog(const char *format, ...) in dlog() function
1490 dlog("endtape(): found null header; EOT\n"); in endtape()
1679 dlog("passtape: typeflag \"%c\"\n", dblock.dbuf.typeflag); in passtape()
1681 dlog("passtape: name \"%s\"\n", dblock.dbuf.name); in passtape()
1684 dlog("passtape: prefix \"%s\"\n", dblock.dbuf.prefix); in passtape()
1698 dlog("passtape: block count %" FMT_blkcnt_t "\n", blocks); in passtape()
2146 dlog("seek = %" FMT_blkcnt_t "K\n", K(tapepos)); in putfile()
2344 dlog("putfile: %s wants %" FMT_blkcnt_t " blocks\n", longname, in putfile()
2352 dlog("seek = %" FMT_blkcnt_t "K\n", K(tapepos)); in putfile()
2437 dlog("putfile: %s wants %" FMT_blkcnt_t " blocks\n", longname, in putfile()
2441 dlog("seek = %" FMT_blkcnt_t "K\n", K(tapepos)); in putfile()
2484 dlog("putfile: %s wants %" FMT_blkcnt_t " blocks\n", longname, in putfile()
2488 dlog("seek = %" FMT_blkcnt_t "K\t", K(tapepos)); in putfile()
2531 dlog("putfile: %s wants %" FMT_blkcnt_t " blocks\n", longname, in putfile()
2535 dlog("seek = %" FMT_blkcnt_t "K\n", K(tapepos)); in putfile()
4849 dlog("newvol called with 'dumping' set\n"); in newvol()
4882 dlog("update=%d, usefile=%s ", update, usefile); in newvol()
4883 dlog("mt=%d, [%s]\n", mt, strerror(errno)); in newvol()
5068 dlog("seekdisk(%" FMT_blkcnt_t ") called\n", blocks); in seekdisk()
5079 dlog("xtrablks=%" FMT_blkcnt_t " seekval=%" FMT_blkcnt_t " blks\n", in seekdisk()
5094 dlog("reading extra blocks\n"); in seekdisk()
5266 dlog("backtape() called, recno=%" FMT_blkcnt_t " nblock=%d\n", recno, in backtape()
5325 dlog("flushtape() called, recno=%" FMT_blkcnt_t "\n", recno); in flushtape()
5338 dlog("flushtape() %d rounding blocks\n", i); in flushtape()
5345 dlog("writing out %" FMT_blkcnt_t " blocks of %" FMT_blkcnt_t in flushtape()
5477 dlog("defset: archive='%s'; usefile='%s'\n", arch, usefile); in defset()
5478 dlog("defset: nblock='%d'; blocklim='%" FMT_blkcnt_t "'\n", in defset()
5480 dlog("defset: not tape = %d\n", NotTape); in defset()
5805 dlog("wantit(): %d bytes of extra blocks\n", in wantit()
5808 dlog("wantit(): at end of tape.\n"); in wantit()
8062 dlog("seek = %" FMT_blkcnt_t in put_link()