Home
last modified time | relevance | path

Searched refs:host_b (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-security/nmap/files/
H A D0001-Make-ndiff-support-python3.patch579 - 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.state
604 + print("+Host is %s." % host_b.state, file=f)
606 - print >> f, u" Host is %s." % host_b.state
607 + print(" Host is %s." % host_b.state, file=f)
[all …]
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dp2pdma.c374 struct pci_host_bridge *host_b = pci_find_host_bridge(b->bus); in host_bridge_whitelist() local
376 if (host_a == host_b) in host_bridge_whitelist()
380 __host_bridge_whitelist(host_b, false)) in host_bridge_whitelist()