Home
last modified time | relevance | path

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

/netbsd/src/sys/compat/linux32/common/
Dlinux32_sysctl.c63 struct sysctlnode linux32_sysctl_root = { variable
86 sysctl_free(&linux32_sysctl_root); in linux32_sysctl_fini()
91 const struct sysctlnode *node = &linux32_sysctl_root;
156 linux32_sysctl_root.sysctl_flags &= ~CTLFLAG_READWRITE;
213 name, l, &linux32_sysctl_root); in linux32_sys___sysctl()