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

/darwin-on-arm/xnu/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.h1209 struct pf_anchor_node children; member in struct:pf_anchor
H A Dpf_ioctl.c4198 &ruleset->anchor->children)
4225 &ruleset->anchor->children)
H A Dpf.c2816 f->parent = &(*r)->anchor->children;
/darwin-on-arm/xnu/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.cpp766 // Disconnect the node from all parents and children in the power plane.
812 // detach children
866 // Power Management is informing us who our children are.
885 // Is this child already one of our children?
1154 // A child has gone away, re-scan children desires and clamp bits.
1675 // Indicate that children desires were ignored, and do not ask
2137 // root domain children to pop up when system is going to sleep.
2205 // Schedule a request to re-evaluate all children desires and
2227 // A power domain wants to clamp its power on till it has children which
2559 // Examine the children'
3514 OSArray * children = 0; local
[all...]

Completed in 99 milliseconds