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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOPlatformExpert.h122 virtual bool CheckSubTree (OSArray * inSubTree, IOService * theNub, IOService * theDevice, OSDictionary * theParent);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePM.cpp775 IOService * theParent; local
795 theParent = (IOService *)connection->copyParentEntry(gIOPowerPlane);
796 if ( theParent )
798 theParent->removePowerChild(connection);
799 theParent->release();
1099 IOPowerConnection * theParent, bool stateKnown, IOPMPowerFlags powerFlags )
3272 IOService * theParent; local
3282 theParent = (IOService *)theNub->copyParentEntry(gIOPowerPlane);
3284 if ( theParent )
3286 theParent
1098 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 34 milliseconds