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

/darwin-on-arm/xnu/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.cpp1111 IOReturn IOService::removePowerChild ( IOPowerConnection * theNub )
1118 theNub->retain();
1121 theChild = theNub->copyChildEntry(gIOPowerPlane);
1124 theNub->detachFromChild(theChild, gIOPowerPlane);
1128 detachFromChild(theNub, gIOPowerPlane);
1131 if ( theNub->getAwaitingAck() )
1134 theNub->setAwaitingAck(false);
1152 theNub->release();
3273 IOService * theNub; local
3279 theNub
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOPlatformExpert.h122 virtual bool CheckSubTree (OSArray * inSubTree, IOService * theNub, IOService * theDevice, OSDictionary * theParent);
169 virtual void PMRegisterDevice(IOService * theNub, IOService * theDevice);

Completed in 33 milliseconds