Home
last modified time | relevance | path

Searched refs:TUNABLE_ULONG_FETCH (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_param.c217 TUNABLE_ULONG_FETCH("kern.maxtsiz", &maxtsiz); in init_param1()
219 TUNABLE_ULONG_FETCH("kern.dfldsiz", &dfldsiz); in init_param1()
221 TUNABLE_ULONG_FETCH("kern.maxdsiz", &maxdsiz); in init_param1()
223 TUNABLE_ULONG_FETCH("kern.dflssiz", &dflssiz); in init_param1()
225 TUNABLE_ULONG_FETCH("kern.maxssiz", &maxssiz); in init_param1()
227 TUNABLE_ULONG_FETCH("kern.sgrowsiz", &sgrowsiz); in init_param1()
313 TUNABLE_ULONG_FETCH("kern.maxphys", &maxphys); in init_param2()
H A Dsubr_physmem.c534 TUNABLE_ULONG_FETCH("hw.physmem", &hwphyssz); in physmem_init_kernel_globals()
H A Dkern_environment.c1121 TUNABLE_ULONG_FETCH(d->path, d->var); in tunable_ulong_init()
H A Dsysv_shm.c938 if (TUNABLE_ULONG_FETCH("kern.ipc.shmmaxpgs", &shminfo.shmall) != 0) in shminit()
/freebsd/sys/dev/isci/
H A Disci_controller.c320 if (TUNABLE_ULONG_FETCH("hw.isci.no_outbound_task_timeout", &tunable)) in isci_controller_initialize()
324 if (TUNABLE_ULONG_FETCH("hw.isci.ssp_max_occupancy_timeout", &tunable)) in isci_controller_initialize()
328 if (TUNABLE_ULONG_FETCH("hw.isci.stp_max_occupancy_timeout", &tunable)) in isci_controller_initialize()
332 if (TUNABLE_ULONG_FETCH("hw.isci.ssp_inactivity_timeout", &tunable)) in isci_controller_initialize()
336 if (TUNABLE_ULONG_FETCH("hw.isci.stp_inactivity_timeout", &tunable)) in isci_controller_initialize()
340 if (TUNABLE_ULONG_FETCH("hw.isci.max_speed_generation", &tunable)) in isci_controller_initialize()
/freebsd/sys/arm64/acpica/
H A DOsdEnvironment.c61 if (TUNABLE_ULONG_FETCH("acpi.rsdp", &acpi_root)) in acpi_get_root_from_loader()
/freebsd/sys/x86/acpica/
H A DOsdEnvironment.c63 if (TUNABLE_ULONG_FETCH("acpi.rsdp", &acpi_root)) in acpi_get_root_from_loader()
/freebsd/sys/sys/
H A Dkernel.h369 #define TUNABLE_ULONG_FETCH(path, var) getenv_ulong((path), (var)) macro
/freebsd/sys/amd64/amd64/
H A Dmachdep.c911 if (TUNABLE_ULONG_FETCH("hw.physmem", &physmem_tunable)) in getmemsize()
924 TUNABLE_ULONG_FETCH("hw.memtest.tests", &memtest); in getmemsize()
948 TUNABLE_ULONG_FETCH("hw.physmem.start", &physmem_start); in getmemsize()
H A Dfpu.c301 TUNABLE_ULONG_FETCH("hw.xsave_mask", &xsave_mask_user); in fpuinit_bsp1()
/freebsd/sys/dev/wbwd/
H A Dwbwd.c615 if (TUNABLE_ULONG_FETCH("hw.wbwd.timeout_override", &timeout)) { in wb_attach()
/freebsd/sys/geom/shsec/
H A Dg_shsec.c115 TUNABLE_ULONG_FETCH("kern.geom.shsec.maxmem,", &g_shsec_maxmem); in g_shsec_init()
/freebsd/sys/geom/stripe/
H A Dg_stripe.c119 TUNABLE_ULONG_FETCH("kern.geom.stripe.maxmem,", &g_stripe_maxmem); in g_stripe_init()
/freebsd/sys/i386/i386/
H A Dmachdep.c1089 TUNABLE_ULONG_FETCH("hw.memtest.tests", &memtest); in getmemsize()
/freebsd/sys/powerpc/aim/
H A Dmmu_oea.c766 TUNABLE_ULONG_FETCH("hw.physmem", (u_long *) &hwphyssz); in moea_bootstrap()
H A Dmmu_oea64.c961 TUNABLE_ULONG_FETCH("hw.physmem", (u_long *) &hwphyssz); in moea64_early_bootstrap()
H A Dmmu_radix.c1939 TUNABLE_ULONG_FETCH("hw.physmem", (u_long *) &hwphyssz); in mmu_radix_early_bootstrap()
/freebsd/sys/powerpc/booke/
H A Dpmap.c846 TUNABLE_ULONG_FETCH("hw.physmem", (u_long *) &hwphyssz); in mmu_booke_bootstrap()