Searched refs:PrintPortSummary (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/tools/lldbmacros/ |
| H A D | ipc.py | 83 def PrintPortSummary(port, show_kmsg_summary=True, show_sets=False, prefix="", O=None): function 441 with O.table(PrintPortSummary.header, indent=True): 444 PrintPortSummary(wq.asPort(), show_kmsg_summary=show_kmsg_summary, O=O) 1478 with O.table(PrintPortSummary.header): 1484 PrintPortSummary(port, O=O) 1494 with O.table(PrintPortSummary.header): 1497 PrintPortSummary(port, O=O) 1508 with O.table(PrintPortSummary.header): 1510 PrintPortSummary(port, show_kmsg_summary=False, O=O) 1524 with O.table(PrintPortSummary.header): [all …]
|