Home
last modified time | relevance | path

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

/xnu-8796.121.2/tools/lldbmacros/
H A Dipc.py633 def GetIPCEntrySummary(entry, ipc_name='', rights_filter=0): argument
719 if rights_filter != 0 and rights_filter != right_str:
738 if rights_filter == 0 or rights_filter == right_str:
761 def PrintIPCInformation(space, show_entries=False, show_userstack=False, rights_filter=0): argument
790 entry_str = GetIPCEntrySummary(entryval, entry_name, rights_filter)