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