Home
last modified time | relevance | path

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

/titanic_41/usr/src/head/protocols/
H A Ddumprestore.h161 #define TS_ADDR 4 /* continuation of file record */ macro
/titanic_41/usr/src/cmd/backup/dump/
H A Ddumptraverse.c452 spcl.c_type = TS_ADDR;
616 spcl.c_type = TS_ADDR;
651 spcl.c_type = TS_ADDR;
H A Ddumptape.c622 spcl.c_type = TS_ADDR; in spclrec()
2174 if (sp->s_spcl.c_type != TS_ADDR) { in dowrite()
2278 case TS_ADDR: in checkpoint()
/titanic_41/usr/src/cmd/backup/restore/
H A Dtape.c1118 if ((readhdr(&spcl) == GOOD) && (checktype(&spcl, TS_ADDR) == GOOD)) { in getfile()
1405 if (spcl.c_type != TS_ADDR) { in xtrmap()
1877 case TS_ADDR: in gethead()
1926 case TS_ADDR: in accthdr()
1992 if (checktype(header, TS_ADDR) == GOOD) { in findinode()