Home
last modified time | relevance | path

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

/freebsd/include/protocols/
H A Ddumprestore.h136 #define TS_BITS 3 /* map of inodes on tape */ macro
/freebsd/sbin/restore/
H A Dtape.c285 if (spcl.c_type != TS_BITS) { in setup()
831 while (spcl.c_type == TS_BITS || spcl.c_type == TS_CLRI) in skipmaps()
1337 case TS_BITS: in gethead()
1422 case TS_BITS: in accthdr()
1526 case TS_BITS: in findinode()
/freebsd/sbin/dump/
H A Dtape.c278 spcl.c_type != TS_BITS) { in flushtape()
H A Dtraverse.c456 dumpmap(dumpinomap, TS_BITS, ino); in dumpino()