Home
last modified time | relevance | path

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

/netbsd/src/include/protocols/
Ddumprestore.h146 #define TS_TAPE 1 /* dump tape header */ macro
/netbsd/src/sbin/restore/
Dtape.c515 if (tmpbuf.c_type == TS_TAPE && (tmpbuf.c_flags & DR_NEWHEADER)) { in getvol()
540 if (tmpbuf.c_type == TS_TAPE && (tmpbuf.c_flags & DR_NEWHEADER)) in getvol()
1502 case TS_TAPE: in gethead()
1558 if (header->c_type == TS_TAPE) { in accthdr()
1682 case TS_TAPE: in findinode()
/netbsd/src/sbin/dump/
Dmain.c530 spcl.c_type = iswap32(TS_TAPE); in main()
Dtape.c696 spcl.c_type = iswap32(TS_TAPE); in startnewtape()