Home
last modified time | relevance | path

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

/openbsd/include/protocols/
H A Ddumprestore.h142 #define TS_TAPE 1 /* dump tape header */ macro
/openbsd/sbin/restore/
H A Dtape.c416 if (tmpbuf.c_type == TS_TAPE && (tmpbuf.c_flags & DR_NEWHEADER)) { in getvol()
441 if (tmpbuf.c_type == TS_TAPE && (tmpbuf.c_flags & DR_NEWHEADER)) in getvol()
1063 case TS_TAPE: in gethead()
1118 if (header->c_type == TS_TAPE) { in accthdr()
1240 case TS_TAPE: in findinode()
/openbsd/sbin/dump/
H A Dmain.c403 spcl.c_type = TS_TAPE; in main()
H A Dtape.c687 spcl.c_type = TS_TAPE; in startnewtape()