Home
last modified time | relevance | path

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

/xnu-8020.140.41/iokit/Kernel/
H A DIORegistryEntry.cpp1468 const OSSymbol * bestKey = NULL; in hasAlias() local
1484 if (!bestKey in hasAlias()
1485 || (bestKey->getLength() > key->getLength())) { in hasAlias()
1487 bestKey = key; in hasAlias()
1498 return bestKey; in hasAlias()