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

/xnu-2422.115.4/iokit/Kernel/
H A DIOPlatformExpert.cpp412 void IOPlatformExpert::PMRegisterDevice(IOService * theNub, IOService * theDevice) argument
458 bool IOPlatformExpert::CheckSubTree (OSArray * inSubTree, IOService * theNub, IOService * theDevice, OSDictionary * theParent) argument
498 if ( theNub && providerDictionary ) {
500 if ( NULL != (nubDictionary = theNub->dictionaryWithProperties ()) ) {
516 // if the power tree specifies a provider dictionary but theNub is
519 if ( theNub == NULL && providerDictionary != NULL )
525 if (RegisterServiceInTree (theDevice, entry, theParent, theNub) ) {
542 nodeFound = CheckSubTree ( children, theNub, theDevice, entry );
H A DIOServicePM.cpp993 IOReturn IOService::removePowerChild( IOPowerConnection * theNub )
1000 theNub->retain();
1003 theChild = theNub->copyChildEntry(gIOPowerPlane);
1006 theNub->detachFromChild(theChild, gIOPowerPlane);
1010 detachFromChild(theNub, gIOPowerPlane);
1013 if ( theNub->getAwaitingAck() )
1016 theNub->setAwaitingAck(false);
1034 theNub->release();
3308 IOService * theNub; local
3314 theNub
[all...]
/xnu-2422.115.4/iokit/IOKit/
H A DIOPlatformExpert.h124 virtual bool CheckSubTree (OSArray * inSubTree, IOService * theNub, IOService * theDevice, OSDictionary * theParent);
171 virtual void PMRegisterDevice(IOService * theNub, IOService * theDevice);

Completed in 58 milliseconds