Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/Kernel/ !
H A DIOPlatformExpert.cpp616 bool continueSearch = false; in CheckSubTree() local
687 continueSearch = ((false == nodeFound) || (NULL != multipleParentKeyValue)); in CheckSubTree()
689 if (continueSearch && (NULL != (children = (OSArray *) entry->getObject("children")))) { in CheckSubTree()
691 continueSearch = ((false == nodeFound) || (NULL != multipleParentKeyValue)); in CheckSubTree()
694 if (false == continueSearch) { in CheckSubTree()