Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c137 #define BUF_SPCLREC 0x2 /* contains special record */ macro
576 int flags = BUF_SPCLREC; in spclrec()
606 flags = BUF_SPCLREC; in spclrec()
2082 if (bp->b_flags & BUF_SPCLREC) { in dowrite()
2165 if ((bp->b_flags & BUF_SPCLREC) && (bp->b_flags & BUF_FULL) && in checkpoint()