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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOPlatformExpert.cpp530 if (NULL != multipleParentKeyValue) {
532 multiParentMatch = (NULL != aNumber) ? multipleParentKeyValue->isEqualTo (aNumber) : false;
555 multipleParentKeyValue = (OSNumber *) entry->getObject ("multiple-parent");
561 continueSearch = ( (false == nodeFound) || (NULL != multipleParentKeyValue) );
565 continueSearch = ( (false == nodeFound) || (NULL != multipleParentKeyValue) );
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOPlatformExpert.h117 OSNumber * multipleParentKeyValue; member in class:IOPlatformExpert

Completed in 173 milliseconds