Home
last modified time | relevance | path

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

/netbsd-src/sys/compat/linux/common/
H A Dlinux_sysctl.c63 struct sysctlnode linux_sysctl_root = { variable
85 sysctl_free(&linux_sysctl_root); in linux_sysctl_fini()
92 const struct sysctlnode *node = &linux_sysctl_root;
157 linux_sysctl_root.sysctl_flags &= ~CTLFLAG_READWRITE;
206 &name[0], l, &linux_sysctl_root); in linux_sys___sysctl()