/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_cmdline.c | 35 char tunable[64]; in video_get_options() local 51 snprintf(tunable, sizeof(tunable), "kern.vt.fb.modes.%s", in video_get_options() 55 printf("[drm] - %s\n", tunable); in video_get_options() 58 options = kern_getenv(tunable); in video_get_options()
|
/freebsd/sys/dev/isci/ |
H A D | isci_controller.c | 302 unsigned long tunable; in isci_controller_initialize() local 320 if (TUNABLE_ULONG_FETCH("hw.isci.no_outbound_task_timeout", &tunable)) in isci_controller_initialize() 322 (uint8_t)tunable; in isci_controller_initialize() 324 if (TUNABLE_ULONG_FETCH("hw.isci.ssp_max_occupancy_timeout", &tunable)) in isci_controller_initialize() 326 (uint16_t)tunable; in isci_controller_initialize() 328 if (TUNABLE_ULONG_FETCH("hw.isci.stp_max_occupancy_timeout", &tunable)) in isci_controller_initialize() 330 (uint16_t)tunable; in isci_controller_initialize() 332 if (TUNABLE_ULONG_FETCH("hw.isci.ssp_inactivity_timeout", &tunable)) in isci_controller_initialize() 334 (uint16_t)tunable; in isci_controller_initialize() 336 if (TUNABLE_ULONG_FETCH("hw.isci.stp_inactivity_timeout", &tunable)) in isci_controller_initialize() [all …]
|
/freebsd/sys/dev/vt/colors/ |
H A D | vt_termcolors.c | 136 char tunable[32]; in vt_palette_init() local 140 snprintf(tunable, sizeof(tunable), in vt_palette_init() 142 if (TUNABLE_STR_FETCH(tunable, rgb, sizeof(rgb))) { in vt_palette_init()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/ |
H A D | tunables.cfg | 1 # This file exports variables for each tunable used in the test suite. 4 # the tests with conditional logic for deciding how to set each tunable, the 13 # tunable is not implemented. 17 # NAME FreeBSD tunable Linux tunable
|
H A D | libtest.shlib | 3330 # Set a global system tunable (64-bit value) 3332 # $1 tunable name (use a NAME defined in tunables.cfg) 3333 # $2 tunable values 3341 # Set a global system tunable (32-bit value) 3343 # $1 tunable name (use a NAME defined in tunables.cfg) 3344 # $2 tunable values 3357 eval "typeset tunable=\$$name" 3358 case "$tunable" in 3375 echo "$value" >"$zfs_tunables/$tunable" 3378 sysctl vfs.zfs.$tunable=$value [all …]
|
/freebsd/sys/dev/dpaa/ |
H A D | if_dtsec.c | 602 char tunable[64]; in dtsec_configure_mode() local 604 snprintf(tunable, sizeof(tunable), "%s.independent_mode", in dtsec_configure_mode() 608 TUNABLE_INT_FETCH(tunable, &sc->sc_mode); in dtsec_configure_mode()
|
/freebsd/sys/dev/hid/ |
H A D | hidmap.c | 745 char tunable[40]; in hidmap_attach() local 752 snprintf(tunable, sizeof(tunable), "hw.hid.%s.debug", in hidmap_attach() 754 TUNABLE_INT_FETCH(tunable, &hm->debug_level); in hidmap_attach()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/perf/ |
H A D | perf.shlib | 486 for tunable in \ 500 if [ "$tunable" != "zfs_arc_max" ] 504 printf " \"$tunable\": \"$(<$zfs_tunables/$tunable)\"" \
|
/freebsd/sys/dev/drm2/ |
H A D | drm_fb_helper.c | 111 char tunable[64]; in fb_get_options() local 126 snprintf(tunable, sizeof(tunable), "kern.vt.fb.modes.%s", in fb_get_options() 129 DRM_INFO(" - %s\n", tunable); in fb_get_options() 131 *option = kern_getenv(tunable); in fb_get_options()
|
/freebsd/sys/kern/ |
H A D | linker_if.m | 183 # Propagate system tunable values to all vnets.
|
/freebsd/stand/common/ |
H A D | help.common | 299 # Tset Stunables DSet kernel tunable values 301 Various kernel tunable parameters can be overridden by specifying new
|
/freebsd/sys/contrib/device-tree/Bindings/mmc/ |
H A D | nvidia,tegra20-sdhci.txt | 83 trimmer value for non-tunable modes.
|
/freebsd/ |
H A D | RELNOTES | 142 hw.snd.maxunit loader(8) tunable is also retired.
|
H A D | UPDATING | 224 A new loader tunable net.pf.default_to_drop allows pf(4)’s default 243 Enable vnet sysctl variables to be loader tunable. SYSCTLs which 402 the sysctl/tunable hw.bus.disable_failed_devices=false). 1073 kern.random.initial_seeding.bypass_before_seeding: tunable; set 1087 kern.random.initial_seeding.disable_bypass_warnings: tunable; set 1254 loader tunable 'hw.nvme.use_nvd=1' if you wish to use the existing 1310 EFIRT may be disabled via a loader tunable, efi.rt.disabled, if a system
|
/freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/ |
H A D | README.md | 118 I/O has been issued to the vdev. The scheduler and its tunable
|
/freebsd/sys/cam/ctl/ |
H A D | README.ctl.txt | 175 loader tunable and the ctladm command line. (You can now specify
|
/freebsd/sys/conf/ |
H A D | NOTES | 150 # Default boot tag; may use 'kern.boot_tag' loader tunable to override. The 154 # size for both BOOT_TAG and the assocated tunable. 496 # the kern.ktrace_request_pool tunable and sysctl. 1416 # kern.cam.scsi_delay tunable/sysctl. 2683 # be enabled with the debug.verbose_sysinit=1 tunable.
|
/freebsd/tools/tools/sysdoc/ |
H A D | tunables.mdoc | 1234 Setting this tunable to zero disables
|
/freebsd/share/doc/IPv6/ |
H A D | IMPLEMENTATION | 988 limitation mechanisms, tunable via sysctl:
|
/freebsd/share/dict/ |
H A D | web2 | 209153 tunable
|