Searched refs:theDevice (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DPMmisc.cpp44 void IOPMRegisterDevice(const char * who, IOService * theDevice) argument
48 theDevice->youAreRoot();
50 root = theDevice;
58 display = theDevice;
61 root->addChild ( theDevice ); // one of its children
H A DIOPlatformExpert.cpp447 void IOPlatformExpert::PMRegisterDevice(IOService * theNub, IOService * theDevice) argument
449 root->addPowerChild ( theDevice );
493 bool IOPlatformExpert::CheckSubTree (OSArray * inSubTree, IOService * theNub, IOService * theDevice, OSDictionary * theParent) argument
509 if ( (NULL == theDevice) || (NULL == inSubTree) )
526 if ( NULL != (deviceDictionary = theDevice->dictionaryWithProperties ())) {
560 if (RegisterServiceInTree (theDevice, entry, theParent, theNub) ) {
577 nodeFound = CheckSubTree ( children, theNub, theDevice, entry );
H A DIOPMrootDomain.cpp1372 void IOPMrootDomain::unIdleDevice( IOService *theDevice, unsigned long theState ) argument
1375 pmPowerStateQueue->unIdleOccurred(theDevice, theState);
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOPlatformExpert.h113 virtual bool CheckSubTree (OSArray * inSubTree, IOService * theNub, IOService * theDevice, OSDictionary * theParent);
160 virtual void PMRegisterDevice(IOService * theNub, IOService * theDevice);

Completed in 42 milliseconds