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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPlatformExpert.cpp508 if (NULL != multipleParentKeyValue) {
510 multiParentMatch = (NULL != aNumber) ? multipleParentKeyValue->isEqualTo (aNumber) : false;
533 multipleParentKeyValue = (OSNumber *) entry->getObject ("multiple-parent");
539 continueSearch = ( (false == nodeFound) || (NULL != multipleParentKeyValue) );
543 continueSearch = ( (false == nodeFound) || (NULL != multipleParentKeyValue) );
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOPlatformExpert.h112 OSNumber * multipleParentKeyValue; member in class:IOPlatformExpert

Completed in 16 milliseconds