Searched refs:loc_hdr (Results 1 – 1 of 1) sorted by relevance
1209 struct cdrom_tochdr loc_hdr; in cdu_ioctl() local1218 loc_hdr.cdth_trk0 = bcd_to_int(sony_toc->first_track_num); in cdu_ioctl()1219 loc_hdr.cdth_trk1 = bcd_to_int(sony_toc->last_track_num); in cdu_ioctl()1220 copy_to_user(hdr, &loc_hdr, sizeof *hdr); in cdu_ioctl()