Lines Matching refs:u_ospcl
1752 union u_ospcl {
1778 } u_ospcl;
1781 readtape((char *)(&u_ospcl.s_ospcl));
1783 buf->c_type = u_ospcl.s_ospcl.c_type;
1784 buf->c_date = u_ospcl.s_ospcl.c_date;
1785 buf->c_ddate = u_ospcl.s_ospcl.c_ddate;
1786 buf->c_volume = u_ospcl.s_ospcl.c_volume;
1787 buf->c_tapea = u_ospcl.s_ospcl.c_tapea;
1788 buf->c_inumber = u_ospcl.s_ospcl.c_inumber;
1789 buf->c_checksum = u_ospcl.s_ospcl.c_checksum;
1790 buf->c_magic = u_ospcl.s_ospcl.c_magic;
1791 buf->c_dinode.di_mode = u_ospcl.s_ospcl.c_dinode.odi_mode;
1793 buf->c_dinode.di_nlink = u_ospcl.s_ospcl.c_dinode.odi_nlink;
1795 (unsigned)(u_ospcl.s_ospcl.c_dinode.odi_size);
1796 buf->c_dinode.di_uid = u_ospcl.s_ospcl.c_dinode.odi_uid;
1797 buf->c_dinode.di_gid = u_ospcl.s_ospcl.c_dinode.odi_gid;
1800 buf->c_dinode.di_ordev = u_ospcl.s_ospcl.c_dinode.odi_rdev;
1801 buf->c_dinode.di_atime = u_ospcl.s_ospcl.c_dinode.odi_atime;
1802 buf->c_dinode.di_mtime = u_ospcl.s_ospcl.c_dinode.odi_mtime;
1803 buf->c_dinode.di_ctime = u_ospcl.s_ospcl.c_dinode.odi_ctime;
1804 buf->c_count = u_ospcl.s_ospcl.c_count;
1805 bcopy(u_ospcl.s_ospcl.c_baddr, buf->c_addr,
1806 sizeof (u_ospcl.s_ospcl.c_baddr));
1809 assert(sizeof (u_ospcl.s_ospcl) < sizeof (union u_spcl));
1814 (int *)(&u_ospcl.s_ospcl), sizeof (u_ospcl.s_ospcl),