Searched refs:actl (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/ntp/util/
H A Daudio-pcm.c94 char *actl = ac_dev; local
110 ctl_fd = open(actl, O_RDWR);
112 fprintf(stderr, "invalid control device <%s>\n", actl);
118 printf("control: <%s> %d\n", actl, ctl_fd);
/freebsd-11-stable/contrib/ntp/libntp/
H A Daudio.c244 const char *actl = local
255 audio_config_read(unit, &actl, &dname);
258 actl = cf_c_dev;
275 ctl_fd = open(actl, O_RDWR);
278 actl);

Completed in 94 milliseconds