bus_first          32 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c   unsigned domain, bus_first, bus_last, dummy;
bus_first          36 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c   if (sscanf(string, "%x:%x-%x %x", &domain, &bus_first, &bus_last, &dummy) == 4) {
bus_first          38 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c   } else if (sscanf(string, "%x:%x %x", &domain, &bus_first, &dummy) == 3) {
bus_first          39 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c     bus_last = bus_first;
bus_first          41 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c     bus_first = 0;
bus_first          70 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c   topology->pci_forced_locality[nr].bus_first = bus_first;
bus_first         465 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	  && busid->bus >= topology->pci_forced_locality[i].bus_first
bus_first         184 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h     unsigned bus_first, bus_last;