HomeSort by: relevance | last modified time | path
    Searched refs:c_firstrec (Results 1 - 4 of 4) sorted by relevancy

  /src/include/protocols/
dumprestore.h 119 int64_t c_firstrec; /* first record on volume */ member in struct:u_spcl::s_spcl
  /src/sbin/restore/
tape.c 514 (long)tpblksread, (long)tmpbuf.c_firstrec);
517 tpblksread = tmpbuf.c_firstrec;
520 } else if (tmpbuf.c_firstrec > 0 &&
521 tmpbuf.c_firstrec < tpblksread - 1) {
525 i = tpblksread - tmpbuf.c_firstrec - 1;
1513 buf->c_firstrec = buf->c_old_firstrec;
1561 if (header->c_firstrec)
1563 (long long)header->c_firstrec);
1774 s->c_firstrec = bswap64(s->c_firstrec);
    [all...]
  /src/sbin/dump/
tape.c 694 spcl.c_firstrec = iswap32(wp->firstrec);
traverse.c 888 spcl.c_old_firstrec = iswap32(iswap64(spcl.c_firstrec));

Completed in 14 milliseconds