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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPlatformExpert.cpp543 if (NULL != multipleParentKeyValue) {
545 multiParentMatch = (NULL != aNumber) ? multipleParentKeyValue->isEqualTo (aNumber) : false;
568 multipleParentKeyValue = (OSNumber *) entry->getObject ("multiple-parent");
574 continueSearch = ( (false == nodeFound) || (NULL != multipleParentKeyValue) );
578 continueSearch = ( (false == nodeFound) || (NULL != multipleParentKeyValue) );
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOPlatformExpert.h103 OSNumber * multipleParentKeyValue; member in class:IOPlatformExpert

Completed in 20 milliseconds