Symbol: s_ospcl
sbin/restore/tape.c
1032
} s_ospcl;
sbin/restore/tape.c
1054
readtape((char *)(&u_ospcl.s_ospcl));
sbin/restore/tape.c
1056
buf->c_type = u_ospcl.s_ospcl.c_type;
sbin/restore/tape.c
1057
buf->c_date = u_ospcl.s_ospcl.c_date;
sbin/restore/tape.c
1058
buf->c_ddate = u_ospcl.s_ospcl.c_ddate;
sbin/restore/tape.c
1059
buf->c_volume = u_ospcl.s_ospcl.c_volume;
sbin/restore/tape.c
1060
buf->c_tapea = u_ospcl.s_ospcl.c_tapea;
sbin/restore/tape.c
1061
buf->c_inumber = u_ospcl.s_ospcl.c_inumber;
sbin/restore/tape.c
1062
buf->c_checksum = u_ospcl.s_ospcl.c_checksum;
sbin/restore/tape.c
1063
buf->c_magic = u_ospcl.s_ospcl.c_magic;
sbin/restore/tape.c
1064
buf->c_dinode.di_mode = u_ospcl.s_ospcl.c_dinode.odi_mode;
sbin/restore/tape.c
1065
buf->c_dinode.di_nlink = u_ospcl.s_ospcl.c_dinode.odi_nlink;
sbin/restore/tape.c
1066
buf->c_dinode.di_uid = u_ospcl.s_ospcl.c_dinode.odi_uid;
sbin/restore/tape.c
1067
buf->c_dinode.di_gid = u_ospcl.s_ospcl.c_dinode.odi_gid;
sbin/restore/tape.c
1068
buf->c_dinode.di_size = u_ospcl.s_ospcl.c_dinode.odi_size;
sbin/restore/tape.c
1069
buf->c_dinode.di_rdev = u_ospcl.s_ospcl.c_dinode.odi_rdev;
sbin/restore/tape.c
1070
buf->c_dinode.di_atime = u_ospcl.s_ospcl.c_dinode.odi_atime;
sbin/restore/tape.c
1071
buf->c_dinode.di_mtime = u_ospcl.s_ospcl.c_dinode.odi_mtime;
sbin/restore/tape.c
1072
buf->c_dinode.di_ctime = u_ospcl.s_ospcl.c_dinode.odi_ctime;
sbin/restore/tape.c
1073
buf->c_count = u_ospcl.s_ospcl.c_count;
sbin/restore/tape.c
1074
memmove(buf->c_addr, u_ospcl.s_ospcl.c_addr, (long)256);
sbin/restore/tape.c
1075
if (u_ospcl.s_ospcl.c_magic != OFS_MAGIC ||
sbin/restore/tape.c
1076
checksum((int *)(&u_ospcl.s_ospcl)) == FAIL)