Home
last modified time | relevance | path

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

/netbsd-src/sys/compat/freebsd/
H A Dfreebsd_sysctl.c192 pnode = &sysctl_root; in freebsd_sysctl_name2oid()
193 node = sysctl_root.sysctl_child; in freebsd_sysctl_name2oid()
/netbsd-src/sys/kern/
H A Dkern_sysctl.c132 struct sysctlnode sysctl_root = { variable
241 sysctl_root.sysctl_num = CREATE_BASE; in sysctl_init()
265 sysctl_root.sysctl_flags |= CTLFLAG_PERMANENT; in sysctl_finalize()
513 *rnode = &sysctl_root; in sysctl_locate()
760 !(sysctl_root.sysctl_flags & CTLFLAG_READWRITE))) in _sysctl_create()
887 (sysctl_root.sysctl_flags & CTLFLAG_PERMANENT)) in _sysctl_create()
1124 nm = ++sysctl_root.sysctl_num; in _sysctl_create()
1314 !(sysctl_root.sysctl_flags & CTLFLAG_READWRITE)) in sysctl_destroy()
1797 if ((sysctl_root.sysctl_flags & CTLFLAG_PERMANENT) && in sysctl_describe()
1800 !(sysctl_root in sysctl_describe()
[all...]
/netbsd-src/sys/dev/pci/cxgb/
H A Dcxgb_toedev.h96 struct sysctl_oid *sysctl_root; /* root of proc dir for this TOE */ member
/netbsd-src/sys/netinet/
H A Dtcp_vtw.c2445 flags = sysctl_root.sysctl_flags; in vtw_debug_init()
2447 sysctl_root.sysctl_flags |= CTLFLAG_READWRITE; in vtw_debug_init()
2448 sysctl_root.sysctl_flags &= ~CTLFLAG_PERMANENT; in vtw_debug_init()
2473 sysctl_root.sysctl_flags = flags;
/netbsd-src/sys/sys/
H A Dsysctl.h968 extern struct sysctlnode sysctl_root;