hwloc_static_components  344 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c   for(i=0; NULL != hwloc_static_components[i]; i++)
hwloc_static_components  359 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c   for(i=0; NULL != hwloc_static_components[i]; i++) {
hwloc_static_components  360 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c     if (hwloc_static_components[i]->flags) {
hwloc_static_components  362 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c 	      hwloc_static_components[i]->flags);
hwloc_static_components  367 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c     if (hwloc_static_components[i]->init && hwloc_static_components[i]->init(0) < 0) {
hwloc_static_components  373 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c     if (hwloc_static_components[i]->finalize)
hwloc_static_components  374 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c       hwloc_component_finalize_cbs[hwloc_component_finalize_cb_count++] = hwloc_static_components[i]->finalize;
hwloc_static_components  377 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c     if (HWLOC_COMPONENT_TYPE_DISC == hwloc_static_components[i]->type)
hwloc_static_components  378 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c       hwloc_disc_component_register(hwloc_static_components[i]->data, NULL);
hwloc_static_components  379 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c     else if (HWLOC_COMPONENT_TYPE_XML == hwloc_static_components[i]->type)
hwloc_static_components  380 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c       hwloc_xml_callbacks_register(hwloc_static_components[i]->data);