Lines Matching refs:PrintPortSummary
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):
1527 PrintPortSummary(port, show_kmsg_summary=False, O=O)
1622 with O.table(PrintPortSummary.header):
1623 PrintPortSummary(cast(obj, 'ipc_port_t'), show_sets=True, O=O)