TUNABLE_LONG_FETCH
TUNABLE_LONG_FETCH(d->path, d->var);
TUNABLE_LONG_FETCH("kern.maxswzone", &maxswzone);
TUNABLE_LONG_FETCH("kern.maxbcache", &maxbcache);
TUNABLE_LONG_FETCH("kern.nbuf", &nbuf);
TUNABLE_LONG_FETCH("vm.pmap.pv_entries", &entry_max);
TUNABLE_LONG_FETCH("vm.pmap.shpgperproc", &shpgperproc);
TUNABLE_LONG_FETCH("vm.pmap.pv_entries", &pv_entry_max);