Home
last modified time | relevance | path

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

/xnu-8019.80.24/tools/lldbmacros/
H A Dipc.py579 def GetIPCEntrySummary(entry, ipc_name='', rights_filter=0): argument
664 if rights_filter != 0 and rights_filter != right_str:
683 if rights_filter == 0 or rights_filter == right_str:
711 def PrintIPCInformation(space, show_entries=False, show_userstack=False, rights_filter=0): argument
735 entry_str = GetIPCEntrySummary(entryval, entry_name, rights_filter)