Searched refs:TUNABLE_ULONG_FETCH (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | subr_param.c | 206 TUNABLE_ULONG_FETCH("kern.maxtsiz", &maxtsiz); in init_param1() 208 TUNABLE_ULONG_FETCH("kern.dfldsiz", &dfldsiz); in init_param1() 210 TUNABLE_ULONG_FETCH("kern.maxdsiz", &maxdsiz); in init_param1() 212 TUNABLE_ULONG_FETCH("kern.dflssiz", &dflssiz); in init_param1() 214 TUNABLE_ULONG_FETCH("kern.maxssiz", &maxssiz); in init_param1() 216 TUNABLE_ULONG_FETCH("kern.sgrowsiz", &sgrowsiz); in init_param1() 300 TUNABLE_ULONG_FETCH("kern.maxphys", &maxphys); in init_param2()
|
| H A D | subr_physmem.c | 407 TUNABLE_ULONG_FETCH("hw.physmem", &hwphyssz); in physmem_init_kernel_globals()
|
| H A D | kern_environment.c | 1039 TUNABLE_ULONG_FETCH(d->path, d->var); in tunable_ulong_init()
|
| H A D | sysv_shm.c | 940 if (TUNABLE_ULONG_FETCH("kern.ipc.shmmaxpgs", &shminfo.shmall) != 0) in shminit()
|
| /f-stack/freebsd/x86/acpica/ |
| H A D | OsdEnvironment.c | 66 if (TUNABLE_ULONG_FETCH("acpi.rsdp", &acpi_root)) in acpi_get_root_from_loader()
|
| /f-stack/lib/ |
| H A D | ff_kern_environment.c | 491 TUNABLE_ULONG_FETCH(d->path, d->var); in tunable_ulong_init()
|
| /f-stack/freebsd/sys/ |
| H A D | kernel.h | 367 #define TUNABLE_ULONG_FETCH(path, var) getenv_ulong((path), (var)) macro
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | machdep.c | 1271 if (TUNABLE_ULONG_FETCH("hw.physmem", &physmem_tunable)) in getmemsize() 1284 TUNABLE_ULONG_FETCH("hw.memtest.tests", &memtest); in getmemsize() 1317 TUNABLE_ULONG_FETCH("hw.physmem.start", &physmem_start); in getmemsize()
|
| H A D | fpu.c | 343 TUNABLE_ULONG_FETCH("hw.xsave_mask", &xsave_mask_user); in fpuinit_bsp1()
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_mroute.c | 2882 if (TUNABLE_ULONG_FETCH("net.inet.ip.mfchashsize", &mfchashsize) && in ip_mroute_modevent() 2890 TUNABLE_ULONG_FETCH("net.inet.pim.squelch_wholepkt", in ip_mroute_modevent()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | machdep.c | 2004 TUNABLE_ULONG_FETCH("hw.memtest.tests", &memtest); in getmemsize()
|