Home
last modified time | relevance | path

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

/original-bsd/old/dump.4.1/
H A Ddumptape.c13 char tblock[NTREC][BSIZE]; variable
23 tblock[trecno][i] = *dp++;
63 bread(d, tblock[si], BSIZE); in flusht()
68 if (write(to, tblock[0], sizeof(tblock)) != sizeof(tblock) ){ in flusht()
96 asize += sizeof(tblock)/density; in flusht()
/original-bsd/sbin/dump/
H A Dtape.c128 slaves[i].tblock = (char (*)[TP_BSIZE]) in alloctape()
136 nextblock = slp->tblock; in alloctape()
274 nextblock = slp->tblock; in flushtape()
365 ntb = (union u_spcl *)tslp->tblock[1]; in rollforward()
375 otb = (union u_spcl *)slp->tblock; in rollforward()
402 nextblock = tslp->tblock; in rollforward()
428 ntb = (union u_spcl *)tslp->tblock; in rollforward()
436 ntb = (union u_spcl *)tslp->tblock[1]; in rollforward()
440 nextblock = slp->tblock; in rollforward()
742 bread(p->dblk, slp->tblock[trecno],
[all …]
/original-bsd/local/ukc/dump/
H A Ddumptape.c17 char (*tblock)[TP_BSIZE]; /* pointer to malloc()ed buffer for tape */ variable
70 tblock = (char (*)[TP_BSIZE]) (((long)&req[ntrec] + pgoff) &~ pgoff); in alloctape()
71 req = (struct req *)tblock - ntrec; in alloctape()
81 *(union u_spcl *)(*tblock++) = *(union u_spcl *)dp; /* movc3 */
153 int siz = (char *)tblock - (char *)req; in flusht()
160 tblock = (char (*)[TP_BSIZE]) &req[ntrec]; in flusht()
490 bread(p->dblk, tblock[trecno],
494 tblock[trecno], TP_BSIZE) != TP_BSIZE) {
503 if ((host ? rmtwrite(tblock[0], writesize)
504 : write(to, tblock[0], writesize)) != writesize) {
[all …]