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

/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c1752 union u_ospcl { union
1778 } u_ospcl; local
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
[all...]

Completed in 47 milliseconds