Lines Matching defs:ioctlf
189 int (*ioctlf)(file_t *, u_long, void *);
204 ioctlf = fp->f_ops->fo_ioctl;
207 error = ioctlf(fp, AUDIO_FLUSH, NULL);
214 error = ioctlf(fp, AUDIO_DRAIN, NULL);
245 if (ioctlf(fp, AUDIO_SETINFO, &tmpinfo) != 0) {
246 error = ioctlf(fp, AUDIO_GETFORMAT, &hwfmt);
252 error = ioctlf(fp, AUDIO_GETINFO, &tmpinfo);
263 error = ioctlf(fp, AUDIO_SETINFO, &tmpinfo);
272 error = ioctlf(fp, AUDIO_GETBUFINFO, &tmpinfo);
297 error = ioctlf(fp, AUDIO_SETINFO, &tmpinfo);
303 error = ioctlf(fp, AUDIO_GETBUFINFO, &tmpinfo);
318 error = ioctlf(fp, AUDIO_GETBUFINFO, &tmpinfo);
415 error = ioctlf(fp, AUDIO_SETINFO, &tmpinfo);
423 error = ioctlf(fp, AUDIO_GETBUFINFO, &tmpinfo);
491 error = ioctlf(fp, AUDIO_GETBUFINFO, &tmpinfo);
500 error = ioctlf(fp, AUDIO_GETBUFINFO, &tmpinfo);
528 error = ioctlf(fp, AUDIO_GETBUFINFO, &tmpinfo);
540 error = ioctlf(fp, AUDIO_SETINFO, &tmpinfo);
574 error = ioctlf(fp, AUDIO_SETINFO, &tmpinfo);
580 error = ioctlf(fp, AUDIO_GETBUFINFO, &tmpinfo);
599 ioctlf(fp, AUDIO_GETENC, &tmpenc) == 0;
660 error = ioctlf(fp, AUDIO_GETBUFINFO, &tmpinfo);
683 error = ioctlf(fp, AUDIO_GETBUFINFO, &tmpinfo);
706 error = ioctlf(fp, FIONBIO, &idat);
714 error = ioctlf(fp, AUDIO_GETPROPS, &idata);
742 error = ioctlf(fp, AUDIO_GETBUFINFO, &tmpinfo);
753 (void)ioctlf(fp, AUDIO_SETINFO, &tmpinfo);
756 error = ioctlf(fp, AUDIO_GETBUFINFO, &tmpinfo);
775 error = ioctlf(fp, AUDIO_GETIOFFS, &tmpoffs);
793 error = ioctlf(fp, AUDIO_GETOOFFS, &tmpoffs);
812 error = ioctlf(fp, AUDIO_SETFD, &idat);
835 error = ioctlf(fp, AUDIO_GETBUFINFO, &tmpinfo);
962 int (*ioctlf)(file_t *, u_long, void *) = fp->f_ops->fo_ioctl;
1000 if (ioctlf(fp, AUDIO_MIXER_DEVINFO, &mi) != 0)
1028 if (ioctlf(fp, AUDIO_MIXER_DEVINFO, &mi) != 0)
1076 int (*ioctlf)(file_t *, u_long, void *);
1097 ioctlf = fp->f_ops->fo_ioctl;
1104 error = ioctlf(fp, AUDIO_GETDEV, &adev);
1131 error = ioctlf(fp, AUDIO_MIXER_READ, &mc);
1142 error = ioctlf(fp, AUDIO_MIXER_READ, &mc);
1210 error = ioctlf(fp, AUDIO_MIXER_WRITE, &mc);
1232 error = ioctlf(fp, AUDIO_MIXER_READ, &mc);
1281 error = ioctlf(fp, AUDIO_MIXER_WRITE, &mc);
1322 int (*ioctlf)(file_t *, u_long, void *);
1337 ioctlf = fp->f_ops->fo_ioctl;
1340 error = ioctlf(fp, SEQUENCER_RESET, &idat);
1343 error = ioctlf(fp, SEQUENCER_SYNC, &idat);
1350 error = ioctlf(fp, SEQUENCER_INFO, &si);
1392 error = ioctlf(fp, SEQUENCER_CTRLRATE, &idat);
1398 error = ioctlf(fp, SEQUENCER_GETOUTCOUNT, &idat);
1404 error = ioctlf(fp, SEQUENCER_GETINCOUNT, &idat);
1410 error = ioctlf(fp, SEQUENCER_NRSYNTHS, &idat);
1416 error = ioctlf(fp, SEQUENCER_NRMIDIS, &idat);
1425 error = ioctlf(fp, SEQUENCER_THRESHOLD, &idat);
1431 error = ioctlf(fp, SEQUENCER_MEMAVL, &idat);
1437 error = ioctlf(fp, SEQUENCER_PANIC, &idat);
1443 error = ioctlf(fp, SEQUENCER_OUTOFBAND, &oser);
1448 error = ioctlf(fp, SEQUENCER_GETTIME, &idat);
1457 error = ioctlf(fp, SEQUENCER_TMR_TIMEBASE, &idat);
1463 error = ioctlf(fp, SEQUENCER_TMR_START, &idat);
1466 error = ioctlf(fp, SEQUENCER_TMR_STOP, &idat);
1469 error = ioctlf(fp, SEQUENCER_TMR_CONTINUE, &idat);
1475 error = ioctlf(fp, SEQUENCER_TMR_TEMPO, &idat);
1486 error = ioctlf(fp, SEQUENCER_TMR_SOURCE, &idat);
1497 error = ioctlf(fp, SEQUENCER_TMR_METRONOME, &idat);
1504 error = ioctlf(fp, SEQUENCER_TMR_SELECT, &idat);
1538 int (*ioctlf)(file_t *, u_long, void *);
1540 ioctlf = fp->f_ops->fo_ioctl;
1542 if (ioctlf(fp, AUDIO_GETFORMAT, &hwfmt) < 0) {
1549 if (ioctlf(fp, AUDIO_SETINFO, &tmpinfo) < 0) {
1552 (void)ioctlf(fp, AUDIO_SETINFO, &tmpinfo);
1559 if (ioctlf(fp, AUDIO_SETINFO, &tmpinfo) < 0) {
1562 (void)ioctlf(fp, AUDIO_SETINFO, &tmpinfo);