Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mvme68k/stand/bootst/
H A Drawfs.c135 daddr_t curblk, targblk; in rawfs_seek() local
147 curblk = (fs->fs_curblk < 0) ? 0 : fs->fs_curblk; in rawfs_seek()
173 if (newoff < (curblk * RAWFS_BSIZE)) { in rawfs_seek()
/netbsd-src/sbin/restore/
H A Dtape.c1048 volatile int curblk, attrsize; in getfile() local
1053 curblk = 0; in getfile()
1074 readtape(&buf[curblk++][0]); in getfile()
1075 if ((uint32_t)curblk == fssize / TP_BSIZE) { in getfile()
1078 fssize : (curblk - 1) * TP_BSIZE + size)); in getfile()
1079 curblk = 0; in getfile()
1082 if (curblk > 0) { in getfile()
1085 curblk * TP_BSIZE : in getfile()
1086 (curblk - 1) * TP_BSIZE + size)); in getfile()
1087 curblk = 0; in getfile()
[all …]
/netbsd-src/sbin/fsdb/
H A Dfsdb.c739 compare_blk32(uint32_t *wantedblk, uint32_t curblk) in compare_blk32() argument
743 if (wantedblk[i] != 0 && wantedblk[i] == curblk) { in compare_blk32()
752 compare_blk64(uint64_t *wantedblk, uint64_t curblk) in compare_blk64() argument
756 if (wantedblk[i] != 0 && wantedblk[i] == curblk) { in compare_blk64()