Lines Matching defs:l_tocentry
118 #define l_tocentry u1->ll_tocentry
197 error = copyin(SCARG(uap, data), &l_tocentry,
198 sizeof l_tocentry);
202 t_toc_entry.req.address_format = l_tocentry.cdte_format;
203 t_toc_entry.req.starting_track = l_tocentry.cdte_track;
211 l_tocentry.cdte_adr = t_toc_entry.entry[0].addr_type;
212 l_tocentry.cdte_ctrl = t_toc_entry.entry[0].control;
214 &t_toc_entry.entry[0].addr, &l_tocentry.cdte_addr) < 0) {
220 error = copyout(&l_tocentry, SCARG(uap, data),
221 sizeof l_tocentry);