Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIORegistryEntry.cpp1486 const OSSymbol * bestKey = NULL; in hasAlias() local
1502 if (!bestKey in hasAlias()
1503 || (bestKey->getLength() > key->getLength())) { in hasAlias()
1505 bestKey = key; in hasAlias()
1516 return bestKey; in hasAlias()