Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/Kernel/
H A DIOPlatformExpert.cpp605 IOPlatformExpert::CheckSubTree(OSArray * inSubTree, IOService * theNub, IOService * theDevice, OSDi… in CheckSubTree() argument
621 if ((NULL == theDevice) || (NULL == inSubTree)) { in CheckSubTree()
625 numPowerTreeNodes = inSubTree->getCount(); in CheckSubTree()
630 entry = (OSDictionary *) inSubTree->getObject(i); in CheckSubTree()
/xnu-8792.41.9/iokit/IOKit/
H A DIOPlatformExpert.h244 …virtual bool CheckSubTree(OSArray * inSubTree, IOService * theNub, IOService * theDevice, OSDictio…