Searched defs:c_tapea (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/head/protocols/
H A Ddumprestore.h58 * is like 'fragsize', in that 'c_tapea' in each tape record
129 daddr32_t c_tapea; /* logical block of this record */ member in struct:u_spcl::s_spcl
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c623 tapea = tmpbuf.c_tapea;
639 i = tapea - tmpbuf.c_tapea - 2;
641 i = tapea - tmpbuf.c_tapea;
1759 int32_t c_tapea; member in struct:u_ospcl::s_ospcl
1787 buf->c_tapea = u_ospcl.s_ospcl.c_tapea;

Completed in 54 milliseconds