HomeSort by: relevance | last modified time | path
    Searched defs:tblock (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/dump/
tape.c 105 char (*tblock)[TP_BSIZE]; /* buffer for data blocks */ member in struct:worker
144 workers[i].tblock = (char (*)[TP_BSIZE])
146 workers[i].req = (struct req *)workers[i].tblock - ntrec - 1;
152 nextblock = wp->tblock;
341 nextblock = wp->tblock;
465 ntb = (union u_spcl *)twp->tblock[1];
475 otb = (union u_spcl *)wp->tblock;
502 nextblock = twp->tblock;
528 ntb = (union u_spcl *)twp->tblock;
535 *((union u_spcl *)twp->tblock) = *ntb
    [all...]

Completed in 12 milliseconds