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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOPlatformExpert.cpp491 bool continueSearch = false; local
561 continueSearch = ( (false == nodeFound) || (NULL != multipleParentKeyValue) );
563 if ( continueSearch && (NULL != (children = (OSArray *) entry->getObject ("children"))) ) {
565 continueSearch = ( (false == nodeFound) || (NULL != multipleParentKeyValue) );
568 if ( false == continueSearch )

Completed in 65 milliseconds