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

/freebsd-10.2-release/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-10.2-release/contrib/ntp/libntp/
H A Daudio.c230 const char *actl = local
241 audio_config_read(unit, &actl, &dname);
244 actl = cf_c_dev;
261 ctl_fd = open(actl, O_RDWR);
264 actl);
/freebsd-10.2-release/sys/vm/
H A Dvm_pageout.c667 int actl, actmax, inactl, inactmax, dom, initial_dom; local
693 actl = 0;
722 if (actl < actmax) {
727 actl++;

Completed in 139 milliseconds