Searched refs:PrintIPCInformation (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/tools/lldbmacros/ |
| H A D | ipc.py | 464 print(PrintIPCInformation.header) 465 PrintIPCInformation(ipc, False, False) 504 print(PrintIPCInformation.header) 505 PrintIPCInformation(t.itk_space, False, False) + "\n\n" 732 def PrintIPCInformation(space, show_entries=False, show_userstack=False, rights_filter=0): function 802 print(PrintIPCInformation.header) 803 PrintIPCInformation(ipc, True, False, rights_type) 844 print(PrintIPCInformation.header) 845 PrintIPCInformation(tval.itk_space, True, False, rights_type) 913 print(PrintIPCInformation.header) [all …]
|