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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePM.cpp410 if (!gIOPMRootNode && (getParentEntry(gIOPowerPlane) == getRegistryRoot()))
661 iter = getParentIterator(gIOPowerPlane);
668 theParent = (IOService *)connection->copyParentEntry(gIOPowerPlane);
680 detachAbove( gIOPowerPlane );
686 iter = getChildIterator(gIOPowerPlane);
693 theChild = ((IOService *)(connection->copyChildEntry(gIOPowerPlane)));
697 connection->detachFromChild(theChild, gIOPowerPlane);
701 detachFromChild(connection, gIOPowerPlane);
762 iter = child->getParentIterator( gIOPowerPlane );
771 isChild(entry, gIOPowerPlane))
[all...]
H A DIOPMrootDomain.cpp1744 this, gIOPowerPlane, kIORegistryIterateRecursively);
1756 if ((service = (IOService *) connect->copyChildEntry(gIOPowerPlane)))
4263 IORegistryEntry * parent = child->getParentEntry(gIOPowerPlane);
4278 parent = child->getParentEntry(gIOPowerPlane);
7542 rootDepth = root->getDepth( gIOPowerPlane );
7575 root, gIOPowerPlane, kIORegistryIterateRecursively);
7589 depth = node->getDepth( gIOPowerPlane );
8538 attachToParent( getRegistryRoot(), gIOPowerPlane ); local
H A DIOService.cpp94 const IORegistryPlane * gIOPowerPlane; variable
285 gIOPowerPlane = IORegistryEntry::makePlane( kIOPowerPlane );
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIDevice.cpp243 if (plane == gIOPowerPlane)
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h107 extern const IORegistryPlane * gIOPowerPlane;

Completed in 176 milliseconds