Home
last modified time | relevance | path

Searched refs:host_a (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.patch576 - for (state, count) in self.host_a.extraports.items())
577 + for (state, count) in list(self.host_a.extraports.items()))
587 if host_a.state is not None:
588 - print >> f, u"-%s:" % host_a.format_name()
589 + print("-%s:" % host_a.format_name(), file=f)
594 - print >> f, u" %s:" % host_a.format_name()
595 + print(" %s:" % host_a.format_name(), file=f)
599 if host_a.state is not None:
600 - print >> f, u"-Host is %s." % host_a.state
601 + print("-Host is %s." % host_a.state, file=f)
[all …]
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dp2pdma.c373 struct pci_host_bridge *host_a = pci_find_host_bridge(a->bus); in host_bridge_whitelist() local
376 if (host_a == host_b) in host_bridge_whitelist()
377 return __host_bridge_whitelist(host_a, true); in host_bridge_whitelist()
379 if (__host_bridge_whitelist(host_a, false) && in host_bridge_whitelist()