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