cres               50 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cuda.h   CUresult cres;
cres               53 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cuda.h   cres = cuDeviceGetAttribute(domain, CU_DEVICE_ATTRIBUTE_PCI_DOMAIN_ID, cudevice);
cres               54 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cuda.h   if (cres != CUDA_SUCCESS) {
cres               61 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cuda.h   cres = cuDeviceGetAttribute(bus, CU_DEVICE_ATTRIBUTE_PCI_BUS_ID, cudevice);
cres               62 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cuda.h   if (cres != CUDA_SUCCESS) {
cres               66 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cuda.h   cres = cuDeviceGetAttribute(dev, CU_DEVICE_ATTRIBUTE_PCI_DEVICE_ID, cudevice);
cres               67 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cuda.h   if (cres != CUDA_SUCCESS) {