Searched refs:ctlfd (Results 1 – 3 of 3) sorted by relevance
68 adev->ctlfd = open(adev->ctlpath, O_RDONLY); in audiodev_getinfo()69 if (adev->ctlfd == -1) { in audiodev_getinfo()72 if (ioctl(adev->ctlfd, AUDIO_GETDEV, &adev->audio_device) == -1) { in audiodev_getinfo()73 close(adev->ctlfd); in audiodev_getinfo()80 if (ioctl(adev->ctlfd, AUDIO_QUERYFORMAT, &query) == -1) { in audiodev_getinfo()87 close(adev->ctlfd); in audiodev_getinfo()96 if (ioctl(adev->ctlfd, AUDIO_GETFORMAT, &adev->hwinfo) == -1) { in audiodev_getinfo()97 close(adev->ctlfd); in audiodev_getinfo()163 if (adev->ctlfd != -1) in audiodev_refresh()164 close(adev->ctlfd); in audiodev_refresh()[all …]
50 int ctlfd; member
3497 int ctlfd; in netthread() local3505 ctlfd = thread->pipe_fds[0]; in netthread()3621 if (FD_ISSET(ctlfd, thread->read_fds_copy)) { in netthread()