Home
last modified time | relevance | path

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

/freebsd-13-stable/sbin/dump/
HDtape.c107 char (*tblock)[TP_BSIZE]; /* buffer for data blocks */ member
150 workers[i].tblock = (char (*)[TP_BSIZE]) in alloctape()
152 workers[i].req = (struct req *)workers[i].tblock - ntrec - 1; in alloctape()
158 nextblock = wp->tblock; in alloctape()
294 nextblock = wp->tblock; in flushtape()
403 ntb = (union u_spcl *)twp->tblock[1]; in rollforward()
413 otb = (union u_spcl *)wp->tblock; in rollforward()
440 nextblock = twp->tblock; in rollforward()
466 ntb = (union u_spcl *)twp->tblock; in rollforward()
473 *((union u_spcl *)twp->tblock) = *ntb; in rollforward()
[all …]