Searched refs:theChild (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePM.cpp774 IOService * theChild; local
820 theChild = ((IOService *)(connection->copyChildEntry(gIOPowerPlane)));
821 if ( theChild )
824 connection->detachFromChild(theChild, gIOPowerPlane);
825 theChild->release();
1113 IORegistryEntry * theChild; local
1121 theChild = theNub->copyChildEntry(gIOPowerPlane);
1122 if ( theChild )
1124 theNub->detachFromChild(theChild, gIOPowerPlane);
1125 theChild
1529 IOService * theChild; local
3228 IOService * theChild; local
3910 IOService * theChild; local
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h1535 @param theChild A pointer to the child IOService object. */
1537 virtual IOReturn addPowerChild( IOService * theChild );
1543 virtual IOReturn removePowerChild( IOPowerConnection * theChild );

Completed in 36 milliseconds