Home
last modified time | relevance | path

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

/freebsd-13-stable/include/protocols/
HDdumprestore.h138 #define TS_BITS 3 /* map of inodes on tape */ macro
/freebsd-13-stable/sbin/restore/
HDtape.c291 if (spcl.c_type != TS_BITS) { in setup()
837 while (spcl.c_type == TS_BITS || spcl.c_type == TS_CLRI) in skipmaps()
1343 case TS_BITS: in gethead()
1428 case TS_BITS: in accthdr()
1532 case TS_BITS: in findinode()
/freebsd-13-stable/sbin/dump/
HDtape.c284 spcl.c_type != TS_BITS) { in flushtape()
HDtraverse.c462 dumpmap(dumpinomap, TS_BITS, ino); in dumpino()