Home
last modified time | relevance | path

Searched refs:tapepos (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/tar/
H A Dtar.c629 static blkcnt_t tapepos; /* current block number to be written */ variable
2075 DEBUG("seek = %" FMT_blkcnt_t "K\t", K(tapepos), in putfile()
2261 while (mulvol && tapepos + blocks + 1 > blocklim) { in putfile()
2263 if (((blocklim - tapepos) >= EXTMIN) && in putfile()
2284 DEBUG("seek = %" FMT_blkcnt_t "K\t", K(tapepos), in putfile()
2359 while (mulvol && tapepos + blocks + 1 > blocklim) { in putfile()
2360 if (((blocklim - tapepos) >= EXTMIN) && in putfile()
2377 DEBUG("seek = %" FMT_blkcnt_t "K\t", K(tapepos), in putfile()
2411 while (mulvol && tapepos + blocks + 1 > blocklim) { in putfile()
2412 if (((blocklim - tapepos) >= EXTMIN) && in putfile()
[all …]
/titanic_41/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h731 typedef struct tapepos { struct