Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/IOKit/
H A DIOPlatformExpert.h246 …(IOService * theService, OSDictionary * theTreeNode, OSDictionary * theTreeParentNode, IOService *…
/xnu-12377.61.12/iokit/Kernel/
H A DIOPlatformExpert.cpp709 …(IOService * theService, OSDictionary * theTreeNode, OSDictionary * theTreeParentNode, IOService *… in RegisterServiceInTree() argument
742 if (theTreeParentNode) { in RegisterServiceInTree()
743 if (NULL != (aService = (IOService *) theTreeParentNode->getObject("service"))) { in RegisterServiceInTree()