Searched refs:host_b (Results 1 – 2 of 2) sorted by relevance
579 - for (state, count) in self.host_b.extraports.items())580 + for (state, count) in list(self.host_b.extraports.items()))590 if self.host_b.state is not None:591 - print >> f, u"+%s:" % host_b.format_name()592 + print("+%s:" % host_b.format_name(), file=f)602 if host_b.state is not None:603 - print >> f, u"+Host is %s." % host_b.state604 + print("+Host is %s." % host_b.state, file=f)606 - print >> f, u" Host is %s." % host_b.state607 + print(" Host is %s." % host_b.state, file=f)[all …]
374 struct pci_host_bridge *host_b = pci_find_host_bridge(b->bus); in host_bridge_whitelist() local376 if (host_a == host_b) in host_bridge_whitelist()380 __host_bridge_whitelist(host_b, false)) in host_bridge_whitelist()