Home
last modified time | relevance | path

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

/xnu-8020.140.41/iokit/IOKit/
H A DIORegistryEntry.h1010 LIBKERN_RETURNS_NOT_RETAINED const OSSymbol * hasAlias(
/xnu-8020.140.41/iokit/Kernel/
H A DIORegistryEntry.cpp1254 if ((alias = hasAlias( plane ))) { in getPath()
1293 if ((alias = entry->hasAlias( plane ))) { in getPath()
1462 IORegistryEntry::hasAlias( const IORegistryPlane * plane, in hasAlias() function in IORegistryEntry