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

/xnu-2782.1.97/iokit/IOKit/
H A DIOPlatformExpert.h128 virtual bool RegisterServiceInTree (IOService * theService, OSDictionary * theTreeNode, OSDictionary * theTreeParentNode, IOService * theProvider);
/xnu-2782.1.97/iokit/Kernel/
H A DIOPlatformExpert.cpp547 if (RegisterServiceInTree (theDevice, entry, theParent, theNub) ) {
576 // RegisterServiceInTree
581 bool IOPlatformExpert::RegisterServiceInTree (IOService * theService, OSDictionary * theTreeNode, OSDictionary * theTreeParentNode, IOService * theProvider) function in class:IOPlatformExpert

Completed in 66 milliseconds