bus 181 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c pcidev->attr->pcidev.domain, pcidev->attr->pcidev.bus, pcidev->attr->pcidev.dev, pcidev->attr->pcidev.func); bus 234 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c && b->attr->pcidev.bus >= a->attr->bridge.downstream.pci.secondary_bus bus 235 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c && b->attr->pcidev.bus <= a->attr->bridge.downstream.pci.subordinate_bus) bus 238 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c && a->attr->pcidev.bus >= b->attr->bridge.downstream.pci.secondary_bus bus 239 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c && a->attr->pcidev.bus <= b->attr->bridge.downstream.pci.subordinate_bus) bus 242 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c if (a->attr->pcidev.bus < b->attr->pcidev.bus) bus 244 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c if (a->attr->pcidev.bus > b->attr->pcidev.bus) bus 296 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c || cur->attr->pcidev.bus > new->attr->bridge.downstream.pci.subordinate_bus) bus 366 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c unsigned char current_bus = child->attr->pcidev.bus; bus 389 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c && child->attr->pcidev.bus == current_bus) bus 432 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c busid->domain, busid->bus); bus 438 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c busid->domain, busid->bus); bus 465 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c && busid->bus >= topology->pci_forced_locality[i].bus_first bus 466 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c && busid->bus <= topology->pci_forced_locality[i].bus_last) { bus 482 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c busid->domain, busid->bus); bus 531 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c unsigned domain, unsigned bus, unsigned dev, unsigned func) bus 535 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c busid.bus = bus; bus 600 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c unsigned domain, unsigned bus, unsigned dev, unsigned func) bus 609 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c && child->attr->pcidev.bus == bus bus 616 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c && child->attr->pcidev.bus > bus)) bus 622 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c && child->attr->bridge.downstream.pci.secondary_bus <= bus bus 623 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c && child->attr->bridge.downstream.pci.subordinate_bus >= bus) bus 625 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c return hwloc__pci_belowroot_find_by_busid(child, domain, bus, dev, func); bus 632 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c && child->attr->bridge.downstream.pci.secondary_bus <= bus bus 633 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c && child->attr->bridge.downstream.pci.subordinate_bus >= bus) { bus 635 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c return hwloc__pci_belowroot_find_by_busid(child, domain, bus, dev, func); bus 644 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c unsigned domain, unsigned bus, unsigned dev, unsigned func) bus 647 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c hwloc_obj_t parent = hwloc__pci_belowroot_find_by_busid(root, domain, bus, dev, func); bus 747 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c if (config[HWLOC_PCI_PRIMARY_BUS] != pattr->bus) { bus 753 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c pattr->domain, pattr->bus, pattr->dev, pattr->func, config[HWLOC_PCI_PRIMARY_BUS]); bus 763 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c if (battr->downstream.pci.secondary_bus <= pattr->bus bus 764 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c || battr->downstream.pci.subordinate_bus <= pattr->bus bus 773 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c pattr->domain, pattr->bus, pattr->dev, pattr->func, bus 71 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-cuda.c int domain, bus, dev; bus 111 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-cuda.c if (hwloc_cudart_get_device_pci_ids(NULL /* topology unused */, i, &domain, &bus, &dev) == 0) { bus 112 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-cuda.c parent = hwloc_pcidisc_find_by_busid(topology, domain, bus, dev, 0); bus 114 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-cuda.c parent = hwloc_pcidisc_find_busid_parent(topology, domain, bus, dev, 0); bus 4640 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c busid->domain, busid->bus, bus 5716 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c unsigned domain, bus, dev, func; bus 5727 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c if (sscanf(dirent->d_name, "%04x:%02x:%02x.%01x", &domain, &bus, &dev, &func) != 4) bus 5774 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c attr->bus = bus; bus 5832 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c unsigned domain, unsigned bus, unsigned dev) bus 5839 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c && tree->attr->pcidev.bus == bus bus 5846 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c && tree->attr->pcidev.bus > bus)) bus 5852 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c && tree->attr->bridge.downstream.pci.secondary_bus <= bus bus 5853 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c && tree->attr->bridge.downstream.pci.subordinate_bus >= bus) bus 5855 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c return hwloc_linuxfs_pci_find_pcislot_obj(tree->io_first_child, domain, bus, dev); bus 5862 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c && tree->attr->bridge.downstream.pci.secondary_bus <= bus bus 5863 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c && tree->attr->bridge.downstream.pci.subordinate_bus >= bus) { bus 5865 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c return hwloc_linuxfs_pci_find_pcislot_obj(tree->io_first_child, domain, bus, dev); bus 5885 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c unsigned domain, bus, dev; bus 5893 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c && sscanf(buf, "%x:%x:%x", &domain, &bus, &dev) == 3) { bus 5894 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_obj_t obj = hwloc_linuxfs_pci_find_pcislot_obj(hwloc_get_root_obj(topology)->io_first_child, domain, bus, dev); bus 72 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-nvml.c parent = hwloc_pcidisc_find_by_busid(topology, pci.domain, pci.bus, pci.device, 0); bus 74 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-nvml.c parent = hwloc_pcidisc_find_busid_parent(topology, pci.domain, pci.bus, pci.device, 0); bus 137 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-opencl.c parent = hwloc_pcidisc_find_by_busid(topology, 0, (unsigned)amdtopo.pcie.bus, (unsigned)amdtopo.pcie.device, (unsigned)amdtopo.pcie.function); bus 139 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-opencl.c parent = hwloc_pcidisc_find_busid_parent(topology, 0, (unsigned)amdtopo.pcie.bus, (unsigned)amdtopo.pcie.device, (unsigned)amdtopo.pcie.function); bus 210 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-pci.c domain, pcidev->bus, pcidev->dev, pcidev->func); bus 221 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-pci.c domain, pcidev->bus, pcidev->dev, pcidev->func); bus 235 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-pci.c obj->attr->pcidev.bus = pcidev->bus; bus 277 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-pci.c domain, pcidev->bus, pcidev->dev, pcidev->func, bus 245 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c unsigned domain, bus, dev, func; bus 247 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c &domain, &bus, &dev, &func) != 4) { bus 253 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c obj->attr->pcidev.bus = bus; bus 2068 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c (unsigned) obj->attr->pcidev.bus, bus 555 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c obj->attr->pcidev.domain, obj->attr->pcidev.bus, obj->attr->pcidev.dev, obj->attr->pcidev.func, separator, bus 575 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c obj->attr->pcidev.domain, obj->attr->pcidev.bus, obj->attr->pcidev.dev, obj->attr->pcidev.func, separator, bus 583 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h unsigned char bus, dev, func; bus 48 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cuda.h CUdevice cudevice, int *domain, int *bus, int *dev) bus 61 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cuda.h cres = cuDeviceGetAttribute(bus, CU_DEVICE_ATTRIBUTE_PCI_BUS_ID, cudevice); bus 133 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cuda.h int domain, bus, dev; bus 135 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cuda.h if (hwloc_cuda_get_device_pci_ids(topology, cudevice, &domain, &bus, &dev)) bus 138 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cuda.h return hwloc_get_pcidev_by_busid(topology, domain, bus, dev, 0); bus 160 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cuda.h int domain, bus, dev; bus 162 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cuda.h if (hwloc_cuda_get_device_pci_ids(topology, cudevice, &domain, &bus, &dev)) bus 173 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cuda.h && (int) pcidev->attr->pcidev.bus == bus bus 49 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cudart.h int idx, int *domain, int *bus, int *dev) bus 66 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cudart.h *bus = prop.pciBusID; bus 96 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cudart.h int domain, bus, dev; bus 98 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cudart.h if (hwloc_cudart_get_device_pci_ids(topology, idx, &domain, &bus, &dev)) bus 106 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cudart.h sprintf(path, "/sys/bus/pci/devices/%04x:%02x:%02x.0/local_cpus", (unsigned) domain, (unsigned) bus, (unsigned) dev); bus 130 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cudart.h int domain, bus, dev; bus 132 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cudart.h if (hwloc_cudart_get_device_pci_ids(topology, idx, &domain, &bus, &dev)) bus 135 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cudart.h return hwloc_get_pcidev_by_busid(topology, domain, bus, dev, 0); bus 1075 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h unsigned domain, unsigned bus, unsigned dev, unsigned func) bus 1080 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h && obj->attr->pcidev.bus == bus bus 1095 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h unsigned bus, dev, func; bus 1097 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h if (sscanf(busid, "%x:%x.%x", &bus, &dev, &func) != 3 bus 1098 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h && sscanf(busid, "%x:%x:%x.%x", &domain, &bus, &dev, &func) != 4) { bus 1103 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h return hwloc_get_pcidev_by_busid(topology, domain, bus, dev, func); bus 1130 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h unsigned domain, unsigned bus) bus 1135 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h && bridge->attr->bridge.downstream.pci.secondary_bus <= bus bus 1136 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h && bridge->attr->bridge.downstream.pci.subordinate_bus >= bus; bus 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); bus 160 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/nvml.h && pcidev->attr->pcidev.bus == pci.bus bus 96 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/opencl.h (unsigned) amdtopo.pcie.bus, (unsigned) amdtopo.pcie.device, (unsigned) amdtopo.pcie.function); bus 185 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/opencl.h && pcidev->attr->pcidev.bus == amdtopo.pcie.bus bus 523 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/plugins.h HWLOC_DECLSPEC struct hwloc_obj * hwloc_pcidisc_find_by_busid(struct hwloc_topology *topology, unsigned domain, unsigned bus, unsigned dev, unsigned func); bus 535 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/plugins.h HWLOC_DECLSPEC struct hwloc_obj * hwloc_pcidisc_find_busid_parent(struct hwloc_topology *topology, unsigned domain, unsigned bus, unsigned dev, unsigned func);