Searched refs:ctlpath (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/usr.bin/audiocfg/ |
| D | audiodev.c | 61 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()
|
| D | audiodev.h | 48 char ctlpath[PATH_MAX+1]; member
|
| /netbsd/src/usr.sbin/wsmuxctl/ |
| D | wsmuxctl.c | 46 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()
|