Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/backup/dump/
H A Ddumptape.c2258 union u_spcl *nextspcl = (union u_spcl *)bp->b_data; in checkpoint() local
2260 if (nextspcl->s_spcl.c_type == TS_INODE) { in checkpoint()
2263 } else if (nextspcl->s_spcl.c_type == TS_END) { in checkpoint()
2267 ino = nextspcl->s_spcl.c_inumber; in checkpoint()
2268 type = nextspcl->s_spcl.c_type; in checkpoint()