Home
last modified time | relevance | path

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

/NextBSD/include/protocols/
HDdumprestore.h140 #define TS_END 5 /* end of volume marker */ macro
/NextBSD/sbin/restore/
HDtape.c243 endoftapemark.s_spcl.c_type = TS_END; in setup()
966 if (spcl.c_type == TS_END) in getfile()
1439 case TS_END: in gethead()
1519 case TS_END: in accthdr()
1529 if (header->c_type != TS_END) in accthdr()
1597 case TS_END: in findinode()
/NextBSD/sbin/dump/
HDmain.c583 spcl.c_type = TS_END; in main()
HDtape.c279 if (spcl.c_type != TS_END) { in flushtape()