Searched refs:TUNABLE_STR_FETCH (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/arm/arm/ |
| H A D | platform.c | 100 TUNABLE_STR_FETCH("hw.platform", plat_name, sizeof(plat_name)); in platform_probe_and_attach()
|
| /f-stack/dpdk/kernel/freebsd/nic_uio/ |
| H A D | nic_uio.c | 169 TUNABLE_STR_FETCH("hw.nic_uio.bdfs", bdf_str, sizeof(bdf_str)); in nic_uio_probe() 264 TUNABLE_STR_FETCH("hw.nic_uio.bdfs", bdf_str, sizeof(bdf_str)); in nic_uio_load()
|
| /f-stack/lib/ |
| H A D | ff_kern_environment.c | 507 TUNABLE_STR_FETCH(d->path, d->var, d->size); in tunable_str_init()
|
| /f-stack/freebsd/sys/ |
| H A D | kernel.h | 461 #define TUNABLE_STR_FETCH(path, var, size) \ macro
|
| /f-stack/freebsd/arm/ti/am335x/ |
| H A D | am335x_dmtpps.c | 179 if (!TUNABLE_STR_FETCH("hw.am335x_dmtpps.input", iname, sizeof(iname))) in dmtpps_find_tmr_num_by_tunable()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_cons.c | 721 TUNABLE_STR_FETCH("kern.vty", vty_name, sizeof(vty_name)); in vty_enabled()
|
| H A D | kern_environment.c | 1079 TUNABLE_STR_FETCH(d->path, d->var, d->size); in tunable_str_init()
|
| H A D | subr_prf.c | 1038 TUNABLE_STR_FETCH("kern.boot_tag", current_boot_tag, in msgbufinit()
|
| /f-stack/freebsd/x86/x86/ |
| H A D | cpu_machdep.c | 764 if (TUNABLE_STR_FETCH("machdep.idle", tunvar, sizeof(tunvar))) in cpu_idle_tun()
|