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

/xnu-2422.115.4/iokit/Kernel/
H A DIOServicePM.cpp653 IOService * theChild; local
699 theChild = ((IOService *)(connection->copyChildEntry(gIOPowerPlane)));
700 if ( theChild )
703 connection->detachFromChild(theChild, gIOPowerPlane);
704 theChild->release();
995 IORegistryEntry * theChild; local
1003 theChild = theNub->copyChildEntry(gIOPowerPlane);
1004 if ( theChild )
1006 theNub->detachFromChild(theChild, gIOPowerPlane);
1007 theChild
1451 IOService * theChild; local
3263 IOService * theChild; local
4015 IOService * theChild; local
[all...]
/xnu-2422.115.4/iokit/IOKit/
H A DIOService.h1569 @param theChild A pointer to the child IOService object. */
1571 virtual IOReturn addPowerChild( IOService * theChild );
1577 virtual IOReturn removePowerChild( IOPowerConnection * theChild );

Completed in 32 milliseconds