pci               190 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 		pcidev->attr->bridge.downstream.pci.domain, pcidev->attr->bridge.downstream.pci.secondary_bus, pcidev->attr->bridge.downstream.pci.subordinate_bus);
pci               234 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c       && b->attr->pcidev.bus >= a->attr->bridge.downstream.pci.secondary_bus
pci               235 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c       && b->attr->pcidev.bus <= a->attr->bridge.downstream.pci.subordinate_bus)
pci               238 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c       && a->attr->pcidev.bus >= b->attr->bridge.downstream.pci.secondary_bus
pci               239 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c       && a->attr->pcidev.bus <= b->attr->bridge.downstream.pci.subordinate_bus)
pci               296 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 		|| cur->attr->pcidev.bus > new->attr->bridge.downstream.pci.subordinate_bus)
pci               382 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	&& child->attr->bridge.downstream.pci.subordinate_bus > current_subordinate)
pci               383 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c       current_subordinate = child->attr->bridge.downstream.pci.subordinate_bus;
pci               395 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c     hostbridge->attr->bridge.downstream.pci.domain = current_domain;
pci               396 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c     hostbridge->attr->bridge.downstream.pci.secondary_bus = current_bus;
pci               397 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c     hostbridge->attr->bridge.downstream.pci.subordinate_bus = current_subordinate;
pci               621 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	  && child->attr->bridge.downstream.pci.domain == domain
pci               622 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	  && child->attr->bridge.downstream.pci.secondary_bus <= bus
pci               623 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	  && child->attr->bridge.downstream.pci.subordinate_bus >= bus)
pci               631 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	       && child->attr->bridge.downstream.pci.domain == domain
pci               632 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	       && child->attr->bridge.downstream.pci.secondary_bus <= bus
pci               633 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	       && child->attr->bridge.downstream.pci.subordinate_bus >= bus) {
pci               745 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c   struct hwloc_pcidev_attr_s *pattr = &battr->upstream.pci;
pci               759 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c   battr->downstream.pci.domain = pattr->domain;
pci               760 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c   battr->downstream.pci.secondary_bus = config[HWLOC_PCI_SECONDARY_BUS];
pci               761 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c   battr->downstream.pci.subordinate_bus = config[HWLOC_PCI_SUBORDINATE_BUS];
pci               763 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c   if (battr->downstream.pci.secondary_bus <= pattr->bus
pci               764 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c       || battr->downstream.pci.subordinate_bus <= pattr->bus
pci               765 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c       || battr->downstream.pci.secondary_bus > battr->downstream.pci.subordinate_bus) {
pci               774 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 		battr->downstream.pci.secondary_bus, battr->downstream.pci.subordinate_bus);
pci              5851 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	  && tree->attr->bridge.downstream.pci.domain == domain
pci              5852 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	  && tree->attr->bridge.downstream.pci.secondary_bus <= bus
pci              5853 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	  && tree->attr->bridge.downstream.pci.subordinate_bus >= bus)
pci              5861 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	       && tree->attr->bridge.downstream.pci.domain == domain
pci              5862 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	       && tree->attr->bridge.downstream.pci.secondary_bus <= bus
pci              5863 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	       && tree->attr->bridge.downstream.pci.subordinate_bus >= bus) {
pci                38 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-nvml.c     nvmlPciInfo_t pci;
pci                71 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-nvml.c     if (NVML_SUCCESS == nvmlDeviceGetPciInfo(device, &pci)) {
pci                72 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-nvml.c       parent = hwloc_pcidisc_find_by_busid(topology, pci.domain, pci.bus, pci.device, 0);
pci                74 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-nvml.c 	parent = hwloc_pcidisc_find_busid_parent(topology, pci.domain, pci.bus, pci.device, 0);
pci               342 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	obj->attr->bridge.downstream.pci.domain = domain;
pci               343 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	obj->attr->bridge.downstream.pci.secondary_bus = secbus;
pci               344 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	obj->attr->bridge.downstream.pci.subordinate_bus = subbus;
pci              2057 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	      (unsigned) obj->attr->bridge.downstream.pci.domain,
pci              2058 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	      (unsigned) obj->attr->bridge.downstream.pci.secondary_bus,
pci              2059 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	      (unsigned) obj->attr->bridge.downstream.pci.subordinate_bus);
pci               562 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c 	       obj->attr->bridge.downstream.pci.domain, obj->attr->bridge.downstream.pci.secondary_bus, obj->attr->bridge.downstream.pci.subordinate_bus);
pci               592 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h       struct hwloc_pcidev_attr_s pci;
pci               599 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h       } pci;
pci              1134 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h     && bridge->attr->bridge.downstream.pci.domain == domain
pci              1135 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h     && bridge->attr->bridge.downstream.pci.secondary_bus <= bus
pci              1136 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h     && bridge->attr->bridge.downstream.pci.subordinate_bus >= bus;
pci                64 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/nvml.h   nvmlPciInfo_t pci;
pci                71 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/nvml.h   nvres = nvmlDeviceGetPciInfo(device, &pci);
pci                77 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/nvml.h   sprintf(path, "/sys/bus/pci/devices/%04x:%02x:%02x.0/local_cpus", pci.domain, pci.bus, pci.device);
pci               133 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/nvml.h 	nvmlPciInfo_t pci;
pci               141 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/nvml.h 	nvres = nvmlDeviceGetPciInfo(device, &pci);
pci               159 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/nvml.h 		    && pcidev->attr->pcidev.domain == pci.domain
pci               160 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/nvml.h 		    && pcidev->attr->pcidev.bus == pci.bus
pci               161 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/nvml.h 		    && pcidev->attr->pcidev.dev == pci.device