Home
last modified time | relevance | path

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

/xnu-10002.41.9/tools/lldbmacros/
H A Dipc.py644 def GetIPCEntrySummary(entry, ipc_name='', rights_filter=0): argument
730 if rights_filter != 0 and rights_filter != right_str:
749 if rights_filter == 0 or rights_filter == right_str:
774 def PrintIPCInformation(space, show_entries=False, show_userstack=False, rights_filter=0): argument
803 entry_str = GetIPCEntrySummary(entryval, entry_name, rights_filter)