Searched refs:ShowRegistryEntryRecurse (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/tools/lldbmacros/ |
| H A D | ioreg.py | 284 ShowRegistryEntryRecurse(entry, "", True) 292 ShowRegistryEntryRecurse(kern.globals.gRegistryRoot, "", False) 300 ShowRegistryEntryRecurse(kern.globals.gRegistryRoot, "", True) 722 def ShowRegistryEntryRecurse(entry, prefix, printProps): function 750 …ShowRegistryEntryRecurse(CastIOKitClass(ca.array[idx], 'IORegistryEntry *'), prefix + "| ", printP… 752 …ShowRegistryEntryRecurse(CastIOKitClass(ca.array[idx], 'IORegistryEntry *'), prefix + " ", printP…
|