Home
last modified time | relevance | path

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

/freebsd/usr.sbin/sndctl/
H A Dsndctl.c347 sysctl_int(const char *buf, const char *arg, int *var) in sysctl_int() function
560 if (sysctl_int("hw.snd.latency", NULL, &t1) || in read_dev()
561 sysctl_int("hw.snd.latency_profile", NULL, &t2) || in read_dev()
562 sysctl_int("kern.timecounter.alloweddeviation", NULL, &t3)) in read_dev()
568 if (sysctl_int(buf, NULL, &dp->eq)) in read_dev()
802 return (sysctl_int(buf, arg, &dp->bitperfect)); in mod_bitperfect()
844 rc = sysctl_int("hw.snd.latency", "2", NULL) || in mod_realtime()
845 sysctl_int("hw.snd.latency_profile", "1", NULL) || in mod_realtime()
846 sysctl_int("kern.timecounter.alloweddeviation", "5", NULL); in mod_realtime()
850 rc = sysctl_int("hw.snd.latency", "0", NULL) || in mod_realtime()
[all …]