Home
last modified time | relevance | path

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

/titanic_44/usr/src/head/protocols/
H A Ddumprestore.h164 #define TS_END 5 /* end of volume marker */ macro
/titanic_44/usr/src/cmd/backup/restore/
H A Dtape.c278 endoftapemark.s_spcl.c_type = TS_END; in setup()
358 checktype(&spcl, TS_END) == GOOD) { in setup()
1050 if (checktype(&spcl, TS_END) == GOOD) { in getfile()
1840 case TS_END: in gethead()
1931 case TS_END: in accthdr()
1942 if (header->c_type != TS_END) in accthdr()
2012 if (checktype(header, TS_END) == GOOD) { in findinode()
2014 curfile.ts = TS_END; in findinode()
H A Ddirs.c160 if (ts != TS_END && ts != TS_INODE) { in extractdirs()
172 (ts == TS_END)) { in extractdirs()
/titanic_44/usr/src/cmd/backup/dump/
H A Ddumptape.c640 if (spcl.c_type == TS_END) { in spclrec()
667 if (spcl.c_type == TS_END) in spclrec()
2263 } else if (nextspcl->s_spcl.c_type == TS_END) { in checkpoint()
2314 case TS_END: in checkpoint()
2315 if (spcl.c_type == TS_END) in checkpoint()
H A Ddumpmain.c1093 spcl.c_type = TS_END; in main()