metadata          155 ompi/mca/osc/ucx/osc_ucx_component.c                              int **disps_ptr, void *metadata)
metadata          158 ompi/mca/osc/ucx/osc_ucx_component.c     struct ompi_communicator_t *comm = (struct ompi_communicator_t *)metadata;
metadata          159 opal/mca/common/ucx/common_ucx_wpool.h                                                void *metadata);
metadata           89 opal/mca/crs/base/base.h     OPAL_DECLSPEC int opal_crs_base_extract_expected_component(FILE *metadata, char ** component_name, int *prev_pid);
metadata           94 opal/mca/crs/base/base.h     OPAL_DECLSPEC int opal_crs_base_metadata_read_token(FILE *metadata, char * token, char ***value);
metadata           71 opal/mca/crs/base/crs_base_fns.c     snapshot->metadata           = NULL;
metadata           84 opal/mca/crs/base/crs_base_fns.c     if(NULL != snapshot->metadata) {
metadata           85 opal/mca/crs/base/crs_base_fns.c         fclose(snapshot->metadata);
metadata           86 opal/mca/crs/base/crs_base_fns.c         snapshot->metadata = NULL;
metadata          116 opal/mca/crs/base/crs_base_fns.c int opal_crs_base_metadata_read_token(FILE *metadata, char * token, char ***value) {
metadata          120 opal/mca/crs/base/crs_base_fns.c     if (NULL == token || NULL == metadata) {
metadata          127 opal/mca/crs/base/crs_base_fns.c     rewind(metadata);
metadata          132 opal/mca/crs/base/crs_base_fns.c         if( OPAL_SUCCESS != metadata_extract_next_token(metadata, &loc_token, &loc_value) ) {
metadata          143 opal/mca/crs/base/crs_base_fns.c     } while (0 == feof(metadata));
metadata          148 opal/mca/crs/base/crs_base_fns.c int opal_crs_base_extract_expected_component(FILE *metadata, char ** component_name, int *prev_pid)
metadata          155 opal/mca/crs/base/crs_base_fns.c     if( NULL == metadata ) {
metadata          160 opal/mca/crs/base/crs_base_fns.c     opal_crs_base_metadata_read_token(metadata, CRS_METADATA_PID, &pid_argv);
metadata          169 opal/mca/crs/base/crs_base_fns.c     opal_crs_base_metadata_read_token(metadata, CRS_METADATA_COMP, &name_argv);
metadata          121 opal/mca/crs/crs.h     FILE * metadata;
metadata           71 opal/mca/crs/none/crs_none_module.c     if( NULL == snapshot->metadata ) {
metadata           72 opal/mca/crs/none/crs_none_module.c         if (NULL == (snapshot->metadata = fopen(snapshot->metadata_filename, "a")) ) {
metadata           79 opal/mca/crs/none/crs_none_module.c     fprintf(snapshot->metadata, "%s%s\n", CRS_METADATA_COMP, snapshot->component_name);
metadata           80 opal/mca/crs/none/crs_none_module.c     fclose(snapshot->metadata);
metadata           81 opal/mca/crs/none/crs_none_module.c     snapshot->metadata = NULL;
metadata          100 opal/mca/crs/none/crs_none_module.c     if( NULL == base_snapshot->metadata ) {
metadata          101 opal/mca/crs/none/crs_none_module.c         if (NULL == (base_snapshot->metadata = fopen(base_snapshot->metadata_filename, "a")) ) {
metadata          109 opal/mca/crs/none/crs_none_module.c     opal_crs_base_metadata_read_token(base_snapshot->metadata, CRS_METADATA_CONTEXT, &tmp_argv);
metadata          158 opal/mca/crs/none/crs_none_module.c     fclose(base_snapshot->metadata);
metadata          303 opal/mca/crs/self/crs_self_module.c     if( NULL == snapshot->super.metadata ) {
metadata          304 opal/mca/crs/self/crs_self_module.c         if (NULL == (snapshot->super.metadata = fopen(snapshot->super.metadata_filename, "a")) ) {
metadata          312 opal/mca/crs/self/crs_self_module.c     fprintf(snapshot->super.metadata, "%s%s\n", CRS_METADATA_COMP, snapshot->super.component_name);
metadata          676 opal/mca/crs/self/crs_self_module.c     if( NULL == snapshot->super.metadata ) {
metadata          677 opal/mca/crs/self/crs_self_module.c         if (NULL == (snapshot->super.metadata = fopen(snapshot->super.metadata_filename, "a")) ) {
metadata          685 opal/mca/crs/self/crs_self_module.c     if( OPAL_SUCCESS != (ret = opal_crs_base_extract_expected_component(snapshot->super.metadata,
metadata          710 opal/mca/crs/self/crs_self_module.c     opal_crs_base_metadata_read_token(snapshot->super.metadata, CRS_METADATA_CONTEXT, &tmp_argv);
metadata          753 opal/mca/crs/self/crs_self_module.c     fprintf(snapshot->super.metadata, "%s%s\n", CRS_METADATA_CONTEXT, snapshot->cmd_line);
metadata          213 opal/tools/opal-restart/opal-restart.c         FILE * metadata = NULL;
metadata          219 opal/tools/opal-restart/opal-restart.c         if( NULL == (metadata = fopen(full_metadata_path, "r")) ) {
metadata          226 opal/tools/opal-restart/opal-restart.c         if( OPAL_SUCCESS != (ret = opal_crs_base_extract_expected_component(metadata,
metadata          239 opal/tools/opal-restart/opal-restart.c         fclose(metadata);
metadata          240 opal/tools/opal-restart/opal-restart.c         metadata = NULL;
metadata          662 opal/tools/opal-restart/opal-restart.c     if( NULL == (snapshot->metadata = fopen(snapshot->metadata_filename, "r")) ) {
metadata          669 opal/tools/opal-restart/opal-restart.c     opal_crs_base_metadata_read_token(snapshot->metadata, CRS_METADATA_MKDIR, &loc_mkdir);
metadata          694 opal/tools/opal-restart/opal-restart.c     opal_crs_base_metadata_read_token(snapshot->metadata, CRS_METADATA_TOUCH, &loc_touch);
metadata          734 opal/tools/opal-restart/opal-restart.c     if( NULL != snapshot->metadata ) {
metadata          735 opal/tools/opal-restart/opal-restart.c         fclose(snapshot->metadata);
metadata          736 opal/tools/opal-restart/opal-restart.c         snapshot->metadata = NULL;
metadata          579 orte/mca/sstore/base/sstore_base_fns.c     FILE *metadata = NULL;
metadata          606 orte/mca/sstore/base/sstore_base_fns.c     if (NULL == (metadata = fopen(global_snapshot->metadata_filename, "r")) ) {
metadata          618 orte/mca/sstore/base/sstore_base_fns.c     if( ORTE_SUCCESS != (ret = orte_sstore_base_metadata_seek_to_seq_num(metadata, global_snapshot->seq_num))) {
metadata          628 orte/mca/sstore/base/sstore_base_fns.c         if( ORTE_SUCCESS != orte_sstore_base_metadata_read_next_token(metadata, &token, &value) ) {
metadata          674 orte/mca/sstore/base/sstore_base_fns.c     } while(0 == feof(metadata) );
metadata          682 orte/mca/sstore/base/sstore_base_fns.c     if( NULL != metadata ) {
metadata          683 orte/mca/sstore/base/sstore_base_fns.c         fclose(metadata);
metadata          684 orte/mca/sstore/base/sstore_base_fns.c         metadata = NULL;
metadata          701 orte/mca/sstore/base/sstore_base_fns.c     FILE *metadata = NULL;
metadata          709 orte/mca/sstore/base/sstore_base_fns.c     if (NULL == (metadata = fopen(global_snapshot->metadata_filename, "r")) ) {
metadata          718 orte/mca/sstore/base/sstore_base_fns.c     while(0 <= (tmp_seq_num = orte_sstore_base_metadata_read_next_seq_num(metadata)) ) {
metadata          729 orte/mca/sstore/base/sstore_base_fns.c     if( NULL != metadata ) {
metadata          730 orte/mca/sstore/base/sstore_base_fns.c         fclose(metadata);
metadata          731 orte/mca/sstore/base/sstore_base_fns.c         metadata = NULL;
metadata          740 orte/mca/sstore/base/sstore_base_fns.c     FILE *metadata = NULL;
metadata          750 orte/mca/sstore/base/sstore_base_fns.c     if (NULL == (metadata = fopen(global_snapshot->metadata_filename, "r")) ) {
metadata          759 orte/mca/sstore/base/sstore_base_fns.c     while(0 <= (tmp_seq_num = orte_sstore_base_metadata_read_next_seq_num(metadata)) ) {
metadata          770 orte/mca/sstore/base/sstore_base_fns.c     if( NULL != metadata ) {
metadata          771 orte/mca/sstore/base/sstore_base_fns.c         fclose(metadata);
metadata          772 orte/mca/sstore/base/sstore_base_fns.c         metadata = NULL;
metadata           80 orte/mca/sstore/central/sstore_central_app.c     FILE *metadata;
metadata          131 orte/mca/sstore/central/sstore_central_app.c     info->metadata = NULL;
metadata          158 orte/mca/sstore/central/sstore_central_app.c     if( NULL != info->metadata ) {
metadata          159 orte/mca/sstore/central/sstore_central_app.c         fclose(info->metadata);
metadata          160 orte/mca/sstore/central/sstore_central_app.c         info->metadata = NULL;
metadata          670 orte/mca/sstore/central/sstore_central_app.c     if( NULL != handle_info->metadata ) {
metadata          674 orte/mca/sstore/central/sstore_central_app.c     if (NULL == (handle_info->metadata = fopen(handle_info->metadata_filename, "a")) ) {
metadata          688 orte/mca/sstore/central/sstore_central_app.c     if( NULL == handle_info->metadata ) {
metadata          692 orte/mca/sstore/central/sstore_central_app.c     fclose(handle_info->metadata);
metadata          693 orte/mca/sstore/central/sstore_central_app.c     handle_info->metadata = NULL;
metadata          703 orte/mca/sstore/central/sstore_central_app.c     if( NULL == handle_info->metadata ) {
metadata          711 orte/mca/sstore/central/sstore_central_app.c     fprintf(handle_info->metadata, "%s%s\n", key, value);
metadata          717 orte/mca/sstore/central/sstore_central_app.c     if( NULL != handle_info->metadata ) {
metadata          718 orte/mca/sstore/central/sstore_central_app.c         fclose(handle_info->metadata);
metadata          719 orte/mca/sstore/central/sstore_central_app.c         handle_info->metadata = NULL;
metadata          730 orte/mca/sstore/central/sstore_central_app.c     if( NULL == handle_info->metadata ) {
metadata          738 orte/mca/sstore/central/sstore_central_app.c     fprintf(handle_info->metadata, "%s%d\n", key, value);
metadata          750 orte/mca/sstore/central/sstore_central_app.c     if( NULL == handle_info->metadata ) {
metadata          759 orte/mca/sstore/central/sstore_central_app.c     fprintf(handle_info->metadata, "%s%s", SSTORE_METADATA_INTERNAL_TIME_STR, ctime(&timestamp));
metadata          111 orte/mca/sstore/central/sstore_central_global.c     FILE *metadata;
metadata          191 orte/mca/sstore/central/sstore_central_global.c     info->metadata = NULL;
metadata          235 orte/mca/sstore/central/sstore_central_global.c     if( NULL != info->metadata ) {
metadata          236 orte/mca/sstore/central/sstore_central_global.c         fclose(info->metadata);
metadata          237 orte/mca/sstore/central/sstore_central_global.c         info->metadata = NULL;
metadata         1066 orte/mca/sstore/central/sstore_central_global.c     if( NULL != handle_info->metadata ) {
metadata         1070 orte/mca/sstore/central/sstore_central_global.c     if (NULL == (handle_info->metadata = fopen(handle_info->metadata_filename, "a")) ) {
metadata         1084 orte/mca/sstore/central/sstore_central_global.c     if( NULL == handle_info->metadata ) {
metadata         1088 orte/mca/sstore/central/sstore_central_global.c     fclose(handle_info->metadata);
metadata         1089 orte/mca/sstore/central/sstore_central_global.c     handle_info->metadata = NULL;
metadata         1099 orte/mca/sstore/central/sstore_central_global.c     if( NULL == handle_info->metadata ) {
metadata         1107 orte/mca/sstore/central/sstore_central_global.c     fprintf(handle_info->metadata, "%s%d\n", key, value);
metadata         1118 orte/mca/sstore/central/sstore_central_global.c     if( NULL == handle_info->metadata ) {
metadata         1126 orte/mca/sstore/central/sstore_central_global.c     fprintf(handle_info->metadata, "%s%s\n", key, value);
metadata         1138 orte/mca/sstore/central/sstore_central_global.c     if( NULL == handle_info->metadata ) {
metadata         1147 orte/mca/sstore/central/sstore_central_global.c     fprintf(handle_info->metadata, "%s%s",
metadata           80 orte/mca/sstore/stage/sstore_stage_app.c     FILE *metadata;
metadata          131 orte/mca/sstore/stage/sstore_stage_app.c     info->metadata = NULL;
metadata          158 orte/mca/sstore/stage/sstore_stage_app.c     if( NULL != info->metadata ) {
metadata          159 orte/mca/sstore/stage/sstore_stage_app.c         fclose(info->metadata);
metadata          160 orte/mca/sstore/stage/sstore_stage_app.c         info->metadata = NULL;
metadata          650 orte/mca/sstore/stage/sstore_stage_app.c     if( NULL != handle_info->metadata ) {
metadata          654 orte/mca/sstore/stage/sstore_stage_app.c     if (NULL == (handle_info->metadata = fopen(handle_info->metadata_filename, "a")) ) {
metadata          668 orte/mca/sstore/stage/sstore_stage_app.c     if( NULL == handle_info->metadata ) {
metadata          672 orte/mca/sstore/stage/sstore_stage_app.c     fclose(handle_info->metadata);
metadata          673 orte/mca/sstore/stage/sstore_stage_app.c     handle_info->metadata = NULL;
metadata          683 orte/mca/sstore/stage/sstore_stage_app.c     if( NULL == handle_info->metadata ) {
metadata          691 orte/mca/sstore/stage/sstore_stage_app.c     fprintf(handle_info->metadata, "%s%s\n", key, value);
metadata          697 orte/mca/sstore/stage/sstore_stage_app.c     if( NULL != handle_info->metadata ) {
metadata          698 orte/mca/sstore/stage/sstore_stage_app.c         fclose(handle_info->metadata);
metadata          699 orte/mca/sstore/stage/sstore_stage_app.c         handle_info->metadata = NULL;
metadata          710 orte/mca/sstore/stage/sstore_stage_app.c     if( NULL == handle_info->metadata ) {
metadata          718 orte/mca/sstore/stage/sstore_stage_app.c     fprintf(handle_info->metadata, "%s%d\n", key, value);
metadata          730 orte/mca/sstore/stage/sstore_stage_app.c     if( NULL == handle_info->metadata ) {
metadata          739 orte/mca/sstore/stage/sstore_stage_app.c     fprintf(handle_info->metadata, "%s%s", SSTORE_METADATA_INTERNAL_TIME_STR, ctime(&timestamp));
metadata          124 orte/mca/sstore/stage/sstore_stage_global.c     FILE *metadata;
metadata          235 orte/mca/sstore/stage/sstore_stage_global.c     info->metadata = NULL;
metadata          297 orte/mca/sstore/stage/sstore_stage_global.c     if( NULL != info->metadata ) {
metadata          298 orte/mca/sstore/stage/sstore_stage_global.c         fclose(info->metadata);
metadata          299 orte/mca/sstore/stage/sstore_stage_global.c         info->metadata = NULL;
metadata         1573 orte/mca/sstore/stage/sstore_stage_global.c     if( NULL != handle_info->metadata ) {
metadata         1577 orte/mca/sstore/stage/sstore_stage_global.c     if (NULL == (handle_info->metadata = fopen(handle_info->metadata_filename, "a")) ) {
metadata         1591 orte/mca/sstore/stage/sstore_stage_global.c     if( NULL == handle_info->metadata ) {
metadata         1595 orte/mca/sstore/stage/sstore_stage_global.c     fclose(handle_info->metadata);
metadata         1596 orte/mca/sstore/stage/sstore_stage_global.c     handle_info->metadata = NULL;
metadata         1606 orte/mca/sstore/stage/sstore_stage_global.c     if( NULL == handle_info->metadata ) {
metadata         1614 orte/mca/sstore/stage/sstore_stage_global.c     fprintf(handle_info->metadata, "%s%d\n", key, value);
metadata         1625 orte/mca/sstore/stage/sstore_stage_global.c     if( NULL == handle_info->metadata ) {
metadata         1633 orte/mca/sstore/stage/sstore_stage_global.c     fprintf(handle_info->metadata, "%s%s\n", key, value);
metadata         1645 orte/mca/sstore/stage/sstore_stage_global.c     if( NULL == handle_info->metadata ) {
metadata         1654 orte/mca/sstore/stage/sstore_stage_global.c     fprintf(handle_info->metadata, "%s%s",