Home
last modified time | relevance | path

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

/xnu-8796.121.2/tools/lldbmacros/
H A Dioreg.py785 def FindRegistryEntryRecurse(entry, search_name, stopAfterFirst): argument
806 if stopAfterFirst is True:
812 if stopAfterFirst is True:
826 …ryRecurse(CastIOKitClass(ca.array[idx], 'IORegistryEntry *'), search_name, stopAfterFirst) is True: