Home
last modified time | relevance | path

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

/xnu-11215/tools/lldbmacros/
H A Dioreg.py768 childKey = kern.globals.gIOServicePlane.keys[1]
770 childKey = plane.keys[1]
771 childArray = LookupKeyInOSDict(registryTable, childKey)
815 childKey = kern.globals.gIOServicePlane.keys[1]
817 childKey = plane.keys[1]
818 childArray = LookupKeyInOSDict(registryTable, childKey)
858 childKey = kern.globals.gIOServicePlane.keys[1]
860 childKey = plane.keys[1]
861 childArray = LookupKeyInOSDict(registryTable, childKey)
/xnu-11215/iokit/Kernel/
H A DIORegistryEntry.cpp206 const OSSymbol * childKey; in makePlane() local
221 childKey = OSSymbol::withCString( key); in makePlane()
232 && nameKey && parentKey && childKey in makePlane()
236 plane->keys[kChildSetIndex] = childKey; in makePlane()
256 if (childKey) { in makePlane()
257 childKey->release(); in makePlane()