Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/protocols/
H A Ddumprestore.h159 #define TS_ADDR 4 /* continuation of file record */ macro
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptraverse.c429 spcl.c_type = TS_ADDR; in lf_dump()
588 spcl.c_type = TS_ADDR; in lf_blksout()
621 spcl.c_type = TS_ADDR; in bitmap()
H A Ddumptape.c579 spcl.c_type = TS_ADDR; in spclrec()
2085 if (sp->s_spcl.c_type != TS_ADDR) { in dowrite()
2188 case TS_ADDR: in checkpoint()
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c1119 if ((readhdr(&spcl) == GOOD) && (checktype(&spcl, TS_ADDR) == GOOD)) { in getfile()
1402 if (spcl.c_type != TS_ADDR) { in xtrmap()
1874 case TS_ADDR: in gethead()
1923 case TS_ADDR: in accthdr()
1989 if (checktype(header, TS_ADDR) == GOOD) { in findinode()