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

/xnu-2782.1.97/tools/lldbmacros/
H A Dioreg.py459 childKey = kern.globals.gIOServicePlane.keys[1]
461 childKey = plane.keys[1]
462 childArray = LookupKeyInOSDict(registryTable, childKey)
506 childKey = kern.globals.gIOServicePlane.keys[1]
508 childKey = plane.keys[1]
509 childArray = LookupKeyInOSDict(registryTable, childKey)
549 childKey = kern.globals.gIOServicePlane.keys[1]
551 childKey = plane.keys[1]
552 childArray = LookupKeyInOSDict(registryTable, childKey)
/xnu-2782.1.97/iokit/Kernel/
H A DIORegistryEntry.cpp191 const OSSymbol * childKey; local
206 childKey = OSSymbol::withCString( key);
217 && nameKey && parentKey && childKey
222 plane->keys[ kChildSetIndex ] = childKey;
240 if( childKey)
241 childKey->release();

Completed in 75 milliseconds