Home
last modified time | relevance | path

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

/xnu-8792.81.2/tools/lldbmacros/
H A Dioreg.py722 def ShowRegistryEntryRecurse(entry, prefix, printProps): argument
735 if printProps:
750 …RegistryEntryRecurse(CastIOKitClass(ca.array[idx], 'IORegistryEntry *'), prefix + "| ", printProps)
752 …RegistryEntryRecurse(CastIOKitClass(ca.array[idx], 'IORegistryEntry *'), prefix + " ", printProps)