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 133 struct sysctlnode sysctl_root = { variable in typeref:struct:sysctlnode
242 sysctl_root.sysctl_num = CREATE_BASE;
266 sysctl_root.sysctl_flags |= CTLFLAG_PERMANENT;
514 *rnode = &sysctl_root;
761 !(sysctl_root.sysctl_flags & CTLFLAG_READWRITE)))
888 (sysctl_root.sysctl_flags & CTLFLAG_PERMANENT))
1126 nm = ++sysctl_root.sysctl_num;
1316 !(sysctl_root.sysctl_flags & CTLFLAG_READWRITE))
1799 if ((sysctl_root.sysctl_flags & CTLFLAG_PERMANENT) &&
1802 !(sysctl_root.sysctl_flags & CTLFLAG_READWRITE)))
    [all...]

Completed in 15 milliseconds