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