Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/protocols/
H A Ddumprestore.h160 #define TS_BITS 3 /* map of inodes on tape */ macro
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c355 if (checktype(&spcl, TS_BITS) == FAIL) { in setup()
1019 checktype(&spcl, TS_BITS) == GOOD) in skipmaps()
1826 case TS_BITS: in gethead()
1912 case TS_BITS: in accthdr()
2019 if (checktype(header, TS_BITS) == GOOD) { in findinode()
2021 curfile.ts = TS_BITS; in findinode()
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c2201 case TS_BITS: in checkpoint()
2221 case TS_BITS: in checkpoint()
H A Ddumpmain.c1104 bitmap(nodmap, TS_BITS); in main()