HomeSort by: relevance | last modified time | path
    Searched refs:sysctl_root (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/compat/freebsd/
freebsd_sysctl.c 192 pnode = &sysctl_root;
193 node = sysctl_root.sysctl_child;
  /src/sys/dev/pci/cxgb/
cxgb_toedev.h 96 struct sysctl_oid *sysctl_root; /* root of proc dir for this TOE */ member in struct:toedev
  /src/sys/kern/
kern_sysctl.c 132 struct sysctlnode sysctl_root = { variable in typeref:struct:sysctlnode
241 sysctl_root.sysctl_num = CREATE_BASE;
265 sysctl_root.sysctl_flags |= CTLFLAG_PERMANENT;
513 *rnode = &sysctl_root;
760 !(sysctl_root.sysctl_flags & CTLFLAG_READWRITE)))
887 (sysctl_root.sysctl_flags & CTLFLAG_PERMANENT))
1124 nm = ++sysctl_root.sysctl_num;
1314 !(sysctl_root.sysctl_flags & CTLFLAG_READWRITE))
1797 if ((sysctl_root.sysctl_flags & CTLFLAG_PERMANENT) &&
1800 !(sysctl_root.sysctl_flags & CTLFLAG_READWRITE)))
    [all...]
  /src/sys/netinet/
tcp_vtw.c 2445 flags = sysctl_root.sysctl_flags;
2447 sysctl_root.sysctl_flags |= CTLFLAG_READWRITE;
2448 sysctl_root.sysctl_flags &= ~CTLFLAG_PERMANENT;
2473 sysctl_root.sysctl_flags = flags;
  /src/sys/sys/
sysctl.h 975 extern struct sysctlnode sysctl_root;

Completed in 16 milliseconds