Searched refs:theTreeNode (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOPlatformExpert.cpp581 bool IOPlatformExpert::RegisterServiceInTree (IOService * theService, OSDictionary * theTreeNode, OSDictionary * theTreeParentNode, IOService * theProvider) argument
591 if ( NULL == theTreeNode->getObject ("service") ) {
593 if ( theTreeNode->setObject ("service", OSDynamicCast ( OSObject, theService)) ) {
600 if ( NULL != (children = (OSArray *) theTreeNode->getObject ("children")) ) {
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOPlatformExpert.h128 virtual bool RegisterServiceInTree (IOService * theService, OSDictionary * theTreeNode, OSDictionary * theTreeParentNode, IOService * theProvider);

Completed in 127 milliseconds