Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c2168 union u_spcl *nextspcl = (union u_spcl *)bp->b_data; in checkpoint() local
2170 if (nextspcl->s_spcl.c_type == TS_INODE) { in checkpoint()
2173 } else if (nextspcl->s_spcl.c_type == TS_END) { in checkpoint()
2177 ino = nextspcl->s_spcl.c_inumber; in checkpoint()
2178 type = nextspcl->s_spcl.c_type; in checkpoint()