Lines Matching refs:PrintPortSummary
109 def PrintPortSummary(port, show_kmsg_summary=True, show_sets=False, prefix="", O=None): function
465 with O.table(PrintPortSummary.header, indent=True):
468 PrintPortSummary(wq.asPort(), show_kmsg_summary=show_kmsg_summary, O=O)
1524 with O.table(PrintPortSummary.header):
1527 PrintPortSummary(value(port.AddressOf()), O=O)
1537 with O.table(PrintPortSummary.header):
1541 PrintPortSummary(value(port.AddressOf()), O=O)
1552 with O.table(PrintPortSummary.header):
1555 PrintPortSummary(value(port.AddressOf()), show_kmsg_summary=False, O=O)
1571 with O.table(PrintPortSummary.header):
1578 PrintPortSummary(value(port.AddressOf()), show_kmsg_summary=False, O=O)
1676 with O.table(PrintPortSummary.header):
1677 PrintPortSummary(cast(obj, 'ipc_port_t'), show_sets=True, O=O)