err_handler        80 ompi/mca/io/romio321/romio/adio/common/ad_open.c     fd->err_handler = ADIOI_DFLT_ERR_HANDLER;
err_handler        18 ompi/mca/io/romio321/romio/adio/common/error.c     MPI_Errhandler err_handler;
err_handler        20 ompi/mca/io/romio321/romio/adio/common/error.c     if (fd == ADIO_FILE_NULL) err_handler = ADIOI_DFLT_ERR_HANDLER;
err_handler        21 ompi/mca/io/romio321/romio/adio/common/error.c     else err_handler = fd->err_handler;
err_handler        24 ompi/mca/io/romio321/romio/adio/common/error.c     if (err_handler == MPI_ERRORS_ARE_FATAL) {
err_handler        29 ompi/mca/io/romio321/romio/adio/common/error.c     else if (err_handler != MPI_ERRORS_RETURN) {
err_handler       238 ompi/mca/io/romio321/romio/adio/include/adio.h     MPI_Errhandler err_handler;
err_handler        93 ompi/mca/io/romio321/romio/mpi-io/fortran/get_errhf.c FORTRAN_API void FORT_CALL mpi_file_get_errhandler_(MPI_Fint *fh, MPI_Fint *err_handler, MPI_Fint *ierr);
err_handler        95 ompi/mca/io/romio321/romio/mpi-io/fortran/get_errhf.c FORTRAN_API void FORT_CALL mpi_file_get_errhandler_(MPI_Fint *fh, MPI_Fint *err_handler, MPI_Fint *ierr)
err_handler       102 ompi/mca/io/romio321/romio/mpi-io/fortran/get_errhf.c     *err_handler = MPI_Errhandler_c2f(err_handler_c);
err_handler        93 ompi/mca/io/romio321/romio/mpi-io/fortran/set_errhf.c FORTRAN_API void FORT_CALL mpi_file_set_errhandler_(MPI_Fint *fh, MPI_Fint *err_handler, MPI_Fint *ierr);
err_handler        95 ompi/mca/io/romio321/romio/mpi-io/fortran/set_errhf.c FORTRAN_API void FORT_CALL mpi_file_set_errhandler_(MPI_Fint *fh, MPI_Fint *err_handler, MPI_Fint *ierr)
err_handler       101 ompi/mca/io/romio321/romio/mpi-io/fortran/set_errhf.c     err_handler_c = MPI_Errhandler_f2c(*err_handler);
err_handler        65 ompi/mca/io/romio321/romio/mpi-io/get_errh.c 	*errhandler = fh->err_handler;
err_handler        64 ompi/mca/io/romio321/romio/mpi-io/glue/default/mpio_err.c     if (adio_fh->err_handler == MPI_ERRORS_ARE_FATAL ||
err_handler        65 ompi/mca/io/romio321/romio/mpi-io/glue/default/mpio_err.c 	adio_fh->err_handler != MPI_ERRORS_RETURN)
err_handler        72 ompi/mca/io/romio321/romio/mpi-io/glue/mpich/mpio_err.c 	e = fh->err_handler;
err_handler        34 ompi/mca/io/romio321/romio/mpi-io/mpich_fileutil.c 	file_ptr->err_handler = e;
err_handler        52 ompi/mca/io/romio321/romio/mpi-io/mpich_fileutil.c 	if (file_ptr->err_handler == MPI_ERRORS_RETURN) 
err_handler        55 ompi/mca/io/romio321/romio/mpi-io/mpich_fileutil.c 	    *e = file_ptr->err_handler;
err_handler        70 ompi/mca/io/romio321/romio/mpi-io/set_errh.c 	fh->err_handler = errhandler;