Home
last modified time | relevance | path

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

/freebsd-14-stable/include/protocols/
HDdumprestore.h140 #define TS_END 5 /* end of volume marker */ macro
/freebsd-14-stable/sbin/restore/
HDtape.c243 endoftapemark.s_spcl.c_type = TS_END; in setup()
888 if (spcl.c_type == TS_END) in getfile()
1361 case TS_END: in gethead()
1441 case TS_END: in accthdr()
1451 if (header->c_type != TS_END) in accthdr()
1519 case TS_END: in findinode()
/freebsd-14-stable/sbin/dump/
HDmain.c600 spcl.c_type = TS_END; in main()
HDtape.c283 if (spcl.c_type != TS_END && spcl.c_type != TS_CLRI && in flushtape()