errstring 85 ompi/errhandler/errcode-internal.c opal_string_copy(ompi_success_intern.errstring, "OMPI_SUCCESS", errstring 94 ompi/errhandler/errcode-internal.c opal_string_copy(ompi_error_intern.errstring, "OMPI_ERROR", errstring 103 ompi/errhandler/errcode-internal.c opal_string_copy(ompi_err_out_of_resource_intern.errstring, errstring 112 ompi/errhandler/errcode-internal.c opal_string_copy(ompi_err_temp_out_of_resource_intern.errstring, errstring 121 ompi/errhandler/errcode-internal.c opal_string_copy(ompi_err_resource_busy_intern.errstring, errstring 130 ompi/errhandler/errcode-internal.c opal_string_copy(ompi_err_bad_param_intern.errstring, errstring 139 ompi/errhandler/errcode-internal.c opal_string_copy(ompi_err_fatal_intern.errstring, "OMPI_ERR_FATAL", errstring 148 ompi/errhandler/errcode-internal.c opal_string_copy(ompi_err_not_implemented_intern.errstring, errstring 157 ompi/errhandler/errcode-internal.c opal_string_copy(ompi_err_not_supported_intern.errstring, errstring 166 ompi/errhandler/errcode-internal.c opal_string_copy(ompi_err_interupted_intern.errstring, errstring 175 ompi/errhandler/errcode-internal.c opal_string_copy(ompi_err_would_block_intern.errstring, errstring 184 ompi/errhandler/errcode-internal.c opal_string_copy(ompi_err_in_errno_intern.errstring, errstring 193 ompi/errhandler/errcode-internal.c opal_string_copy(ompi_err_unreach_intern.errstring, errstring 202 ompi/errhandler/errcode-internal.c opal_string_copy(ompi_err_not_found_intern.errstring, errstring 211 ompi/errhandler/errcode-internal.c opal_string_copy(ompi_err_buffer_intern.errstring, errstring 220 ompi/errhandler/errcode-internal.c opal_string_copy(ompi_err_request_intern.errstring, errstring 229 ompi/errhandler/errcode-internal.c opal_string_copy(ompi_err_rma_sync_intern.errstring, errstring 238 ompi/errhandler/errcode-internal.c opal_string_copy(ompi_err_rma_shared_intern.errstring, errstring 247 ompi/errhandler/errcode-internal.c opal_string_copy(ompi_err_rma_attach_intern.errstring, errstring 256 ompi/errhandler/errcode-internal.c opal_string_copy(ompi_err_rma_range_intern.errstring, errstring 265 ompi/errhandler/errcode-internal.c opal_string_copy(ompi_err_rma_conflict_intern.errstring, errstring 274 ompi/errhandler/errcode-internal.c opal_string_copy(ompi_err_win_intern.errstring, errstring 283 ompi/errhandler/errcode-internal.c opal_string_copy(ompi_err_rma_flavor_intern.errstring, errstring 328 ompi/errhandler/errcode-internal.c memset ( errcode->errstring, 0, OMPI_MAX_ERROR_STRING); errstring 47 ompi/errhandler/errcode-internal.h char errstring[OMPI_MAX_ERROR_STRING]; errstring 129 ompi/errhandler/errcode.c opal_string_copy((VAR).errstring, (TXT), MPI_MAX_ERROR_STRING); \ errstring 345 ompi/errhandler/errcode.c int ompi_mpi_errnum_add_string(int errnum, const char *errstring, int len) errstring 358 ompi/errhandler/errcode.c opal_string_copy( errcodep->errstring, errstring, len ); errstring 366 ompi/errhandler/errcode.c memset ( errcode->errstring, 0, MPI_MAX_ERROR_STRING); errstring 48 ompi/errhandler/errcode.h char errstring[MPI_MAX_ERROR_STRING]; errstring 138 ompi/errhandler/errcode.h return err->errstring; errstring 91 orte/mca/errmgr/base/errmgr_base_fns.c char *errstring = NULL; errstring 93 orte/mca/errmgr/base/errmgr_base_fns.c errstring = (char*)ORTE_ERROR_NAME(error_code); errstring 95 orte/mca/errmgr/base/errmgr_base_fns.c if (NULL == errstring) { errstring 102 orte/mca/errmgr/base/errmgr_base_fns.c errstring, filename, line);