Searched refs:theParent (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOPlatformExpert.h127 virtual bool CheckSubTree (OSArray * inSubTree, IOService * theNub, IOService * theDevice, OSDictionary * theParent);
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePM.cpp648 IOService * theParent; local
668 theParent = (IOService *)connection->copyParentEntry(gIOPowerPlane);
669 if ( theParent )
671 theParent->removePowerChild(connection);
672 theParent->release();
975 IOPowerConnection * theParent, bool stateKnown, IOPMPowerFlags powerFlags )
3290 IOService * theParent; local
3300 theParent = (IOService *)theNub->copyParentEntry(gIOPowerPlane);
3302 if ( theParent )
3304 theParent
974 setPowerParent( IOPowerConnection * theParent, bool stateKnown, IOPMPowerFlags powerFlags ) argument
[all...]
H A DIOPlatformExpert.cpp480 bool IOPlatformExpert::CheckSubTree (OSArray * inSubTree, IOService * theNub, IOService * theDevice, OSDictionary * theParent) argument
547 if (RegisterServiceInTree (theDevice, entry, theParent, theNub) ) {

Completed in 250 milliseconds