Searched refs:sysctl_root (Results 1 – 5 of 5) sorted by relevance
192 pnode = &sysctl_root; in freebsd_sysctl_name2oid()193 node = sysctl_root.sysctl_child; in freebsd_sysctl_name2oid()
132 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...]
96 struct sysctl_oid *sysctl_root; /* root of proc dir for this TOE */ member
2445 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;
968 extern struct sysctlnode sysctl_root;