ompi_mpi_file_null   48 ompi/file/file.c ompi_predefined_file_t  ompi_mpi_file_null = {{{{0}}}};
ompi_mpi_file_null   49 ompi/file/file.c ompi_predefined_file_t  *ompi_mpi_file_null_addr = &ompi_mpi_file_null;
ompi_mpi_file_null   84 ompi/file/file.c     OBJ_CONSTRUCT(&ompi_mpi_file_null.file, ompi_file_t);
ompi_mpi_file_null   85 ompi/file/file.c     ompi_mpi_file_null.file.f_comm = &ompi_mpi_comm_null.comm;
ompi_mpi_file_null   86 ompi/file/file.c     OBJ_RETAIN(ompi_mpi_file_null.file.f_comm);
ompi_mpi_file_null   87 ompi/file/file.c     ompi_mpi_file_null.file.f_f_to_c_index = 0;
ompi_mpi_file_null   89 ompi/file/file.c                                 &ompi_mpi_file_null.file);
ompi_mpi_file_null  157 ompi/file/file.c     *file = &ompi_mpi_file_null.file;
ompi_mpi_file_null  176 ompi/file/file.c     OBJ_DESTRUCT(&ompi_mpi_file_null.file);
ompi_mpi_file_null  250 ompi/file/file.c     if (file != &ompi_mpi_file_null.file) {
ompi_mpi_file_null  251 ompi/file/file.c         file->error_handler = ompi_mpi_file_null.file.error_handler;
ompi_mpi_file_null  117 ompi/file/file.h OMPI_DECLSPEC extern ompi_predefined_file_t  ompi_mpi_file_null;
ompi_mpi_file_null  211 ompi/file/file.h             &ompi_mpi_file_null.file == file ||