Home
last modified time | relevance | path

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

/mirbsd/src/sbin/restore/
Dtape.c383 tpblksread, tmpbuf.c_firstrec); in getvol()
386 tpblksread = tmpbuf.c_firstrec; in getvol()
389 } else if (tmpbuf.c_firstrec > 0 && in getvol()
390 tmpbuf.c_firstrec < tpblksread - 1) { in getvol()
394 i = tpblksread - tmpbuf.c_firstrec - 1; in getvol()
1087 if (header->c_firstrec) in accthdr()
1089 header->c_firstrec); in accthdr()
1284 s->c_firstrec = swap32(s->c_firstrec); in swap_header()
/mirbsd/src/include/protocols/
Ddumprestore.h88 int32_t c_firstrec; /* first record on volume */ member
/mirbsd/src/sbin/dump/
Dtape.c670 spcl.c_firstrec = slp->firstrec; in startnewtape()