Lines Matching refs:PrintPortSummary
185 def PrintPortSummary(port, show_kmsg_summary=True, show_sets=False, prefix="", O=None): function
609 with O.table(PrintPortSummary.header, indent=True):
611 PrintPortSummary(wq.asPort(), show_kmsg_summary=show_kmsg_summary, O=O)
1879 with O.table(PrintPortSummary.header):
1882 PrintPortSummary(value(port.AddressOf()), O=O)
1894 with O.table(PrintPortSummary.header):
1898 PrintPortSummary(value(port.AddressOf()), O=O)
1911 with O.table(PrintPortSummary.header):
1914 PrintPortSummary(value(port.AddressOf()), show_kmsg_summary=False, O=O)
1934 with O.table(PrintPortSummary.header):
1942 PrintPortSummary(value(port.AddressOf()), show_kmsg_summary=False, O=O)
2059 with O.table(PrintPortSummary.header):
2060 PrintPortSummary(cast(obj, "ipc_port_t"), show_sets=True, O=O)