TUNABLE_INT
TUNABLE_INT("hw.acpi.reset_video", &acpi_reset_video);
TUNABLE_INT("hw.vmm.amdvi.ptp_level", &amdvi_ptp_level);
TUNABLE_INT("hw.vmm.amdvi.disable_io_fault", &amdvi_disable_io_fault);
TUNABLE_INT("hw.vmm.amdvi_enable", &amdvi_enable_user);
TUNABLE_INT("hw.vmm.enable_iotlb", &amdvi_enable_iotlb);
TUNABLE_INT("hw.vmm.amdvi.host_ptp", &amdvi_host_ptp);
TUNABLE_INT("hw.aw_thermal.throttle_enable", &aw_thermal_throttle_enable);
TUNABLE_INT("hw.awg.burst_len", &awg_burst_len);
TUNABLE_INT("hw.awg.rx_tx_pri", &awg_rx_tx_pri);
TUNABLE_INT("hw.awg.pause_time", &awg_pause_time);
TUNABLE_INT("hw.awg.tx_interval", &awg_tx_interval);
TUNABLE_INT("hw.awg.rx_batch", &awg_rx_batch);
TUNABLE_INT("hw.gic.debug_spurious", &gic_debug_spurious);
TUNABLE_INT("hw.pl310.enabled", &pl310_enabled);
TUNABLE_INT("hw.bcm2835.cpufreq.verbose", &cpufreq_verbose);
TUNABLE_INT("hw.bcm2835.cpufreq.lowest_freq", &cpufreq_lowest_freq);
TUNABLE_INT("hw.bcm2835.sdhci.hs", &bcm2835_sdhci_hs);
TUNABLE_INT("hw.bcm2835.sdhci.pio_mode", &bcm2835_sdhci_pio_mode);
TUNABLE_INT("hw.bcm2835.sdhci.debug", &bcm2835_sdhci_debug);
TUNABLE_INT("hw.bcm2835.sdhost.debug", &bcm2835_sdhost_debug);
TUNABLE_INT("hw.tegra124.cpufreq.lowest_freq", &cpufreq_lowest_freq);
TUNABLE_INT("hw.am335x_pmic.bootverbose", &am335x_pmic_bootverbose);
TUNABLE_INT("debug.minidump", &do_minidump);
TUNABLE_INT("hw.gen.rx_batch", &gen_rx_batch); /* old name/interface */
TUNABLE_INT("hw.tegra210.cpufreq.lowest_freq", &cpufreq_lowest_freq);
TUNABLE_INT("hw.ata.ata_dma", &ata_dma);
TUNABLE_INT("hw.ata.atapi_dma", &atapi_dma);
TUNABLE_INT("kern.cam.periph_selto_delay", &periph_selto_delay);
TUNABLE_INT("kern.cam.periph_noresrc_delay", &periph_noresrc_delay);
TUNABLE_INT("kern.cam.periph_busy_delay", &periph_busy_delay);
TUNABLE_INT("kern.cam.ctl.max_luns", &ctl_max_luns);
TUNABLE_INT("kern.cam.ctl.max_ports", &ctl_max_ports);
TUNABLE_INT("hw.acpi.toshiba.enable_fn_keys", &enable_fn_keys);
TUNABLE_INT("hw.acpi.apple_darwin_osi", &acpi_apple_darwin_osi);
TUNABLE_INT("debug.acpi.enable_debug_objects", &acpi_debug_objects);
TUNABLE_INT("debug.acpi.interpreter_slack", &acpi_interpreter_slack);
TUNABLE_INT("debug.acpi.default_register_width", &acpi_ignore_reg_width);
TUNABLE_INT("debug.acpi.quirks", &acpi_quirks);
TUNABLE_INT("hw.ae.msi_disable", &msi_disable);
TUNABLE_INT("hw.age.msi_disable", &msi_disable);
TUNABLE_INT("hw.age.msix_disable", &msix_disable);
TUNABLE_INT("hw.ahci.force", &force_ahci);
TUNABLE_INT("hw.alc.msix_disable", &msix_disable);
TUNABLE_INT("hw.alc.msi_disable", &msi_disable);
TUNABLE_INT("hw.ale.msi_disable", &msi_disable);
TUNABLE_INT("hw.ale.msix_disable", &msix_disable);
TUNABLE_INT("hw.bwi.debug", (int *)&bwi_debug);
TUNABLE_INT("hw.bwn.usedma", &bwn_usedma);
TUNABLE_INT("hw.bwn_pci.attach_untested", &attach_untested);
TUNABLE_INT("hw.ciss.expose_hidden_physical", &ciss_expose_hidden_physical);
TUNABLE_INT("hw.ciss.nop_message_heartbeat", &ciss_nop_message_heartbeat);
TUNABLE_INT("hw.ciss.force_transport", &ciss_force_transport);
TUNABLE_INT("hw.ciss.force_interrupt", &ciss_force_interrupt);
TUNABLE_INT("hw.cxgbe.ntxq10g", &t4_ntxq); /* Old name, undocumented */
TUNABLE_INT("hw.cxgbe.nrxq10g", &t4_nrxq); /* Old name, undocumented */
TUNABLE_INT("hw.cxgbe.holdoff_timer_idx_10G", &t4_tmr_idx); /* Old name */
TUNABLE_INT("hw.cxgbe.holdoff_pktc_idx_10G", &t4_pktc_idx); /* Old name */
TUNABLE_INT("hw.cxgbe.cop_managed_offloading", &t4_cop_managed_offloading);
TUNABLE_INT("hw.firewire.dcons_crom.force_console", &force_console);
TUNABLE_INT("hw.dwc.pause_time", &dwc_pause_time);
TUNABLE_INT("hw.et.timer", &et_timer);
TUNABLE_INT("hw.et.rx_intr_npkts", &et_rx_intr_npkts);
TUNABLE_INT("hw.et.rx_intr_delay", &et_rx_intr_delay);
TUNABLE_INT("hw.et.tx_intr_nsegs", &et_tx_intr_nsegs);
TUNABLE_INT("hw.et.msi_disable", &msi_disable);
TUNABLE_INT("hw.hptrr.attach_generic", &attach_generic);
TUNABLE_INT("hw_storvsc.srb_status", &hv_storvsc_srb_status);
TUNABLE_INT("hw.iicbus.enable_acpi_space_handler", &install_space_handler);
TUNABLE_INT("hw.iwm.lar.disable", &iwm_lar_disable);
TUNABLE_INT("hw.iwm.power_scheme", &iwm_power_scheme);
TUNABLE_INT("hw.ixv.flow_control", &ixv_flow_control);
TUNABLE_INT("hw.ixv.hdr_split", &ixv_header_split);
TUNABLE_INT("hw.ixl.enable_tx_fc_filter",
TUNABLE_INT("hw.ixl.debug_recovery_mode",
TUNABLE_INT("hw.ixl.i2c_access_method",
TUNABLE_INT("hw.ixl.enable_vf_loopback",
TUNABLE_INT("hw.ixl.enable_head_writeback",
TUNABLE_INT("hw.ixl.core_debug_mask",
TUNABLE_INT("hw.ixl.shared_debug_mask",
TUNABLE_INT("hw.ixl.dynamic_rx_itr", &ixl_dynamic_rx_itr);
TUNABLE_INT("hw.ixl.dynamic_tx_itr", &ixl_dynamic_tx_itr);
TUNABLE_INT("hw.ixl.rx_itr", &ixl_rx_itr);
TUNABLE_INT("hw.ixl.tx_itr", &ixl_tx_itr);
TUNABLE_INT("hw.ixl.enable_iwarp", &ixl_enable_iwarp);
TUNABLE_INT("hw.ixl.limit_iwarp_msix", &ixl_limit_iwarp_msix);
TUNABLE_INT("hw.jme.msi_disable", &msi_disable);
TUNABLE_INT("hw.jme.msix_disable", &msix_disable);
TUNABLE_INT("hw.lio.num_queues_per_pf0", &num_queues_per_pf0);
TUNABLE_INT("hw.lio.num_queues_per_pf1", &num_queues_per_pf1);
TUNABLE_INT("hw.lio.rss", &lio_rss);
TUNABLE_INT("hw.lio.hwlro", &lio_hwlro);
TUNABLE_INT("hw.mpt.enable_sata_wc", &mpt_enable_sata_wc);
TUNABLE_INT("hw.msk.msi_disable", &msi_disable);
TUNABLE_INT("hw.msk.legacy_intr", &legacy_intr);
TUNABLE_INT("hw.msk.jumbo_disable", &jumbo_disable);
TUNABLE_INT("hw.nfe.msi_disable", &msi_disable);
TUNABLE_INT("hw.nfe.msix_disable", &msix_disable);
TUNABLE_INT("hw.nfe.jumbo_disable", &jumbo_disable);
TUNABLE_INT("hw.oce.max_rsp_handled", &oce_max_rsp_handled);
TUNABLE_INT("hw.oce.enable_rss", &oce_enable_rss);
TUNABLE_INT("kern.ofw.disk", &ofwd_enable);
TUNABLE_INT("hw.ral.msi_disable", &ral_msi_disable);
TUNABLE_INT("hw.re.intr_filter", &intr_filter);
TUNABLE_INT("hw.re.msi_disable", &msi_disable);
TUNABLE_INT("hw.re.msix_disable", &msix_disable);
TUNABLE_INT("hw.re.prefer_iomap", &prefer_iomap);
TUNABLE_INT(SFXGE_PARAM_RESTART_ATTEMPTS, &sfxge_restart_attempts);
TUNABLE_INT(SFXGE_PARAM_MCDI_LOGGING, &sfxge_mcdi_logging);
TUNABLE_INT(SFXGE_PARAM_RX_RING, &sfxge_rx_ring_entries);
TUNABLE_INT(SFXGE_PARAM_TX_RING, &sfxge_tx_ring_entries);
TUNABLE_INT(SFXGE_PARAM_STATS_UPDATE_PERIOD_MS,
TUNABLE_INT(SFXGE_LRO_PARAM(slow_start_packets), &lro_slow_start_packets);
TUNABLE_INT(SFXGE_LRO_PARAM(loss_packets), &lro_loss_packets);
TUNABLE_INT(SFXGE_LRO_PARAM(table_size), &lro_table_size);
TUNABLE_INT(SFXGE_LRO_PARAM(chain_max), &lro_chain_max);
TUNABLE_INT(SFXGE_LRO_PARAM(idle_ticks), &lro_idle_ticks);
TUNABLE_INT(SFXGE_PARAM_TX_DPL_GET_NON_TCP_MAX, &sfxge_tx_dpl_get_non_tcp_max);
TUNABLE_INT(SFXGE_PARAM_TX_DPL_PUT_MAX, &sfxge_tx_dpl_put_max);
TUNABLE_INT(SFXGE_PARAM_TSO_FW_ASSISTED, &sfxge_tso_fw_assisted);
TUNABLE_INT(SFXGE_PARAM_TX_DPL_GET_MAX, &sfxge_tx_dpl_get_max);
TUNABLE_INT("hw.skc.jumbo_disable", &jumbo_disable);
TUNABLE_INT("hw.syscons.saver_snake_nofancy", &nofancy);
TUNABLE_INT("hw.tws.queue_depth", &tws_queue_depth);
TUNABLE_INT("hw.tws.enable_msi", &tws_enable_msi);
TUNABLE_INT("hw.tws.cam_depth", &tws_cam_depth);
TUNABLE_INT("hw.tws.use_32bit_sgls", &tws_use_32bit_sgls);
TUNABLE_INT("hw.usb.xhci.msi", &xhci_use_msi);
TUNABLE_INT("hw.usb.xhci.msix", &xhci_use_msix);
TUNABLE_INT("hw.usb.rsu.enable_11n", &rsu_enable_11n);
TUNABLE_INT("hw.vge.msi_disable", &msi_disable);
TUNABLE_INT("hw.vtblk.no_ident", &vtblk_no_ident);
TUNABLE_INT("hw.vtblk.writecache_mode", &vtblk_writecache_mode);
TUNABLE_INT("hw.vtscsi.bus_reset_disable", &vtscsi_bus_reset_disable);
TUNABLE_INT("hw.pvscsi.request_ring_pages", &pvscsi_request_ring_pages);
TUNABLE_INT("hw.pvscsi.use_msg", &pvscsi_use_msg);
TUNABLE_INT("hw.pvscsi.use_msi", &pvscsi_use_msi);
TUNABLE_INT("hw.pvscsi.use_msix", &pvscsi_use_msix);
TUNABLE_INT("hw.pvscsi.use_req_call_threshold", &pvscsi_use_req_call_threshold);
TUNABLE_INT("hw.pvscsi.max_queue_depth", &pvscsi_max_queue_depth);
TUNABLE_INT("hw.vte.tx_deep_copy", &tx_deep_copy);
TUNABLE_INT("hw.xn.enable_lro", &xn_enable_lro);
TUNABLE_INT("vfs.autofs.debug", &autofs_debug);
TUNABLE_INT("vfs.autofs.mount_on_stat", &autofs_mount_on_stat);
TUNABLE_INT("vfs.autofs.timeout", &autofs_timeout);
TUNABLE_INT("vfs.autofs.cache", &autofs_cache);
TUNABLE_INT("vfs.autofs.retry_attempts", &autofs_retry_attempts);
TUNABLE_INT("vfs.autofs.retry_delay", &autofs_retry_delay);
TUNABLE_INT("vfs.autofs.interruptible", &autofs_interruptible);
TUNABLE_INT("kern.geom.eli.boot_passcache", &g_eli_boot_passcache);
TUNABLE_INT("hw.acpi.reset_video", &acpi_reset_video);
TUNABLE_INT("kern.eventtimer.periodic", &want_periodic);
TUNABLE_INT("debug.ktr.verbose", &ktr_verbose);
TUNABLE_INT("kern.ktrace.request_pool", &ktr_requestpool);
TUNABLE_INT("debug.malloc.zone_offset", &zone_offset);
TUNABLE_INT("kern.racct.rctl.throttle_min", &rctl_throttle_min);
TUNABLE_INT("kern.racct.rctl.throttle_max", &rctl_throttle_max);
TUNABLE_INT("kern.racct.rctl.throttle_pct", &rctl_throttle_pct);
TUNABLE_INT("kern.racct.rctl.throttle_pct2", &rctl_throttle_pct2);
TUNABLE_INT("vfs.mountroot.timeout", &root_mount_timeout);
TUNABLE_INT("net.inet.tcp.bind_hptss", &tcp_bind_threads);
TUNABLE_INT("net.inet.tcp.use_irq", &tcp_use_irq_cpu);
TUNABLE_INT("net.inet.ip.fw.tables_max", (int *)&default_fw_tables);
TUNABLE_INT("hw.pci.ofw_devices_only", &ofw_devices_only);
TUNABLE_INT("hw.ps3disk.debug", &ps3disk_debug);
TUNABLE_INT("vm.debug.uma_multipage_slabs", &multipage_slabs);
TUNABLE_INT("hw.est.msr_info", &msr_info_enabled);
TUNABLE_INT("hw.est.strict", &strict);
TUNABLE_INT("hw.atrtc.enabled", &atrtc_enabled);
TUNABLE_INT("hw.i8254.freq", &i8254_freq);
TUNABLE_INT("hw.xen.disable_pv_disks", &xen_disable_pv_disks);
TUNABLE_INT("hw.xen.disable_pv_nics", &xen_disable_pv_nics);