Home
last modified time | relevance | path

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

/dragonfly/sbin/restore/
HDtape.c214 endoftapemark.s_spcl.c_type = TS_END; in setup()
687 if (spcl.c_type == TS_END) in getfile()
1118 case TS_END: in gethead()
1180 case TS_END: in accthdr()
1190 if (header->c_type != TS_END) in accthdr()
1243 case TS_END: in findinode()
/dragonfly/include/protocols/
HDdumprestore.h96 #define TS_END 5 /* end of volume marker */ macro
/dragonfly/sbin/dump/
HDmain.c487 spcl.c_type = TS_END; in main()
HDtape.c275 if (spcl.c_type != TS_END) { in flushtape()