HomeSort by: relevance | last modified time | path
    Searched refs:ctlpath (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/audiocfg/
audiodev.h 48 char ctlpath[PATH_MAX+1]; member in struct:audiodev
audiodev.c 61 if (stat(adev->ctlpath, &st) == -1)
68 adev->ctlfd = open(adev->ctlpath, O_RDONLY);
116 snprintf(adev->ctlpath, sizeof(adev->ctlpath), "/dev/audioctl%d", unit);
127 adev->path, adev->ctlpath, adev->audio_device.name);
  /src/usr.sbin/wsmuxctl/
wsmuxctl.c 46 static const char *ctlpath = "/dev/wsmuxctl"; variable in typeref:typename:const char *
99 snprintf(buf, sizeof(buf), "%s%d", ctlpath,
163 snprintf(buf, sizeof(buf), "%s%s", ctlpath, wsdev);

Completed in 11 milliseconds