nvres              63 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/nvml.h   nvmlReturn_t nvres;
nvres              71 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/nvml.h   nvres = nvmlDeviceGetPciInfo(device, &pci);
nvres              72 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/nvml.h   if (NVML_SUCCESS != nvres) {
nvres             132 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/nvml.h 	nvmlReturn_t nvres;
nvres             141 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/nvml.h 	nvres = nvmlDeviceGetPciInfo(device, &pci);
nvres             142 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/nvml.h 	if (NVML_SUCCESS != nvres)
nvres             145 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/nvml.h 	nvres = nvmlDeviceGetUUID(device, uuid, sizeof(uuid));
nvres             146 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/nvml.h 	if (NVML_SUCCESS != nvres)