Searched refs:u_spcl (Results 1 – 3 of 3) sorted by relevance
122 union u_spcl { union147 } u_spcl; variable148 #define spcl u_spcl.s_spcl
46 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()
2034 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()