Searched refs:TUNABLE_STR (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/dev/acpica/Osd/ |
H A D | OsdTable.c | 44 TUNABLE_STR("hw.acpi.osname", acpi_osname, sizeof(acpi_osname));
|
/freebsd/sys/arm/ti/am335x/ |
H A D | am335x_pmic.c | 70 TUNABLE_STR("hw.am335x_pmic.vo", am335x_pmic_vo, sizeof(am335x_pmic_vo));
|
/freebsd/sys/sys/ |
H A D | kernel.h | 461 #define TUNABLE_STR(path, var, size) \ macro
|
/freebsd/sys/vm/ |
H A D | memguard.c | 81 TUNABLE_STR("vm.memguard.desc", vm_memguard_desc, sizeof(vm_memguard_desc));
|
/freebsd/sys/geom/uzip/ |
H A D | g_uzip.c | 98 TUNABLE_STR("kern.geom.uzip.attach_to", g_uzip_attach_to, 100 TUNABLE_STR("kern.geom.uzip.noattach_to", g_uzip_noattach_to,
|
/freebsd/sys/kern/ |
H A D | kern_clocksource.c | 98 TUNABLE_STR("kern.eventtimer.timer", timername, sizeof(timername));
|
H A D | kern_linker.c | 1922 TUNABLE_STR("module_path", linker_path, sizeof(linker_path));
|
H A D | kern_sig.c | 3820 TUNABLE_STR("kern.corefile", corefilename, sizeof(corefilename));
|
/freebsd/sys/dev/acpica/ |
H A D | acpi.c | 270 TUNABLE_STR("hw.acpi.install_interface", acpi_install_interface, 273 TUNABLE_STR("hw.acpi.remove_interface", acpi_remove_interface,
|
/freebsd/sys/dev/liquidio/ |
H A D | lio_main.c | 55 TUNABLE_STR("hw.lio.fw_type", fw_type, sizeof(fw_type));
|
/freebsd/sys/dev/hwpmc/ |
H A D | hwpmc_mod.c | 324 TUNABLE_STR(PMC_SYSCTL_NAME_PREFIX "debugflags", pmc_debugstr,
|