busid             170 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c   char busid[14];
busid             180 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c   snprintf(busid, sizeof(busid), "%04x:%02x:%02x.%01x",
busid             187 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c       hwloc_debug("%s Bridge [%04x:%04x]", busid,
busid             192 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c     hwloc_debug("%s Device [%04x:%04x (%04x:%04x) rev=%02x class=%04x]\n", busid,
busid             415 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 			     struct hwloc_pcidev_attr_s *busid,
busid             432 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 		busid->domain, busid->bus);
busid             438 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 		busid->domain, busid->bus);
busid             452 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c hwloc__pci_find_busid_parent(struct hwloc_topology *topology, struct hwloc_pcidev_attr_s *busid)
busid             464 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c       if (busid->domain == topology->pci_forced_locality[i].domain
busid             465 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	  && busid->bus >= topology->pci_forced_locality[i].bus_first
busid             466 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	  && busid->bus <= topology->pci_forced_locality[i].bus_last) {
busid             482 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	     busid->domain, busid->bus);
busid             505 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c       err = backend->get_pci_busid_cpuset(backend, busid, cpuset);
busid             519 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c       parent = hwloc_pci_fixup_busid_parent(topology, busid, parent);
busid             533 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c   struct hwloc_pcidev_attr_s busid;
busid             534 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c   busid.domain = domain;
busid             535 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c   busid.bus = bus;
busid             536 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c   busid.dev = dev;
busid             537 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c   busid.func = func;
busid             538 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c   return hwloc__pci_find_busid_parent(topology, &busid);
busid             556 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c     struct hwloc_pcidev_attr_s *busid;
busid             570 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c       busid = &obj->attr->pcidev;
busid             577 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	busid = &obj->io_first_child->attr->pcidev;
busid             583 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c     parent = hwloc__pci_find_busid_parent(topology, busid);
busid            4633 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 					 struct hwloc_pcidev_attr_s *busid, hwloc_bitmap_t cpuset)
busid            4640 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	   busid->domain, busid->bus,
busid            4641 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	   busid->dev, busid->func);
busid              99 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cuda.h   int domainid, busid, deviceid;
busid             101 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cuda.h   if (hwloc_cuda_get_device_pci_ids(topology, cudevice, &domainid, &busid, &deviceid))
busid             109 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cuda.h   sprintf(path, "/sys/bus/pci/devices/%04x:%02x:%02x.0/local_cpus", domainid, busid, deviceid);
busid            1092 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h hwloc_get_pcidev_by_busidstring(hwloc_topology_t topology, const char *busid)
busid            1097 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   if (sscanf(busid, "%x:%x.%x", &bus, &dev, &func) != 3
busid            1098 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h       && sscanf(busid, "%x:%x:%x.%x", &domain, &bus, &dev, &func) != 4) {
busid             154 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/plugins.h   int (*get_pci_busid_cpuset)(struct hwloc_backend *backend, struct hwloc_pcidev_attr_s *busid, hwloc_bitmap_t cpuset);