Home
last modified time | relevance | path

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

/freebsd/sbin/dump/
H A Dtape.c101 char (*tblock)[TP_BSIZE]; /* buffer for data blocks */ member
144 workers[i].tblock = (char (*)[TP_BSIZE]) in alloctape()
146 workers[i].req = (struct req *)workers[i].tblock - ntrec - 1; in alloctape()
152 nextblock = wp->tblock; in alloctape()
288 nextblock = wp->tblock; in flushtape()
397 ntb = (union u_spcl *)twp->tblock[1]; in rollforward()
407 otb = (union u_spcl *)wp->tblock; in rollforward()
434 nextblock = twp->tblock; in rollforward()
460 ntb = (union u_spcl *)twp->tblock; in rollforward()
467 *((union u_spcl *)twp->tblock) = *ntb; in rollforward()
[all …]