Home
last modified time | relevance | path

Searched refs:curblk (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/sbin/restore/
HDtape.c879 int curblk, attrsize; in getfile() local
884 curblk = 0; in getfile()
913 readtape(&buf[curblk++][0]); in getfile()
914 if (curblk == fssize / TP_BSIZE) { in getfile()
917 fssize : (curblk - 1) * TP_BSIZE + size)); in getfile()
918 curblk = 0; in getfile()
921 if (curblk > 0) { in getfile()
924 curblk * TP_BSIZE : in getfile()
925 (curblk - 1) * TP_BSIZE + size)); in getfile()
926 curblk = 0; in getfile()
[all …]
/freebsd-14-stable/stand/libsa/
HDcd9660read.c315 static daddr_t curstart = 0, curblk = 0; in cd9660_fsread() local
345 if (curblk != curstart + blk_off) { in cd9660_fsread()
346 curblk = curstart + blk_off; in cd9660_fsread()
347 read_iso_block(blkbuf, curblk); in cd9660_fsread()
/freebsd-14-stable/sbin/fsdb/
HDfsdb.c53 static int compare_blk32(uint32_t *wantedblk, uint32_t curblk);
54 static int compare_blk64(uint64_t *wantedblk, uint64_t curblk);
619 compare_blk32(uint32_t *wantedblk, uint32_t curblk) in compare_blk32() argument
624 if (wantedblk[i] != 0 && wantedblk[i] == curblk) { in compare_blk32()
633 compare_blk64(uint64_t *wantedblk, uint64_t curblk) in compare_blk64() argument
638 if (wantedblk[i] != 0 && wantedblk[i] == curblk) { in compare_blk64()