Searched refs:children (Results 1 - 6 of 6) sorted by relevance

/xnu-2422.115.4/bsd/net/
H A Dpf_ruleset.c296 RB_INIT(&anchor->children);
315 if ((dup = RB_INSERT(pf_anchor_node, &parent->children,
348 !RB_EMPTY(&ruleset->anchor->children) ||
359 RB_REMOVE(pf_anchor_node, &parent->children,
H A Dpfvar.h1210 struct pf_anchor_node children; member in struct:pf_anchor
H A Dpf_ioctl.c4263 &ruleset->anchor->children)
4290 &ruleset->anchor->children)
H A Dpf.c2850 f->parent = &(*r)->anchor->children;
/xnu-2422.115.4/iokit/Kernel/
H A DIOPlatformExpert.cpp391 // All other objects which register will be children of this Root.
408 // In this vanilla implementation, all callers are made children of the root power domain.
467 OSArray * children; local
541 if ( continueSearch && (NULL != (children = (OSArray *) entry->getObject ("children"))) ) {
542 nodeFound = CheckSubTree ( children, theNub, theDevice, entry );
563 OSArray * children; local
575 // we registered the node in the tree...now if the node has children
578 if ( NULL != (children = (OSArray *) theTreeNode->getObject ("children")) ) {
[all...]
H A DIOServicePM.cpp645 // Disconnect the node from all parents and children in the power plane.
691 // detach children
747 // Power Management is informing us who our children are.
766 // Is this child already one of our children?
1036 // A child has gone away, re-scan children desires and clamp bits.
1597 // Indicate that children desires must be ignored, and do not ask
2107 // root domain children to pop up when system is going to sleep.
2176 // Schedule a request to re-evaluate all children desires and
2198 // A power domain wants to clamp its power on till it has children which
2550 // Examine the children'
3606 OSArray * children = 0; local
[all...]

Completed in 64 milliseconds