Home
last modified time | relevance | path

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

/freebsd/include/protocols/
H A Ddumprestore.h138 #define TS_END 5 /* end of volume marker */ macro
/freebsd/sbin/restore/
H A Dtape.c237 endoftapemark.s_spcl.c_type = TS_END; in setup()
882 if (spcl.c_type == TS_END) in getfile()
1355 case TS_END: in gethead()
1435 case TS_END: in accthdr()
1445 if (header->c_type != TS_END) in accthdr()
1513 case TS_END: in findinode()
/freebsd/sbin/dump/
H A Dmain.c588 spcl.c_type = TS_END; in main()
H A Dtape.c277 if (spcl.c_type != TS_END && spcl.c_type != TS_CLRI && in flushtape()