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

/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOPlatformExpert.h124 virtual bool CheckSubTree (OSArray * inSubTree, IOService * theNub, IOService * theDevice, OSDictionary * theParent);
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOServicePM.cpp654 IOService * theParent; local
674 theParent = (IOService *)connection->copyParentEntry(gIOPowerPlane);
675 if ( theParent )
677 theParent->removePowerChild(connection);
678 theParent->release();
981 IOPowerConnection * theParent, bool stateKnown, IOPMPowerFlags powerFlags )
3307 IOService * theParent; local
3317 theParent = (IOService *)theNub->copyParentEntry(gIOPowerPlane);
3319 if ( theParent )
3321 theParent
980 setPowerParent( IOPowerConnection * theParent, bool stateKnown, IOPMPowerFlags powerFlags ) argument
[all...]
H A DIOPlatformExpert.cpp458 bool IOPlatformExpert::CheckSubTree (OSArray * inSubTree, IOService * theNub, IOService * theDevice, OSDictionary * theParent) argument
525 if (RegisterServiceInTree (theDevice, entry, theParent, theNub) ) {

Completed in 184 milliseconds