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

/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c1754 struct s_ospcl { struct in union:u_ospcl
1777 } s_ospcl; member in union: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
[all...]

Completed in 63 milliseconds