Home
last modified time | relevance | path

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

/xnu-8792.81.2/tools/lldbmacros/
H A Dioreg.py755 def FindRegistryEntryRecurse(entry, search_name, stopAfterFirst): argument
776 if stopAfterFirst is True:
782 if stopAfterFirst is True:
796 …ryRecurse(CastIOKitClass(ca.array[idx], 'IORegistryEntry *'), search_name, stopAfterFirst) is True: