Home
last modified time | relevance | path

Searched refs:TUNABLE_STR_FETCH (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/powerpc/ps3/
H A Dps3_syscons.c101 TUNABLE_STR_FETCH("hw.platform", compatible, sizeof(compatible)); in ps3fb_probe()
168 TUNABLE_STR_FETCH("video", linux_video_mode, sizeof(linux_video_mode)); in ps3fb_init()
/freebsd/sys/arm/arm/
H A Dplatform.c98 TUNABLE_STR_FETCH("hw.platform", plat_name, sizeof(plat_name)); in platform_probe_and_attach()
/freebsd/sys/dev/vt/colors/
H A Dvt_termcolors.c142 if (TUNABLE_STR_FETCH(tunable, rgb, sizeof(rgb))) { in vt_palette_init()
/freebsd/sys/dev/vt/hw/efifb/
H A Defifb.c115 if (TUNABLE_STR_FETCH("hw.efifb.cache_attr", attr, sizeof(attr))) { in vt_efifb_init()
/freebsd/sys/sys/
H A Dkernel.h463 #define TUNABLE_STR_FETCH(path, var, size) \ macro
/freebsd/sys/arm/ti/am335x/
H A Dam335x_dmtpps.c177 if (!TUNABLE_STR_FETCH("hw.am335x_dmtpps.input", iname, sizeof(iname))) in dmtpps_find_tmr_num_by_tunable()
/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dlxosapi.c490 TUNABLE_STR_FETCH( lFullKey, buffer, bufferLen ); in ostiGetTransportParam()
/freebsd/sys/kern/
H A Dkern_cons.c750 TUNABLE_STR_FETCH("kern.vty", vty_name, sizeof(vty_name)); in vty_enabled()
H A Dkern_environment.c1161 TUNABLE_STR_FETCH(d->path, d->var, d->size); in tunable_str_init()
H A Dsubr_prf.c1047 TUNABLE_STR_FETCH("kern.boot_tag", current_boot_tag, in msgbufinit()
H A Dkern_tc.c1989 TUNABLE_STR_FETCH("kern.timecounter.hardware", tc_from_tunable, in inittimehands()
/freebsd/sys/dev/ntb/
H A Dntb.c81 TUNABLE_STR_FETCH(buf, cfg, sizeof(cfg)); in ntb_register_device()
H A Dntb_transport.c444 TUNABLE_STR_FETCH(buf, cfg, sizeof(cfg)); in ntb_transport_attach()
/freebsd/sys/dev/mps/
H A Dmps.c1571 if (TUNABLE_STR_FETCH("hw.mps.debug_level", mps_debug, 80) != 0) in mps_get_tunables()
1590 if (TUNABLE_STR_FETCH(tmpstr, mps_debug, 80) != 0) in mps_get_tunables()
1616 TUNABLE_STR_FETCH(tmpstr, sc->exclude_ids, sizeof(sc->exclude_ids)); in mps_get_tunables()
/freebsd/sys/dev/mpr/
H A Dmpr.c1728 if (TUNABLE_STR_FETCH("hw.mpr.debug_level", mpr_debug, 80) != 0) in mpr_get_tunables()
1747 if (TUNABLE_STR_FETCH(tmpstr, mpr_debug, 80) != 0) in mpr_get_tunables()
1773 TUNABLE_STR_FETCH(tmpstr, sc->exclude_ids, sizeof(sc->exclude_ids)); in mpr_get_tunables()
/freebsd/sys/x86/x86/
H A Dcpu_machdep.c812 if (TUNABLE_STR_FETCH("machdep.idle", tunvar, sizeof(tunvar))) in cpu_idle_tun()
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_mod.c5437 if (TUNABLE_STR_FETCH(PMC_SYSCTL_NAME_PREFIX "debugflags", in pmc_initialize()