Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/Kernel/
H A DIOPlatformExpert.cpp709 IOPlatformExpert::RegisterServiceInTree(IOService * theService, OSDictionary * theTreeNode, OSDicti… in RegisterServiceInTree() argument
719 if (NULL == theTreeNode->getObject("service")) { in RegisterServiceInTree()
720 if (theTreeNode->setObject("service", OSDynamicCast( OSObject, theService))) { in RegisterServiceInTree()
726 if (NULL != (children = (OSArray *) theTreeNode->getObject("children"))) { in RegisterServiceInTree()
/xnu-12377.61.12/iokit/IOKit/
H A DIOPlatformExpert.h246 …virtual bool RegisterServiceInTree(IOService * theService, OSDictionary * theTreeNode, OSDictionar…