Home
last modified time | relevance | path

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

/openbsd/src/sbin/restore/
Dtape.c254 if (spcl.c_type != TS_CLRI) in setup()
666 while (spcl.c_type == TS_BITS || spcl.c_type == TS_CLRI) in skipmaps()
699 volatile int noskip = (spcl.c_type == TS_BITS || spcl.c_type == TS_CLRI); in getfile()
1054 case TS_CLRI: in gethead()
1134 case TS_CLRI: in accthdr()
1158 case TS_CLRI: in accthdr()
1232 case TS_CLRI: in findinode()
/openbsd/src/include/protocols/
Ddumprestore.h146 #define TS_CLRI 6 /* map of inodes deleted since last dump */ macro
/openbsd/src/sbin/dump/
Dmain.c547 dumpmap(usedinomap, TS_CLRI, maxino - 1); in main()
Dtape.c334 if (spcl.c_type != TS_END && spcl.c_type != TS_CLRI && in flushtape()