pcibus           4796 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   unsigned pcidomain = 0, pcibus = 0, pcidev = 0, pcifunc = 0;
pcibus           4840 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     pcibus = _pcibus;
pcibus           4849 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     pcibus = _pcibus;
pcibus           4858 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     parent = hwloc_pcidisc_find_by_busid(topology, pcidomain, pcibus, pcidev, pcifunc);
pcibus           4862 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     parent = hwloc_pcidisc_find_busid_parent(topology, pcidomain, pcibus, pcidev, pcifunc);
pcibus             68 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/intel-mic.h 	unsigned pcibus, pcidev, pcifunc;
pcibus             81 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/intel-mic.h 		if (sscanf(dirent->d_name, "pci_%02x:%02x.%02x", &pcibus, &pcidev, &pcifunc) == 3) {
pcibus             82 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/intel-mic.h 			sprintf(path, "/sys/class/mic/mic%d/pci_%02x:%02x.%02x/local_cpus", idx, pcibus, pcidev, pcifunc);