info_used          93 ompi/mca/io/romio321/romio/mpi-io/fortran/get_infof.c FORTRAN_API void FORT_CALL mpi_file_get_info_(MPI_Fint *fh, MPI_Fint *info_used, MPI_Fint *ierr );
info_used          95 ompi/mca/io/romio321/romio/mpi-io/fortran/get_infof.c FORTRAN_API void FORT_CALL mpi_file_get_info_(MPI_Fint *fh, MPI_Fint *info_used, MPI_Fint *ierr )
info_used         103 ompi/mca/io/romio321/romio/mpi-io/fortran/get_infof.c     *info_used = MPI_Info_c2f(info_used_c);
info_used          20 ompi/mca/io/romio321/romio/mpi-io/get_info.c int MPI_File_get_info(MPI_File fh, MPI_Info *info_used) __attribute__((weak,alias("PMPI_File_get_info")));
info_used          39 ompi/mca/io/romio321/romio/mpi-io/get_info.c int MPI_File_get_info(MPI_File fh, MPI_Info *info_used)
info_used          53 ompi/mca/io/romio321/romio/mpi-io/get_info.c     error_code = MPI_Info_dup(adio_fh->info, info_used);
info_used          69 ompi/mca/io/romio321/romio/test/file_info.c     MPI_Info info, info_used;
info_used         127 ompi/mca/io/romio321/romio/test/file_info.c     MPI_File_get_info(fh, &info_used);
info_used         128 ompi/mca/io/romio321/romio/test/file_info.c     MPI_Info_get_nkeys(info_used, &nkeys);
info_used         132 ompi/mca/io/romio321/romio/test/file_info.c 	    MPI_Info_get_nthkey(info_used, i, key);
info_used         133 ompi/mca/io/romio321/romio/test/file_info.c 	    MPI_Info_get(info_used, key, MPI_MAX_INFO_VAL-1, value, &flag);
info_used         223 ompi/mca/io/romio321/romio/test/file_info.c     MPI_Info_free(&info_used);
info_used         294 ompi/mca/io/romio321/romio/test/file_info.c     ret = MPI_File_get_info(fh, &info_used);
info_used         296 ompi/mca/io/romio321/romio/test/file_info.c     MPI_Info_get_nkeys(info_used, &nkeys);
info_used         299 ompi/mca/io/romio321/romio/test/file_info.c 	MPI_Info_get_nthkey(info_used, i, key);
info_used         300 ompi/mca/io/romio321/romio/test/file_info.c 	MPI_Info_get(info_used, key, MPI_MAX_INFO_VAL-1, value, &flag);
info_used         417 ompi/mca/io/romio321/romio/test/file_info.c     MPI_Info_free(&info_used);
info_used          86 ompi/mca/io/romio321/src/io_romio321.h                                 struct opal_info_t ** info_used);
info_used         191 ompi/mca/io/romio321/src/io_romio321_file_open.c                             opal_info_t ** info_used)
info_used         208 ompi/mca/io/romio321/src/io_romio321_file_open.c     opal_info_dup (&(ompi_info->super), info_used);
info_used         471 ompi/mca/osc/pt2pt/osc_pt2pt.h int ompi_osc_pt2pt_get_info(struct ompi_win_t *win, struct opal_info_t **info_used);
info_used         470 ompi/mca/osc/pt2pt/osc_pt2pt_component.c ompi_osc_pt2pt_get_info(struct ompi_win_t *win, struct opal_info_t **info_used)
info_used         475 ompi/mca/osc/pt2pt/osc_pt2pt_component.c     *info_used = info;
info_used          76 ompi/mca/osc/rdma/osc_rdma_component.c static int ompi_osc_rdma_get_info (struct ompi_win_t *win, struct opal_info_t **info_used);
info_used         259 ompi/mca/osc/sm/osc_sm.h int ompi_osc_sm_get_info(struct ompi_win_t *win, struct opal_info_t **info_used);
info_used         582 ompi/mca/osc/sm/osc_sm_component.c ompi_osc_sm_get_info(struct ompi_win_t *win, struct opal_info_t **info_used)
info_used         597 ompi/mca/osc/sm/osc_sm_component.c     *info_used = info;
info_used          34 ompi/mpi/c/comm_get_info.c int MPI_Comm_get_info(MPI_Comm comm, MPI_Info *info_used)
info_used          40 ompi/mpi/c/comm_get_info.c         if (NULL == info_used) {
info_used          58 ompi/mpi/c/comm_get_info.c     (*info_used) = OBJ_NEW(ompi_info_t);
info_used          59 ompi/mpi/c/comm_get_info.c     if (NULL == (*info_used)) {
info_used          63 ompi/mpi/c/comm_get_info.c     opal_info_t *opal_info_used = &(*info_used)->super;
info_used          41 ompi/mpi/c/file_get_info.c int MPI_File_get_info(MPI_File fh, MPI_Info *info_used)
info_used          47 ompi/mpi/c/file_get_info.c         if (NULL == info_used) {
info_used          64 ompi/mpi/c/file_get_info.c     (*info_used) = OBJ_NEW(ompi_info_t);
info_used          65 ompi/mpi/c/file_get_info.c     if (NULL == (*info_used)) {
info_used          68 ompi/mpi/c/file_get_info.c     opal_info_t *opal_info_used = &(*info_used)->super;
info_used          34 ompi/mpi/c/win_get_info.c int MPI_Win_get_info(MPI_Win win, MPI_Info *info_used)
info_used          47 ompi/mpi/c/win_get_info.c         if (NULL == info_used) {
info_used          59 ompi/mpi/c/win_get_info.c     (*info_used) = OBJ_NEW(ompi_info_t);
info_used          60 ompi/mpi/c/win_get_info.c     if (NULL == (*info_used)) {
info_used          63 ompi/mpi/c/win_get_info.c     opal_info_t *opal_info_used = &(*info_used)->super;
info_used          67 ompi/mpi/cxx/file_inln.h   MPI_Info info_used;
info_used          68 ompi/mpi/cxx/file_inln.h   (void) MPI_File_get_info(mpi_file, &info_used);
info_used          69 ompi/mpi/cxx/file_inln.h   return info_used;
info_used          33 ompi/mpi/fortran/mpif-h/comm_get_info_f.c                            (MPI_Fint *comm, MPI_Fint *info_used, MPI_Fint *ierr),
info_used          34 ompi/mpi/fortran/mpif-h/comm_get_info_f.c                            (comm, info_used, ierr) )
info_used          53 ompi/mpi/fortran/mpif-h/comm_get_info_f.c                            (MPI_Fint *comm, MPI_Fint *info_used, MPI_Fint *ierr),
info_used          54 ompi/mpi/fortran/mpif-h/comm_get_info_f.c                            (comm, info_used, ierr) )
info_used          61 ompi/mpi/fortran/mpif-h/comm_get_info_f.c void ompi_comm_get_info_f(MPI_Fint *comm, MPI_Fint *info_used, MPI_Fint *ierr)
info_used          71 ompi/mpi/fortran/mpif-h/comm_get_info_f.c         *info_used = PMPI_Info_c2f(c_info);
info_used          41 ompi/mpi/fortran/mpif-h/file_get_info_f.c                            (MPI_Fint *fh, MPI_Fint *info_used, MPI_Fint *ierr),
info_used          42 ompi/mpi/fortran/mpif-h/file_get_info_f.c                            (fh, info_used, ierr) )
info_used          61 ompi/mpi/fortran/mpif-h/file_get_info_f.c                            (MPI_Fint *fh, MPI_Fint *info_used, MPI_Fint *ierr),
info_used          62 ompi/mpi/fortran/mpif-h/file_get_info_f.c                            (fh, info_used, ierr) )
info_used          69 ompi/mpi/fortran/mpif-h/file_get_info_f.c void ompi_file_get_info_f(MPI_Fint *fh, MPI_Fint *info_used, MPI_Fint *ierr)
info_used          79 ompi/mpi/fortran/mpif-h/file_get_info_f.c         *info_used = PMPI_Info_c2f(c_info);
info_used         183 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_get_info, mpi_file_get_info, MPI_FILE_GET_INFO, (MPI_Fint *fh, MPI_Fint *info_used, MPI_Fint *ierr));
info_used        1338 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_get_info_f(comm,info_used,ierror) &
info_used        1342 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(OUT) :: info_used
info_used        2701 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_get_info_f(fh,info_used,ierror) &
info_used        2705 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(OUT) :: info_used
info_used         125 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_get_info(fh, info_used, ierror)
info_used         127 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h   integer, intent(out) :: info_used
info_used         387 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_get_info(comm, info_used, ierror)
info_used         390 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(out) :: info_used
info_used         125 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h subroutine PMPI_File_get_info(fh, info_used, ierror)
info_used         127 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h   integer, intent(out) :: info_used
info_used         387 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_get_info(comm, info_used, ierror)
info_used         390 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(out) :: info_used