device_obj 1869 opal/mca/hwloc/base/hwloc_base_util.c hwloc_obj_t device_obj = NULL; device_obj 1884 opal/mca/hwloc/base/hwloc_base_util.c for (device_obj = hwloc_get_obj_by_type(topo, HWLOC_OBJ_OS_DEVICE, 0); device_obj; device_obj = hwloc_get_next_osdev(topo, device_obj)) { device_obj 1885 opal/mca/hwloc/base/hwloc_base_util.c if (device_obj->attr->osdev.type == HWLOC_OBJ_OSDEV_OPENFABRICS device_obj 1886 opal/mca/hwloc/base/hwloc_base_util.c || device_obj->attr->osdev.type == HWLOC_OBJ_OSDEV_NETWORK) { device_obj 1887 opal/mca/hwloc/base/hwloc_base_util.c if (!strcmp(device_obj->name, device_name)) { device_obj 1889 opal/mca/hwloc/base/hwloc_base_util.c obj = device_obj->parent; device_obj 1977 opal/mca/hwloc/base/hwloc_base_util.c hwloc_obj_t device_obj = NULL; device_obj 1979 opal/mca/hwloc/base/hwloc_base_util.c for (device_obj = hwloc_get_obj_by_type(topo, HWLOC_OBJ_OS_DEVICE, 0); device_obj; device_obj = hwloc_get_next_osdev(topo, device_obj)) { device_obj 1980 opal/mca/hwloc/base/hwloc_base_util.c if (device_obj->attr->osdev.type == HWLOC_OBJ_OSDEV_OPENFABRICS) { device_obj 1983 opal/mca/hwloc/base/hwloc_base_util.c *device_name = strdup(device_obj->name);