Home
last modified time | relevance | path

Searched refs:c_tapea (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/head/protocols/
H A Ddumprestore.h127 daddr32_t c_tapea; /* logical block of this record */ member
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpmain.c1157 ((uint64_t)spcl.c_tapea*(tp_bsize/DEV_BSIZE)), in main()
1158 mb((u_offset_t)(unsigned)(spcl.c_tapea)), in main()
1163 ((uint64_t)spcl.c_tapea*(tp_bsize/DEV_BSIZE)), in main()
1164 mb((u_offset_t)(unsigned)(spcl.c_tapea))); in main()
1168 (long)(((float)spcl.c_tapea / (float)timeclock((time_t)0)) in main()
H A Ddumptape.c607 spcl.c_tapea = *tapea; in spclrec()
1272 timeest(1, spcl.c_tapea); in changevol()
1570 spcl.c_tapea = (*tapea) = chkpt.sl_tapea; in otape()
1604 timeest(0, spcl.c_tapea); in otape()
2133 timeest(0, spcl.c_tapea); in dowrite()
2243 chkpt.sl_tapea = spcl.c_tapea + count; in checkpoint()
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c624 tapea = tmpbuf.c_tapea; in getvol()
640 i = tapea - tmpbuf.c_tapea - 2; in getvol()
642 i = tapea - tmpbuf.c_tapea; in getvol()
1756 int32_t c_tapea; in gethead() member
1784 buf->c_tapea = u_ospcl.s_ospcl.c_tapea; in gethead()