Searched refs:ShowRegistryEntryRecurse (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Dioreg.py181 ShowRegistryEntryRecurse(entry, "", True)
189 ShowRegistryEntryRecurse(kern.globals.gRegistryRoot, "", False)
197 ShowRegistryEntryRecurse(kern.globals.gRegistryRoot, "", True)
441 def ShowRegistryEntryRecurse(entry, prefix, printProps): function
469 ShowRegistryEntryRecurse(Cast(ca.array[idx], 'IORegistryEntry *'), prefix + "| ", printProps)
471 ShowRegistryEntryRecurse(Cast(ca.array[idx], 'IORegistryEntry *'), prefix + " ", printProps)

Completed in 122 milliseconds