Symbol: sysctl_parent
lib/libc/gen/sysctlgetmibinfo.c
233
i[ni].sysctl_child[t].sysctl_parent = &i[ni];
lib/libc/gen/sysctlgetmibinfo.c
356
pnode->sysctl_child[rc].sysctl_parent = pnode;
lib/libc/gen/sysctlgetmibinfo.c
612
(*rnode)->sysctl_parent = NULL;
sys/dev/pci/if_iavf.c
5132
if (strstr(node->sysctl_parent->sysctl_name, "rx") != NULL)
sys/dev/pci/if_ixl.c
6704
if (strstr(node->sysctl_parent->sysctl_name, "rx") != NULL)
sys/kern/kern_sysctl.c
1171
node[at].sysctl_parent = pnode;
sys/kern/kern_sysctl.c
1178
node[ni].sysctl_child[t].sysctl_parent =
sys/kern/kern_sysctl.c
1219
for (; rnode->sysctl_parent != NULL; rnode = rnode->sysctl_parent)
sys/kern/kern_sysctl.c
1223
pnode = pnode->sysctl_parent)
sys/kern/kern_sysctl.c
1360
pnode = node->sysctl_parent;
sys/kern/kern_sysctl.c
1408
sysctl_parent =
sys/kern/kern_sysctl.c
1418
node->sysctl_parent = pnode;
sys/kern/kern_sysctl.c
1433
for (; rnode->sysctl_parent != NULL; rnode = rnode->sysctl_parent)
sys/kern/kern_sysctl.c
1436
pnode = pnode->sysctl_parent)
sys/kern/kern_sysctl.c
2066
nnode.sysctl_parent = NULL;
sys/kern/kern_sysctl.c
2158
KASSERTMSG(pnode->sysctl_parent == snode,
sys/kern/kern_sysctl.c
2394
pnode = node->sysctl_parent;
sys/kern/kern_sysctl.c
2487
pnode = pnode->sysctl_parent)
sys/kern/kern_sysctl.c
2548
rnode = rnode->sysctl_parent;
sys/kern/kern_sysctl.c
2702
n[i].sysctl_parent = p;
sys/kern/kern_sysctl.c
2738
n[i].sysctl_parent = p;
sys/kern/kern_sysctl.c
2741
n[i].sysctl_child[j].sysctl_parent = &n[i];
sys/kern/kern_sysctl.c
795
if (nnode.sysctl_parent != NULL)
sys/sys/sysctl.h
1354
while (n->sysctl_parent != NULL)
sys/sys/sysctl.h
1355
n = n->sysctl_parent;