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

  /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...]

Completed in 14 milliseconds