Home | History | Annotate | Download | only in common

Lines Matching defs:t_toc_entry

139 #define	t_toc_entry u2->tt_toc_entry
202 t_toc_entry.req.address_format = l_tocentry.cdte_format;
203 t_toc_entry.req.starting_track = l_tocentry.cdte_track;
204 t_toc_entry.req.data_len = sizeof *entry;
205 t_toc_entry.req.data = NULL;
207 error = ioctlf(fp, CDIOREADTOCENTRIES_BUF, &t_toc_entry);
211 l_tocentry.cdte_adr = t_toc_entry.entry[0].addr_type;
212 l_tocentry.cdte_ctrl = t_toc_entry.entry[0].control;
213 if (bsd_to_linux_msf_lba(t_toc_entry.entry[0].addr_type,
214 &t_toc_entry.entry[0].addr, &l_tocentry.cdte_addr) < 0) {
354 t_toc_entry.req.address_format = l_session.addr_format;
355 t_toc_entry.req.starting_track = 0;
356 t_toc_entry.req.data_len = sizeof t_toc_entry.entry;
357 t_toc_entry.req.data = NULL;
359 error = ioctlf(fp, CDIOREADTOCENTRIES_BUF, &t_toc_entry);
364 &t_toc_entry.entry[0].addr, &l_session.addr) < 0) {