Home
last modified time | relevance | path

Searched refs:tunable_bool (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/sys/
H A Dkernel.h431 struct tunable_bool { struct
436 static struct tunable_bool __CONCAT(__tunable_bool_, __LINE__) = { \ argument
/freebsd-13.1/sys/kern/
H A Dkern_environment.c1116 struct tunable_bool *d = (struct tunable_bool *)data; in tunable_bool_init()