Lines Matching refs:PrintPortSummary
111 def PrintPortSummary(port, show_kmsg_summary=True, show_sets=False, prefix="", O=None): function
469 with O.table(PrintPortSummary.header, indent=True):
471 PrintPortSummary(wq.asPort(), show_kmsg_summary=show_kmsg_summary, O=O)
1552 with O.table(PrintPortSummary.header):
1555 PrintPortSummary(value(port.AddressOf()), O=O)
1565 with O.table(PrintPortSummary.header):
1569 PrintPortSummary(value(port.AddressOf()), O=O)
1580 with O.table(PrintPortSummary.header):
1583 PrintPortSummary(value(port.AddressOf()), show_kmsg_summary=False, O=O)
1601 with O.table(PrintPortSummary.header):
1608 PrintPortSummary(value(port.AddressOf()), show_kmsg_summary=False, O=O)
1709 with O.table(PrintPortSummary.header):
1710 PrintPortSummary(cast(obj, 'ipc_port_t'), show_sets=True, O=O)