Home
last modified time | relevance | path

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

/xnu-12377.1.9/tools/lldbmacros/
H A Dioreg.py762 def FindRegistryEntryRecurse(entry, search_name, stopAfterFirst): argument
783 if stopAfterFirst is True:
788 if stopAfterFirst is True:
803 …EntryRecurse(CastIOKitClass(array[idx], 'IORegistryEntry *'), search_name, stopAfterFirst) is True: