Searched refs:tunable (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/vt/colors/
H A Dvt_termcolors.c149 char tunable[32]; local
153 snprintf(tunable, sizeof(tunable),
155 if (TUNABLE_STR_FETCH(tunable, rgb, sizeof(rgb))) {
/freebsd-11-stable/sys/dev/isci/
H A Disci_controller.c302 unsigned long tunable; local
320 if (TUNABLE_ULONG_FETCH("hw.isci.no_outbound_task_timeout", &tunable))
322 (uint8_t)tunable;
324 if (TUNABLE_ULONG_FETCH("hw.isci.ssp_max_occupancy_timeout", &tunable))
326 (uint16_t)tunable;
328 if (TUNABLE_ULONG_FETCH("hw.isci.stp_max_occupancy_timeout", &tunable))
330 (uint16_t)tunable;
332 if (TUNABLE_ULONG_FETCH("hw.isci.ssp_inactivity_timeout", &tunable))
334 (uint16_t)tunable;
336 if (TUNABLE_ULONG_FETCH("hw.isci.stp_inactivity_timeout", &tunable))
[all...]
/freebsd-11-stable/sys/dev/dpaa/
H A Dif_dtsec.c555 char tunable[64]; local
557 snprintf(tunable, sizeof(tunable), "%s.independent_mode",
561 TUNABLE_INT_FETCH(tunable, &sc->sc_mode);
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_fb_helper.c113 char tunable[64]; local
128 snprintf(tunable, sizeof(tunable), "kern.vt.fb.modes.%s",
131 DRM_INFO(" - %s\n", tunable);
133 *option = kern_getenv(tunable);

Completed in 163 milliseconds