sysctl_int
if (sysctl_int("hw.snd.latency", NULL, &t1) ||
sysctl_int("hw.snd.latency_profile", NULL, &t2) ||
sysctl_int("kern.timecounter.alloweddeviation", NULL, &t3))
if (sysctl_int(buf, NULL, &dp->eq))
return (sysctl_int(buf, arg, &dp->bitperfect));
rc = sysctl_int("hw.snd.latency", "2", NULL) ||
sysctl_int("hw.snd.latency_profile", "1", NULL) ||
sysctl_int("kern.timecounter.alloweddeviation", "5", NULL);
rc = sysctl_int("hw.snd.latency", "0", NULL) ||
sysctl_int("hw.snd.latency_profile", "0", NULL) ||
sysctl_int("kern.timecounter.alloweddeviation", "0", NULL);
return (sysctl_int(buf, arg, &dp->eq));
return (sysctl_int(buf, arg, &dp->play.vchans));
return (sysctl_int(buf, arg, &dp->play.rate));
return (sysctl_int(buf, arg, &dp->rec.vchans));
return (sysctl_int(buf, arg, &dp->rec.rate));