TUNABLE_STR_FETCH
TUNABLE_STR_FETCH("hw.platform", plat_name, sizeof(plat_name));
if (!TUNABLE_STR_FETCH("hw.am335x_dmtpps.input", iname, sizeof(iname)))
if (TUNABLE_STR_FETCH(PMC_SYSCTL_NAME_PREFIX "debugflags",
if (TUNABLE_STR_FETCH("hw.mpr.debug_level", mpr_debug, 80) != 0)
if (TUNABLE_STR_FETCH(tmpstr, mpr_debug, 80) != 0)
TUNABLE_STR_FETCH(tmpstr, sc->exclude_ids, sizeof(sc->exclude_ids));
if (TUNABLE_STR_FETCH("hw.mps.debug_level", mps_debug, 80) != 0)
if (TUNABLE_STR_FETCH(tmpstr, mps_debug, 80) != 0)
TUNABLE_STR_FETCH(tmpstr, sc->exclude_ids, sizeof(sc->exclude_ids));
TUNABLE_STR_FETCH(buf, cfg, sizeof(cfg));
TUNABLE_STR_FETCH(buf, cfg, sizeof(cfg));
TUNABLE_STR_FETCH( lFullKey, buffer, bufferLen );
if (TUNABLE_STR_FETCH("hw.tbolt.debug_level", oid,
if (TUNABLE_STR_FETCH("hw.nhi.debug_level", oid, 80) != 0)
if (TUNABLE_STR_FETCH(tmpstr, oid, 80) != 0)
if (TUNABLE_STR_FETCH("hw.tbolt.debug_level", oid, 80) != 0)
if (TUNABLE_STR_FETCH(tmpstr, oid, 80) != 0)
if (TUNABLE_STR_FETCH(tunable, rgb, sizeof(rgb))) {
if (TUNABLE_STR_FETCH("hw.efifb.cache_attr", attr, sizeof(attr))) {
TUNABLE_STR_FETCH("kern.vty", vty_name, sizeof(vty_name));
TUNABLE_STR_FETCH(d->path, d->var, d->size);
TUNABLE_STR_FETCH("kern.timecounter.hardware", tc_from_tunable,
TUNABLE_STR_FETCH("kern.sched.name", sched_name, sizeof(sched_name));
TUNABLE_STR_FETCH("kern.boot_tag", current_boot_tag,
TUNABLE_STR_FETCH("hw.platform", compatible, sizeof(compatible));
TUNABLE_STR_FETCH("video", linux_video_mode, sizeof(linux_video_mode));
if (TUNABLE_STR_FETCH("machdep.idle", tunvar, sizeof(tunvar)))