Searched defs:nextspcl (Results 1 - 1 of 1) sorted by relevance

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

Completed in 62 milliseconds