Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/backup/restore/
H A Dtape.c1752 union u_ospcl { in gethead() union
1778 } u_ospcl; in gethead() local
1781 readtape((char *)(&u_ospcl.s_ospcl)); in gethead()
1783 buf->c_type = u_ospcl.s_ospcl.c_type; in gethead()
1784 buf->c_date = u_ospcl.s_ospcl.c_date; in gethead()
1785 buf->c_ddate = u_ospcl.s_ospcl.c_ddate; in gethead()
1786 buf->c_volume = u_ospcl.s_ospcl.c_volume; in gethead()
1787 buf->c_tapea = u_ospcl.s_ospcl.c_tapea; in gethead()
1788 buf->c_inumber = u_ospcl.s_ospcl.c_inumber; in gethead()
1789 buf->c_checksum = u_ospcl.s_ospcl.c_checksum; in gethead()
[all …]