Lines Matching defs:ioctlf
99 int (*ioctlf)(file_t *, u_long, void *);
149 ioctlf = fp->f_ops->fo_ioctl;
168 error = ioctlf(fp, CDIOCPLAYMSF, &t_msf);
181 error = ioctlf(fp, CDIOCPLAYTRACKS, &t_track);
185 error = ioctlf(fp, CDIOREADTOCHEADER, &t_header);
207 error = ioctlf(fp, CDIOREADTOCENTRIES_BUF, &t_toc_entry);
234 error = ioctlf(fp, CDIOCSETVOL, &t_vol);
238 error = ioctlf(fp, CDIOCGETVOL, &t_vol);
264 error = ioctlf(fp, CDIOCREADSUBCHANNEL_BUF, &t_subchannel);
306 error = ioctlf(fp, CDIOCPLAYBLOCKS, &t_blocks);
318 error = ioctlf(fp, ncom, NULL);
322 error = ioctlf(fp, CDIOCPAUSE, NULL);
326 error = ioctlf(fp, CDIOCRESUME, NULL);
330 error = ioctlf(fp, CDIOCSTOP, NULL);
334 error = ioctlf(fp, CDIOCSTART, NULL);
338 error = ioctlf(fp, CDIOCEJECT, NULL);
342 error = ioctlf(fp, CDIOCRESET, NULL);
350 error = ioctlf(fp, CDIOREADTOCHEADER, &t_header);
359 error = ioctlf(fp, CDIOREADTOCENTRIES_BUF, &t_toc_entry);
376 error = ioctlf(fp, CDIOCCLOSE, NULL);
381 error = ioctlf(fp, ncom, NULL);
391 error = ioctlf(fp, ncom, NULL);
408 error = ioctlf(fp, DVD_READ_STRUCT, &ds);
418 error = ioctlf(fp, DVD_WRITE_STRUCT, &ds);
428 error = ioctlf(fp, DVD_AUTH, &dai);