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

  /src/sbin/dump/
tape.c 110 char (*nextblock)[TP_BSIZE]; variable in typeref:typename:char (*)[]
152 nextblock = wp->tblock;
162 *(union u_spcl *)(*(nextblock)++) = *(const union u_spcl *)dp;
282 int siz = (char *)nextblock - (char *)wp->req;
341 nextblock = wp->tblock;
502 nextblock = twp->tblock;
540 nextblock = wp->tblock;
542 nextblock++;
tape.c 110 char (*nextblock)[TP_BSIZE]; variable in typeref:typename:char (*)[]
152 nextblock = wp->tblock;
162 *(union u_spcl *)(*(nextblock)++) = *(const union u_spcl *)dp;
282 int siz = (char *)nextblock - (char *)wp->req;
341 nextblock = wp->tblock;
502 nextblock = twp->tblock;
540 nextblock = wp->tblock;
542 nextblock++;

Completed in 47 milliseconds