Home
last modified time | relevance | path

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

/titanic_44/usr/src/head/protocols/
H A Ddumprestore.h129 daddr32_t c_tapea; /* logical block of this record */ member
/titanic_44/usr/src/cmd/backup/dump/
H A Ddumpmain.c1118 ((uint64_t)spcl.c_tapea*(tp_bsize/DEV_BSIZE)), in main()
1119 mb((u_offset_t)(unsigned)(spcl.c_tapea)), in main()
1124 ((uint64_t)spcl.c_tapea*(tp_bsize/DEV_BSIZE)), in main()
1125 mb((u_offset_t)(unsigned)(spcl.c_tapea))); in main()
1129 (long)(((float)spcl.c_tapea / (float)timeclock((time_t)0)) in main()
H A Ddumptape.c650 spcl.c_tapea = *tapea; in spclrec()
1346 timeest(1, spcl.c_tapea); in changevol()
1643 spcl.c_tapea = (*tapea) = chkpt.sl_tapea; in otape()
1677 timeest(0, spcl.c_tapea); in otape()
2223 timeest(0, spcl.c_tapea); in dowrite()
2333 chkpt.sl_tapea = spcl.c_tapea + count; in checkpoint()
/titanic_44/usr/src/cmd/backup/restore/
H A Dtape.c623 tapea = tmpbuf.c_tapea; in getvol()
639 i = tapea - tmpbuf.c_tapea - 2; in getvol()
641 i = tapea - tmpbuf.c_tapea; in getvol()
1759 int32_t c_tapea; in gethead() member
1787 buf->c_tapea = u_ospcl.s_ospcl.c_tapea; in gethead()