Home
last modified time | relevance | path

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

/freebsd/include/protocols/
H A Ddumprestore.h133 #define TS_TAPE 1 /* dump tape header */ macro
/freebsd/sbin/restore/
H A Dtape.c457 if (tmpbuf.c_type == TS_TAPE) { in getvol()
1349 case TS_TAPE: in gethead()
1410 if (header->c_type == TS_TAPE) { in accthdr()
1530 case TS_TAPE: in findinode()
/freebsd/sbin/dump/
H A Dmain.c410 spcl.c_type = TS_TAPE; in main()
H A Dtape.c646 spcl.c_type = TS_TAPE; in startnewtape()