Searched refs:gIOPowerPlane (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePM.cpp553 if (!gIOPMRootNode && (getParentEntry(gIOPowerPlane) == getRegistryRoot()))
788 iter = getParentIterator(gIOPowerPlane);
795 theParent = (IOService *)connection->copyParentEntry(gIOPowerPlane);
807 detachAbove( gIOPowerPlane );
813 iter = getChildIterator(gIOPowerPlane);
820 theChild = ((IOService *)(connection->copyChildEntry(gIOPowerPlane)));
824 connection->detachFromChild(theChild, gIOPowerPlane);
828 detachFromChild(connection, gIOPowerPlane);
887 iter = child->getParentIterator( gIOPowerPlane );
896 isChild(entry, gIOPowerPlane))
[all...]
H A DIOPMrootDomain.cpp1867 this, gIOPowerPlane, kIORegistryIterateRecursively);
1879 if ((service = (IOService *) connect->copyChildEntry(gIOPowerPlane)))
4318 IORegistryEntry * parent = child->getParentEntry(gIOPowerPlane);
4333 parent = child->getParentEntry(gIOPowerPlane);
7124 rootDepth = root->getDepth( gIOPowerPlane );
7157 root, gIOPowerPlane, kIORegistryIterateRecursively);
7171 depth = node->getDepth( gIOPowerPlane );
8373 attachToParent( getRegistryRoot(), gIOPowerPlane ); local
H A DIOService.cpp91 const IORegistryPlane * gIOPowerPlane; variable
274 gIOPowerPlane = IORegistryEntry::makePlane( kIOPowerPlane );
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h105 extern const IORegistryPlane * gIOPowerPlane;

Completed in 96 milliseconds