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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp87 const OSSymbol * pathLocationKey; member in class:IORegistryPlane
182 const OSSymbol * pathLocationKey; local
201 pathLocationKey = OSSymbol::withCString( key);
207 && pathNameKey && pathLocationKey ) {
213 plane->pathLocationKey = pathLocationKey;
223 if( pathLocationKey)
224 pathLocationKey->release();
718 sym = (OSSymbol *) registryTable()->getObject( plane->pathLocationKey );
775 key = plane->pathLocationKey;
[all...]

Completed in 44 milliseconds