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

/xnu-2782.1.97/iokit/Kernel/
H A DIORegistryEntry.cpp190 const OSSymbol * parentKey; local
203 parentKey = OSSymbol::withCString( key);
217 && nameKey && parentKey && childKey
221 plane->keys[ kParentSetIndex ] = parentKey;
238 if( parentKey)
239 parentKey->release();

Completed in 25 milliseconds