Home
last modified time | relevance | path

Searched refs:ctlfd (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.bin/audiocfg/
H A Daudiodev.c68 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 …]
H A Daudiodev.h50 int ctlfd; member
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dsocket.c3497 int ctlfd; in netthread() local
3505 ctlfd = thread->pipe_fds[0]; in netthread()
3621 if (FD_ISSET(ctlfd, thread->read_fds_copy)) { in netthread()