Home
last modified time | relevance | path

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

/xnu-8020.140.41/tools/lldbmacros/
H A Dioreg.py740 childKey = kern.globals.gIOServicePlane.keys[1]
742 childKey = plane.keys[1]
743 childArray = LookupKeyInOSDict(registryTable, childKey)
787 childKey = kern.globals.gIOServicePlane.keys[1]
789 childKey = plane.keys[1]
790 childArray = LookupKeyInOSDict(registryTable, childKey)
830 childKey = kern.globals.gIOServicePlane.keys[1]
832 childKey = plane.keys[1]
833 childArray = LookupKeyInOSDict(registryTable, childKey)
/xnu-8020.140.41/iokit/Kernel/
H A DIORegistryEntry.cpp204 const OSSymbol * childKey; in makePlane() local
219 childKey = OSSymbol::withCString( key); in makePlane()
230 && nameKey && parentKey && childKey in makePlane()
234 plane->keys[kChildSetIndex] = childKey; in makePlane()
254 if (childKey) { in makePlane()
255 childKey->release(); in makePlane()