Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/backup/dump/
H A Ddumptape.c136 #define BUF_SPCLREC 0x2 /* contains special record */ macro
619 int flags = BUF_SPCLREC; in spclrec()
649 flags = BUF_SPCLREC; in spclrec()
2171 if (bp->b_flags & BUF_SPCLREC) { in dowrite()
2255 if ((bp->b_flags & BUF_SPCLREC) && (bp->b_flags & BUF_FULL) && in checkpoint()