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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIORegistryEntry.cpp94 const OSSymbol * pathLocationKey; member in class:IORegistryPlane
193 const OSSymbol * pathLocationKey; local
212 pathLocationKey = OSSymbol::withCString( key);
218 && pathNameKey && pathLocationKey ) {
224 plane->pathLocationKey = pathLocationKey;
234 if( pathLocationKey)
235 pathLocationKey->release();
759 sym = (OSSymbol *) registryTable()->getObject( plane->pathLocationKey );
816 key = plane->pathLocationKey;
[all...]

Completed in 9 milliseconds