Home
last modified time | relevance | path

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

/titanic_50/usr/src/head/protocols/
H A Ddumprestore.h122 union u_spcl { union
147 } u_spcl; variable
148 #define spcl u_spcl.s_spcl
/titanic_50/usr/src/cmd/backup/restore/
H A Dtape.c46 static union u_spcl endoftapemark;
428 union u_spcl tmpspcl; in getvol()
1489 sp = &((union u_spcl *)&tbf[bct*tp_bsize])->s_spcl; in readtape()
1508 assert(sizeof (union u_spcl) == TP_BSIZE_MAX); in readtape()
1603 sp = &((union u_spcl *)tbf)->s_spcl; in readtape()
1809 assert(sizeof (u_ospcl.s_ospcl) < sizeof (union u_spcl)); in gethead()
/titanic_50/usr/src/cmd/backup/dump/
H A Ddumptape.c2034 union u_spcl *sp; in dowrite()
2173 sp = (union u_spcl *)bp->b_data; in dowrite()
2258 union u_spcl *nextspcl = (union u_spcl *)bp->b_data; in checkpoint()