Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/protocols/
H A Ddumprestore.h157 #define TS_TAPE 1 /* dump tape header */ macro
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c601 } else if (spcl.c_type == TS_TAPE) { in spclrec()
626 else if (spcl.c_type == TS_TAPE) in spclrec()
1587 spcl.c_type = TS_TAPE; in otape()
2089 if (sp->s_spcl.c_type != TS_TAPE) in dowrite()
2191 case TS_TAPE: in checkpoint()
2214 case TS_TAPE: in checkpoint()
H A Ddumptraverse.c427 spcl.c_type = TS_TAPE; in lf_dump()
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c618 if (tmpbuf.c_type == TS_TAPE && (tmpbuf.c_flags & DR_NEWHEADER)) { in getvol()
1836 case TS_TAPE: in gethead()
1898 if (header->c_type == TS_TAPE) { in accthdr()