Searched refs:TUNABLE_STR_FETCH (Results 1 – 17 of 17) sorted by relevance
/freebsd/sys/powerpc/ps3/ |
H A D | ps3_syscons.c | 101 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 D | platform.c | 98 TUNABLE_STR_FETCH("hw.platform", plat_name, sizeof(plat_name)); in platform_probe_and_attach()
|
/freebsd/sys/dev/vt/colors/ |
H A D | vt_termcolors.c | 142 if (TUNABLE_STR_FETCH(tunable, rgb, sizeof(rgb))) { in vt_palette_init()
|
/freebsd/sys/dev/vt/hw/efifb/ |
H A D | efifb.c | 113 if (TUNABLE_STR_FETCH("hw.efifb.cache_attr", attr, sizeof(attr))) { in vt_efifb_init()
|
/freebsd/sys/sys/ |
H A D | kernel.h | 471 #define TUNABLE_STR_FETCH(path, var, size) \ macro
|
/freebsd/sys/arm/ti/am335x/ |
H A D | am335x_dmtpps.c | 177 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 D | lxosapi.c | 490 TUNABLE_STR_FETCH( lFullKey, buffer, bufferLen ); in ostiGetTransportParam()
|
/freebsd/sys/kern/ |
H A D | kern_cons.c | 751 TUNABLE_STR_FETCH("kern.vty", vty_name, sizeof(vty_name)); in vty_enabled()
|
H A D | kern_environment.c | 1161 TUNABLE_STR_FETCH(d->path, d->var, d->size);
|
H A D | subr_prf.c | 1052 TUNABLE_STR_FETCH("kern.boot_tag", current_boot_tag, in msgbufinit()
|
H A D | kern_tc.c | 1989 TUNABLE_STR_FETCH("kern.timecounter.hardware", tc_from_tunable, in inittimehands()
|
/freebsd/sys/dev/ntb/ |
H A D | ntb.c | 81 TUNABLE_STR_FETCH(buf, cfg, sizeof(cfg)); in ntb_register_device()
|
H A D | ntb_transport.c | 444 TUNABLE_STR_FETCH(buf, cfg, sizeof(cfg)); in ntb_transport_attach()
|
/freebsd/sys/dev/mps/ |
H A D | mps.c | 1593 if (TUNABLE_STR_FETCH("hw.mps.debug_level", mps_debug, 80) != 0) in mps_get_tunables() 1612 if (TUNABLE_STR_FETCH(tmpstr, mps_debug, 80) != 0) in mps_get_tunables() 1638 TUNABLE_STR_FETCH(tmpstr, sc->exclude_ids, sizeof(sc->exclude_ids)); in mps_get_tunables()
|
/freebsd/sys/dev/mpr/ |
H A D | mpr.c | 1741 if (TUNABLE_STR_FETCH("hw.mpr.debug_level", mpr_debug, 80) != 0) in mpr_get_tunables() 1760 if (TUNABLE_STR_FETCH(tmpstr, mpr_debug, 80) != 0) in mpr_get_tunables() 1786 TUNABLE_STR_FETCH(tmpstr, sc->exclude_ids, sizeof(sc->exclude_ids)); in mpr_get_tunables()
|
/freebsd/sys/x86/x86/ |
H A D | cpu_machdep.c | 814 if (TUNABLE_STR_FETCH("machdep.idle", tunvar, sizeof(tunvar))) in cpu_idle_tun()
|
/freebsd/sys/dev/hwpmc/ |
H A D | hwpmc_mod.c | 5437 if (TUNABLE_STR_FETCH(PMC_SYSCTL_NAME_PREFIX "debugflags", in pmc_initialize()
|