Searched refs:theDevice (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.61.12/iokit/Kernel/ |
| H A D | IOPlatformExpert.cpp | 555 IOPlatformExpert::PMRegisterDevice(IOService * theNub, IOService * theDevice) in PMRegisterDevice() argument 557 root->addPowerChild( theDevice ); in PMRegisterDevice() 605 IOPlatformExpert::CheckSubTree(OSArray * inSubTree, IOService * theNub, IOService * theDevice, OSDi… in CheckSubTree() argument 621 if ((NULL == theDevice) || (NULL == inSubTree)) { in CheckSubTree() 638 if (NULL != (deviceDictionary = theDevice->dictionaryWithProperties())) { in CheckSubTree() 673 if (RegisterServiceInTree(theDevice, entry, theParent, theNub)) { in CheckSubTree() 690 nodeFound = CheckSubTree( children, theNub, theDevice, entry ); in CheckSubTree()
|
| /xnu-12377.61.12/iokit/IOKit/ |
| H A D | IOPlatformExpert.h | 245 …virtual bool CheckSubTree(OSArray * inSubTree, IOService * theNub, IOService * theDevice, OSDictio… 300 virtual void PMRegisterDevice(IOService * theNub, IOService * theDevice);
|