| /freebsd-14.2/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-14.2/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() 326 (uint16_t)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() 338 (uint16_t)tunable; in isci_controller_initialize() 340 if (TUNABLE_ULONG_FETCH("hw.isci.max_speed_generation", &tunable)) in isci_controller_initialize() [all …]
|
| /freebsd-14.2/sys/dev/vt/colors/ |
| H A D | vt_termcolors.c | 137 char tunable[32]; in vt_palette_init() local 141 snprintf(tunable, sizeof(tunable), in vt_palette_init() 143 if (TUNABLE_STR_FETCH(tunable, rgb, sizeof(rgb))) { in vt_palette_init()
|
| /freebsd-14.2/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 | 3331 # $2 tunable values 3342 # $2 tunable values 3355 eval "typeset tunable=\$$name" 3356 case "$tunable" in 3396 rm $TEST_BASE_DIR/tunable-$1 3400 # Get a global system tunable 3415 eval "typeset tunable=\$$name" 3416 case "$tunable" in 3438 cat $zfs_tunables/$tunable 3441 sysctl -n vfs.zfs.$tunable [all …]
|
| /freebsd-14.2/sys/dev/dpaa/ |
| H A D | if_dtsec.c | 572 char tunable[64]; in dtsec_configure_mode() local 574 snprintf(tunable, sizeof(tunable), "%s.independent_mode", in dtsec_configure_mode() 578 TUNABLE_INT_FETCH(tunable, &sc->sc_mode); in dtsec_configure_mode()
|
| /freebsd-14.2/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-14.2/sys/contrib/device-tree/Bindings/sound/ |
| H A D | cirrus,cs4234.yaml | 21 includes tunable group delay for each of the 4 audio DAC paths to
|
| /freebsd-14.2/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-14.2/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-14.2/sys/contrib/device-tree/Bindings/net/dsa/ |
| H A D | nxp,sja1105.yaml | 104 Disable tunable delay lines using 0 ps, or enable them and select
|
| /freebsd-14.2/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-14.2/sys/contrib/device-tree/Bindings/mmc/ |
| H A D | nvidia,tegra20-sdhci.txt | 83 trimmer value for non-tunable modes.
|
| H A D | nvidia,tegra20-sdhci.yaml | 93 non-tunable modes.
|
| H A D | mmc-controller.yaml | 272 mmc-pwrseq-simple.txt. But now it\'s reused as a tunable delay
|
| /freebsd-14.2/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-14.2/sys/cam/ctl/ |
| H A D | README.ctl.txt | 175 loader tunable and the ctladm command line. (You can now specify
|
| /freebsd-14.2/ |
| H A D | RELNOTES | 287 via the vfs.maxbcachebuf tunable and the Linux NFS client
|
| H A D | UPDATING | 291 the sysctl/tunable hw.bus.disable_failed_devices=false). 959 kern.random.initial_seeding.bypass_before_seeding: tunable; set 973 kern.random.initial_seeding.disable_bypass_warnings: tunable; set 1137 loader tunable 'hw.nvme.use_nvd=1' if you wish to use the existing 1193 EFIRT may be disabled via a loader tunable, efi.rt.disabled, if a system
|
| /freebsd-14.2/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. 495 # the kern.ktrace_request_pool tunable and sysctl. 1409 # kern.cam.scsi_delay tunable/sysctl. 2677 # be enabled with the debug.verbose_sysinit=1 tunable.
|
| /freebsd-14.2/tools/tools/sysdoc/ |
| H A D | tunables.mdoc | 1234 Setting this tunable to zero disables
|
| /freebsd-14.2/share/doc/IPv6/ |
| H A D | IMPLEMENTATION | 988 limitation mechanisms, tunable via sysctl:
|
| /freebsd-14.2/share/dict/ |
| H A D | web2 | 209153 tunable
|