Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/audiocfg/
Daudiodev.c61 if (stat(adev->ctlpath, &st) == -1) in audiodev_getinfo()
68 adev->ctlfd = open(adev->ctlpath, O_RDONLY); in audiodev_getinfo()
116 snprintf(adev->ctlpath, sizeof(adev->ctlpath), "/dev/audioctl%d", unit); in audiodev_add()
127 adev->path, adev->ctlpath, adev->audio_device.name); in audiodev_add()
Daudiodev.h48 char ctlpath[PATH_MAX+1]; member
/netbsd/src/usr.sbin/wsmuxctl/
Dwsmuxctl.c46 static const char *ctlpath = "/dev/wsmuxctl"; variable
99 snprintf(buf, sizeof(buf), "%s%d", ctlpath, in listdevs()
163 snprintf(buf, sizeof(buf), "%s%s", ctlpath, wsdev); in main()