Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c1749 union u_ospcl { in gethead() union
1775 } u_ospcl; in gethead() local
1778 readtape((char *)(&u_ospcl.s_ospcl)); in gethead()
1780 buf->c_type = u_ospcl.s_ospcl.c_type; in gethead()
1781 buf->c_date = u_ospcl.s_ospcl.c_date; in gethead()
1782 buf->c_ddate = u_ospcl.s_ospcl.c_ddate; in gethead()
1784 buf->c_tapea = u_ospcl.s_ospcl.c_tapea; in gethead()
1787 buf->c_magic = u_ospcl.s_ospcl.c_magic; in gethead()
1801 buf->c_count = u_ospcl.s_ospcl.c_count; in gethead()
1803 sizeof (u_ospcl.s_ospcl.c_baddr)); in gethead()
[all …]