Home
last modified time | relevance | path

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

/xnu-11417.140.69/tools/lldbmacros/
H A Dipc.py646 def GetIPCEntrySummary(entry, ipc_name='', rights_filter=0): argument
740 if rights_filter != 0 and rights_filter != right_str:
759 if rights_filter == 0 or rights_filter == right_str:
784 def PrintIPCInformation(space, show_entries=False, show_userstack=False, rights_filter=0): argument
813 entry_str = GetIPCEntrySummary(entryval, entry_name, rights_filter)