buf                31 ompi/contrib/libompitrace/isend.c int MPI_Isend(const void *buf, int count, MPI_Datatype type, int dest,
buf                43 ompi/contrib/libompitrace/isend.c            rank, (uintptr_t) buf, count, typename, dest, tag, commname);
buf                46 ompi/contrib/libompitrace/isend.c     return PMPI_Isend(buf, count, type, dest, tag, comm, request);
buf                28 ompi/contrib/libompitrace/recv.c int MPI_Recv(void *buf, int count, MPI_Datatype type, int source,
buf                40 ompi/contrib/libompitrace/recv.c            rank, (uintptr_t) buf, count, typename, source, tag, commname);
buf                43 ompi/contrib/libompitrace/recv.c     return PMPI_Recv(buf, count, type, source, tag, comm, status);
buf                31 ompi/contrib/libompitrace/send.c int MPI_Send(const void *buf, int count, MPI_Datatype type, int dest,
buf                43 ompi/contrib/libompitrace/send.c            rank, (uintptr_t) buf, count, typename, dest, tag, commname);
buf                46 ompi/contrib/libompitrace/send.c     return PMPI_Send(buf, count, type, dest, tag, comm);
buf                85 ompi/datatype/ompi_datatype_args.c         char* buf = (char*)malloc( length );                            \
buf                86 ompi/datatype/ompi_datatype_args.c         ompi_datatype_args_t* pArgs = (ompi_datatype_args_t*)buf;       \
buf                90 ompi/datatype/ompi_datatype_args.c         buf += sizeof(ompi_datatype_args_t);                            \
buf                93 ompi/datatype/ompi_datatype_args.c             pArgs->a = (ptrdiff_t*)buf;                         \
buf                94 ompi/datatype/ompi_datatype_args.c             buf += pArgs->ca * sizeof(ptrdiff_t);               \
buf                98 ompi/datatype/ompi_datatype_args.c             pArgs->d = (ompi_datatype_t**)buf;                          \
buf                99 ompi/datatype/ompi_datatype_args.c             buf += pArgs->cd * sizeof(MPI_Datatype);                    \
buf               102 ompi/datatype/ompi_datatype_args.c         else pArgs->i = (int*)buf;                                      \
buf               545 ompi/datatype/ompi_datatype_args.c         const void* buf;
buf               548 ompi/datatype/ompi_datatype_args.c         rc = ompi_datatype_get_pack_description(datatype, &buf);
buf               635 ompi/debuggers/ompi_common_dll.c int ompi_get_lib_version(char * buf, int size) {
buf               637 ompi/debuggers/ompi_common_dll.c     ret = snprintf(buf, size-1, "Open MPI v%d.%d.%d%s%s%s%s%s%s%s%s%s",
buf               648 ompi/debuggers/ompi_common_dll.c     buf[size-1] = '\0';
buf               336 ompi/debuggers/ompi_common_dll_defs.h int ompi_get_lib_version(char *buf, int size);
buf               141 ompi/debuggers/ompi_debuggers.c         struct stat buf;
buf               144 ompi/debuggers/ompi_debuggers.c         if (0 == stat(str, &buf)) {
buf                65 ompi/dpm/dpm.c     int                       buf;
buf              1120 ompi/dpm/dpm.c         ret = MCA_PML_CALL(irecv(&(obj->buf), 0, MPI_INT, i,
buf              1130 ompi/dpm/dpm.c         ret = MCA_PML_CALL(isend(&(obj->buf), 0, MPI_INT, i,
buf               715 ompi/mca/coll/base/coll_base_bcast.c     void *buf, int count, struct ompi_datatype_t *datatype, int root,
buf               726 ompi/mca/coll/base/coll_base_bcast.c         return ompi_coll_base_bcast_intra_binomial(buf, count, datatype, root, comm, module,
buf               740 ompi/mca/coll/base/coll_base_bcast.c     return ompi_coll_base_bcast_intra_generic(buf, count, datatype, root, comm, module,
buf               769 ompi/mca/coll/base/coll_base_bcast.c     void *buf, int count, struct ompi_datatype_t *datatype, int root,
buf               793 ompi/mca/coll/base/coll_base_bcast.c         return ompi_coll_base_bcast_intra_basic_linear(buf, count, datatype,
buf               813 ompi/mca/coll/base/coll_base_bcast.c                 err = MCA_PML_CALL(recv((char *)buf + (ptrdiff_t)vrank * scatter_count * extent,
buf               832 ompi/mca/coll/base/coll_base_bcast.c                 err = MCA_PML_CALL(send((char *)buf + (ptrdiff_t)scatter_count * (vrank + mask) * extent,
buf               866 ompi/mca/coll/base/coll_base_bcast.c             err = ompi_coll_base_sendrecv((char *)buf + send_offset,
buf               869 ompi/mca/coll/base/coll_base_bcast.c                                           (char *)buf + recv_offset,
buf               897 ompi/mca/coll/base/coll_base_bcast.c                     err = MCA_PML_CALL(send((char *)buf + (ptrdiff_t)offset * extent,
buf               905 ompi/mca/coll/base/coll_base_bcast.c                     err = MCA_PML_CALL(recv((char *)buf + (ptrdiff_t)offset * extent,
buf               946 ompi/mca/coll/base/coll_base_bcast.c     void *buf, int count, struct ompi_datatype_t *datatype, int root,
buf               970 ompi/mca/coll/base/coll_base_bcast.c         return ompi_coll_base_bcast_intra_basic_linear(buf, count, datatype,
buf               990 ompi/mca/coll/base/coll_base_bcast.c                 err = MCA_PML_CALL(recv((char *)buf + (ptrdiff_t)vrank * scatter_count * extent,
buf              1009 ompi/mca/coll/base/coll_base_bcast.c                 err = MCA_PML_CALL(send((char *)buf + (ptrdiff_t)scatter_count * (vrank + mask) * extent,
buf              1039 ompi/mca/coll/base/coll_base_bcast.c         err = ompi_coll_base_sendrecv((char *)buf + send_offset, send_count,
buf              1041 ompi/mca/coll/base/coll_base_bcast.c                                       (char *)buf + recv_offset, recv_count,
buf               369 ompi/mca/coll/basic/coll_basic_reduce_scatter.c     char *tmpbuf = NULL, *tmpbuf2 = NULL, *lbuf = NULL, *buf;
buf               420 ompi/mca/coll/basic/coll_basic_reduce_scatter.c         buf = tmpbuf2 - gap;
buf               449 ompi/mca/coll/basic/coll_basic_reduce_scatter.c             err = MCA_PML_CALL(recv(buf, totalcounts, dtype, i,
buf               457 ompi/mca/coll/basic/coll_basic_reduce_scatter.c             ompi_op_reduce(op, lbuf, buf, totalcounts, dtype);
buf               459 ompi/mca/coll/basic/coll_basic_reduce_scatter.c             tbuf = lbuf; lbuf = buf; buf = tbuf;
buf                81 ompi/mca/coll/basic/coll_basic_reduce_scatter_block.c     char *lbuf = NULL, *buf;
buf               113 ompi/mca/coll/basic/coll_basic_reduce_scatter_block.c         buf = tmpbuf2 - gap;
buf               142 ompi/mca/coll/basic/coll_basic_reduce_scatter_block.c             err = MCA_PML_CALL(recv(buf, totalcounts, dtype, i,
buf               150 ompi/mca/coll/basic/coll_basic_reduce_scatter_block.c             ompi_op_reduce(op, lbuf, buf, totalcounts, dtype);
buf               152 ompi/mca/coll/basic/coll_basic_reduce_scatter_block.c             tbuf = lbuf; lbuf = buf; buf = tbuf;
buf               326 ompi/mca/coll/hcoll/coll_hcoll.h void mca_coll_hcoll_mem_release_cb(void *buf, size_t length, void *cbdata, bool from_alloc);
buf                95 ompi/mca/coll/hcoll/coll_hcoll_module.c void mca_coll_hcoll_mem_release_cb(void *buf, size_t length,
buf                98 ompi/mca/coll/hcoll/coll_hcoll_module.c     hcoll_mem_unmap(buf, length, cbdata, from_alloc);
buf               120 ompi/mca/coll/libnbc/nbc.c static int NBC_Sched_send_internal (const void* buf, char tmpbuf, int count, MPI_Datatype datatype, int dest, bool local, NBC_Schedule *schedule, bool barrier) {
buf               126 ompi/mca/coll/libnbc/nbc.c   send_args.buf = buf;
buf               144 ompi/mca/coll/libnbc/nbc.c int NBC_Sched_send (const void* buf, char tmpbuf, int count, MPI_Datatype datatype, int dest, NBC_Schedule *schedule, bool barrier) {
buf               145 ompi/mca/coll/libnbc/nbc.c   return NBC_Sched_send_internal (buf, tmpbuf, count, datatype, dest, false, schedule, barrier);
buf               148 ompi/mca/coll/libnbc/nbc.c int NBC_Sched_local_send (const void* buf, char tmpbuf, int count, MPI_Datatype datatype, int dest, NBC_Schedule *schedule, bool barrier) {
buf               149 ompi/mca/coll/libnbc/nbc.c   return NBC_Sched_send_internal (buf, tmpbuf, count, datatype, dest, true, schedule, barrier);
buf               153 ompi/mca/coll/libnbc/nbc.c static int NBC_Sched_recv_internal (void* buf, char tmpbuf, int count, MPI_Datatype datatype, int source, bool local, NBC_Schedule *schedule, bool barrier) {
buf               159 ompi/mca/coll/libnbc/nbc.c   recv_args.buf = buf;
buf               177 ompi/mca/coll/libnbc/nbc.c int NBC_Sched_recv (void* buf, char tmpbuf, int count, MPI_Datatype datatype, int source, NBC_Schedule *schedule, bool barrier) {
buf               178 ompi/mca/coll/libnbc/nbc.c   return NBC_Sched_recv_internal(buf, tmpbuf, count, datatype, source, false, schedule, barrier);
buf               181 ompi/mca/coll/libnbc/nbc.c int NBC_Sched_local_recv (void* buf, char tmpbuf, int count, MPI_Datatype datatype, int source, NBC_Schedule *schedule, bool barrier) {
buf               182 ompi/mca/coll/libnbc/nbc.c   return NBC_Sched_recv_internal(buf, tmpbuf, count, datatype, source, true, schedule, barrier);
buf               441 ompi/mca/coll/libnbc/nbc.c         NBC_DEBUG(5,"*buf: %p, count: %i, type: %p, dest: %i, tag: %i)\n", sendargs.buf,
buf               447 ompi/mca/coll/libnbc/nbc.c           buf1=(char*)handle->tmpbuf+(long)sendargs.buf;
buf               449 ompi/mca/coll/libnbc/nbc.c           buf1=(void *)sendargs.buf;
buf               476 ompi/mca/coll/libnbc/nbc.c         NBC_DEBUG(5, "*buf: %p, count: %i, type: %p, source: %i, tag: %i)\n", recvargs.buf, recvargs.count,
buf               482 ompi/mca/coll/libnbc/nbc.c           buf1=(char*)handle->tmpbuf+(long)recvargs.buf;
buf               484 ompi/mca/coll/libnbc/nbc.c           buf1=recvargs.buf;
buf               359 ompi/mca/coll/libnbc/nbc_iallreduce.c   char *rbuf, *lbuf, *buf;
buf               411 ompi/mca/coll/libnbc/nbc_iallreduce.c         buf = rbuf; rbuf = lbuf ; lbuf = buf;
buf               698 ompi/mca/coll/libnbc/nbc_iallreduce.c     char *rbuf, *lbuf, *buf;
buf               731 ompi/mca/coll/libnbc/nbc_iallreduce.c       buf = rbuf; rbuf = lbuf ; lbuf = buf;
buf                33 ompi/mca/coll/libnbc/nbc_ialltoall.c static inline int a2a_sched_inplace(int rank, int p, NBC_Schedule* schedule, void* buf, int count,
buf               537 ompi/mca/coll/libnbc/nbc_ialltoall.c static inline int a2a_sched_inplace(int rank, int p, NBC_Schedule* schedule, void* buf, int count,
buf               544 ompi/mca/coll/libnbc/nbc_ialltoall.c     char *sbuf = (char *) buf + (intptr_t)speer * (intptr_t)count * ext;
buf               545 ompi/mca/coll/libnbc/nbc_ialltoall.c     char *rbuf = (char *) buf + (intptr_t)rpeer * (intptr_t)count * ext;
buf               574 ompi/mca/coll/libnbc/nbc_ialltoall.c     char *tbuf = (char *) buf + (intptr_t)peer * (intptr_t)count * ext;
buf                36 ompi/mca/coll/libnbc/nbc_ialltoallv.c                                     void *buf, const int *counts, const int *displs,
buf               322 ompi/mca/coll/libnbc/nbc_ialltoallv.c                                     void *buf, const int *counts, const int *displs,
buf               329 ompi/mca/coll/libnbc/nbc_ialltoallv.c     char *sbuf = (char *) buf + displs[speer] * ext;
buf               330 ompi/mca/coll/libnbc/nbc_ialltoallv.c     char *rbuf = (char *) buf + displs[rpeer] * ext;
buf               369 ompi/mca/coll/libnbc/nbc_ialltoallv.c     char *tbuf = (char *) buf + displs[peer] * ext;
buf                36 ompi/mca/coll/libnbc/nbc_ialltoallw.c                                     void *buf, const int *counts, const int *displs,
buf               295 ompi/mca/coll/libnbc/nbc_ialltoallw.c                                      void *buf, const int *counts, const int *displs,
buf               303 ompi/mca/coll/libnbc/nbc_ialltoallw.c     char *sbuf = (char *) buf + displs[speer];
buf               304 ompi/mca/coll/libnbc/nbc_ialltoallw.c     char *rbuf = (char *) buf + displs[rpeer];
buf               344 ompi/mca/coll/libnbc/nbc_ialltoallw.c     char *tbuf = (char *) buf + displs[peer];
buf                29 ompi/mca/coll/libnbc/nbc_ibcast.c static inline int bcast_sched_knomial(int rank, int comm_size, int root, NBC_Schedule *schedule, void *buf,
buf               307 ompi/mca/coll/libnbc/nbc_ibcast.c   char *buf;
buf               330 ompi/mca/coll/libnbc/nbc_ibcast.c     buf = (char *) buffer + fragnum * fragcount * ext;
buf               339 ompi/mca/coll/libnbc/nbc_ibcast.c       res = NBC_Sched_recv (buf, false, thiscount, datatype, rpeer, schedule, true);
buf               347 ompi/mca/coll/libnbc/nbc_ibcast.c       res = NBC_Sched_send (buf, false, thiscount, datatype, speer, schedule, false);
buf               374 ompi/mca/coll/libnbc/nbc_ibcast.c     int rank, int comm_size, int root, NBC_Schedule *schedule, void *buf,
buf               386 ompi/mca/coll/libnbc/nbc_ibcast.c             res = NBC_Sched_recv(buf, false, count, datatype, parent, schedule, true);
buf               400 ompi/mca/coll/libnbc/nbc_ibcast.c                 res = NBC_Sched_send(buf, false, count, datatype, child, schedule, false);
buf                94 ompi/mca/coll/libnbc/nbc_internal.h   const void *buf;
buf               105 ompi/mca/coll/libnbc/nbc_internal.h   void *buf;
buf               149 ompi/mca/coll/libnbc/nbc_internal.h int NBC_Sched_send (const void* buf, char tmpbuf, int count, MPI_Datatype datatype, int dest, NBC_Schedule *schedule, bool barrier);
buf               150 ompi/mca/coll/libnbc/nbc_internal.h int NBC_Sched_local_send (const void* buf, char tmpbuf, int count, MPI_Datatype datatype, int dest,NBC_Schedule *schedule, bool barrier);
buf               151 ompi/mca/coll/libnbc/nbc_internal.h int NBC_Sched_recv (void* buf, char tmpbuf, int count, MPI_Datatype datatype, int source, NBC_Schedule *schedule, bool barrier);
buf               152 ompi/mca/coll/libnbc/nbc_internal.h int NBC_Sched_local_recv (void* buf, char tmpbuf, int count, MPI_Datatype datatype, int source, NBC_Schedule *schedule, bool barrier);
buf               405 ompi/mca/coll/libnbc/nbc_internal.h          printf("*buf: %lu, count: %i, type: %lu, dest: %i)\n", (unsigned long)sendargs.buf, sendargs.count, (unsigned long)sendargs.datatype, sendargs.dest); \
buf               410 ompi/mca/coll/libnbc/nbc_internal.h          printf("*buf: %lu, count: %i, type: %lu, source: %i)\n", (unsigned long)recvargs.buf, recvargs.count, (unsigned long)recvargs.datatype, recvargs.source); \
buf               359 ompi/mca/coll/libnbc/nbc_ireduce.c   char *rbuf, *lbuf, *buf;
buf               425 ompi/mca/coll/libnbc/nbc_ireduce.c         buf = rbuf; rbuf = lbuf ; lbuf = buf;
buf               542 ompi/mca/coll/libnbc/nbc_ireduce.c   char *rbuf, *lbuf, *buf;
buf               579 ompi/mca/coll/libnbc/nbc_ireduce.c       buf = rbuf; rbuf = lbuf ; lbuf = buf;
buf                55 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   char *rbuf, *lbuf, *buf;
buf               132 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c         buf = rbuf; rbuf = lbuf ; lbuf = buf;
buf                75 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     char *rbuf, *lbuf, *buf;
buf               129 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c           buf = rbuf; rbuf = lbuf ; lbuf = buf;
buf               134 ompi/mca/coll/tuned/coll_tuned_bcast_decision.c int ompi_coll_tuned_bcast_intra_do_this(void *buf, int count,
buf               146 ompi/mca/coll/tuned/coll_tuned_bcast_decision.c         return ompi_coll_tuned_bcast_intra_dec_fixed( buf, count, dtype, root, comm, module );
buf               148 ompi/mca/coll/tuned/coll_tuned_bcast_decision.c         return ompi_coll_base_bcast_intra_basic_linear( buf, count, dtype, root, comm, module );
buf               150 ompi/mca/coll/tuned/coll_tuned_bcast_decision.c         return ompi_coll_base_bcast_intra_chain( buf, count, dtype, root, comm, module, segsize, faninout );
buf               152 ompi/mca/coll/tuned/coll_tuned_bcast_decision.c         return ompi_coll_base_bcast_intra_pipeline( buf, count, dtype, root, comm, module, segsize );
buf               154 ompi/mca/coll/tuned/coll_tuned_bcast_decision.c         return ompi_coll_base_bcast_intra_split_bintree( buf, count, dtype, root, comm, module, segsize );
buf               156 ompi/mca/coll/tuned/coll_tuned_bcast_decision.c         return ompi_coll_base_bcast_intra_bintree( buf, count, dtype, root, comm, module, segsize );
buf               158 ompi/mca/coll/tuned/coll_tuned_bcast_decision.c         return ompi_coll_base_bcast_intra_binomial( buf, count, dtype, root, comm, module, segsize );
buf               160 ompi/mca/coll/tuned/coll_tuned_bcast_decision.c         return ompi_coll_base_bcast_intra_knomial(buf, count, dtype, root, comm, module,
buf               163 ompi/mca/coll/tuned/coll_tuned_bcast_decision.c         return ompi_coll_base_bcast_intra_scatter_allgather(buf, count, dtype, root, comm, module, segsize);
buf               165 ompi/mca/coll/tuned/coll_tuned_bcast_decision.c         return ompi_coll_base_bcast_intra_scatter_allgather_ring(buf, count, dtype, root, comm, module, segsize);
buf               243 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c int ompi_coll_tuned_bcast_intra_dec_dynamic(void *buf, int count,
buf               266 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c             return ompi_coll_tuned_bcast_intra_do_this (buf, count, dtype, root,
buf               274 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c         return ompi_coll_tuned_bcast_intra_do_this(buf, count, dtype,
buf               280 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c     return ompi_coll_tuned_bcast_intra_dec_fixed (buf, count, dtype, root,
buf               242 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_write (ompio_file_t *fh, const void *buf,  int count,
buf               246 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_write_at (ompio_file_t *fh, OMPI_MPI_OFFSET_TYPE offset,  const void *buf,
buf               250 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_iwrite (ompio_file_t *fh, const void *buf, int count,
buf               254 ompi/mca/common/ompio/common_ompio.h                                                    const void *buf,  int count,  struct ompi_datatype_t *datatype,
buf               257 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_write_all (ompio_file_t *fh, const void *buf,
buf               261 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_write_at_all (ompio_file_t *fh, OMPI_MPI_OFFSET_TYPE offset, const void *buf,
buf               265 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_iwrite_all (ompio_file_t *fp, const void *buf,
buf               268 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_iwrite_at_all (ompio_file_t *fp, OMPI_MPI_OFFSET_TYPE offset, const void *buf,
buf               278 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_read (ompio_file_t *fh,  void *buf,  int count,
buf               281 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_read_at (ompio_file_t *fh, OMPI_MPI_OFFSET_TYPE offset,  void *buf,
buf               285 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_iread (ompio_file_t *fh, void *buf, int count,
buf               289 ompi/mca/common/ompio/common_ompio.h                                                   void *buf, int count, struct ompi_datatype_t *datatype,
buf               292 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_read_all (ompio_file_t *fh, void *buf, int count, struct ompi_datatype_t *datatype,
buf               296 ompi/mca/common/ompio/common_ompio.h                                                      void *buf, int count, struct ompi_datatype_t *datatype,
buf               299 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_iread_all (ompio_file_t *fp, void *buf, int count, struct ompi_datatype_t *datatype,
buf               303 ompi/mca/common/ompio/common_ompio.h                                                       void *buf, int count, struct ompi_datatype_t *datatype,
buf               332 ompi/mca/common/ompio/common_ompio.h                                                     const void *buf,
buf                40 ompi/mca/common/ompio/common_ompio_buffer.c static void mca_common_ompio_buffer_free_seg ( void *ctx, void *buf );
buf                43 ompi/mca/common/ompio/common_ompio_buffer.c void mca_common_ompio_check_gpu_buf ( ompio_file_t *fh, const void *buf, int *is_gpu, 
buf                52 ompi/mca/common/ompio/common_ompio_buffer.c     if ( opal_cuda_check_one_buf ( (char *)buf, &convertor ) ) {
buf                65 ompi/mca/common/ompio/common_ompio_buffer.c     char *buf=NULL;
buf                71 ompi/mca/common/ompio/common_ompio_buffer.c     buf = malloc ( realsize);
buf                73 ompi/mca/common/ompio/common_ompio_buffer.c     if ( NULL != buf ) {
buf                74 ompi/mca/common/ompio/common_ompio_buffer.c         mca_common_cuda_register ( ( char *)buf, realsize, NULL  );
buf                78 ompi/mca/common/ompio/common_ompio_buffer.c     return buf;
buf                81 ompi/mca/common/ompio/common_ompio_buffer.c static void mca_common_ompio_buffer_free_seg ( void *ctx, void *buf )
buf                83 ompi/mca/common/ompio/common_ompio_buffer.c     if ( NULL != buf ) {
buf                85 ompi/mca/common/ompio/common_ompio_buffer.c         mca_common_cuda_unregister ( (char *) buf, NULL );
buf                87 ompi/mca/common/ompio/common_ompio_buffer.c         free ( buf );
buf               153 ompi/mca/common/ompio/common_ompio_buffer.c void mca_common_ompio_release_buf ( ompio_file_t *fh, void *buf )
buf               165 ompi/mca/common/ompio/common_ompio_buffer.c                                           buf);
buf                62 ompi/mca/common/ompio/common_ompio_buffer.h void mca_common_ompio_check_gpu_buf ( ompio_file_t *fh, const void *buf, 
buf                70 ompi/mca/common/ompio/common_ompio_buffer.h void mca_common_ompio_release_buf ( ompio_file_t *fh,  void *buf );
buf               572 ompi/mca/common/ompio/common_ompio_file_open.c                                       const void *buf,
buf               594 ompi/mca/common/ompio/common_ompio_file_open.c                                                          buf)) {
buf                57 ompi/mca/common/ompio/common_ompio_file_read.c 			      void *buf,
buf                95 ompi/mca/common/ompio/common_ompio_file_read.c     mca_common_ompio_check_gpu_buf ( fh, buf, &is_gpu, &is_managed);
buf               116 ompi/mca/common/ompio/common_ompio_file_read.c         OMPIO_PREPARE_READ_BUF(fh,buf,count,datatype,tbuf,&convertor,max_data,decoded_iov,iov_count);        
buf               122 ompi/mca/common/ompio/common_ompio_file_read.c                                           buf,
buf               206 ompi/mca/common/ompio/common_ompio_file_read.c 				 void *buf,
buf               218 ompi/mca/common/ompio/common_ompio_file_read.c 				    buf,
buf               233 ompi/mca/common/ompio/common_ompio_file_read.c 			       void *buf,
buf               274 ompi/mca/common/ompio/common_ompio_file_read.c         mca_common_ompio_check_gpu_buf ( fh, buf, &is_gpu, &is_managed);
buf               295 ompi/mca/common/ompio/common_ompio_file_read.c             OMPIO_PREPARE_READ_BUF(fh,buf,count,datatype,tbuf,&ompio_req->req_convertor,max_data,decoded_iov,iov_count); 
buf               304 ompi/mca/common/ompio/common_ompio_file_read.c                                               buf,
buf               361 ompi/mca/common/ompio/common_ompio_file_read.c 	ret = mca_common_ompio_file_read (fh, buf, count, datatype, &status);
buf               375 ompi/mca/common/ompio/common_ompio_file_read.c 				  void *buf,
buf               386 ompi/mca/common/ompio/common_ompio_file_read.c 				    buf,
buf               407 ompi/mca/common/ompio/common_ompio_file_read.c                                     void *buf,
buf               437 ompi/mca/common/ompio/common_ompio_file_read.c         OMPIO_PREPARE_READ_BUF(fh,buf,count,datatype,tbuf,&convertor,max_data,decoded_iov,iov_count);   
buf               454 ompi/mca/common/ompio/common_ompio_file_read.c                                                 buf,
buf               464 ompi/mca/common/ompio/common_ompio_file_read.c 				     void *buf,
buf               475 ompi/mca/common/ompio/common_ompio_file_read.c                                           buf,
buf               485 ompi/mca/common/ompio/common_ompio_file_read.c                                      void *buf,
buf               494 ompi/mca/common/ompio/common_ompio_file_read.c 						 buf,
buf               503 ompi/mca/common/ompio/common_ompio_file_read.c 	ret = mca_common_ompio_file_iread ( fp, buf, count, datatype, request );
buf               511 ompi/mca/common/ompio/common_ompio_file_read.c 				      void *buf,
buf               523 ompi/mca/common/ompio/common_ompio_file_read.c                                            buf,
buf                39 ompi/mca/common/ompio/common_ompio_file_write.c 			       const void *buf,
buf                76 ompi/mca/common/ompio/common_ompio_file_write.c     mca_common_ompio_check_gpu_buf ( fh, buf, &is_gpu, &is_managed);
buf                99 ompi/mca/common/ompio/common_ompio_file_write.c         OMPIO_PREPARE_BUF(fh,buf,count,datatype,tbuf,&convertor,max_data,decoded_iov,iov_count);     
buf               107 ompi/mca/common/ompio/common_ompio_file_write.c                                           buf,
buf               186 ompi/mca/common/ompio/common_ompio_file_write.c 				  const void *buf,
buf               197 ompi/mca/common/ompio/common_ompio_file_write.c                                      buf,
buf               209 ompi/mca/common/ompio/common_ompio_file_write.c 				const void *buf,
buf               249 ompi/mca/common/ompio/common_ompio_file_write.c         mca_common_ompio_check_gpu_buf ( fh, buf, &is_gpu, &is_managed);
buf               272 ompi/mca/common/ompio/common_ompio_file_write.c             OMPIO_PREPARE_BUF(fh,buf,count,datatype,tbuf,&convertor,max_data,decoded_iov,iov_count);                    
buf               283 ompi/mca/common/ompio/common_ompio_file_write.c                                               buf,
buf               339 ompi/mca/common/ompio/common_ompio_file_write.c         ret = mca_common_ompio_file_write(fh,buf,count,datatype, &status);
buf               352 ompi/mca/common/ompio/common_ompio_file_write.c 				   const void *buf,
buf               363 ompi/mca/common/ompio/common_ompio_file_write.c                                     buf,
buf               384 ompi/mca/common/ompio/common_ompio_file_write.c                                      const void *buf,
buf               413 ompi/mca/common/ompio/common_ompio_file_write.c         OMPIO_PREPARE_BUF(fh,buf,count,datatype,tbuf,&convertor,max_data,decoded_iov,iov_count);     
buf               432 ompi/mca/common/ompio/common_ompio_file_write.c                                                  buf,
buf               442 ompi/mca/common/ompio/common_ompio_file_write.c 				      const void *buf,
buf               453 ompi/mca/common/ompio/common_ompio_file_write.c                                            buf,
buf               463 ompi/mca/common/ompio/common_ompio_file_write.c                                       const void *buf,
buf               472 ompi/mca/common/ompio/common_ompio_file_write.c 						  buf,
buf               481 ompi/mca/common/ompio/common_ompio_file_write.c 	ret = mca_common_ompio_file_iwrite ( fp, buf, count, datatype, request );
buf               490 ompi/mca/common/ompio/common_ompio_file_write.c 				       const void *buf,
buf               502 ompi/mca/common/ompio/common_ompio_file_write.c     ret = mca_common_ompio_file_iwrite_all ( fp, buf, count, datatype, request );
buf                84 ompi/mca/crcp/base/base.h     ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_isend_init( void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
buf                87 ompi/mca/crcp/base/base.h     ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_isend( void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
buf                90 ompi/mca/crcp/base/base.h     ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_send(  void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
buf                93 ompi/mca/crcp/base/base.h     ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_irecv_init( void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
buf                96 ompi/mca/crcp/base/base.h     ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_irecv( void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
buf                99 ompi/mca/crcp/base/base.h     ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_recv(  void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
buf               175 ompi/mca/crcp/base/crcp_base_fns.c ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_isend_init( void *buf, size_t count,
buf               187 ompi/mca/crcp/base/crcp_base_fns.c ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_isend( void *buf, size_t count,
buf               199 ompi/mca/crcp/base/crcp_base_fns.c ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_send(  void *buf, size_t count,
buf               210 ompi/mca/crcp/base/crcp_base_fns.c ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_irecv_init( void *buf, size_t count,
buf               221 ompi/mca/crcp/base/crcp_base_fns.c ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_irecv( void *buf, size_t count,
buf               232 ompi/mca/crcp/base/crcp_base_fns.c ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_recv(  void *buf, size_t count,
buf               253 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c static int drain_message_check_recv(void **buf, size_t count,
buf               293 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                      ompi_datatype_t *datatype, int count, void **buf,
buf              1502 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   void *buf, size_t count,
buf              1563 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         new_content->buffer  =  buf;
buf              1715 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   void *buf, size_t count,
buf              1874 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   void *buf, size_t count,
buf              1958 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   void *buf, size_t count,
buf              2040 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         new_content->buffer  =  buf;
buf              2387 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   void *buf, size_t count,
buf              2413 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         if( OMPI_SUCCESS != (ret = drain_message_check_recv(buf, count, datatype,
buf              2625 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   void *buf, size_t count,
buf              2652 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         if( OMPI_SUCCESS != (ret = drain_message_check_recv(buf, count, datatype,
buf              3835 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c static int drain_message_check_recv(void **buf, size_t count,
buf              3879 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                              datatype, count, buf,
buf              4094 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                      ompi_datatype_t *datatype, int count, void **buf,
buf              4117 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     if( OPAL_LIKELY(NULL != buf) ) {
buf              4119 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                        (void*)buf, drain_content_ref->buffer) ) ) {
buf                72 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h     ( void *buf, size_t count, ompi_datatype_t *datatype,
buf                79 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h     ( void *buf, size_t count, ompi_datatype_t *datatype,
buf                86 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h     (  void *buf, size_t count, ompi_datatype_t *datatype,
buf                92 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h     ( void *buf, size_t count, ompi_datatype_t *datatype,
buf                98 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h     ( void *buf, size_t count, ompi_datatype_t *datatype,
buf               104 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h     (  void *buf, size_t count, ompi_datatype_t *datatype,
buf               131 ompi/mca/crcp/crcp.h      ( void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
buf               136 ompi/mca/crcp/crcp.h      ( void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
buf               141 ompi/mca/crcp/crcp.h      ( void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
buf               146 ompi/mca/crcp/crcp.h      ( void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
buf               151 ompi/mca/crcp/crcp.h      ( void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
buf               156 ompi/mca/crcp/crcp.h      (  void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
buf                54 ompi/mca/fcoll/dynamic/fcoll_dynamic.h                                      void *buf,
buf                61 ompi/mca/fcoll/dynamic/fcoll_dynamic.h                                       const void *buf,
buf                54 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c                                  void *buf,
buf               131 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c                                                 buf,
buf               777 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c             receive_buf = &((char*)buf)[position];
buf                55 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c                                   const void *buf,
buf               133 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c                                                   buf,
buf               801 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c             send_buf = &((char*)buf)[total_bytes_written];
buf                56 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2.h                                      void *buf,
buf                63 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2.h                                       const void *buf,
buf                54 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c                                  void *buf,
buf               131 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c                                                 buf,
buf               777 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c             receive_buf = &((char*)buf)[position];
buf                55 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c     char *buf, *global_buf, *prev_global_buf;
buf               119 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c                                       const void *buf,
buf               171 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c                                               buf,
buf               228 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c         aggr_data[i]->buf  = (char *)buf;             // should not be used in the new version.
buf               117 ompi/mca/fcoll/fcoll.h  void *buf,
buf               124 ompi/mca/fcoll/fcoll.h  void *buf,
buf               131 ompi/mca/fcoll/fcoll.h  const void *buf,
buf               138 ompi/mca/fcoll/fcoll.h  const void *buf,
buf                54 ompi/mca/fcoll/individual/fcoll_individual.h                                      void *buf,
buf                61 ompi/mca/fcoll/individual/fcoll_individual.h                                       const void *buf,
buf                37 ompi/mca/fcoll/individual/fcoll_individual_file_read_all.c                                     void *buf,
buf                42 ompi/mca/fcoll/individual/fcoll_individual_file_read_all.c     return mca_common_ompio_file_read( fh, buf, count, datatype, status);
buf                34 ompi/mca/fcoll/individual/fcoll_individual_file_write_all.c                                          const void *buf,
buf                39 ompi/mca/fcoll/individual/fcoll_individual_file_write_all.c     return mca_common_ompio_file_write (fh, buf, count, datatype, status);
buf                54 ompi/mca/fcoll/two_phase/fcoll_two_phase.h                                      void *buf,
buf                61 ompi/mca/fcoll/two_phase/fcoll_two_phase.h                                       const void *buf,
buf                58 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 				   void *buf,
buf                72 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 				    void *buf,
buf                92 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 				       void *buf,
buf               123 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 				   void *buf,
buf               156 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 				                  buf,
buf               165 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 	recv_buf_addr = (size_t)(buf);
buf               461 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 				  buf,
buf               533 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 				   void *buf,
buf               778 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 	two_phase_exchange_data(fh, buf, offset_len,
buf               804 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 	two_phase_exchange_data(fh, buf, offset_len, send_size,
buf               828 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 				   void *buf, struct iovec *offset_len,
buf               893 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 		ret = MCA_PML_CALL(irecv(((char *) buf)+ buf_idx[i],
buf               981 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 	    two_phase_fill_user_buffer(fh, buf, flat_buf,
buf              1042 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 	memcpy(((char *) buf) + user_buf_idx, \
buf              1066 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 				       void *buf,
buf                60 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 				    const void *buf,
buf                76 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 				   const void *buf,
buf                99 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 				      const void *buf,
buf               145 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c                                     const void *buf,
buf               186 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 				                  buf,
buf               195 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 	send_buf_addr = (ptrdiff_t)buf;
buf               522 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 				   buf,
buf               595 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 				    const void *buf,
buf               802 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 	ret = two_phase_exchage_data(fh, buf, write_buf,
buf               893 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 	ret = two_phase_exchage_data(fh, buf, write_buf,
buf               929 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 				  const void *buf,
buf              1153 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 		ret = MCA_PML_CALL(isend(((char *) buf) + buf_idx[i],
buf              1187 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 	ret = two_phase_fill_send_buffer(fh, buf,flat_buf, send_buf,
buf              1263 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 		   ((char *) buf) + user_buf_idx, size_in_buf); \
buf              1288 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 				      const void *buf,
buf                57 ompi/mca/fcoll/vulcan/fcoll_vulcan.h                                     void *buf,
buf                64 ompi/mca/fcoll/vulcan/fcoll_vulcan.h                                      const void *buf,
buf                53 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c                                  void *buf,
buf               130 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c                                                 buf,
buf               777 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c             receive_buf = &((char*)buf)[position];
buf                54 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c     char *buf, *global_buf, *prev_global_buf;
buf               122 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c                                       const void *buf,
buf               186 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c                                               buf,
buf               216 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c         aggr_data[i]->buf  = (char *)buf;             // should not be used in the new version.
buf               167 ompi/mca/io/io.h     (struct ompi_file_t *fh, MPI_Offset offset, void *buf,
buf               171 ompi/mca/io/io.h     (struct ompi_file_t *fh, MPI_Offset offset, void *buf,
buf               175 ompi/mca/io/io.h     (struct ompi_file_t *fh, MPI_Offset offset, const void *buf,
buf               179 ompi/mca/io/io.h     (struct ompi_file_t *fh, MPI_Offset offset, const void *buf,
buf               184 ompi/mca/io/io.h     (struct ompi_file_t *fh, MPI_Offset offset, void *buf,
buf               188 ompi/mca/io/io.h     (struct ompi_file_t *fh, MPI_Offset offset, const void *buf,
buf               193 ompi/mca/io/io.h     (struct ompi_file_t *fh, MPI_Offset offset, void *buf,
buf               197 ompi/mca/io/io.h     (struct ompi_file_t *fh, MPI_Offset offset, const void *buf,
buf               202 ompi/mca/io/io.h     (struct ompi_file_t *fh, void *buf, int count, struct ompi_datatype_t *
buf               205 ompi/mca/io/io.h     (struct ompi_file_t *fh, void *buf, int count, struct ompi_datatype_t *
buf               208 ompi/mca/io/io.h     (struct ompi_file_t *fh, const void *buf, int count, struct ompi_datatype_t *
buf               211 ompi/mca/io/io.h     (struct ompi_file_t *fh, const void *buf, int count, struct ompi_datatype_t *
buf               215 ompi/mca/io/io.h     (struct ompi_file_t *fh, void *buf, int count,
buf               218 ompi/mca/io/io.h     (struct ompi_file_t *fh, const void *buf, int count,
buf               222 ompi/mca/io/io.h     (struct ompi_file_t *fh, void *buf, int count,
buf               225 ompi/mca/io/io.h     (struct ompi_file_t *fh, const void *buf, int count,
buf               236 ompi/mca/io/io.h     (struct ompi_file_t *fh, void *buf, int count,
buf               239 ompi/mca/io/io.h     (struct ompi_file_t *fh, const void *buf, int count,
buf               242 ompi/mca/io/io.h     (struct ompi_file_t *fh, void *buf, int count,
buf               245 ompi/mca/io/io.h     (struct ompi_file_t *fh, const void *buf, int count,
buf               248 ompi/mca/io/io.h     (struct ompi_file_t *fh, void *buf, int count,
buf               251 ompi/mca/io/io.h     (struct ompi_file_t *fh, const void *buf, int count,
buf               259 ompi/mca/io/io.h     (struct ompi_file_t *fh, MPI_Offset offset, void *buf,
buf               262 ompi/mca/io/io.h     (struct ompi_file_t *fh, void *buf, struct ompi_status_public_t *status);
buf               264 ompi/mca/io/io.h     (struct ompi_file_t *fh, MPI_Offset offset, const void *buf,
buf               267 ompi/mca/io/io.h     (struct ompi_file_t *fh, const void *buf, struct ompi_status_public_t *status);
buf               269 ompi/mca/io/io.h     (struct ompi_file_t *fh, void *buf, int count,
buf               272 ompi/mca/io/io.h     (struct ompi_file_t *fh, void *buf, struct ompi_status_public_t *status);
buf               274 ompi/mca/io/io.h     (struct ompi_file_t *fh, const void *buf, int count,
buf               277 ompi/mca/io/io.h     (struct ompi_file_t *fh, const void *buf, struct ompi_status_public_t *status);
buf               279 ompi/mca/io/io.h     (struct ompi_file_t *fh, void *buf, int count,
buf               282 ompi/mca/io/io.h     (struct ompi_file_t *fh, void *buf, struct ompi_status_public_t *status);
buf               284 ompi/mca/io/io.h     (struct ompi_file_t *fh, const void *buf, int count,
buf               287 ompi/mca/io/io.h     (struct ompi_file_t *fh, const void *buf, struct ompi_status_public_t *status);
buf               181 ompi/mca/io/ompio/io_ompio.h                                void *buf,
buf               187 ompi/mca/io/ompio/io_ompio.h                                    void *buf,
buf               193 ompi/mca/io/ompio/io_ompio.h                                 const void *buf,
buf               199 ompi/mca/io/ompio/io_ompio.h                                     const void *buf,
buf               205 ompi/mca/io/ompio/io_ompio.h                                 void *buf,
buf               211 ompi/mca/io/ompio/io_ompio.h                                  const void *buf,
buf               218 ompi/mca/io/ompio/io_ompio.h                             void *buf,
buf               223 ompi/mca/io/ompio/io_ompio.h                                 void *buf,
buf               228 ompi/mca/io/ompio/io_ompio.h 				void *buf,
buf               234 ompi/mca/io/ompio/io_ompio.h 				    void *buf,
buf               240 ompi/mca/io/ompio/io_ompio.h                              const void *buf,
buf               245 ompi/mca/io/ompio/io_ompio.h                                  const void *buf,
buf               250 ompi/mca/io/ompio/io_ompio.h 				  const void *buf,
buf               256 ompi/mca/io/ompio/io_ompio.h 				     const void *buf,
buf               261 ompi/mca/io/ompio/io_ompio.h                              void *buf,
buf               266 ompi/mca/io/ompio/io_ompio.h                               const void *buf,
buf               281 ompi/mca/io/ompio/io_ompio.h                                    void *buf,
buf               286 ompi/mca/io/ompio/io_ompio.h                                     const void *buf,
buf               291 ompi/mca/io/ompio/io_ompio.h                                     void *buf,
buf               296 ompi/mca/io/ompio/io_ompio.h                                      const void *buf,
buf               301 ompi/mca/io/ompio/io_ompio.h                                     void *buf,
buf               306 ompi/mca/io/ompio/io_ompio.h                                      const void *buf,
buf               319 ompi/mca/io/ompio/io_ompio.h                                          void *buf,
buf               323 ompi/mca/io/ompio/io_ompio.h                                        void *buf,
buf               327 ompi/mca/io/ompio/io_ompio.h                                           const void *buf,
buf               331 ompi/mca/io/ompio/io_ompio.h                                         const void *buf,
buf               334 ompi/mca/io/ompio/io_ompio.h                                       void *buf,
buf               338 ompi/mca/io/ompio/io_ompio.h                                     void *buf,
buf               341 ompi/mca/io/ompio/io_ompio.h                                        const void *buf,
buf               345 ompi/mca/io/ompio/io_ompio.h                                      const void *buf,
buf               348 ompi/mca/io/ompio/io_ompio.h                                           void *buf,
buf               352 ompi/mca/io/ompio/io_ompio.h                                         void *buf,
buf               355 ompi/mca/io/ompio/io_ompio.h                                            const void *buf,
buf               359 ompi/mca/io/ompio/io_ompio.h                                          const void *buf,
buf               112 ompi/mca/io/ompio/io_ompio_file_open.c     char *buf = NULL;
buf               166 ompi/mca/io/ompio/io_ompio_file_open.c         buf = (char *) malloc (OMPIO_PREALLOC_MAX_BUF_SIZE);
buf               167 ompi/mca/io/ompio/io_ompio_file_open.c         if (NULL == buf) {
buf               179 ompi/mca/io/ompio/io_ompio_file_open.c             ret = mca_common_ompio_file_read (&data->ompio_fh, buf, len, MPI_BYTE, status);
buf               183 ompi/mca/io/ompio/io_ompio_file_open.c             ret = mca_common_ompio_file_write (&data->ompio_fh, buf, len, MPI_BYTE, status);
buf               191 ompi/mca/io/ompio/io_ompio_file_open.c             memset(buf, 0, OMPIO_PREALLOC_MAX_BUF_SIZE);
buf               200 ompi/mca/io/ompio/io_ompio_file_open.c                 ret = mca_common_ompio_file_write (&data->ompio_fh, buf, len, MPI_BYTE, status);
buf               213 ompi/mca/io/ompio/io_ompio_file_open.c     free ( buf );
buf                55 ompi/mca/io/ompio/io_ompio_file_read.c 			    void *buf,
buf                65 ompi/mca/io/ompio/io_ompio_file_read.c     ret = mca_common_ompio_file_read(&data->ompio_fh,buf,count,datatype,status);
buf                73 ompi/mca/io/ompio/io_ompio_file_read.c 			       void *buf,
buf                83 ompi/mca/io/ompio/io_ompio_file_read.c     ret = mca_common_ompio_file_read_at(&data->ompio_fh, offset,buf,count,datatype,status);
buf                90 ompi/mca/io/ompio/io_ompio_file_read.c 			     void *buf,
buf               100 ompi/mca/io/ompio/io_ompio_file_read.c     ret = mca_common_ompio_file_iread(&data->ompio_fh,buf,count,datatype,request);
buf               109 ompi/mca/io/ompio/io_ompio_file_read.c 				void *buf,
buf               119 ompi/mca/io/ompio/io_ompio_file_read.c     ret = mca_common_ompio_file_iread_at(&data->ompio_fh,offset,buf,count,datatype,request);
buf               129 ompi/mca/io/ompio/io_ompio_file_read.c 				void *buf,
buf               141 ompi/mca/io/ompio/io_ompio_file_read.c                                           buf,
buf               157 ompi/mca/io/ompio/io_ompio_file_read.c 				void *buf,
buf               171 ompi/mca/io/ompio/io_ompio_file_read.c                                            buf,
buf               183 ompi/mca/io/ompio/io_ompio_file_read.c 				   void *buf,
buf               193 ompi/mca/io/ompio/io_ompio_file_read.c     ret = mca_common_ompio_file_read_at_all(&data->ompio_fh,offset,buf,count,datatype,status);
buf               201 ompi/mca/io/ompio/io_ompio_file_read.c 				    void *buf,
buf               211 ompi/mca/io/ompio/io_ompio_file_read.c     ret = mca_common_ompio_file_iread_at_all ( &data->ompio_fh, offset, buf, count, datatype, request );
buf               221 ompi/mca/io/ompio/io_ompio_file_read.c 				   void *buf,
buf               241 ompi/mca/io/ompio/io_ompio_file_read.c     ret = shared_fp_base_module->sharedfp_read(fh,buf,count,datatype,status);
buf               248 ompi/mca/io/ompio/io_ompio_file_read.c 				    void *buf,
buf               268 ompi/mca/io/ompio/io_ompio_file_read.c     ret = shared_fp_base_module->sharedfp_iread(ompio_fh,buf,count,datatype,request);
buf               275 ompi/mca/io/ompio/io_ompio_file_read.c 				    void *buf,
buf               295 ompi/mca/io/ompio/io_ompio_file_read.c     ret = shared_fp_base_module->sharedfp_read_ordered(ompio_fh,buf,count,datatype,status);
buf               301 ompi/mca/io/ompio/io_ompio_file_read.c 					  void *buf,
buf               320 ompi/mca/io/ompio/io_ompio_file_read.c     ret = shared_fp_base_module->sharedfp_read_ordered_begin(ompio_fh,buf,count,datatype);
buf               327 ompi/mca/io/ompio/io_ompio_file_read.c 					void *buf,
buf               345 ompi/mca/io/ompio/io_ompio_file_read.c     ret = shared_fp_base_module->sharedfp_read_ordered_end(ompio_fh,buf,status);
buf               355 ompi/mca/io/ompio/io_ompio_file_read.c 				      void *buf,
buf               370 ompi/mca/io/ompio/io_ompio_file_read.c     ret = mca_io_ompio_file_iread_all ( fh, buf, count, datatype, &fp->f_split_coll_req );
buf               377 ompi/mca/io/ompio/io_ompio_file_read.c 				    void *buf,
buf               395 ompi/mca/io/ompio/io_ompio_file_read.c 					 void *buf,
buf               410 ompi/mca/io/ompio/io_ompio_file_read.c     ret = mca_common_ompio_file_iread_at_all ( fp, offset, buf, count, datatype, &fp->f_split_coll_req );
buf               417 ompi/mca/io/ompio/io_ompio_file_read.c 				       void *buf,
buf                58 ompi/mca/io/ompio/io_ompio_file_write.c 			     const void *buf,
buf                70 ompi/mca/io/ompio/io_ompio_file_write.c     ret = mca_common_ompio_file_write(fh,buf,count,datatype,status);
buf                78 ompi/mca/io/ompio/io_ompio_file_write.c 				const void *buf,
buf                88 ompi/mca/io/ompio/io_ompio_file_write.c     ret = mca_common_ompio_file_write_at (&data->ompio_fh, offset,buf,count,datatype,status);
buf                95 ompi/mca/io/ompio/io_ompio_file_write.c 			      const void *buf,
buf               105 ompi/mca/io/ompio/io_ompio_file_write.c     ret = mca_common_ompio_file_iwrite(&data->ompio_fh,buf,count,datatype,request);
buf               114 ompi/mca/io/ompio/io_ompio_file_write.c 				 const void *buf,
buf               124 ompi/mca/io/ompio/io_ompio_file_write.c     ret = mca_common_ompio_file_iwrite_at(&data->ompio_fh,offset,buf,count,datatype,request);
buf               135 ompi/mca/io/ompio/io_ompio_file_write.c 				 const void *buf,
buf               147 ompi/mca/io/ompio/io_ompio_file_write.c                                            buf,
buf               164 ompi/mca/io/ompio/io_ompio_file_write.c 				    const void *buf,
buf               174 ompi/mca/io/ompio/io_ompio_file_write.c     ret = mca_common_ompio_file_write_at_all(&data->ompio_fh,offset,buf,count,datatype,status);
buf               181 ompi/mca/io/ompio/io_ompio_file_write.c 				  const void *buf,
buf               195 ompi/mca/io/ompio/io_ompio_file_write.c                                             buf,
buf               207 ompi/mca/io/ompio/io_ompio_file_write.c 				     const void *buf,
buf               217 ompi/mca/io/ompio/io_ompio_file_write.c     ret = mca_common_ompio_file_iwrite_at_all ( &data->ompio_fh, offset, buf, count, datatype, request );
buf               228 ompi/mca/io/ompio/io_ompio_file_write.c 				    const void *buf,
buf               248 ompi/mca/io/ompio/io_ompio_file_write.c     ret = shared_fp_base_module->sharedfp_write(fh,buf,count,datatype,status);
buf               255 ompi/mca/io/ompio/io_ompio_file_write.c 				     const void *buf,
buf               275 ompi/mca/io/ompio/io_ompio_file_write.c     ret = shared_fp_base_module->sharedfp_iwrite(fh,buf,count,datatype,request);
buf               282 ompi/mca/io/ompio/io_ompio_file_write.c 				     const void *buf,
buf               302 ompi/mca/io/ompio/io_ompio_file_write.c     ret = shared_fp_base_module->sharedfp_write_ordered(fh,buf,count,datatype,status);
buf               309 ompi/mca/io/ompio/io_ompio_file_write.c 					   const void *buf,
buf               328 ompi/mca/io/ompio/io_ompio_file_write.c     ret = shared_fp_base_module->sharedfp_write_ordered_begin(fh,buf,count,datatype);
buf               335 ompi/mca/io/ompio/io_ompio_file_write.c 					 const void *buf,
buf               353 ompi/mca/io/ompio/io_ompio_file_write.c     ret = shared_fp_base_module->sharedfp_write_ordered_end(fh,buf,status);
buf               363 ompi/mca/io/ompio/io_ompio_file_write.c 				       const void *buf,
buf               378 ompi/mca/io/ompio/io_ompio_file_write.c     ret = mca_io_ompio_file_iwrite_all ( fh, buf, count, datatype, &fp->f_split_coll_req );
buf               385 ompi/mca/io/ompio/io_ompio_file_write.c 				     const void *buf,
buf               404 ompi/mca/io/ompio/io_ompio_file_write.c 					  const void *buf,
buf               420 ompi/mca/io/ompio/io_ompio_file_write.c     ret = mca_common_ompio_file_iwrite_at_all ( fp, offset, buf, count, datatype, &fp->f_split_coll_req );
buf               429 ompi/mca/io/ompio/io_ompio_file_write.c 					const void *buf,
buf                38 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs.h void ADIOI_GPFS_ReadContig(ADIO_File fd, void *buf, int count,
buf                42 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs.h void ADIOI_GPFS_WriteContig(ADIO_File fd, const void *buf, int count,
buf                49 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs.h void ADIOI_GPFS_WriteStrided(ADIO_File fd, const void *buf, int count,
buf                53 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs.h void ADIOI_GPFS_ReadStrided(ADIO_File fd, void *buf, int count,
buf                58 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs.h void ADIOI_GPFS_ReadStridedColl(ADIO_File fd, void *buf, int count,
buf                63 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs.h void ADIOI_GPFS_WriteStridedColl(ADIO_File fd, const void *buf, int count,
buf                33 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c static void ADIOI_Read_and_exch(ADIO_File fd, void *buf, MPI_Datatype
buf                42 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c static void ADIOI_R_Exchange_data(ADIO_File fd, void *buf, ADIOI_Flatlist_node
buf                56 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c static void ADIOI_R_Exchange_data_alltoallv(ADIO_File fd, void *buf, ADIOI_Flatlist_node
buf                70 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c static void ADIOI_Fill_user_buffer(ADIO_File fd, void *buf, ADIOI_Flatlist_node
buf                91 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c void ADIOI_GPFS_ReadStridedColl(ADIO_File fd, void *buf, int count,
buf               131 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c         ADIOI_IOStridedColl (fd, buf, count, ADIOI_READ, datatype, 
buf               267 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 		ADIO_ReadContig(fd, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
buf               270 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 	    else ADIO_ReadContig(fd, buf, count, datatype, ADIO_INDIVIDUAL,
buf               273 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 	else ADIO_ReadStrided(fd, buf, count, datatype, file_ptr_type,
buf               348 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c       ADIOI_OneSidedReadAggregation(fd, offset_list, len_list, contig_access_count, buf,
buf               376 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 	    ADIOI_P2PContigReadAggregation(fd, buf,
buf               457 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     ADIOI_Read_and_exch(fd, buf, datatype, nprocs, myrank,
buf               500 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c static void ADIOI_Read_and_exch(ADIO_File fd, void *buf, MPI_Datatype
buf               753 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 	ADIOI_R_Exchange_data(fd, buf, flat_buf, offset_list, len_list,
buf               763 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c         ADIOI_R_Exchange_data_alltoallv(fd, buf, flat_buf, offset_list, len_list,
buf               802 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 	ADIOI_R_Exchange_data(fd, buf, flat_buf, offset_list, len_list,
buf               812 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c         ADIOI_R_Exchange_data_alltoallv(fd, buf, flat_buf, offset_list, len_list,
buf               836 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c static void ADIOI_R_Exchange_data(ADIO_File fd, void *buf, ADIOI_Flatlist_node
buf               880 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 		MPI_Irecv(((char *) buf) + buf_idx[i], recv_size[i], 
buf               946 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 	    ADIOI_Fill_user_buffer(fd, buf, flat_buf, recv_buf,
buf               995 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c   ADIOI_Assert((((ADIO_Offset)(MPIU_Upint)buf) + user_buf_idx) == (ADIO_Offset)(MPIU_Upint)(buf + user_buf_idx)); \
buf               997 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 	memcpy(((char *) buf) + user_buf_idx, \
buf              1018 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c static void ADIOI_Fill_user_buffer(ADIO_File fd, void *buf, ADIOI_Flatlist_node
buf              1130 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c                 ADIO_File fd, void *buf, ADIOI_Flatlist_node
buf              1231 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c             ADIOI_Fill_user_buffer(fd, buf, flat_buf, recv_buf,
buf              1242 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c                     memcpy( (char *)buf + buf_idx[i], all_recv_buf + rtail, recv_size[i] );
buf                42 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c static void ADIOI_Exch_and_write(ADIO_File fd, const void *buf, MPI_Datatype
buf                49 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c static void ADIOI_W_Exchange_data(ADIO_File fd, const void *buf, char *write_buf,
buf                64 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 		ADIO_File fd, const void *buf, 
buf                82 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c static void ADIOI_Fill_send_buffer(ADIO_File fd, const void *buf, ADIOI_Flatlist_node
buf                93 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c static void ADIOI_Fill_send_buffer_nosend(ADIO_File fd, const void *buf, ADIOI_Flatlist_node
buf               109 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c void ADIOI_GPFS_WriteStridedColl(ADIO_File fd, const void *buf, int count,
buf               270 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c                 ADIO_WriteContig(fd, buf, count, datatype,
buf               274 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c             else ADIO_WriteContig(fd, buf, count, datatype, ADIO_INDIVIDUAL,
buf               277 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	else ADIO_WriteStrided(fd, buf, count, datatype, file_ptr_type,
buf               342 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	      buf, datatype, error_code, st_offsets, end_offsets,
buf               373 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c           ADIOI_OneSidedWriteAggregation(fd, offset_list, len_list, contig_access_count, buf, datatype, error_code, st_offsets, end_offsets, currentValidDataIndex, fd_start, fd_end, &holeFound);
buf               399 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	    ADIOI_P2PContigWriteAggregation(fd, buf,
buf               463 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c     ADIOI_Exch_and_write(fd, buf, datatype, nprocs, myrank,
buf               611 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c static void ADIOI_Exch_and_write(ADIO_File fd, const void *buf, MPI_Datatype
buf               866 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	ADIOI_W_Exchange_data(fd, buf, write_buf, flat_buf, offset_list,
buf               877 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	ADIOI_W_Exchange_data_alltoallv(fd, buf, write_buf, flat_buf, offset_list,
buf               916 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 		io_thread_args.buf = write_buf;
buf               950 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	ADIOI_W_Exchange_data(fd, buf, write_buf, flat_buf, offset_list,
buf               961 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	ADIOI_W_Exchange_data_alltoallv(fd, buf, write_buf, flat_buf, offset_list,
buf              1002 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c static void ADIOI_W_Exchange_data(ADIO_File fd, const void *buf, char *write_buf,
buf              1164 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 		MPI_Isend(((char *) buf) + buf_idx[i], send_size[i], 
buf              1178 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	ADIOI_Fill_send_buffer(fd, buf, flat_buf, send_buf,
buf              1272 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c   ADIOI_Assert((((ADIO_Offset)(MPIU_Upint)buf) + user_buf_idx) == (ADIO_Offset)(MPIU_Upint)((MPIU_Upint)buf + user_buf_idx)); \
buf              1275 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c                ((char *) buf) + user_buf_idx, size_in_buf); \
buf              1295 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c static void ADIOI_Fill_send_buffer(ADIO_File fd, const void *buf, ADIOI_Flatlist_node
buf              1524 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 		ADIO_File fd, const void *buf, 
buf              1590 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 		memcpy( sbuf_ptr, buf + buf_idx[i], send_size[i] );
buf              1598 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	ADIOI_Fill_send_buffer_nosend(fd, buf, flat_buf, send_buf,
buf              1708 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c static void ADIOI_Fill_send_buffer_nosend(ADIO_File fd, const void *buf, ADIOI_Flatlist_node
buf                29 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h void ADIOI_GRIDFTP_ReadContig(ADIO_File fd, void *buf, int count, 
buf                33 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h void ADIOI_GRIDFTP_WriteContig(ADIO_File fd, void *buf, int count, 
buf                37 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h void ADIOI_GRIDFTP_IwriteContig(ADIO_File fd, void *buf, int count, 
buf                41 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h void ADIOI_GRIDFTP_IreadContig(ADIO_File fd, void *buf, int count, 
buf                55 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h void ADIOI_GRIDFTP_WriteStrided(ADIO_File fd, void *buf, int count,
buf                59 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h void ADIOI_GRIDFTP_ReadStrided(ADIO_File fd, void *buf, int count,
buf                63 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h void ADIOI_GRIDFTP_WriteStridedColl(ADIO_File fd, void *buf, int count,
buf                67 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h void ADIOI_GRIDFTP_ReadStridedColl(ADIO_File fd, void *buf, int count,
buf                71 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h void ADIOI_GRIDFTP_IreadStrided(ADIO_File fd, void *buf, int count,
buf                75 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h void ADIOI_GRIDFTP_IwriteStrided(ADIO_File fd, void *buf, int count,
buf               103 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c void ADIOI_GRIDFTP_ReadContig(ADIO_File fd, void *buf, int count, 
buf               154 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 		    (globus_byte_t *)buf, len, readcontig_data_cb,
buf               190 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c void ADIOI_GRIDFTP_ReadDiscontig(ADIO_File fd, void *buf, int count,
buf               355 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 			    memcpy((globus_byte_t *)buf+boff,tmp+goff,(size_t)blklen);
buf               378 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c void ADIOI_GRIDFTP_ReadStrided(ADIO_File fd, void *buf, int count,
buf               423 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 	    ADIOI_GRIDFTP_ReadDiscontig(fd, buf, count, datatype,
buf               437 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 	    MPI_Unpack(intermediate,bufsize,&posn,buf,count,datatype,fd->comm);
buf               453 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 	    MPI_Unpack(intermediate,bufsize,&posn,buf,count,datatype,fd->comm);
buf               460 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 	    ADIOI_GRIDFTP_ReadContig(fd, buf, count, datatype,
buf               109 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c void ADIOI_GRIDFTP_WriteContig(ADIO_File fd, void *buf, int count, 
buf               162 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 						  (globus_byte_t *)buf,
buf               203 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c void ADIOI_GRIDFTP_WriteDiscontig(ADIO_File fd, void *buf, int count,
buf               328 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 									  ((globus_byte_t *)buf)+boff,
buf               373 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c void ADIOI_GRIDFTP_WriteStrided(ADIO_File fd, void *buf, int count,
buf               392 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c     ADIOI_GEN_WriteStrided(fd, buf, count, datatype, file_ptr_type, offset, 
buf               418 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    ADIOI_GRIDFTP_WriteDiscontig(fd, buf, count, datatype,
buf               433 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    MPI_Pack(buf,count,datatype,intermediate,bufsize,&posn,fd->comm);
buf               452 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    MPI_Pack(buf,count,datatype,intermediate,bufsize,&posn,fd->comm);
buf               465 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    ADIOI_GRIDFTP_WriteContig(fd, buf, count, datatype,
buf                22 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs.h void ADIOI_HFS_ReadContig(ADIO_File fd, void *buf, int count, 
buf                26 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs.h void ADIOI_HFS_WriteContig(ADIO_File fd, void *buf, int count, 
buf                19 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_fcntl.c     char *buf;
buf                94 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_fcntl.c 	    ADIOI_Free(buf);
buf                14 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_read.c void ADIOI_HFS_ReadContig(ADIO_File fd, void *buf, int count, 
buf                30 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_read.c 	err = pread64(fd->fd_sys, buf, len, offset);
buf                32 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_read.c 	err = pread64(fd->fd_sys, buf, len, fd->fp_ind);
buf                41 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_read.c 	err = read(fd->fd_sys, buf, len);
buf                48 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_read.c 	err = read(fd->fd_sys, buf, len);
buf                14 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_write.c void ADIOI_HFS_WriteContig(ADIO_File fd, void *buf, int count, 
buf                29 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_write.c 	err = pwrite64(fd->fd_sys, buf, len, offset);
buf                31 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_write.c 	err = pwrite64(fd->fd_sys, buf, len, fd->fp_ind);
buf                40 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_write.c 	err = write(fd->fd_sys, buf, len);
buf                47 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_write.c 	err = write(fd->fd_sys, buf, len);
buf                51 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre.h void ADIOI_LUSTRE_ReadContig(ADIO_File fd, void *buf, int count,
buf                55 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre.h void ADIOI_LUSTRE_WriteContig(ADIO_File fd, const void *buf, int count,
buf                59 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre.h void ADIOI_LUSTRE_WriteStrided(ADIO_File fd, const void *buf, int count,
buf                63 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre.h void ADIOI_LUSTRE_WriteStridedColl(ADIO_File fd, const void *buf, int count,
buf                67 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre.h void ADIOI_LUSTRE_ReadStridedColl(ADIO_File fd, void *buf, int count,
buf                71 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre.h void ADIOI_LUSTRE_ReadStrided(ADIO_File fd, void *buf, int count,
buf                17 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_fcntl.c     char *buf;
buf                51 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_fcntl.c 	buf = (char *) ADIOI_Malloc(ADIOI_PREALLOC_BUFSZ);
buf                56 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_fcntl.c 	    ADIO_ReadContig(fd, buf, len, MPI_BYTE, ADIO_EXPLICIT_OFFSET, done,
buf                64 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_fcntl.c 	    ADIO_WriteContig(fd, buf, len, MPI_BYTE, ADIO_EXPLICIT_OFFSET, 
buf                71 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_fcntl.c 	    memset(buf, 0, ADIOI_PREALLOC_BUFSZ); 
buf                76 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_fcntl.c 		ADIO_WriteContig(fd, buf, len, MPI_BYTE, ADIO_EXPLICIT_OFFSET, 
buf                82 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_fcntl.c 	ADIOI_Free(buf);
buf                19 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c static void ADIOI_LUSTRE_Aligned_Mem_File_Write(ADIO_File fd, const void *buf, int len,
buf                21 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c static void ADIOI_LUSTRE_Aligned_Mem_File_Write(ADIO_File fd, const void *buf, int len,
buf                26 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c 	*err = pwrite(fd->fd_direct, buf, len, offset);
buf                28 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c 	*err = pwrite(fd->fd_sys, buf, len, offset);
buf                32 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c 	nbytes = pwrite(fd->fd_direct, buf, size, offset);
buf                33 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c 	nbytes += pwrite(fd->fd_sys, ((char *)buf) + size, rem, offset+size);
buf                38 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c static void ADIOI_LUSTRE_Aligned_Mem_File_Read(ADIO_File fd, const void *buf, int len,
buf                40 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c static void ADIOI_LUSTRE_Aligned_Mem_File_Read(ADIO_File fd, const void *buf, int len,
buf                45 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c 	*err = pread(fd->fd_direct, (void *)buf, len, offset);
buf                47 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c 	*err = pread(fd->fd_sys, (void *)buf, len, offset);
buf                51 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c 	nbytes = pread(fd->fd_direct, (void *)buf, size, offset);
buf                52 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c 	nbytes += pread(fd->fd_sys, ((char *)buf) + size, rem, offset+size);
buf                58 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c static int ADIOI_LUSTRE_Directio(ADIO_File fd, const void *buf, int len,
buf                60 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c static int ADIOI_LUSTRE_Directio(ADIO_File fd, const void *buf, int len,
buf                70 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c 	    nbytes = pwrite(fd->fd_sys, (void *)buf, diff, offset);
buf                72 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c 	    nbytes = pread(fd->fd_sys, (void *)buf, diff, offset);
buf                73 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c 	buf = ((char *) buf) + diff;
buf                83 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c 	if (!(((long) buf) % fd->d_mem)) {
buf                84 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c 	    ADIOI_LUSTRE_Aligned_Mem_File_Write(fd, buf, size, offset, &err);
buf                89 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c 		memcpy(newbuf, buf, size);
buf                94 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c 	    else nbytes += pwrite(fd->fd_sys, buf, size, offset);
buf                98 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c 	if (!(((long) buf) % fd->d_mem)) {
buf                99 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c 	    ADIOI_LUSTRE_Aligned_Mem_File_Read(fd, buf, size, offset, &err);
buf               105 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c 		if (err > 0) memcpy((void *)buf, newbuf, err);
buf               109 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c 	    else nbytes += pread(fd->fd_sys, (void *)buf, size, offset);
buf               116 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c static void ADIOI_LUSTRE_IOContig(ADIO_File fd, const void *buf, int count,
buf               120 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c static void ADIOI_LUSTRE_IOContig(ADIO_File fd, const void *buf, int count,
buf               146 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c 	    err = write(fd->fd_sys, buf, len);
buf               154 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c 	    err = read(fd->fd_sys, (void *)buf, len);
buf               160 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c 	err = ADIOI_LUSTRE_Directio(fd, buf, len, offset, io_mode);
buf               189 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c void ADIOI_LUSTRE_WriteContig(ADIO_File fd, const void *buf, int count,
buf               193 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c     ADIOI_LUSTRE_IOContig(fd, buf, count, datatype, file_ptr_type,
buf               197 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c void ADIOI_LUSTRE_ReadContig(ADIO_File fd, void *buf, int count, 
buf               201 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c     ADIOI_LUSTRE_IOContig(fd, buf, count, datatype, file_ptr_type,
buf                15 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c static void ADIOI_LUSTRE_Exch_and_write(ADIO_File fd, const void *buf,
buf                25 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c static void ADIOI_LUSTRE_Fill_send_buffer(ADIO_File fd, const void *buf,
buf                38 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c static void ADIOI_LUSTRE_W_Exchange_data(ADIO_File fd, const void *buf,
buf                62 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c void ADIOI_LUSTRE_WriteStridedColl(ADIO_File fd, const void *buf, int count,
buf               157 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 		ADIO_WriteContig(fd, buf, count, datatype,
buf               161 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 		ADIO_WriteContig(fd, buf, count, datatype, ADIO_INDIVIDUAL,
buf               164 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 	    ADIO_WriteStrided(fd, buf, count, datatype, file_ptr_type,
buf               195 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c     ADIOI_LUSTRE_Exch_and_write(fd, buf, datatype, nprocs, myrank,
buf               286 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c static void ADIOI_LUSTRE_Exch_and_write(ADIO_File fd, const void *buf,
buf               513 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 	ADIOI_LUSTRE_W_Exchange_data(fd, buf, write_buf, flat_buf, offset_list,
buf               613 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c static void ADIOI_LUSTRE_W_Exchange_data(ADIO_File fd, const void *buf,
buf               761 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 		MPI_Isend(((char *) buf) + buf_idx[i], send_size[i],
buf               774 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 	ADIOI_LUSTRE_Fill_send_buffer(fd, buf, flat_buf, send_buf, offset_list,
buf               862 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c         ADIOI_Assert((((ADIO_Offset)(MPIU_Upint)buf) + user_buf_idx) == (ADIO_Offset)(MPIU_Upint)((MPIU_Upint)buf + user_buf_idx)); \
buf               865 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c                ((char *) buf) + user_buf_idx, size_in_buf); \
buf               885 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c static void ADIOI_LUSTRE_Fill_send_buffer(ADIO_File fd, const void *buf,
buf                57 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c     memcpy(writebuf + req_off - writebuf_off, (char *)buf +userbuf_off, write_sz); \
buf                92 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c         memcpy(writebuf, (char *)buf + userbuf_off, write_sz);          \
buf               123 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c            (char *)buf + userbuf_off, write_sz);                        \
buf               143 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c         memcpy(writebuf, (char *)buf + userbuf_off, write_sz);          \
buf               147 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c void ADIOI_LUSTRE_WriteStrided(ADIO_File fd, const void *buf, int count,
buf               176 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c 				     buf,
buf                39 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs.h int ADIOI_NFS_aio(ADIO_File fd, void *buf, int len, ADIO_Offset offset,
buf                47 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs.h void ADIOI_NFS_ReadContig(ADIO_File fd, void *buf, int count, 
buf                51 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs.h void ADIOI_NFS_WriteContig(ADIO_File fd, const void *buf, int count,
buf                55 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs.h void ADIOI_NFS_IwriteContig(ADIO_File fd, void *buf, int count, 
buf                59 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs.h void ADIOI_NFS_IreadContig(ADIO_File fd, void *buf, int count, 
buf                73 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs.h void ADIOI_NFS_WriteStrided(ADIO_File fd, const void *buf, int count,
buf                77 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs.h void ADIOI_NFS_ReadStrided(ADIO_File fd, void *buf, int count,
buf                11 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_iread.c void ADIOI_NFS_IreadContig(ADIO_File fd, void *buf, int count, 
buf                24 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_iread.c     aio_errno = ADIOI_NFS_aio(fd, buf, len, offset, 0, request);
buf                19 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_iwrite.c void ADIOI_NFS_IwriteContig(ADIO_File fd, void *buf, int count, 
buf                31 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_iwrite.c     aio_errno = ADIOI_NFS_aio(fd, buf, len, offset, 1, request);
buf                54 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_iwrite.c int ADIOI_NFS_aio(ADIO_File fd, void *buf, int len, ADIO_Offset offset,
buf                69 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_iwrite.c     aiocbp->aio_buf    = buf;
buf               111 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_iwrite.c 	    ADIO_WriteContig(fd, buf, len, MPI_BYTE, ADIO_EXPLICIT_OFFSET,
buf                11 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c void ADIOI_NFS_ReadContig(ADIO_File fd, void *buf, int count, 
buf                38 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c 	err = read(fd->fd_sys, buf, len);
buf                63 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c 	err = read(fd->fd_sys, buf, len);
buf               127 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c     memcpy((char *)buf + userbuf_off, readbuf+req_off-readbuf_off, req_len); \
buf               158 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c     memcpy((char *)buf + userbuf_off, readbuf+req_off-readbuf_off, req_len); \
buf               163 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c void ADIOI_NFS_ReadStrided(ADIO_File fd, void *buf, int count,
buf               341 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c             ADIO_ReadContig(fd, buf, bufsize, MPI_BYTE, ADIO_EXPLICIT_OFFSET,
buf                11 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c void ADIOI_NFS_WriteContig(ADIO_File fd, const void *buf, int count,
buf                36 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c 	err = write(fd->fd_sys, buf, len);
buf                59 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c 	err = write(fd->fd_sys, buf, len);
buf               118 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c     memcpy(writebuf+req_off-writebuf_off, (char *)buf +userbuf_off, write_sz);\
buf               147 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c         memcpy(writebuf, (char *)buf + userbuf_off, write_sz);\
buf               172 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c     memcpy(writebuf+req_off-writebuf_off, (char *)buf +userbuf_off, write_sz);\
buf               193 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c         memcpy(writebuf, (char *)buf + userbuf_off, write_sz);\
buf               217 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c     memcpy(writebuf+req_off-writebuf_off, (char *)buf +userbuf_off, write_sz);\
buf               233 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c         memcpy(writebuf, (char *)buf + userbuf_off, write_sz);\
buf               249 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c     memcpy(writebuf+req_off-writebuf_off, (char *)buf +userbuf_off, write_sz);\
buf               261 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c         memcpy(writebuf, (char *)buf + userbuf_off, write_sz);\
buf               267 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c void ADIOI_NFS_WriteStrided(ADIO_File fd, const void *buf, int count,
buf               441 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c             ADIO_WriteContig(fd, buf, bufsize, MPI_BYTE, ADIO_EXPLICIT_OFFSET,
buf                26 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h int ADIOI_NTFS_aio(ADIO_File fd, void *buf, int len, ADIO_Offset offset,
buf                31 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h void ADIOI_NTFS_ReadContig(ADIO_File fd, void *buf, int count, 
buf                35 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h void ADIOI_NTFS_WriteContig(ADIO_File fd, void *buf, int count, 
buf                39 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h void ADIOI_NTFS_IwriteContig(ADIO_File fd, void *buf, int count, 
buf                43 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h void ADIOI_NTFS_IreadContig(ADIO_File fd, void *buf, int count, 
buf                57 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h void ADIOI_NTFS_IwriteStrided(ADIO_File fd, void *buf, int count,
buf                 9 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iread.c void ADIOI_NTFS_IreadContig(ADIO_File fd, void *buf, int count, 
buf                24 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iread.c     err = ADIOI_NTFS_aio(fd, buf, len, offset, 0, request);
buf               169 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c void ADIOI_NTFS_IwriteContig(ADIO_File fd, void *buf, int count, 
buf               185 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c     err = ADIOI_NTFS_aio(fd, buf, len, offset, 1, request);
buf               211 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c int ADIOI_NTFS_aio(ADIO_File fd, void *buf, int len, ADIO_Offset offset,
buf               262 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c 	ret_val = WriteFile(fd_sys, buf, len, &dwNumWritten, aio_req->lpOvl);
buf               266 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c 	ret_val = ReadFile(fd_sys, buf, len, &dwNumRead, aio_req->lpOvl);
buf                 9 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_read.c void ADIOI_NTFS_ReadContig(ADIO_File fd, void *buf, int count, 
buf                83 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_read.c 	err = ReadFile(fd->fd_sys, buf, len, &dwNumRead, pOvl);
buf               176 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_read.c 	err = ReadFile(fd->fd_sys, buf, len, &dwNumRead, pOvl);
buf                 9 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_write.c void ADIOI_NTFS_WriteContig(ADIO_File fd, void *buf, int count, 
buf                74 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_write.c 	err = WriteFile(fd->fd_sys, buf, len, &dwNumWritten, pOvl);
buf               149 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_write.c 	err = WriteFile(fd->fd_sys, buf, len, &dwNumWritten, pOvl);
buf                38 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs.h void ADIOI_PANFS_ReadContig(ADIO_File fd, void *buf, int count, 
buf                43 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs.h void ADIOI_PANFS_WriteContig(ADIO_File fd, const void *buf, int count,
buf                14 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_read.c void ADIOI_PANFS_ReadContig(ADIO_File fd, void *buf, int count, 
buf                44 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_read.c     AD_PANFS_RETRY(read(fd->fd_sys, buf, len),err)
buf                14 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_write.c void ADIOI_PANFS_WriteContig(ADIO_File fd, const void *buf, int count,
buf                44 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_write.c     AD_PANFS_RETRY(write(fd->fd_sys, buf, len),err)
buf                33 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs.h void ADIOI_PFS_ReadContig(ADIO_File fd, void *buf, int count, 
buf                37 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs.h void ADIOI_PFS_WriteContig(ADIO_File fd, void *buf, int count, 
buf                41 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs.h void ADIOI_PFS_IwriteContig(ADIO_File fd, void *buf, int count, 
buf                45 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs.h void ADIOI_PFS_IreadContig(ADIO_File fd, void *buf, int count, 
buf                10 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_iread.c void ADIOI_PFS_IreadContig(ADIO_File fd, void *buf, int count, 
buf                35 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_iread.c     *id_sys = _iread(fd->fd_sys, buf, len);
buf                47 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_iread.c         *id_sys = _iread(fd->fd_sys, buf, len);
buf                10 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_iwrite.c void ADIOI_PFS_IwriteContig(ADIO_File fd, void *buf, int count, 
buf                34 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_iwrite.c     *id_sys = _iwrite(fd->fd_sys, buf, len);
buf                46 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_iwrite.c 	*id_sys = _iwrite(fd->fd_sys, buf, len);
buf                10 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_read.c void ADIOI_PFS_ReadContig(ADIO_File fd, void *buf, int count, 
buf                24 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_read.c 	err = _cread(fd->fd_sys, buf, len);
buf                32 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_read.c 	err = _cread(fd->fd_sys, buf, len);
buf                10 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_write.c void ADIOI_PFS_WriteContig(ADIO_File fd, void *buf, int count, 
buf                25 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_write.c         err = _cwrite(fd->fd_sys, buf, len);
buf                33 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_write.c         err = _cwrite(fd->fd_sys, buf, len);
buf                22 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs.h void ADIOI_PIOFS_ReadContig(ADIO_File fd, void *buf, int count, 
buf                26 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs.h void ADIOI_PIOFS_WriteContig(ADIO_File fd, void *buf, int count, 
buf                32 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs.h void ADIOI_PIOFS_WriteStrided(ADIO_File fd, void *buf, int count,
buf                17 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_fcntl.c     char *buf;
buf                10 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_read.c void ADIOI_PIOFS_ReadContig(ADIO_File fd, void *buf, int count, 
buf                26 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_read.c 	err = read(fd->fd_sys, buf, len);
buf                34 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_read.c 	err = read(fd->fd_sys, buf, len);
buf                11 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c void ADIOI_PIOFS_WriteContig(ADIO_File fd, void *buf, int count, 
buf                27 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c 	err = write(fd->fd_sys, buf, len);
buf                35 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c 	err = write(fd->fd_sys, buf, len);
buf                61 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c void ADIOI_PIOFS_WriteStrided(ADIO_File fd, void *buf, int count,
buf               130 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c 		iov[k].iov_base = ((char *) buf) + j*buftype_extent +
buf               234 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c 		    err = write(fd->fd_sys, ((char *) buf) + i, fwr_size);
buf               271 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c 		    err = write(fd->fd_sys, ((char *) buf) + indx, size);
buf                30 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs.h void ADIOI_PVFS_ReadContig(ADIO_File fd, void *buf, int count, 
buf                34 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs.h void ADIOI_PVFS_WriteContig(ADIO_File fd, void *buf, int count, 
buf                40 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs.h void ADIOI_PVFS_WriteStrided(ADIO_File fd, void *buf, int count,
buf                44 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs.h void ADIOI_PVFS_ReadStrided(ADIO_File fd, void *buf, int count,
buf                13 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c void ADIOI_PVFS_ReadStridedListIO(ADIO_File fd, void *buf, int count,
buf                19 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c void ADIOI_PVFS_ReadContig(ADIO_File fd, void *buf, int count, 
buf                42 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 	err = pvfs_read(fd->fd_sys, buf, len);
buf                63 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 	err = pvfs_read(fd->fd_sys, buf, len);
buf                86 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c void ADIOI_PVFS_ReadStrided(ADIO_File fd, void *buf, int count,
buf                93 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 	    ADIOI_PVFS_ReadStridedListIO(fd, buf, count, datatype, file_ptr_type,
buf                99 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c     ADIOI_GEN_ReadStrided(fd, buf, count, datatype, file_ptr_type,
buf               104 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c void ADIOI_PVFS_ReadStridedListIO(ADIO_File fd, void *buf, int count,
buf               197 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 		    (char*)((char *)buf + j*buftype_extent + flat_buf->indices[i]);
buf               335 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 	mem_offsets = buf;
buf               397 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 			  - (int32_t) mem_offsets + (int32_t)  buf;
buf               691 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 	        mem_offsets[i] = (char*)((char *)buf + buftype_extent*
buf                12 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c void ADIOI_PVFS_WriteStridedListIO(ADIO_File fd, void *buf, int count,
buf                18 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c void ADIOI_PVFS_WriteContig(ADIO_File fd, void *buf, int count, 
buf                42 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 	err = pvfs_write(fd->fd_sys, buf, len);
buf                63 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 	err = pvfs_write(fd->fd_sys, buf, len);
buf                87 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c void ADIOI_PVFS_WriteStrided(ADIO_File fd, void *buf, int count,
buf               112 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 	    ADIOI_PVFS_WriteStridedListIO(fd, buf, count, datatype, 
buf               216 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 				     ((char *) buf) + j*buftype_extent + flat_buf->indices[i],
buf               227 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 			   ((char *) buf) + j*buftype_extent + flat_buf->indices[i],
buf               339 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 		    err = pvfs_write(fd->fd_sys, ((char *) buf) + i, fwr_size);
buf               388 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 		    err = pvfs_write(fd->fd_sys, ((char *) buf) + indx, size);
buf               457 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c void ADIOI_PVFS_WriteStridedListIO(ADIO_File fd, void *buf, int count,
buf               578 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 		    ((char*)buf + j*buftype_extent + flat_buf->indices[i]);
buf               724 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 	mem_offsets = buf;
buf               786 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c                           - (int32_t) mem_offsets + (int32_t)  buf;
buf              1082 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 	        mem_offsets[i] = ((char*)buf + buftype_extent*
buf                22 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h void ADIOI_PVFS2_ReadContig(ADIO_File fd, void *buf, int count, 
buf                26 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h void ADIOI_PVFS2_WriteContig(ADIO_File fd, const void *buf, int count,
buf                32 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h void ADIOI_PVFS2_WriteStrided(ADIO_File fd, const void *buf, int count,
buf                36 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h void ADIOI_PVFS2_ReadStrided(ADIO_File fd, void *buf, int count,
buf                46 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h void ADIOI_PVFS2_IReadContig(ADIO_File fd, void *buf, int count, 
buf                50 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h void ADIOI_PVFS2_IWriteContig(ADIO_File fd, const void *buf, int count,
buf                54 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h void ADIOI_PVFS2_AIO_contig(ADIO_File fd, void *buf, int count, 
buf                58 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h void ADIOI_PVFS2_OldWriteStrided(ADIO_File fd, const void *buf, int count,
buf                62 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h void ADIOI_PVFS2_OldReadStrided(ADIO_File fd, void *buf, int count,
buf                67 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h int ADIOI_PVFS2_WriteStridedListIO(ADIO_File fd, const void *buf, int count,
buf                71 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h int ADIOI_PVFS2_WriteStridedDtypeIO(ADIO_File fd, const void *buf, int count,
buf                26 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c void ADIOI_PVFS2_IReadContig(ADIO_File fd, void *buf, int count, 
buf                31 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c     ADIOI_PVFS2_AIO_contig(fd, buf, count, datatype, file_ptr_type,
buf                35 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c void ADIOI_PVFS2_IWriteContig(ADIO_File fd, const void *buf, int count,
buf                40 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c     ADIOI_PVFS2_AIO_contig(fd, (void *)buf, count, datatype, file_ptr_type,
buf                44 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c void ADIOI_PVFS2_AIO_contig(ADIO_File fd, void *buf, int count, 
buf                96 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c 		buf, aio_req->mem_req, &(pvfs_fs->credentials), 
buf               106 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c 		buf, aio_req->mem_req, &(pvfs_fs->credentials), 
buf                18 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io.h int ADIOI_PVFS2_Contig(ADIO_File fd, void *buf, int count,
buf                24 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io.h int ADIOI_PVFS2_StridedListIO(ADIO_File fd, void *buf, int count,
buf                57 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io.h 			     void *buf,
buf                61 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io.h int ADIOI_PVFS2_StridedDtypeIO(ADIO_File fd, void *buf, int count,
buf                15 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c int ADIOI_PVFS2_StridedDtypeIO(ADIO_File fd, void *buf, int count,
buf               158 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 	ret = PVFS_sys_read(pvfs_fs->object_ref, file_req, off, buf,
buf               161 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 	ret = PVFS_sys_write(pvfs_fs->object_ref, file_req, off, buf,
buf                16 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c int ADIOI_PVFS2_StridedListIO(ADIO_File fd, void *buf, int count,
buf               256 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 				buf,
buf               268 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 			    y, z, ((char *) buf + buf_off_arr[y])[z]);
buf               283 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 				buf, mem_req, 
buf               289 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 				 buf, mem_req, 
buf               639 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 			     void *buf,
buf                14 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c void ADIOI_PVFS2_ReadContig(ADIO_File fd, void *buf, int count, 
buf                63 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c     ret = PVFS_sys_read(pvfs_fs->object_ref, file_req, offset, buf, 
buf                96 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c static int ADIOI_PVFS2_ReadStridedListIO(ADIO_File fd, void *buf, int count,
buf               101 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c     return ADIOI_PVFS2_StridedListIO(fd, buf, count,
buf               107 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c static int ADIOI_PVFS2_ReadStridedDtypeIO(ADIO_File fd, void *buf, int count,
buf               112 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c     return ADIOI_PVFS2_StridedDtypeIO(fd, buf, count,
buf               118 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c void ADIOI_PVFS2_ReadStrided(ADIO_File fd, void *buf, int count,
buf               134 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c 	ADIOI_GEN_ReadStrided(fd, buf, count, datatype, 
buf               139 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c         ret = ADIOI_PVFS2_ReadStridedDtypeIO(fd, buf, count,
buf               148 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c             ret = ADIOI_PVFS2_ReadStridedListIO(fd, buf, count,
buf               155 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c 	ret = ADIOI_PVFS2_ReadStridedListIO(fd, buf, count, datatype,
buf               161 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c     ADIOI_PVFS2_OldReadStrided(fd, buf, count, datatype, 
buf                14 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c void ADIOI_PVFS2_OldReadStrided(ADIO_File fd, void *buf, int count,
buf               122 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 		    ((PVFS_size)buf + j*buftype_extent + flat_buf->indices[i]);
buf               292 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 	mem_offset = (intptr_t)buf;
buf               406 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 			  - mem_offset + (int32_t)  buf;
buf               650 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 	    ADIOI_GEN_ReadStrided_naive(fd, buf, count, datatype,
buf               772 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 	        mem_offsets[i] = ((PVFS_size)buf + buftype_extent*
buf                13 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c void ADIOI_PVFS2_WriteContig(ADIO_File fd, const void *buf, int count,
buf                58 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c 	ret = PVFS_sys_write(pvfs_fs->object_ref, file_req, offset,  (void *)buf,
buf                80 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c 	ret = PVFS_sys_write(pvfs_fs->object_ref, file_req, fd->fp_ind, (void *)buf,
buf               108 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c int ADIOI_PVFS2_WriteStridedListIO(ADIO_File fd, const void *buf, int count,
buf               113 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c     return ADIOI_PVFS2_StridedListIO(fd, (void *)buf, count,
buf               119 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c int ADIOI_PVFS2_WriteStridedDtypeIO(ADIO_File fd, const void *buf, int count,
buf               124 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c     return ADIOI_PVFS2_StridedDtypeIO(fd, (void *)buf, count,
buf               131 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c void ADIOI_PVFS2_WriteStrided(ADIO_File fd, const void *buf, int count,
buf               150 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c         ADIOI_GEN_WriteStrided_naive(fd, buf, count,
buf               156 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c         ret = ADIOI_PVFS2_WriteStridedDtypeIO(fd, buf, count,
buf               165 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c             ret = ADIOI_PVFS2_WriteStridedListIO(fd, buf, count,
buf               173 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c 	ret = ADIOI_PVFS2_WriteStridedListIO(fd, buf, count, datatype, 
buf               179 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c     ADIOI_PVFS2_OldWriteStrided(fd, buf, count, datatype,
buf                14 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c void ADIOI_PVFS2_OldWriteStrided(ADIO_File fd, const void *buf, int count,
buf               140 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 		    ((PVFS_size)buf + j*buftype_extent + flat_buf->indices[i]);
buf               334 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 	mem_offset = (intptr_t) buf;
buf               449 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c                           - mem_offset + (int32_t)  buf;
buf               696 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 	    ADIOI_GEN_WriteStrided_naive(fd, buf, count, datatype,
buf               822 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 	        mem_offsets[i] = ((PVFS_size)buf + buftype_extent*
buf                16 ompi/mca/io/romio321/romio/adio/ad_sfs/ad_sfs_fcntl.c     char *buf;
buf                19 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h void ADIOI_TESTFS_ReadContig(ADIO_File fd, void *buf, int count,
buf                23 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h void ADIOI_TESTFS_WriteContig(ADIO_File fd, const void *buf, int count,
buf                27 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h void ADIOI_TESTFS_IwriteContig(ADIO_File fd, const void *buf, int count,
buf                31 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h void ADIOI_TESTFS_IreadContig(ADIO_File fd, void *buf, int count, 
buf                45 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h void ADIOI_TESTFS_WriteStrided(ADIO_File fd, const void *buf, int count,
buf                49 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h void ADIOI_TESTFS_ReadStrided(ADIO_File fd, void *buf, int count,
buf                53 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h void ADIOI_TESTFS_WriteStridedColl(ADIO_File fd, const void *buf, int count,
buf                57 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h void ADIOI_TESTFS_ReadStridedColl(ADIO_File fd, void *buf, int count,
buf                61 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h void ADIOI_TESTFS_IreadStrided(ADIO_File fd, void *buf, int count,
buf                65 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h void ADIOI_TESTFS_IwriteStrided(ADIO_File fd, const void *buf, int count,
buf                15 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iread.c void ADIOI_TESTFS_IreadContig(ADIO_File fd, void *buf, int count, 
buf                35 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iread.c     ADIOI_TESTFS_ReadContig(fd, buf, len, MPI_BYTE, file_ptr_type, 
buf                41 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iread.c void ADIOI_TESTFS_IreadStrided(ADIO_File fd, void *buf, int count,
buf                58 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iread.c     ADIOI_TESTFS_ReadStrided(fd, buf, count, datatype, file_ptr_type, 
buf                18 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iwrite.c void ADIOI_TESTFS_IwriteContig(ADIO_File fd, const void *buf, int count,
buf                38 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iwrite.c     ADIOI_TESTFS_WriteContig(fd, buf, len, MPI_BYTE, file_ptr_type, 
buf                44 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iwrite.c void ADIOI_TESTFS_IwriteStrided(ADIO_File fd, const void *buf, int count,
buf                64 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iwrite.c     ADIOI_TESTFS_WriteStrided(fd, buf, count, datatype, file_ptr_type, 
buf                11 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_rdcoll.c void ADIOI_TESTFS_ReadStridedColl(ADIO_File fd, void *buf, int count,
buf                27 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_rdcoll.c     ADIOI_GEN_ReadStridedColl(fd, buf, count, datatype, file_ptr_type,
buf                10 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_read.c void ADIOI_TESTFS_ReadContig(ADIO_File fd, void *buf, int count, 
buf                36 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_read.c 	    myrank, nprocs, buf, (long long) offset, 
buf                44 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_read.c void ADIOI_TESTFS_ReadStrided(ADIO_File fd, void *buf, int count,
buf                60 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_read.c     ADIOI_GEN_ReadStrided(fd, buf, count, datatype, file_ptr_type, offset,
buf                11 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_wrcoll.c void ADIOI_TESTFS_WriteStridedColl(ADIO_File fd, const void *buf, int count,
buf                27 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_wrcoll.c     ADIOI_GEN_WriteStridedColl(fd, buf, count, datatype, file_ptr_type,
buf                10 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_write.c void ADIOI_TESTFS_WriteContig(ADIO_File fd, const void *buf, int count,
buf                26 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_write.c 	    myrank, nprocs, buf, (long long) offset, 
buf                45 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_write.c void ADIOI_TESTFS_WriteStrided(ADIO_File fd, const void *buf, int count,
buf                61 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_write.c     ADIOI_GEN_WriteStrided(fd, buf, count, datatype, file_ptr_type, offset, 
buf                39 ompi/mca/io/romio321/romio/adio/ad_ufs/ad_ufs.h int ADIOI_UFS_aio(ADIO_File fd, void *buf, int len, ADIO_Offset offset,
buf                43 ompi/mca/io/romio321/romio/adio/ad_ufs/ad_ufs.h void ADIOI_UFS_IwriteContig(ADIO_File fd, void *buf, int count, 
buf                47 ompi/mca/io/romio321/romio/adio/ad_ufs/ad_ufs.h void ADIOI_UFS_IreadContig(ADIO_File fd, void *buf, int count, 
buf                26 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs.h void ADIOI_XFS_ReadContig(ADIO_File fd, void *buf, int count, 
buf                30 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs.h void ADIOI_XFS_WriteContig(ADIO_File fd, void *buf, int count, 
buf                15 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c static void ADIOI_XFS_Aligned_Mem_File_Read(ADIO_File fd, void *buf, int len, 
buf                18 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c void ADIOI_XFS_ReadContig(ADIO_File fd, void *buf, int count, 
buf                35 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c 	err = pread(fd->fd_sys, buf, len, offset);
buf                42 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c 	if (!(((long) buf) % fd->d_mem) && !(offset % fd->d_miniosz)) 
buf                43 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c 	    ADIOI_XFS_Aligned_Mem_File_Read(fd, buf, len, offset, &err);
buf                52 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c 	    nbytes = pread(fd->fd_sys, buf, diff, offset);
buf                54 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c 	    buf = ((char *) buf) + diff;
buf                57 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c 	    if (!(((long) buf) % fd->d_mem)) {
buf                58 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c 		ADIOI_XFS_Aligned_Mem_File_Read(fd, buf, size, offset, &err);
buf                65 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c 		    if (err > 0) memcpy(buf, newbuf, err);
buf                69 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c 		else nbytes += pread(fd->fd_sys, buf, size, offset);
buf                80 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c 		if (err > 0) memcpy(buf, newbuf, err);
buf                83 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c 	    else err = pread(fd->fd_sys, buf, len, offset);
buf               102 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c void ADIOI_XFS_Aligned_Mem_File_Read(ADIO_File fd, void *buf, int len, 
buf               115 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c 	*err = pread(fd->fd_direct, buf, len, offset);
buf               117 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c 	*err = pread(fd->fd_sys, buf, len, offset);
buf               123 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c 	    nbytes += pread(fd->fd_direct, ((char *)buf) + i * read_chunk_sz,
buf               130 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c 		     ((char *)buf) + ntimes * read_chunk_sz, rem, offset);
buf               136 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c 		         ((char *)buf) + ntimes * read_chunk_sz, size, offset);
buf               140 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c 	              ((char *)buf) + ntimes * read_chunk_sz + size, newrem, offset);
buf               148 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c 	nbytes = pread(fd->fd_direct, buf, size, offset);
buf               149 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c 	nbytes += pread(fd->fd_sys, (char *)buf + size, rem, offset+size);
buf                16 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c static int ADIOI_XFS_Aligned_Mem_File_Write(ADIO_File fd, void *buf,
buf                19 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c void ADIOI_XFS_WriteContig(ADIO_File fd, void *buf, int count, 
buf                37 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c 	err = pwrite(fd->fd_sys, buf, len, offset);
buf                45 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c 	if (!(((long) buf) % fd->d_mem) && !(offset % fd->d_miniosz)) {
buf                46 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c 	    err = ADIOI_XFS_Aligned_Mem_File_Write(fd, buf, len, offset);
buf                56 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c 	    err = pwrite(fd->fd_sys, buf, diff, offset);
buf                59 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c 	    buf = ((char *) buf) + diff;
buf                62 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c 	    if (!(((long) buf) % fd->d_mem)) {
buf                63 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c 		err = ADIOI_XFS_Aligned_Mem_File_Write(fd, buf, size, offset);
buf                69 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c 		    memcpy(newbuf, buf, size);
buf                74 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c 		    err = pwrite(fd->fd_sys, buf, size, offset);
buf                85 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c 		memcpy(newbuf, buf, len);
buf                89 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c 		 err = pwrite(fd->fd_sys, buf, len, offset);
buf               112 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c ADIOI_XFS_Aligned_Mem_File_Write(ADIO_File fd, void *buf, ADIO_Offset len, 
buf               126 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c 	nbytes = pwrite(fd->fd_direct, buf, len, offset);
buf               129 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c 	nbytes = pwrite(fd->fd_sys, buf, len, offset);
buf               136 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c 	    nbytes = pwrite(fd->fd_direct, ((char *)buf) + i * write_chunk_sz,
buf               144 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c 		             ((char *)buf) + ntimes * write_chunk_sz, rem, offset);
buf               151 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c 		            ((char *)buf) + ntimes * write_chunk_sz, size, offset);
buf               156 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c 	              ((char *)buf) + ntimes * write_chunk_sz + size, newrem, offset);
buf               164 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c 	nbytes = pwrite(fd->fd_direct, buf, size, offset);
buf               166 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c 	nbytes = pwrite(fd->fd_sys, (char *)buf + size, rem, offset+size);
buf                21 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs.h void ADIOI_ZOIDFS_ReadContig(ADIO_File fd, void *buf, int count, 
buf                25 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs.h void ADIOI_ZOIDFS_WriteContig(ADIO_File fd, void *buf, int count, 
buf                31 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs.h void ADIOI_ZOIDFS_WriteStrided(ADIO_File fd, void *buf, int count,
buf                35 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs.h void ADIOI_ZOIDFS_ReadStrided(ADIO_File fd, void *buf, int count,
buf                16 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_io.c static void ZOIDFS_IOContig(ADIO_File fd, void * buf, int count,
buf                41 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_io.c                              1, &buf, &mem_len,
buf                46 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_io.c                               1, (const void **)&buf, &mem_len,
buf                75 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_io.c void ADIOI_ZOIDFS_ReadContig(ADIO_File fd, void *buf, int count, 
buf                80 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_io.c     ZOIDFS_IOContig(fd, buf, count, datatype, file_ptr_type, 
buf                84 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_io.c void ADIOI_ZOIDFS_WriteContig(ADIO_File fd, void *buf, int count,
buf                89 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_io.c     ZOIDFS_IOContig(fd, buf, count, datatype, file_ptr_type,
buf                16 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c void ADIOI_ZOIDFS_ReadStrided(ADIO_File fd, void *buf, int count,
buf               123 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 		    buf + j*buftype_extent + flat_buf->indices[i];
buf               288 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 	mem_offsets = (size_t)buf;
buf               336 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 				    1, buf, &mem_lengths,
buf               372 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 			  - mem_offsets + (size_t)buf;
buf               591 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 	    ADIOI_GEN_ReadStrided_naive(fd, buf, count, datatype,
buf               713 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 	        mem_offsets[i] = buf + 
buf                16 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c void ADIOI_ZOIDFS_WriteStrided(ADIO_File fd, void *buf, int count,
buf               137 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 		    buf + 
buf               315 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 	mem_offsets = (size_t)buf;
buf               362 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 				    1, buf, &mem_lengths,
buf               401 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 				- mem_lengths - mem_offsets +  (size_t)buf;
buf               622 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 	    ADIOI_GEN_WriteStrided_naive(fd, buf, count, datatype,
buf               746 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 	        mem_offsets[i] = buf + 
buf               486 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c     int buf[2];
buf               491 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c 	buf[0] = *file_system;
buf               492 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c 	buf[1] = *error_code;
buf               494 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c     MPI_Bcast(buf, 2, MPI_INT, 0, comm);
buf               495 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c     *file_system = buf[0];
buf               496 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c     *error_code = buf[1];
buf                35 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		       int agg_rank, void *buf,
buf                44 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c void ADIOI_IOStridedColl (ADIO_File fd, void *buf, int count, int rdwr,
buf               166 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		    ADIO_ReadContig(fd, buf, count, datatype,
buf               170 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		    ADIO_WriteContig(fd, buf, count, datatype,
buf               176 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		    ADIO_ReadContig(fd, buf, count, datatype, ADIO_INDIVIDUAL,
buf               179 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		    ADIO_WriteContig(fd, buf, count, datatype, ADIO_INDIVIDUAL,
buf               185 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		ADIO_ReadStrided(fd, buf, count, datatype, file_ptr_type,
buf               188 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		ADIO_WriteStrided(fd, buf, count, datatype, file_ptr_type,
buf               337 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		post_client_comm (fd, rdwr, agg_rank, buf,
buf               422 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		    fprintf (stderr, "%c", ((char *) buf)[i]);
buf               477 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		    fprintf (stderr, "%c", ((char *) buf)[i]);
buf               530 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 			   buf, agg_alltoallw_counts , alltoallw_disps,
buf               541 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 	    MPI_Alltoallw (buf, agg_alltoallw_counts, alltoallw_disps,
buf               875 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c void ADIOI_IOFiletype(ADIO_File fd, void *buf, int count,
buf               946 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 	    ADIO_ReadContig(fd, buf, count, datatype, file_ptr_type, offset,
buf               949 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 	    ADIO_WriteContig(fd, buf, count, datatype, file_ptr_type, offset,
buf               955 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 	    ADIO_ReadStrided(fd, buf, count, datatype, file_ptr_type, 0,
buf               958 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 	    ADIO_WriteStrided(fd, buf, count, datatype, file_ptr_type, 0,
buf              1119 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		       int agg_rank, void *buf,
buf              1126 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 	    MPI_Irecv (buf, 1, agg_comm_dtype, agg_rank, DATA_TAG, fd->comm,
buf              1129 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 	    MPI_Isend (buf, 1, agg_comm_dtype, agg_rank, DATA_TAG, fd->comm,
buf                38 ompi/mca/io/romio321/romio/adio/common/ad_iread.c void ADIOI_GEN_IreadContig(ADIO_File fd, void *buf, int count, 
buf                52 ompi/mca/io/romio321/romio/adio/common/ad_iread.c     aio_errno = ADIOI_GEN_aio(fd, buf, len, offset, 0, request);
buf                71 ompi/mca/io/romio321/romio/adio/common/ad_iread.c void ADIOI_GEN_IreadStrided(ADIO_File fd, void *buf, int count, 
buf                83 ompi/mca/io/romio321/romio/adio/common/ad_iread.c     ADIO_ReadStrided(fd, buf, count, datatype, file_ptr_type, 
buf                29 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     void *buf;
buf                75 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     void *buf;
buf               127 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     void *buf;
buf               160 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c void ADIOI_Fill_user_buffer(ADIO_File fd, void *buf, ADIOI_Flatlist_node
buf               201 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c void ADIOI_GEN_IreadStridedColl(ADIO_File fd, void *buf, int count,
buf               248 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     vars->buf = buf;
buf               333 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     void *buf;
buf               346 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c         buf = vars->buf;
buf               371 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c                 ADIO_ReadContig(fd, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
buf               374 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c             else ADIO_ReadContig(fd, buf, count, datatype, ADIO_INDIVIDUAL,
buf               378 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c             ADIO_ReadStrided(fd, buf, count, datatype, file_ptr_type,
buf               386 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c                 ADIO_IreadContig(fd, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
buf               389 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c             else ADIO_IreadContig(fd, buf, count, datatype, ADIO_INDIVIDUAL,
buf               393 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c             ADIO_IreadStrided(fd, buf, count, datatype, file_ptr_type,
buf               497 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     rae_vars->buf = vars->buf;
buf               832 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     red_vars->buf = vars->buf;
buf               941 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     red_vars->buf = vars->buf;
buf              1056 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c                 MPI_Irecv(((char *)vars->buf) + buf_idx[i], recv_size[i],
buf              1126 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c             ADIOI_Fill_user_buffer(vars->fd, vars->buf, vars->flat_buf,
buf                14 ompi/mca/io/romio321/romio/adio/common/ad_iread_fake.c void ADIOI_FAKE_IreadContig(ADIO_File fd, void *buf, int count, 
buf                30 ompi/mca/io/romio321/romio/adio/common/ad_iread_fake.c     ADIO_ReadContig(fd, buf, (int)len, MPI_BYTE, file_ptr_type, offset, 
buf                42 ompi/mca/io/romio321/romio/adio/common/ad_iread_fake.c void ADIOI_FAKE_IreadStrided(ADIO_File fd, void *buf, int count, 
buf                54 ompi/mca/io/romio321/romio/adio/common/ad_iread_fake.c     ADIO_ReadStrided(fd, buf, count, datatype, file_ptr_type, 
buf                47 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c void ADIOI_GEN_IwriteContig(ADIO_File fd, const void *buf, int count,
buf                63 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c     aio_errno = ADIOI_GEN_aio(fd, (char *) buf, len, offset, 1, request);
buf                83 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c int ADIOI_GEN_aio(ADIO_File fd, void *buf, int len, ADIO_Offset offset,
buf               103 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c 	 !(((long) buf) % fd->d_mem) && !(offset % fd->d_miniosz) && 
buf               113 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c     aiocbp->aio_buf    = buf;
buf               154 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c 		ADIO_WriteContig(fd, buf, len, MPI_BYTE, 
buf               157 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c 		ADIO_ReadContig(fd, buf, len, MPI_BYTE,
buf               187 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c void ADIOI_GEN_IwriteStrided(ADIO_File fd, const void *buf, int count,
buf               199 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c     ADIO_WriteStrided(fd, buf, count, datatype, file_ptr_type, 
buf                27 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     const void *buf;
buf                76 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     void *buf;
buf               130 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     void *buf;
buf               176 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c void ADIOI_Fill_send_buffer(ADIO_File fd, void *buf, ADIOI_Flatlist_node
buf               224 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c void ADIOI_GEN_IwriteStridedColl(ADIO_File fd, const void *buf, int count,
buf               244 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c         ADIOI_IOIstridedColl(fd, (char *) buf, count, ADIOI_WRITE, datatype,
buf               271 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     vars->buf = buf;
buf               351 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     const void *buf;
buf               364 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c         buf = vars->buf;
buf               389 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c                 ADIO_WriteContig(fd, buf, count, datatype,
buf               393 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c             else ADIO_WriteContig(fd, buf, count, datatype, ADIO_INDIVIDUAL,
buf               397 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c             ADIO_WriteStrided(fd, buf, count, datatype, file_ptr_type,
buf               405 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c                 ADIO_IwriteContig(fd, buf, count, datatype,
buf               409 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c             else ADIO_IwriteContig(fd, buf, count, datatype, ADIO_INDIVIDUAL,
buf               413 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c             ADIO_IwriteStrided(fd, buf, count, datatype, file_ptr_type,
buf               491 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     eaw_vars->buf = (char *)vars->buf;
buf               867 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     wed_vars->buf = vars->buf;
buf               986 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     wed_vars->buf = vars->buf;
buf              1192 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     void *buf = vars->buf;
buf              1244 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c                 MPI_Isend(((char *) buf) + buf_idx[i], send_size[i],
buf              1259 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c         ADIOI_Fill_send_buffer(fd, buf, vars->flat_buf, send_buf,
buf                15 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_fake.c void ADIOI_FAKE_IwriteContig(ADIO_File fd, const void *buf, int count,
buf                32 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_fake.c     ADIO_WriteContig(fd, buf, (int)len, MPI_BYTE, file_ptr_type, offset,
buf                46 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_fake.c void ADIOI_FAKE_IwriteStrided(ADIO_File fd, const void *buf, int count,
buf                58 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_fake.c     ADIO_WriteStrided(fd, buf, count, datatype, file_ptr_type, 
buf                21 ompi/mca/io/romio321/romio/adio/common/ad_prealloc.c 	char *buf;
buf                45 ompi/mca/io/romio321/romio/adio/common/ad_prealloc.c 	buf = (char *) ADIOI_Malloc(ADIOI_PREALLOC_BUFSZ);
buf                50 ompi/mca/io/romio321/romio/adio/common/ad_prealloc.c 	    ADIO_ReadContig(fd, buf, 
buf                64 ompi/mca/io/romio321/romio/adio/common/ad_prealloc.c 	    ADIO_WriteContig(fd, buf, 
buf                74 ompi/mca/io/romio321/romio/adio/common/ad_prealloc.c 	    memset(buf, 0, ADIOI_PREALLOC_BUFSZ); 
buf                79 ompi/mca/io/romio321/romio/adio/common/ad_prealloc.c 		ADIO_WriteContig(fd, buf, 
buf                89 ompi/mca/io/romio321/romio/adio/common/ad_prealloc.c 	ADIOI_Free(buf);
buf                23 ompi/mca/io/romio321/romio/adio/common/ad_read.c void ADIOI_GEN_ReadContig(ADIO_File fd, void *buf, int count, 
buf                55 ompi/mca/io/romio321/romio/adio/common/ad_read.c     p=buf;
buf                19 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c static void ADIOI_Read_and_exch(ADIO_File fd, void *buf, MPI_Datatype
buf                28 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c static void ADIOI_R_Exchange_data(ADIO_File fd, void *buf, ADIOI_Flatlist_node
buf                42 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c void ADIOI_Fill_user_buffer(ADIO_File fd, void *buf, ADIOI_Flatlist_node
buf                55 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c void ADIOI_GEN_ReadStridedColl(ADIO_File fd, void *buf, int count,
buf                88 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c         ADIOI_IOStridedColl (fd, buf, count, ADIOI_READ, datatype, 
buf               160 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 		ADIO_ReadContig(fd, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
buf               163 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 	    else ADIO_ReadContig(fd, buf, count, datatype, ADIO_INDIVIDUAL,
buf               166 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 	else ADIO_ReadStrided(fd, buf, count, datatype, file_ptr_type,
buf               240 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c     ADIOI_Read_and_exch(fd, buf, datatype, nprocs, myrank,
buf               497 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c static void ADIOI_Read_and_exch(ADIO_File fd, void *buf, MPI_Datatype
buf               725 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 	ADIOI_R_Exchange_data(fd, buf, flat_buf, offset_list, len_list,
buf               754 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 	ADIOI_R_Exchange_data(fd, buf, flat_buf, offset_list, len_list,
buf               772 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c static void ADIOI_R_Exchange_data(ADIO_File fd, void *buf, ADIOI_Flatlist_node
buf               816 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 		MPI_Irecv(((char *) buf) + buf_idx[i], recv_size[i], 
buf               882 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 	    ADIOI_Fill_user_buffer(fd, buf, flat_buf, recv_buf,
buf               931 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c   ADIOI_Assert((((ADIO_Offset)(MPIU_Upint)buf) + user_buf_idx) == (ADIO_Offset)(MPIU_Upint)((MPIU_Upint)buf + user_buf_idx)); \
buf               933 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 	memcpy(((char *) buf) + user_buf_idx, \
buf               954 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c void ADIOI_Fill_user_buffer(ADIO_File fd, void *buf, ADIOI_Flatlist_node
buf                38 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c     memcpy((char *)buf + userbuf_off, readbuf+req_off-readbuf_off, req_len); \
buf                42 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c void ADIOI_GEN_ReadStrided(ADIO_File fd, void *buf, int count,
buf                73 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c 				    buf,
buf               220 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c             ADIO_ReadContig(fd, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
buf                11 ompi/mca/io/romio321/romio/adio/common/ad_read_str_naive.c void ADIOI_GEN_ReadStrided_naive(ADIO_File fd, void *buf, int count,
buf                84 ompi/mca/io/romio321/romio/adio/common/ad_read_str_naive.c     ADIOI_Assert((((ADIO_Offset)(MPIU_Upint)buf) + userbuf_off) == (ADIO_Offset)(MPIU_Upint)((MPIU_Upint)buf + userbuf_off));
buf                87 ompi/mca/io/romio321/romio/adio/common/ad_read_str_naive.c 				(char *) buf + userbuf_off,
buf               246 ompi/mca/io/romio321/romio/adio/common/ad_read_str_naive.c         ADIOI_Assert((((ADIO_Offset)(MPIU_Upint)buf) + userbuf_off) == (ADIO_Offset)(MPIU_Upint)((MPIU_Upint)buf + userbuf_off));
buf               249 ompi/mca/io/romio321/romio/adio/common/ad_read_str_naive.c 				    (char *) buf + userbuf_off,
buf               310 ompi/mca/io/romio321/romio/adio/common/ad_read_str_naive.c         ADIOI_Assert((((ADIO_Offset)(MPIU_Upint)buf) + userbuf_off) == (ADIO_Offset)(MPIU_Upint)((MPIU_Upint)buf + userbuf_off));
buf               313 ompi/mca/io/romio321/romio/adio/common/ad_read_str_naive.c 				    (char *) buf + userbuf_off,
buf                22 ompi/mca/io/romio321/romio/adio/common/ad_threaded_io.c 	ADIO_ReadContig(args->fd, args->buf, args->size, MPI_BYTE,
buf                26 ompi/mca/io/romio321/romio/adio/common/ad_threaded_io.c 	ADIO_WriteContig(args->fd, args->buf, args->size, MPI_BYTE,
buf                25 ompi/mca/io/romio321/romio/adio/common/ad_write.c void ADIOI_GEN_WriteContig(ADIO_File fd, const void *buf, int count,
buf                58 ompi/mca/io/romio321/romio/adio/common/ad_write.c     p = (char *)buf;
buf                16 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c static void ADIOI_Exch_and_write(ADIO_File fd, void *buf, MPI_Datatype
buf                24 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c static void ADIOI_W_Exchange_data(ADIO_File fd, void *buf, char *write_buf,
buf                38 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c void ADIOI_Fill_send_buffer(ADIO_File fd, void *buf, ADIOI_Flatlist_node
buf                54 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c void ADIOI_GEN_WriteStridedColl(ADIO_File fd, const void *buf, int count,
buf                86 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	ADIOI_IOStridedColl (fd, (char *) buf, count, ADIOI_WRITE, datatype,
buf               152 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c                 ADIO_WriteContig(fd, buf, count, datatype,
buf               156 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c             else ADIO_WriteContig(fd, buf, count, datatype, ADIO_INDIVIDUAL,
buf               159 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	else ADIO_WriteStrided(fd, buf, count, datatype, file_ptr_type,
buf               208 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c     ADIOI_Exch_and_write(fd, (char *) buf, datatype, nprocs, myrank,
buf               295 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c static void ADIOI_Exch_and_write(ADIO_File fd, void *buf, MPI_Datatype
buf               503 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	ADIOI_W_Exchange_data(fd, buf, write_buf, flat_buf, offset_list, 
buf               533 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	ADIOI_W_Exchange_data(fd, buf, write_buf, flat_buf, offset_list, 
buf               561 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c static void ADIOI_W_Exchange_data(ADIO_File fd, void *buf, char *write_buf,
buf               727 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 		MPI_Isend(((char *) buf) + buf_idx[i], send_size[i], 
buf               741 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	ADIOI_Fill_send_buffer(fd, buf, flat_buf, send_buf,
buf               834 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c   ADIOI_Assert((((ADIO_Offset)(MPIU_Upint)buf) + user_buf_idx) == (ADIO_Offset)(MPIU_Upint)((MPIU_Upint)buf + user_buf_idx)); \
buf               837 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c                ((char *) buf) + user_buf_idx, size_in_buf); \
buf               861 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c void ADIOI_Fill_send_buffer(ADIO_File fd, void *buf, ADIOI_Flatlist_node
buf                15 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c void ADIOI_NOLOCK_WriteStrided(ADIO_File fd, const void *buf, int count,
buf               144 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c         ADIOI_Assert((((ADIO_Offset)(MPIU_Upint)buf) + (ADIO_Offset)j*(ADIO_Offset)buftype_extent + flat_buf->indices[i]) == (ADIO_Offset)((MPIU_Upint)buf + (ADIO_Offset)j*(ADIO_Offset)buftype_extent + flat_buf->indices[i]));
buf               149 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c 				     ((char *) buf) + (ADIO_Offset)j*(ADIO_Offset)buftype_extent + flat_buf->indices[i],
buf               160 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c 			   ((char *) buf) + j*buftype_extent + flat_buf->indices[i],
buf               284 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c 		    err = write(fd->fd_sys, ((char *) buf) + i_offset, fwr_size);
buf               340 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c 		    err = write(fd->fd_sys, ((char *) buf) + indx, size);
buf                41 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c     memcpy(writebuf+req_off-writebuf_off, (char *)buf +userbuf_off, write_sz);\
buf                68 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c         memcpy(writebuf, (char *)buf + userbuf_off, write_sz);\
buf                92 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c     memcpy(writebuf+req_off-writebuf_off, (char *)buf +userbuf_off, write_sz);\
buf               108 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c         memcpy(writebuf, (char *)buf + userbuf_off, write_sz);\
buf               111 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c void ADIOI_GEN_WriteStrided(ADIO_File fd, const void *buf, int count,
buf               142 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c 				    buf,
buf               290 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c             ADIO_WriteContig(fd, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
buf                11 ompi/mca/io/romio321/romio/adio/common/ad_write_str_naive.c void ADIOI_GEN_WriteStrided_naive(ADIO_File fd, const void *buf, int count,
buf                86 ompi/mca/io/romio321/romio/adio/common/ad_write_str_naive.c     ADIOI_Assert((((ADIO_Offset)(MPIU_Upint)buf) + userbuf_off) == (ADIO_Offset)(MPIU_Upint)((MPIU_Upint)buf + userbuf_off));
buf                88 ompi/mca/io/romio321/romio/adio/common/ad_write_str_naive.c 				(char *) buf + userbuf_off,
buf               247 ompi/mca/io/romio321/romio/adio/common/ad_write_str_naive.c         ADIOI_Assert((((ADIO_Offset)(MPIU_Upint)buf) + userbuf_off) == (ADIO_Offset)(MPIU_Upint)((MPIU_Upint)buf + userbuf_off));
buf               249 ompi/mca/io/romio321/romio/adio/common/ad_write_str_naive.c 				    (char *) buf + userbuf_off,
buf               311 ompi/mca/io/romio321/romio/adio/common/ad_write_str_naive.c         ADIOI_Assert((((ADIO_Offset)(MPIU_Upint)buf) + userbuf_off) == (ADIO_Offset)(MPIU_Upint)((MPIU_Upint)buf + userbuf_off));
buf               313 ompi/mca/io/romio321/romio/adio/common/ad_write_str_naive.c 				    (char *) buf + userbuf_off,
buf                16 ompi/mca/io/romio321/romio/adio/common/error.c     char buf[MPI_MAX_ERROR_STRING];
buf                25 ompi/mca/io/romio321/romio/adio/common/error.c 	MPI_Error_string(error_code, buf, &result_len);
buf                26 ompi/mca/io/romio321/romio/adio/common/error.c 	FPRINTF(stderr, "[%d] - %s : %s\n", myrank, string, buf);
buf               188 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c     const void *buf,
buf               202 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c     if (buf == NULL) {
buf               430 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c     if ((contig_access_count > 0) && (buf != NULL) && lenListOverZero) {
buf               705 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c               nonContigSourceDataBufferAdvance(((char*)buf), flatBuf,
buf               846 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c 	if ((contig_access_count > 0) && (buf != NULL) && lenListOverZero) {
buf               965 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c               MPI_Put(((char*)buf) + currentFDSourceBufferState[aggIter].sourceBufferOffset,bufferAmountToSend, MPI_BYTE,targetAggsForMyData[aggIter],targetDisplacementToUseThisRound, bufferAmountToSend,MPI_BYTE,write_buf_window);
buf               970 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c               nonContigSourceDataBufferAdvance(((char*)buf), flatBuf, bufferAmountToSend, 1, &currentFDSourceBufferState[aggIter], putSourceData);
buf               992 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c               nonContigSourceDataBufferAdvance(((char*)buf), flatBuf, bufferAmountToSend, 1, &currentFDSourceBufferState[aggIter], &derivedTypePackedSourceBuffer[derivedTypePackedSourceBufferOffset]);
buf              1024 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c           MPI_Put(((char*)buf),1, sourceBufferDerivedDataType,targetAggsForMyData[aggIter],0, 1,targetBufferDerivedDataType,write_buf_window);
buf              1114 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c             io_thread_args.buf = write_buf0;
buf              1119 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c             io_thread_args.buf = write_buf1;
buf              1225 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c     const void *buf,
buf              1237 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c     if (buf == NULL) {
buf              1464 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c      if ((contig_access_count > 0) && (buf != NULL) && lenListOverZero) {
buf              1718 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c               nonContigSourceDataBufferAdvance(((char*)buf), flatBuf, (int)amountToAdvanceSBOffsetForFD, 0, &currentFDSourceBufferState[numSourceAggs], NULL);
buf              1834 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c     if ((contig_access_count > 0) && (buf != NULL) && lenListOverZero)
buf              1889 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c             io_thread_args.buf = read_buf0;
buf              1894 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c             io_thread_args.buf = read_buf1;
buf              2052 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c               MPI_Get(((char*)buf) + currentFDSourceBufferState[aggIter].sourceBufferOffset,bufferAmountToRecv, MPI_BYTE,sourceAggsForMyData[aggIter],sourceDisplacementToUseThisRound, bufferAmountToRecv,MPI_BYTE,read_buf_window);
buf              2063 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c               nonContigSourceDataBufferAdvance(((char*)buf), flatBuf, bufferAmountToRecv, 0, &currentFDSourceBufferState[aggIter], getSourceData);
buf              2107 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c           MPI_Get(((char*)buf),1, recvBufferDerivedDataType,sourceAggsForMyData[aggIter],0, 1,sourceBufferDerivedDataType,read_buf_window);
buf              2115 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c           nonContigSourceDataBufferAdvance(((char*)buf), flatBuf, derivedTypePackedSourceBufferOffset, 0, &currentFDSourceBufferState[aggIter], derivedTypePackedSourceBuffer);
buf                16 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c 	const void *buf,
buf               312 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c 		MPI_Isend(&((char*)buf)[sendBufferOffsetsThisRound[irecv]],
buf               322 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c 		MPI_Isend(&((char*)buf)[sendBufferOffsetsThisRound[i]],bufferAmountsToSendThisRound[i],MPI_BYTE,
buf               414 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c 		    io_thread_args.buf = write_buf0;
buf               419 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c 		    io_thread_args.buf = write_buf1;
buf               487 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c 	const void *buf,
buf               713 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c 			io_thread_args.buf = read_buf0;
buf               718 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c 			io_thread_args.buf = read_buf1;
buf               842 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c 	    MPI_Irecv(&((char*)buf)[recvBufferOffsetsThisRound[i]],
buf               115 ompi/mca/io/romio321/romio/adio/common/utils.c ssize_t pread(int fd, void *buf, size_t count, off_t offset);
buf               116 ompi/mca/io/romio321/romio/adio/common/utils.c ssize_t pwrite(int fd, const void *buf, size_t count, off_t offset);
buf               118 ompi/mca/io/romio321/romio/adio/common/utils.c ssize_t pread(int fd, void *buf, size_t count, off_t offset) {
buf               127 ompi/mca/io/romio321/romio/adio/common/utils.c     read_ret = read(fd, buf, count);
buf               137 ompi/mca/io/romio321/romio/adio/common/utils.c ssize_t pwrite(int fd, const void *buf, size_t count, off_t offset) {
buf               146 ompi/mca/io/romio321/romio/adio/common/utils.c     write_ret = write(fd, buf, count);
buf               175 ompi/mca/io/romio321/romio/adio/include/adio.h ssize_t readlink(const char *path, char *buf, size_t bufsiz);
buf               178 ompi/mca/io/romio321/romio/adio/include/adio.h int lstat(const char *file_name, struct stat *buf);
buf               359 ompi/mca/io/romio321/romio/adio/include/adio.h void ADIO_ReadContig(ADIO_File fd, void *buf, int count, MPI_Datatype datatype,
buf               362 ompi/mca/io/romio321/romio/adio/include/adio.h void ADIO_WriteContig(ADIO_File fd, void *buf, int count, 
buf               366 ompi/mca/io/romio321/romio/adio/include/adio.h void ADIO_IwriteContig(ADIO_File fd, void *buf, int count, 
buf               370 ompi/mca/io/romio321/romio/adio/include/adio.h void ADIO_IreadContig(ADIO_File fd, void *buf, int count, 
buf               388 ompi/mca/io/romio321/romio/adio/include/adio.h void ADIO_ReadStrided(ADIO_File fd, void *buf, int count,
buf               392 ompi/mca/io/romio321/romio/adio/include/adio.h void ADIO_WriteStrided(ADIO_File fd, const void *buf, int count,
buf               396 ompi/mca/io/romio321/romio/adio/include/adio.h void ADIO_ReadStridedColl(ADIO_File fd, void *buf, int count,
buf               400 ompi/mca/io/romio321/romio/adio/include/adio.h void ADIO_WriteStridedColl(ADIO_File fd, void *buf, int count,
buf               404 ompi/mca/io/romio321/romio/adio/include/adio.h void ADIO_IreadStrided(ADIO_File fd, void *buf, int count,
buf               408 ompi/mca/io/romio321/romio/adio/include/adio.h void ADIO_IwriteStrided(ADIO_File fd, void *buf, int count,
buf               412 ompi/mca/io/romio321/romio/adio/include/adio.h void ADIO_IreadStridedColl(ADIO_File fd, void *buf, int count,
buf               416 ompi/mca/io/romio321/romio/adio/include/adio.h void ADIO_IwriteStridedColl(ADIO_File fd, void *buf, int count,
buf               160 ompi/mca/io/romio321/romio/adio/include/adioi.h     void (*ADIOI_xxx_ReadContig) (ADIO_File fd, void *buf, int count,
buf               163 ompi/mca/io/romio321/romio/adio/include/adioi.h     void (*ADIOI_xxx_WriteContig) (ADIO_File fd, const void *buf, int count,
buf               166 ompi/mca/io/romio321/romio/adio/include/adioi.h     void (*ADIOI_xxx_ReadStridedColl) (ADIO_File fd, void *buf, int count,
buf               169 ompi/mca/io/romio321/romio/adio/include/adioi.h     void (*ADIOI_xxx_WriteStridedColl) (ADIO_File fd, const void *buf, int count,
buf               178 ompi/mca/io/romio321/romio/adio/include/adioi.h     void (*ADIOI_xxx_ReadStrided) (ADIO_File fd, void *buf, int count,
buf               181 ompi/mca/io/romio321/romio/adio/include/adioi.h     void (*ADIOI_xxx_WriteStrided) (ADIO_File fd, const void *buf, int count,
buf               185 ompi/mca/io/romio321/romio/adio/include/adioi.h     void (*ADIOI_xxx_IreadContig) (ADIO_File fd, void *buf, int count, 
buf               188 ompi/mca/io/romio321/romio/adio/include/adioi.h     void (*ADIOI_xxx_IwriteContig) (ADIO_File fd, const void *buf, int count,
buf               199 ompi/mca/io/romio321/romio/adio/include/adioi.h     void (*ADIOI_xxx_IreadStrided) (ADIO_File fd, void *buf, int count,
buf               202 ompi/mca/io/romio321/romio/adio/include/adioi.h     void (*ADIOI_xxx_IwriteStrided) (ADIO_File fd, const void *buf, int count,
buf               210 ompi/mca/io/romio321/romio/adio/include/adioi.h     void (*ADIOI_xxx_IreadStridedColl) (ADIO_File fd, void *buf, int count,
buf               213 ompi/mca/io/romio321/romio/adio/include/adioi.h     void (*ADIOI_xxx_IwriteStridedColl) (ADIO_File fd, const void *buf,
buf               251 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_ReadContig(fd,buf,count,datatype,file_ptr_type,offset,status,error_code) \
buf               252 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_ReadContig))(fd,buf,count,datatype,file_ptr_type,offset,status,error_code)
buf               254 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_WriteContig(fd,buf,count,datatype,file_ptr_type,offset,status,error_code) \
buf               255 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_WriteContig))(fd,buf,count,datatype,file_ptr_type,offset,status,error_code)
buf               263 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_IreadContig(fd,buf,count,datatype,file_ptr_type,offset,request,error_code) \
buf               264 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_IreadContig))(fd,buf,count,datatype,file_ptr_type,offset,request,error_code)
buf               266 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_IwriteContig(fd,buf,count,datatype,file_ptr_type,offset,request,error_code) \
buf               267 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_IwriteContig))(fd,buf,count,datatype,file_ptr_type,offset,request,error_code)
buf               288 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_ReadStrided(fd,buf,count,datatype,file_ptr_type,offset,status,error_code) \
buf               289 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_ReadStrided))(fd,buf,count,datatype,file_ptr_type,offset,status,error_code)
buf               291 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_WriteStrided(fd,buf,count,datatype,file_ptr_type,offset,status,error_code) \
buf               292 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_WriteStrided))(fd,buf,count,datatype,file_ptr_type,offset,status,error_code)
buf               294 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_ReadStridedColl(fd,buf,count,datatype,file_ptr_type,offset,status,error_code) \
buf               295 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_ReadStridedColl))(fd,buf,count,datatype,file_ptr_type,offset,status,error_code)
buf               297 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_WriteStridedColl(fd,buf,count,datatype,file_ptr_type,offset,status,error_code) \
buf               298 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_WriteStridedColl))(fd,buf,count,datatype,file_ptr_type,offset,status,error_code)
buf               300 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_IreadStrided(fd,buf,count,datatype,file_ptr_type,offset,request,error_code) \
buf               301 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_IreadStrided))(fd,buf,count,datatype,file_ptr_type,offset,request,error_code)
buf               303 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_IwriteStrided(fd,buf,count,datatype,file_ptr_type,offset,request,error_code) \
buf               304 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_IwriteStrided))(fd,buf,count,datatype,file_ptr_type,offset,request,error_code)
buf               306 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_IreadStridedColl(fd,buf,count,datatype,file_ptr_type,offset,request,error_code) \
buf               307 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_IreadStridedColl))(fd,buf,count,datatype,file_ptr_type,offset,request,error_code)
buf               309 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_IwriteStridedColl(fd,buf,count,datatype,file_ptr_type,offset,request,error_code) \
buf               310 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_IwriteStridedColl))(fd,buf,count,datatype,file_ptr_type,offset,request,error_code)
buf               388 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_GEN_ReadContig(ADIO_File fd, void *buf, int count, 
buf               392 ompi/mca/io/romio321/romio/adio/include/adioi.h int ADIOI_GEN_aio(ADIO_File fd, void *buf, int len, ADIO_Offset offset,
buf               394 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_GEN_IreadContig(ADIO_File fd, void *buf, int count, 
buf               398 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_GEN_WriteContig(ADIO_File fd, const void *buf, int count,
buf               402 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_GEN_IwriteContig(ADIO_File fd, const void *buf, int count,
buf               406 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_GEN_ReadStrided(ADIO_File fd, void *buf, int count,
buf               410 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_GEN_IreadStrided(ADIO_File fd, void *buf, int count,
buf               414 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_GEN_IwriteStrided(ADIO_File fd, const void *buf, int count,
buf               429 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_GEN_ReadStrided_naive(ADIO_File fd, void *buf, int count,
buf               433 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_GEN_WriteStrided(ADIO_File fd, const void *buf, int count,
buf               437 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_GEN_WriteStrided_naive(ADIO_File fd, const void *buf, int count,
buf               441 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_NOLOCK_WriteStrided(ADIO_File fd, const void *buf, int count,
buf               445 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_GEN_ReadStridedColl(ADIO_File fd, void *buf, int count,
buf               450 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_GEN_IreadStridedColl(ADIO_File fd, void *buf, int count,
buf               457 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_GEN_WriteStridedColl(ADIO_File fd, const void *buf, int count,
buf               462 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_GEN_IwriteStridedColl(ADIO_File fd, const void *buf, int count,
buf               650 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_IOFiletype(ADIO_File fd, void *buf, int count,
buf               655 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_IOStridedColl(ADIO_File fd, void *buf, int count, int rdwr,
buf               699 ompi/mca/io/romio321/romio/adio/include/adioi.h 	                             const void *buf,
buf               707 ompi/mca/io/romio321/romio/adio/include/adioi.h 	                             const void *buf,
buf               719 ompi/mca/io/romio321/romio/adio/include/adioi.h         const void *buf,
buf               732 ompi/mca/io/romio321/romio/adio/include/adioi.h         const void *buf,
buf               763 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_FAKE_IreadContig(ADIO_File fd, void *buf, int count, 
buf               767 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_FAKE_IreadStrided(ADIO_File fd, void *buf, int count, 
buf               771 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_FAKE_IwriteContig(ADIO_File fd, const void *buf, int count,
buf               775 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_FAKE_IwriteStrided(ADIO_File fd, const void *buf, int count,
buf               787 ompi/mca/io/romio321/romio/adio/include/adioi.h 		    void *buf,
buf               795 ompi/mca/io/romio321/romio/adio/include/adioi.h 		     const void *buf,
buf               803 ompi/mca/io/romio321/romio/adio/include/adioi.h 			void *buf,
buf               811 ompi/mca/io/romio321/romio/adio/include/adioi.h 			 const void *buf,
buf               819 ompi/mca/io/romio321/romio/adio/include/adioi.h 			      void *buf,
buf               826 ompi/mca/io/romio321/romio/adio/include/adioi.h 			       const void *buf,
buf               831 ompi/mca/io/romio321/romio/adio/include/adioi.h 			    void *buf,
buf               835 ompi/mca/io/romio321/romio/adio/include/adioi.h 			     const void *buf,
buf               841 ompi/mca/io/romio321/romio/adio/include/adioi.h 		      const void *buf,
buf               849 ompi/mca/io/romio321/romio/adio/include/adioi.h 		     void *buf,
buf               857 ompi/mca/io/romio321/romio/adio/include/adioi.h             const void *buf,
buf               865 ompi/mca/io/romio321/romio/adio/include/adioi.h             void *buf,
buf              1078 ompi/mca/io/romio321/romio/adio/include/adioi.h     char *buf;
buf              1099 ompi/mca/io/romio321/romio/adio/include/adioi.h ssize_t pread(int fd, void *buf, size_t count, off_t offset);
buf              1100 ompi/mca/io/romio321/romio/adio/include/adioi.h ssize_t pwrite(int fd, const void *buf, size_t count, off_t offset);
buf                20 ompi/mca/io/romio321/romio/adio/include/mpiu_external32.h int MPIU_external32_buffer_setup(const void * buf, int count, MPI_Datatype type, void **newbuf);
buf                94 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_atf.c void mpi_file_iread_at_(MPI_Fint *fh,MPI_Offset *offset,void *buf,
buf                98 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_atf.c void mpi_file_iread_at_(MPI_Fint *fh,MPI_Offset *offset,void *buf,
buf               109 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_atf.c     *ierr = MPI_File_iread_at(fh_c,*offset,buf,*count,datatype_c,&req_c);
buf               115 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_atf.c FORTRAN_API void FORT_CALL mpi_file_iread_at_(MPI_Fint *fh,MPI_Offset *offset,void *buf,
buf               119 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_atf.c FORTRAN_API void FORT_CALL mpi_file_iread_at_(MPI_Fint *fh,MPI_Offset *offset,void *buf,
buf               127 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_atf.c     *ierr = MPI_File_iread_at(fh_c,*offset,buf,*count,*datatype,&req_c);
buf                94 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_shf.c void mpi_file_iread_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf                97 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_shf.c void mpi_file_iread_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               106 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_shf.c     *ierr = MPI_File_iread_shared(fh_c,buf,*count,datatype_c,&req_c);
buf               111 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_shf.c FORTRAN_API void FORT_CALL mpi_file_iread_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               114 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_shf.c FORTRAN_API void FORT_CALL mpi_file_iread_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               121 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_shf.c     *ierr = MPI_File_iread_shared(fh_c,buf,*count,*datatype,&req_c);
buf                94 ompi/mca/io/romio321/romio/mpi-io/fortran/ireadf.c void mpi_file_iread_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf                97 ompi/mca/io/romio321/romio/mpi-io/fortran/ireadf.c void mpi_file_iread_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               106 ompi/mca/io/romio321/romio/mpi-io/fortran/ireadf.c     *ierr = MPI_File_iread(fh_c,buf,*count,datatype_c,&req_c);
buf               111 ompi/mca/io/romio321/romio/mpi-io/fortran/ireadf.c FORTRAN_API void FORT_CALL mpi_file_iread_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               114 ompi/mca/io/romio321/romio/mpi-io/fortran/ireadf.c FORTRAN_API void FORT_CALL mpi_file_iread_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               121 ompi/mca/io/romio321/romio/mpi-io/fortran/ireadf.c     *ierr = MPI_File_iread(fh_c,buf,*count,*datatype,&req_c);
buf                94 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_atf.c void mpi_file_iwrite_at_(MPI_Fint *fh,MPI_Offset *offset,void *buf,
buf                98 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_atf.c void mpi_file_iwrite_at_(MPI_Fint *fh,MPI_Offset *offset,void *buf,
buf               109 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_atf.c     *ierr = MPI_File_iwrite_at(fh_c,*offset,buf,*count,datatype_c,&req_c);
buf               114 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_atf.c FORTRAN_API void FORT_CALL mpi_file_iwrite_at_(MPI_Fint *fh,MPI_Offset *offset,void *buf,
buf               118 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_atf.c FORTRAN_API void FORT_CALL mpi_file_iwrite_at_(MPI_Fint *fh,MPI_Offset *offset,void *buf,
buf               126 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_atf.c     *ierr = MPI_File_iwrite_at(fh_c,*offset,buf,*count,*datatype,&req_c);
buf                94 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_shf.c void mpi_file_iwrite_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf                96 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_shf.c void mpi_file_iwrite_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               106 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_shf.c     *ierr = MPI_File_iwrite_shared(fh_c,buf,*count,datatype_c,&req_c);
buf               111 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_shf.c FORTRAN_API void FORT_CALL mpi_file_iwrite_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               114 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_shf.c FORTRAN_API void FORT_CALL mpi_file_iwrite_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               121 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_shf.c     *ierr = MPI_File_iwrite_shared(fh_c,buf,*count,*datatype,&req_c);
buf                94 ompi/mca/io/romio321/romio/mpi-io/fortran/iwritef.c void mpi_file_iwrite_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf                97 ompi/mca/io/romio321/romio/mpi-io/fortran/iwritef.c void mpi_file_iwrite_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               107 ompi/mca/io/romio321/romio/mpi-io/fortran/iwritef.c     *ierr = MPI_File_iwrite(fh_c,buf,*count,datatype_c,&req_c);
buf               112 ompi/mca/io/romio321/romio/mpi-io/fortran/iwritef.c FORTRAN_API void FORT_CALL mpi_file_iwrite_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               115 ompi/mca/io/romio321/romio/mpi-io/fortran/iwritef.c FORTRAN_API void FORT_CALL mpi_file_iwrite_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               122 ompi/mca/io/romio321/romio/mpi-io/fortran/iwritef.c     *ierr = MPI_File_iwrite(fh_c,buf,*count,*datatype,&req_c);
buf                94 ompi/mca/io/romio321/romio/mpi-io/fortran/rd_atallbf.c void mpi_file_read_at_all_begin_(MPI_Fint *fh,MPI_Offset *offset,void *buf,
buf                97 ompi/mca/io/romio321/romio/mpi-io/fortran/rd_atallbf.c void mpi_file_read_at_all_begin_(MPI_Fint *fh,MPI_Offset *offset,void *buf,
buf               106 ompi/mca/io/romio321/romio/mpi-io/fortran/rd_atallbf.c     *ierr = MPI_File_read_at_all_begin(fh_c,*offset,buf,*count,datatype_c);
buf               110 ompi/mca/io/romio321/romio/mpi-io/fortran/rd_atallbf.c FORTRAN_API void FORT_CALL mpi_file_read_at_all_begin_(MPI_Fint *fh,MPI_Offset *offset,void *buf,
buf               113 ompi/mca/io/romio321/romio/mpi-io/fortran/rd_atallbf.c FORTRAN_API void FORT_CALL mpi_file_read_at_all_begin_(MPI_Fint *fh,MPI_Offset *offset,void *buf,
buf               119 ompi/mca/io/romio321/romio/mpi-io/fortran/rd_atallbf.c     *ierr = MPI_File_read_at_all_begin(fh_c,*offset,buf,*count,(MPI_Datatype) *datatype);
buf                93 ompi/mca/io/romio321/romio/mpi-io/fortran/rd_atallef.c FORTRAN_API void FORT_CALL mpi_file_read_at_all_end_(MPI_Fint *fh,void *buf,MPI_Status *status, MPI_Fint *ierr );
buf                95 ompi/mca/io/romio321/romio/mpi-io/fortran/rd_atallef.c FORTRAN_API void FORT_CALL mpi_file_read_at_all_end_(MPI_Fint *fh,void *buf,MPI_Status *status, MPI_Fint *ierr )
buf               100 ompi/mca/io/romio321/romio/mpi-io/fortran/rd_atallef.c     *ierr = MPI_File_read_at_all_end(fh_c,buf,status);
buf                94 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allbf.c void mpi_file_read_all_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf                97 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allbf.c void mpi_file_read_all_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               106 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allbf.c     *ierr = MPI_File_read_all_begin(fh_c,buf,*count,datatype_c);
buf               110 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allbf.c FORTRAN_API void FORT_CALL mpi_file_read_all_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               113 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allbf.c FORTRAN_API void FORT_CALL mpi_file_read_all_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               118 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allbf.c     *ierr = MPI_File_read_all_begin(fh_c,buf,*count,(MPI_Datatype) *datatype);
buf                93 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allef.c FORTRAN_API void FORT_CALL mpi_file_read_all_end_(MPI_Fint *fh,void *buf,MPI_Status *status, 
buf                96 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allef.c FORTRAN_API void FORT_CALL mpi_file_read_all_end_(MPI_Fint *fh,void *buf,MPI_Status *status, MPI_Fint *ierr )
buf               102 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allef.c     *ierr = MPI_File_read_all_end(fh_c,buf,status);
buf                94 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allf.c void mpi_file_read_all_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf                97 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allf.c void mpi_file_read_all_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               106 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allf.c     *ierr = MPI_File_read_all(fh_c,buf,*count,datatype_c,status);
buf               110 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allf.c FORTRAN_API void FORT_CALL mpi_file_read_all_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               113 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allf.c FORTRAN_API void FORT_CALL mpi_file_read_all_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               118 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allf.c     *ierr = MPI_File_read_all(fh_c,buf,*count,(MPI_Datatype)*datatype,status);
buf                94 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atallf.c void mpi_file_read_at_all_(MPI_Fint *fh,MPI_Offset *offset,void *buf,
buf                98 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atallf.c void mpi_file_read_at_all_(MPI_Fint *fh,MPI_Offset *offset,void *buf,
buf               108 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atallf.c     *ierr = MPI_File_read_at_all(fh_c,*offset,buf,*count,datatype_c,status);
buf               112 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atallf.c FORTRAN_API void FORT_CALL mpi_file_read_at_all_(MPI_Fint *fh,MPI_Offset *offset,void *buf,
buf               116 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atallf.c FORTRAN_API void FORT_CALL mpi_file_read_at_all_(MPI_Fint *fh,MPI_Offset *offset,void *buf,
buf               123 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atallf.c     *ierr = MPI_File_read_at_all(fh_c,*offset,buf,*count,(MPI_Datatype)*datatype,status);
buf                94 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atf.c void mpi_file_read_at_(MPI_Fint *fh,MPI_Offset *offset,void *buf,
buf                97 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atf.c void mpi_file_read_at_(MPI_Fint *fh,MPI_Offset *offset,void *buf,
buf               106 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atf.c     *ierr = MPI_File_read_at(fh_c,*offset,buf,*count,datatype_c,status);
buf               110 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atf.c FORTRAN_API void FORT_CALL mpi_file_read_at_(MPI_Fint *fh,MPI_Offset *offset,void *buf,
buf               113 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atf.c FORTRAN_API void FORT_CALL mpi_file_read_at_(MPI_Fint *fh,MPI_Offset *offset,void *buf,
buf               119 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atf.c     *ierr = MPI_File_read_at(fh_c,*offset,buf,*count,(MPI_Datatype)*datatype,status);
buf                94 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordbf.c void mpi_file_read_ordered_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf                97 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordbf.c void mpi_file_read_ordered_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               106 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordbf.c     *ierr = MPI_File_read_ordered_begin(fh_c,buf,*count,datatype_c);
buf               110 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordbf.c FORTRAN_API void FORT_CALL mpi_file_read_ordered_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               113 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordbf.c FORTRAN_API void FORT_CALL mpi_file_read_ordered_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               118 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordbf.c     *ierr = MPI_File_read_ordered_begin(fh_c,buf,*count,(MPI_Datatype)*datatype);
buf                93 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordef.c FORTRAN_API void FORT_CALL mpi_file_read_ordered_end_(MPI_Fint *fh,void *buf,MPI_Status *status, 
buf                96 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordef.c FORTRAN_API void FORT_CALL mpi_file_read_ordered_end_(MPI_Fint *fh,void *buf,MPI_Status *status, MPI_Fint *ierr )
buf               102 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordef.c     *ierr = MPI_File_read_ordered_end(fh_c,buf,status);
buf                94 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordf.c void mpi_file_read_ordered_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf                97 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordf.c void mpi_file_read_ordered_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               106 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordf.c     *ierr = MPI_File_read_ordered(fh_c,buf,*count,datatype_c,status);
buf               110 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordf.c FORTRAN_API void FORT_CALL mpi_file_read_ordered_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               113 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordf.c FORTRAN_API void FORT_CALL mpi_file_read_ordered_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               118 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordf.c     *ierr = MPI_File_read_ordered(fh_c,buf,*count,(MPI_Datatype)*datatype,status);
buf                94 ompi/mca/io/romio321/romio/mpi-io/fortran/read_shf.c void mpi_file_read_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf                96 ompi/mca/io/romio321/romio/mpi-io/fortran/read_shf.c void mpi_file_read_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               105 ompi/mca/io/romio321/romio/mpi-io/fortran/read_shf.c     *ierr = MPI_File_read_shared(fh_c,buf,*count,datatype_c,status);
buf               109 ompi/mca/io/romio321/romio/mpi-io/fortran/read_shf.c FORTRAN_API void FORT_CALL mpi_file_read_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               111 ompi/mca/io/romio321/romio/mpi-io/fortran/read_shf.c FORTRAN_API void FORT_CALL mpi_file_read_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               117 ompi/mca/io/romio321/romio/mpi-io/fortran/read_shf.c     *ierr = MPI_File_read_shared(fh_c,buf,*count,(MPI_Datatype)*datatype,status);
buf                94 ompi/mca/io/romio321/romio/mpi-io/fortran/readf.c void mpi_file_read_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf                97 ompi/mca/io/romio321/romio/mpi-io/fortran/readf.c void mpi_file_read_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               106 ompi/mca/io/romio321/romio/mpi-io/fortran/readf.c     *ierr = MPI_File_read(fh_c,buf,*count,datatype_c,status);
buf               110 ompi/mca/io/romio321/romio/mpi-io/fortran/readf.c FORTRAN_API void FORT_CALL mpi_file_read_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               113 ompi/mca/io/romio321/romio/mpi-io/fortran/readf.c FORTRAN_API void FORT_CALL mpi_file_read_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               119 ompi/mca/io/romio321/romio/mpi-io/fortran/readf.c     *ierr = MPI_File_read(fh_c,buf,*count,(MPI_Datatype)*datatype,status);
buf                95 ompi/mca/io/romio321/romio/mpi-io/fortran/wr_atallbf.c void mpi_file_write_at_all_begin_(MPI_Fint *fh,MPI_Offset *offset,void *buf,
buf                98 ompi/mca/io/romio321/romio/mpi-io/fortran/wr_atallbf.c void mpi_file_write_at_all_begin_(MPI_Fint *fh,MPI_Offset *offset,void *buf,
buf               107 ompi/mca/io/romio321/romio/mpi-io/fortran/wr_atallbf.c     *ierr = MPI_File_write_at_all_begin(fh_c,*offset,buf,*count,datatype_c);
buf               111 ompi/mca/io/romio321/romio/mpi-io/fortran/wr_atallbf.c FORTRAN_API void FORT_CALL mpi_file_write_at_all_begin_(MPI_Fint *fh,MPI_Offset *offset,void *buf,
buf               114 ompi/mca/io/romio321/romio/mpi-io/fortran/wr_atallbf.c FORTRAN_API void FORT_CALL mpi_file_write_at_all_begin_(MPI_Fint *fh,MPI_Offset *offset,void *buf,
buf               120 ompi/mca/io/romio321/romio/mpi-io/fortran/wr_atallbf.c     *ierr = MPI_File_write_at_all_begin(fh_c,*offset,buf,*count,(MPI_Datatype)*datatype);
buf                93 ompi/mca/io/romio321/romio/mpi-io/fortran/wr_atallef.c FORTRAN_API void FORT_CALL mpi_file_write_at_all_end_(MPI_Fint *fh,void *buf,MPI_Status *status, 
buf                96 ompi/mca/io/romio321/romio/mpi-io/fortran/wr_atallef.c FORTRAN_API void FORT_CALL mpi_file_write_at_all_end_(MPI_Fint *fh,void *buf,MPI_Status *status, MPI_Fint *ierr )
buf               102 ompi/mca/io/romio321/romio/mpi-io/fortran/wr_atallef.c     *ierr = MPI_File_write_at_all_end(fh_c,buf,status);
buf                94 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allbf.c void mpi_file_write_all_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf                96 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allbf.c void mpi_file_write_all_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               104 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allbf.c     *ierr = MPI_File_write_all_begin(fh_c,buf,*count,datatype_c);
buf               108 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allbf.c FORTRAN_API void FORT_CALL mpi_file_write_all_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               110 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allbf.c FORTRAN_API void FORT_CALL mpi_file_write_all_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               115 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allbf.c     *ierr = MPI_File_write_all_begin(fh_c,buf,*count,(MPI_Datatype)*datatype);
buf                93 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allef.c FORTRAN_API void FORT_CALL mpi_file_write_all_end_(MPI_Fint *fh,void *buf,MPI_Status *status, MPI_Fint *ierr ); 
buf                95 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allef.c FORTRAN_API void FORT_CALL mpi_file_write_all_end_(MPI_Fint *fh,void *buf,MPI_Status *status, MPI_Fint *ierr ){
buf               100 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allef.c     *ierr = MPI_File_write_all_end(fh_c,buf,status);
buf                94 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allf.c void mpi_file_write_all_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf                97 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allf.c void mpi_file_write_all_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               105 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allf.c     *ierr = MPI_File_write_all(fh_c,buf,*count,datatype_c,status);
buf               109 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allf.c FORTRAN_API void FORT_CALL mpi_file_write_all_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               112 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allf.c FORTRAN_API void FORT_CALL mpi_file_write_all_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               117 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allf.c     *ierr = MPI_File_write_all(fh_c,buf,*count,*datatype,status);
buf                94 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atallf.c void mpi_file_write_at_all_(MPI_Fint *fh,MPI_Offset *offset,void *buf,
buf                98 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atallf.c void mpi_file_write_at_all_(MPI_Fint *fh,MPI_Offset *offset,void *buf,
buf               108 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atallf.c     *ierr = MPI_File_write_at_all(fh_c,*offset,buf,*count,datatype_c,status);
buf               112 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atallf.c FORTRAN_API void FORT_CALL mpi_file_write_at_all_(MPI_Fint *fh,MPI_Offset *offset,void *buf,
buf               116 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atallf.c FORTRAN_API void FORT_CALL mpi_file_write_at_all_(MPI_Fint *fh,MPI_Offset *offset,void *buf,
buf               123 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atallf.c     *ierr = MPI_File_write_at_all(fh_c,*offset,buf,*count,*datatype,status);
buf                94 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atf.c void mpi_file_write_at_(MPI_Fint *fh,MPI_Offset *offset,void *buf,
buf                98 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atf.c void mpi_file_write_at_(MPI_Fint *fh,MPI_Offset *offset,void *buf,
buf               108 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atf.c     *ierr = MPI_File_write_at(fh_c,*offset,buf,*count,datatype_c,status);
buf               112 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atf.c FORTRAN_API void FORT_CALL mpi_file_write_at_(MPI_Fint *fh,MPI_Offset *offset,void *buf,
buf               116 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atf.c FORTRAN_API void FORT_CALL mpi_file_write_at_(MPI_Fint *fh,MPI_Offset *offset,void *buf,
buf               123 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atf.c     *ierr = MPI_File_write_at(fh_c,*offset,buf,*count,*datatype,status);
buf                94 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordbf.c void mpi_file_write_ordered_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf                97 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordbf.c void mpi_file_write_ordered_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               105 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordbf.c     *ierr = MPI_File_write_ordered_begin(fh_c,buf,*count,datatype_c);
buf               109 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordbf.c FORTRAN_API void FORT_CALL mpi_file_write_ordered_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               112 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordbf.c FORTRAN_API void FORT_CALL mpi_file_write_ordered_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               117 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordbf.c     *ierr = MPI_File_write_ordered_begin(fh_c,buf,*count,*datatype);
buf                93 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordef.c FORTRAN_API void FORT_CALL mpi_file_write_ordered_end_(MPI_Fint *fh,void *buf,MPI_Status *status, 
buf                96 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordef.c FORTRAN_API void FORT_CALL mpi_file_write_ordered_end_(MPI_Fint *fh,void *buf,MPI_Status *status, MPI_Fint *ierr ){
buf               101 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordef.c     *ierr = MPI_File_write_ordered_end(fh_c,buf,status);
buf                94 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordf.c void mpi_file_write_ordered_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf                97 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordf.c void mpi_file_write_ordered_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               105 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordf.c     *ierr = MPI_File_write_ordered(fh_c,buf,*count,datatype_c,status);
buf               109 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordf.c FORTRAN_API void FORT_CALL mpi_file_write_ordered_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               112 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordf.c FORTRAN_API void FORT_CALL mpi_file_write_ordered_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               117 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordf.c     *ierr = MPI_File_write_ordered(fh_c,buf,*count,*datatype,status);
buf                94 ompi/mca/io/romio321/romio/mpi-io/fortran/write_shf.c void mpi_file_write_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf                97 ompi/mca/io/romio321/romio/mpi-io/fortran/write_shf.c void mpi_file_write_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               106 ompi/mca/io/romio321/romio/mpi-io/fortran/write_shf.c     *ierr = MPI_File_write_shared(fh_c, buf,*count,datatype_c,status);
buf               110 ompi/mca/io/romio321/romio/mpi-io/fortran/write_shf.c FORTRAN_API void FORT_CALL mpi_file_write_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               113 ompi/mca/io/romio321/romio/mpi-io/fortran/write_shf.c FORTRAN_API void FORT_CALL mpi_file_write_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               119 ompi/mca/io/romio321/romio/mpi-io/fortran/write_shf.c     *ierr = MPI_File_write_shared(fh_c, buf,*count,*datatype,status);
buf                94 ompi/mca/io/romio321/romio/mpi-io/fortran/writef.c void mpi_file_write_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf                97 ompi/mca/io/romio321/romio/mpi-io/fortran/writef.c void mpi_file_write_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               106 ompi/mca/io/romio321/romio/mpi-io/fortran/writef.c     *ierr = MPI_File_write(fh_c, buf,*count,datatype_c,status);
buf               110 ompi/mca/io/romio321/romio/mpi-io/fortran/writef.c FORTRAN_API void FORT_CALL mpi_file_write_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               113 ompi/mca/io/romio321/romio/mpi-io/fortran/writef.c FORTRAN_API void FORT_CALL mpi_file_write_(MPI_Fint *fh,void *buf,MPI_Fint *count,
buf               119 ompi/mca/io/romio321/romio/mpi-io/fortran/writef.c     *ierr = MPI_File_write(fh_c, buf,*count,*datatype,status);
buf                25 ompi/mca/io/romio321/romio/mpi-io/glue/default/mpio_err.c     char *buf;
buf                27 ompi/mca/io/romio321/romio/mpi-io/glue/default/mpio_err.c     buf = (char *) ADIOI_Malloc(1024);
buf                28 ompi/mca/io/romio321/romio/mpi-io/glue/default/mpio_err.c     if (buf != NULL) {
buf                29 ompi/mca/io/romio321/romio/mpi-io/glue/default/mpio_err.c 	idx += ADIOI_Snprintf(buf, 1023, "%s (line %d): ", fcname, line);
buf                31 ompi/mca/io/romio321/romio/mpi-io/glue/default/mpio_err.c 	    ADIOI_Snprintf(&buf[idx], 1023 - idx, "%s\n", generic_msg);
buf                35 ompi/mca/io/romio321/romio/mpi-io/glue/default/mpio_err.c 	    vsnprintf(&buf[idx], 1023 - idx, specific_msg, Argp);
buf                38 ompi/mca/io/romio321/romio/mpi-io/glue/default/mpio_err.c 	FPRINTF(stderr, "%s", buf);
buf                39 ompi/mca/io/romio321/romio/mpi-io/glue/default/mpio_err.c 	ADIOI_Free(buf);
buf                25 ompi/mca/io/romio321/romio/mpi-io/glue/openmpi/mpio_err.c     char *buf;
buf                27 ompi/mca/io/romio321/romio/mpi-io/glue/openmpi/mpio_err.c     buf = (char *) ADIOI_Malloc(1024);
buf                28 ompi/mca/io/romio321/romio/mpi-io/glue/openmpi/mpio_err.c     if (buf != NULL) {
buf                29 ompi/mca/io/romio321/romio/mpi-io/glue/openmpi/mpio_err.c         idx += ADIOI_Snprintf(buf, 1023, "%s (line %d): ", fcname, line);
buf                31 ompi/mca/io/romio321/romio/mpi-io/glue/openmpi/mpio_err.c             ADIOI_Snprintf(&buf[idx], 1023 - idx, "%s\n", generic_msg);
buf                35 ompi/mca/io/romio321/romio/mpi-io/glue/openmpi/mpio_err.c             vsnprintf(&buf[idx], 1023 - idx, specific_msg, Argp);
buf                38 ompi/mca/io/romio321/romio/mpi-io/glue/openmpi/mpio_err.c         ADIOI_Free(buf);
buf                20 ompi/mca/io/romio321/romio/mpi-io/iread.c int MPI_File_iread(MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPIO_Request *request)
buf                47 ompi/mca/io/romio321/romio/mpi-io/iread.c int MPI_File_iread(MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Request *request)
buf                60 ompi/mca/io/romio321/romio/mpi-io/iread.c 				  buf, count, datatype, myname, request);
buf                76 ompi/mca/io/romio321/romio/mpi-io/iread.c int MPIOI_File_iread(MPI_File fh, MPI_Offset offset, int file_ptr_type, void *buf, int count,
buf               130 ompi/mca/io/romio321/romio/mpi-io/iread.c 	    ADIO_IreadContig(adio_fh, buf, count, datatype, file_ptr_type,
buf               140 ompi/mca/io/romio321/romio/mpi-io/iread.c             ADIO_ReadContig(adio_fh, buf, count, datatype, file_ptr_type,
buf               153 ompi/mca/io/romio321/romio/mpi-io/iread.c     else ADIO_IreadStrided(adio_fh, buf, count, datatype, file_ptr_type,
buf                19 ompi/mca/io/romio321/romio/mpi-io/iread_all.c int MPI_File_iread_all(MPI_File fh, void *buf, int count, MPI_Datatype datatype,
buf                47 ompi/mca/io/romio321/romio/mpi-io/iread_all.c int MPI_File_iread_all(MPI_File fh, void *buf, int count,
buf                59 ompi/mca/io/romio321/romio/mpi-io/iread_all.c                      ADIO_INDIVIDUAL, buf,
buf                81 ompi/mca/io/romio321/romio/mpi-io/iread_all.c             void *buf,
buf               119 ompi/mca/io/romio321/romio/mpi-io/iread_all.c     xbuf = buf;
buf               139 ompi/mca/io/romio321/romio/mpi-io/iread_all.c         error_code = MPIU_read_external32_conversion_fn(buf, datatype,
buf                20 ompi/mca/io/romio321/romio/mpi-io/iread_at.c int MPI_File_iread_at(MPI_File fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype,
buf                48 ompi/mca/io/romio321/romio/mpi-io/iread_at.c int MPI_File_iread_at(MPI_File fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype, 
buf                62 ompi/mca/io/romio321/romio/mpi-io/iread_at.c     error_code = MPIOI_File_iread(fh, offset, ADIO_EXPLICIT_OFFSET, buf,
buf                19 ompi/mca/io/romio321/romio/mpi-io/iread_atall.c int MPI_File_iread_at_all(MPI_File fh, MPI_Offset offset, void * buf, int count,
buf                48 ompi/mca/io/romio321/romio/mpi-io/iread_atall.c int MPI_File_iread_at_all(MPI_File fh, MPI_Offset offset, void *buf,
buf                61 ompi/mca/io/romio321/romio/mpi-io/iread_atall.c     error_code = MPIOI_File_iread_all(fh, offset, ADIO_EXPLICIT_OFFSET, buf,
buf                20 ompi/mca/io/romio321/romio/mpi-io/iread_sh.c int MPI_File_iread_shared(MPI_File fh, void *buf, int count, MPI_Datatype datatype,
buf                46 ompi/mca/io/romio321/romio/mpi-io/iread_sh.c int MPI_File_iread_shared(MPI_File fh, void *buf, int count,
buf                99 ompi/mca/io/romio321/romio/mpi-io/iread_sh.c 	    ADIO_IreadContig(adio_fh, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
buf               112 ompi/mca/io/romio321/romio/mpi-io/iread_sh.c             ADIO_ReadContig(adio_fh, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
buf               127 ompi/mca/io/romio321/romio/mpi-io/iread_sh.c 	ADIO_IreadStrided(adio_fh, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
buf                20 ompi/mca/io/romio321/romio/mpi-io/iwrite.c int MPI_File_iwrite(MPI_File fh, const void *buf, int count, MPI_Datatype datatype,
buf                47 ompi/mca/io/romio321/romio/mpi-io/iwrite.c int MPI_File_iwrite(MPI_File fh, ROMIO_CONST void *buf, int count,
buf                61 ompi/mca/io/romio321/romio/mpi-io/iwrite.c 				   buf, count, datatype, myname, request);
buf                80 ompi/mca/io/romio321/romio/mpi-io/iwrite.c 		      const void *buf,
buf               135 ompi/mca/io/romio321/romio/mpi-io/iwrite.c 	    ADIO_IwriteContig(adio_fh, buf, count, datatype, file_ptr_type,
buf               146 ompi/mca/io/romio321/romio/mpi-io/iwrite.c             ADIO_WriteContig(adio_fh, buf, count, datatype, file_ptr_type, off,
buf               161 ompi/mca/io/romio321/romio/mpi-io/iwrite.c 	ADIO_IwriteStrided(adio_fh, buf, count, datatype, file_ptr_type,
buf                19 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c int MPI_File_iwrite_all(MPI_File fh, const void *buf, int count, MPI_Datatype datatype,
buf                47 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c int MPI_File_iwrite_all(MPI_File fh, ROMIO_CONST void *buf, int count,
buf                59 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c                       ADIO_INDIVIDUAL, buf,
buf                75 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c             const void *buf,
buf               115 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c     xbuf = buf;
buf               117 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c         error_code = MPIU_external32_buffer_setup(buf, count, datatype, &e32buf);
buf                20 ompi/mca/io/romio321/romio/mpi-io/iwrite_at.c int MPI_File_iwrite_at(MPI_File fh, MPI_Offset offset, const void *buf, int count,
buf                49 ompi/mca/io/romio321/romio/mpi-io/iwrite_at.c int MPI_File_iwrite_at(MPI_File fh, MPI_Offset offset, ROMIO_CONST void *buf,
buf                67 ompi/mca/io/romio321/romio/mpi-io/iwrite_at.c     error_code = MPIOI_File_iwrite(adio_fh, offset, ADIO_EXPLICIT_OFFSET, buf,
buf                19 ompi/mca/io/romio321/romio/mpi-io/iwrite_atall.c int MPI_File_iwrite_at_all(MPI_File fh, MPI_Offset offset, const void *buf, int count,
buf                48 ompi/mca/io/romio321/romio/mpi-io/iwrite_atall.c int MPI_File_iwrite_at_all(MPI_File fh, MPI_Offset offset, ROMIO_CONST void *buf,
buf                61 ompi/mca/io/romio321/romio/mpi-io/iwrite_atall.c 				      buf, count, datatype, myname, request);
buf                20 ompi/mca/io/romio321/romio/mpi-io/iwrite_sh.c int MPI_File_iwrite_shared(MPI_File fh, const void *buf, int count, MPI_Datatype datatype,
buf                47 ompi/mca/io/romio321/romio/mpi-io/iwrite_sh.c int MPI_File_iwrite_shared(MPI_File fh, ROMIO_CONST void *buf, int count,
buf                94 ompi/mca/io/romio321/romio/mpi-io/iwrite_sh.c 	    ADIO_IwriteContig(adio_fh, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
buf               103 ompi/mca/io/romio321/romio/mpi-io/iwrite_sh.c             ADIO_WriteContig(adio_fh, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
buf               113 ompi/mca/io/romio321/romio/mpi-io/iwrite_sh.c 	ADIO_IwriteStrided(adio_fh, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
buf               148 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c int MPIU_external32_buffer_setup(const void * buf, int count, MPI_Datatype type, void **newbuf)
buf               161 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c     error_code = MPIU_write_external32_conversion_fn(buf, type, count, *newbuf);
buf                20 ompi/mca/io/romio321/romio/mpi-io/rd_atallb.c int MPI_File_read_at_all_begin(MPI_File fh, MPI_Offset offset, void *buf, int count,
buf                43 ompi/mca/io/romio321/romio/mpi-io/rd_atallb.c int MPI_File_read_at_all_begin(MPI_File fh, MPI_Offset offset, void *buf,
buf                51 ompi/mca/io/romio321/romio/mpi-io/rd_atallb.c 					   buf, count, datatype, myname);
buf                20 ompi/mca/io/romio321/romio/mpi-io/rd_atalle.c int MPI_File_read_at_all_end(MPI_File fh, void *buf, MPI_Status *status) __attribute__((weak,alias("PMPI_File_read_at_all_end")));
buf                41 ompi/mca/io/romio321/romio/mpi-io/rd_atalle.c int MPI_File_read_at_all_end(MPI_File fh, void *buf, MPI_Status *status)
buf                47 ompi/mca/io/romio321/romio/mpi-io/rd_atalle.c     error_code = MPIOI_File_read_all_end(fh, buf, myname, status);
buf                19 ompi/mca/io/romio321/romio/mpi-io/read.c int MPI_File_read(MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Status *status)
buf                44 ompi/mca/io/romio321/romio/mpi-io/read.c int MPI_File_read(MPI_File fh, void *buf, int count,
buf                55 ompi/mca/io/romio321/romio/mpi-io/read.c     error_code = MPIOI_File_read(fh, (MPI_Offset) 0, ADIO_INDIVIDUAL, buf,
buf                70 ompi/mca/io/romio321/romio/mpi-io/read.c 		    void *buf,
buf               127 ompi/mca/io/romio321/romio/mpi-io/read.c     xbuf = buf;
buf               177 ompi/mca/io/romio321/romio/mpi-io/read.c         error_code = MPIU_read_external32_conversion_fn(buf, datatype,
buf                19 ompi/mca/io/romio321/romio/mpi-io/read_all.c int MPI_File_read_all(MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Status *status)
buf                44 ompi/mca/io/romio321/romio/mpi-io/read_all.c int MPI_File_read_all(MPI_File fh, void *buf, int count,
buf                56 ompi/mca/io/romio321/romio/mpi-io/read_all.c 				     ADIO_INDIVIDUAL, buf,
buf                72 ompi/mca/io/romio321/romio/mpi-io/read_all.c 			void *buf,
buf               111 ompi/mca/io/romio321/romio/mpi-io/read_all.c     xbuf = buf;
buf               132 ompi/mca/io/romio321/romio/mpi-io/read_all.c         error_code = MPIU_read_external32_conversion_fn(buf, datatype,
buf                20 ompi/mca/io/romio321/romio/mpi-io/read_allb.c int MPI_File_read_all_begin(MPI_File fh, void *buf, int count, MPI_Datatype datatype)
buf                42 ompi/mca/io/romio321/romio/mpi-io/read_allb.c int MPI_File_read_all_begin(MPI_File fh, void *buf, int count,
buf                49 ompi/mca/io/romio321/romio/mpi-io/read_allb.c 					   ADIO_INDIVIDUAL, buf, count,
buf                60 ompi/mca/io/romio321/romio/mpi-io/read_allb.c 			      void *buf,
buf               108 ompi/mca/io/romio321/romio/mpi-io/read_allb.c     xbuf = buf;
buf               129 ompi/mca/io/romio321/romio/mpi-io/read_allb.c         error_code = MPIU_read_external32_conversion_fn(buf, datatype,
buf                20 ompi/mca/io/romio321/romio/mpi-io/read_alle.c int MPI_File_read_all_end(MPI_File fh, void *buf, MPI_Status *status) __attribute__((weak,alias("PMPI_File_read_all_end")));
buf                41 ompi/mca/io/romio321/romio/mpi-io/read_alle.c int MPI_File_read_all_end(MPI_File fh, void *buf, MPI_Status *status)
buf                46 ompi/mca/io/romio321/romio/mpi-io/read_alle.c     error_code = MPIOI_File_read_all_end(fh, buf, myname, status);
buf                54 ompi/mca/io/romio321/romio/mpi-io/read_alle.c 			    void *buf,
buf                61 ompi/mca/io/romio321/romio/mpi-io/read_alle.c     MPIU_UNREFERENCED_ARG(buf);
buf                19 ompi/mca/io/romio321/romio/mpi-io/read_at.c int MPI_File_read_at(MPI_File fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype,
buf                45 ompi/mca/io/romio321/romio/mpi-io/read_at.c int MPI_File_read_at(MPI_File fh, MPI_Offset offset, void *buf,
buf                58 ompi/mca/io/romio321/romio/mpi-io/read_at.c     error_code = MPIOI_File_read(fh, offset, ADIO_EXPLICIT_OFFSET, buf,
buf                20 ompi/mca/io/romio321/romio/mpi-io/read_atall.c int MPI_File_read_at_all(MPI_File fh, MPI_Offset offset, void * buf, int count,
buf                47 ompi/mca/io/romio321/romio/mpi-io/read_atall.c int MPI_File_read_at_all(MPI_File fh, MPI_Offset offset, void *buf,
buf                60 ompi/mca/io/romio321/romio/mpi-io/read_atall.c     error_code = MPIOI_File_read_all(fh, offset, ADIO_EXPLICIT_OFFSET, buf,
buf                20 ompi/mca/io/romio321/romio/mpi-io/read_ord.c int MPI_File_read_ordered(MPI_File fh, void *buf, int count, MPI_Datatype datatype,
buf                45 ompi/mca/io/romio321/romio/mpi-io/read_ord.c int MPI_File_read_ordered(MPI_File fh, void *buf, int count,
buf                98 ompi/mca/io/romio321/romio/mpi-io/read_ord.c     ADIO_ReadStridedColl(adio_fh, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
buf                20 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c int MPI_File_read_ordered_begin(MPI_File fh, void *buf, int count, MPI_Datatype datatype)
buf                42 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c int MPI_File_read_ordered_begin(MPI_File fh, void *buf, int count,
buf               106 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c     xbuf = buf;
buf               128 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c         error_code = MPIU_read_external32_conversion_fn(buf, datatype,
buf                20 ompi/mca/io/romio321/romio/mpi-io/read_orde.c int MPI_File_read_ordered_end(MPI_File fh, void *buf, MPI_Status *status) __attribute__((weak,alias("PMPI_File_read_ordered_end")));
buf                40 ompi/mca/io/romio321/romio/mpi-io/read_orde.c int MPI_File_read_ordered_end(MPI_File fh, void *buf, MPI_Status *status)
buf                46 ompi/mca/io/romio321/romio/mpi-io/read_orde.c     MPIU_UNREFERENCED_ARG(buf);
buf                20 ompi/mca/io/romio321/romio/mpi-io/read_sh.c int MPI_File_read_shared(MPI_File fh, void *buf, int count, MPI_Datatype datatype,
buf                45 ompi/mca/io/romio321/romio/mpi-io/read_sh.c int MPI_File_read_shared(MPI_File fh, void *buf, int count,
buf               102 ompi/mca/io/romio321/romio/mpi-io/read_sh.c     xbuf = buf;
buf               147 ompi/mca/io/romio321/romio/mpi-io/read_sh.c         error_code = MPIU_read_external32_conversion_fn(buf, datatype,
buf                20 ompi/mca/io/romio321/romio/mpi-io/wr_atallb.c int MPI_File_write_at_all_begin(MPI_File fh, MPI_Offset offset, const void *buf, int count,
buf                42 ompi/mca/io/romio321/romio/mpi-io/wr_atallb.c int MPI_File_write_at_all_begin(MPI_File fh, MPI_Offset offset, ROMIO_CONST void *buf,
buf                50 ompi/mca/io/romio321/romio/mpi-io/wr_atallb.c 					    buf, count, datatype, myname);
buf                20 ompi/mca/io/romio321/romio/mpi-io/wr_atalle.c int MPI_File_write_at_all_end(MPI_File fh, const void *buf, MPI_Status *status) __attribute__((weak,alias("PMPI_File_write_at_all_end")));
buf                40 ompi/mca/io/romio321/romio/mpi-io/wr_atalle.c int MPI_File_write_at_all_end(MPI_File fh, ROMIO_CONST void *buf, MPI_Status *status)
buf                45 ompi/mca/io/romio321/romio/mpi-io/wr_atalle.c     error_code = MPIOI_File_write_all_end(fh, buf, myname, status);
buf                19 ompi/mca/io/romio321/romio/mpi-io/write.c int MPI_File_write(MPI_File fh, const void *buf, int count, MPI_Datatype datatype,
buf                44 ompi/mca/io/romio321/romio/mpi-io/write.c int MPI_File_write(MPI_File fh, ROMIO_CONST void *buf, int count,
buf                55 ompi/mca/io/romio321/romio/mpi-io/write.c     error_code = MPIOI_File_write(fh, (MPI_Offset) 0, ADIO_INDIVIDUAL, buf,
buf                70 ompi/mca/io/romio321/romio/mpi-io/write.c 		     const void *buf,
buf               128 ompi/mca/io/romio321/romio/mpi-io/write.c     xbuf = buf;
buf               130 ompi/mca/io/romio321/romio/mpi-io/write.c 	error_code = MPIU_external32_buffer_setup(buf, count, datatype, &e32buf);
buf                20 ompi/mca/io/romio321/romio/mpi-io/write_all.c int MPI_File_write_all(MPI_File fh, const void *buf, int count, MPI_Datatype datatype,
buf                45 ompi/mca/io/romio321/romio/mpi-io/write_all.c int MPI_File_write_all(MPI_File fh, ROMIO_CONST void *buf, int count,
buf                57 ompi/mca/io/romio321/romio/mpi-io/write_all.c 				      ADIO_INDIVIDUAL, buf,
buf                72 ompi/mca/io/romio321/romio/mpi-io/write_all.c 			 const void *buf,
buf               112 ompi/mca/io/romio321/romio/mpi-io/write_all.c     xbuf = buf;
buf               114 ompi/mca/io/romio321/romio/mpi-io/write_all.c 	error_code = MPIU_external32_buffer_setup(buf, count, datatype, &e32buf);
buf                20 ompi/mca/io/romio321/romio/mpi-io/write_allb.c int MPI_File_write_all_begin(MPI_File fh, const void *buf, int count, MPI_Datatype datatype)
buf                41 ompi/mca/io/romio321/romio/mpi-io/write_allb.c int MPI_File_write_all_begin(MPI_File fh, ROMIO_CONST void *buf, int count,
buf                48 ompi/mca/io/romio321/romio/mpi-io/write_allb.c 					    ADIO_INDIVIDUAL, buf, count,
buf                59 ompi/mca/io/romio321/romio/mpi-io/write_allb.c 			       const void *buf,
buf               108 ompi/mca/io/romio321/romio/mpi-io/write_allb.c     xbuf = buf;
buf               110 ompi/mca/io/romio321/romio/mpi-io/write_allb.c 	error_code = MPIU_external32_buffer_setup(buf, count, datatype, &e32buf);
buf                20 ompi/mca/io/romio321/romio/mpi-io/write_alle.c int MPI_File_write_all_end(MPI_File fh, const void *buf, MPI_Status *status) __attribute__((weak,alias("PMPI_File_write_all_end")));
buf                40 ompi/mca/io/romio321/romio/mpi-io/write_alle.c int MPI_File_write_all_end(MPI_File fh, ROMIO_CONST void *buf, MPI_Status *status)
buf                45 ompi/mca/io/romio321/romio/mpi-io/write_alle.c     error_code = MPIOI_File_write_all_end(fh, buf, myname, status);
buf                53 ompi/mca/io/romio321/romio/mpi-io/write_alle.c 			     const void *buf,
buf                60 ompi/mca/io/romio321/romio/mpi-io/write_alle.c     MPIU_UNREFERENCED_ARG(buf);
buf                19 ompi/mca/io/romio321/romio/mpi-io/write_at.c int MPI_File_write_at(MPI_File fh, MPI_Offset offset, const void * buf, int count,
buf                46 ompi/mca/io/romio321/romio/mpi-io/write_at.c int MPI_File_write_at(MPI_File fh, MPI_Offset offset, ROMIO_CONST void *buf,
buf                58 ompi/mca/io/romio321/romio/mpi-io/write_at.c     error_code = MPIOI_File_write(fh, offset, ADIO_EXPLICIT_OFFSET, buf,
buf                20 ompi/mca/io/romio321/romio/mpi-io/write_atall.c int MPI_File_write_at_all(MPI_File fh, MPI_Offset offset, const void *buf, int count,
buf                47 ompi/mca/io/romio321/romio/mpi-io/write_atall.c int MPI_File_write_at_all(MPI_File fh, MPI_Offset offset, ROMIO_CONST void *buf,
buf                60 ompi/mca/io/romio321/romio/mpi-io/write_atall.c 				      buf, count, datatype, myname, status);
buf                21 ompi/mca/io/romio321/romio/mpi-io/write_ord.c int MPI_File_write_ordered(MPI_File fh, const void *buf, int count, MPI_Datatype datatype,
buf                46 ompi/mca/io/romio321/romio/mpi-io/write_ord.c int MPI_File_write_ordered(MPI_File fh, ROMIO_CONST void *buf, int count,
buf               104 ompi/mca/io/romio321/romio/mpi-io/write_ord.c     xbuf = buf;
buf               106 ompi/mca/io/romio321/romio/mpi-io/write_ord.c 	error_code = MPIU_external32_buffer_setup(buf, count, datatype, &e32buf);
buf                20 ompi/mca/io/romio321/romio/mpi-io/write_ordb.c int MPI_File_write_ordered_begin(MPI_File fh, const void *buf, int count, MPI_Datatype datatype)
buf                42 ompi/mca/io/romio321/romio/mpi-io/write_ordb.c int MPI_File_write_ordered_begin(MPI_File fh, ROMIO_CONST void *buf, int count,
buf               110 ompi/mca/io/romio321/romio/mpi-io/write_ordb.c     xbuf = buf;
buf               112 ompi/mca/io/romio321/romio/mpi-io/write_ordb.c 	error_code = MPIU_external32_buffer_setup(buf, count, datatype, &e32buf);
buf                20 ompi/mca/io/romio321/romio/mpi-io/write_orde.c int MPI_File_write_ordered_end(MPI_File fh, const void *buf, MPI_Status *status) __attribute__((weak,alias("PMPI_File_write_ordered_end")));
buf                40 ompi/mca/io/romio321/romio/mpi-io/write_orde.c int MPI_File_write_ordered_end(MPI_File fh, ROMIO_CONST void *buf, MPI_Status *status)
buf                46 ompi/mca/io/romio321/romio/mpi-io/write_orde.c     MPIU_UNREFERENCED_ARG(buf);
buf                20 ompi/mca/io/romio321/romio/mpi-io/write_sh.c int MPI_File_write_shared(MPI_File fh, const void *buf, int count, MPI_Datatype datatype,
buf                45 ompi/mca/io/romio321/romio/mpi-io/write_sh.c int MPI_File_write_shared(MPI_File fh, ROMIO_CONST void *buf, int count,
buf               105 ompi/mca/io/romio321/romio/mpi-io/write_sh.c     xbuf = buf;
buf               107 ompi/mca/io/romio321/romio/mpi-io/write_sh.c 	error_code = MPIU_external32_buffer_setup(buf, count, datatype, &e32buf);
buf                31 ompi/mca/io/romio321/romio/test/async-multiple.c     int *buf, i, rank, nints, len;
buf                68 ompi/mca/io/romio321/romio/test/async-multiple.c     buf = (int *) malloc(SIZE);
buf                70 ompi/mca/io/romio321/romio/test/async-multiple.c     for (i=0; i<nints; i++) buf[i] = rank*100000 + i;
buf                85 ompi/mca/io/romio321/romio/test/async-multiple.c 		buf+(nints/NR_NBOPS*i), nints/NR_NBOPS, MPI_INT, &(request[i]));
buf                96 ompi/mca/io/romio321/romio/test/async-multiple.c     for (i=0; i<nints; i++) buf[i] = 0;
buf               106 ompi/mca/io/romio321/romio/test/async-multiple.c 		buf+(nints/NR_NBOPS*i), nints/NR_NBOPS, MPI_INT, &(request[i]));
buf               117 ompi/mca/io/romio321/romio/test/async-multiple.c 	if (buf[i] != (rank*100000 + i)) {
buf               119 ompi/mca/io/romio321/romio/test/async-multiple.c 	    fprintf(stderr, "Process %d: error, read %d, should be %d\n", rank, buf[i], rank*100000+i);
buf               133 ompi/mca/io/romio321/romio/test/async-multiple.c     free(buf);
buf                29 ompi/mca/io/romio321/romio/test/async.c     int *buf, i, rank, nints, len;
buf                66 ompi/mca/io/romio321/romio/test/async.c     buf = (int *) malloc(SIZE);
buf                68 ompi/mca/io/romio321/romio/test/async.c     for (i=0; i<nints; i++) buf[i] = rank*100000 + i;
buf                81 ompi/mca/io/romio321/romio/test/async.c     errcode = MPI_File_iwrite(fh, buf, nints, MPI_INT, &request);
buf                94 ompi/mca/io/romio321/romio/test/async.c     for (i=0; i<nints; i++) buf[i] = 0;
buf               102 ompi/mca/io/romio321/romio/test/async.c     errcode = MPI_File_iread(fh, buf, nints, MPI_INT, &request);
buf               116 ompi/mca/io/romio321/romio/test/async.c 	if (buf[i] != (rank*100000 + i)) {
buf               118 ompi/mca/io/romio321/romio/test/async.c 	    fprintf(stderr, "Process %d: error, read %d, should be %d\n", rank, buf[i], rank*100000+i);
buf               132 ompi/mca/io/romio321/romio/test/async.c     free(buf);
buf                25 ompi/mca/io/romio321/romio/test/coll_perf.c     int order, nprocs, len, *buf, mynod;
buf                89 ompi/mca/io/romio321/romio/test/coll_perf.c     buf = (int *) malloc(bufcount * sizeof(int));
buf                97 ompi/mca/io/romio321/romio/test/coll_perf.c     MPI_File_write_all(fh, buf, bufcount, MPI_INT, &status);
buf                99 ompi/mca/io/romio321/romio/test/coll_perf.c     MPI_File_read_all(fh, buf, bufcount, MPI_INT, &status);
buf               111 ompi/mca/io/romio321/romio/test/coll_perf.c     MPI_File_write_all(fh, buf, bufcount, MPI_INT, &status);
buf               133 ompi/mca/io/romio321/romio/test/coll_perf.c     MPI_File_read_all(fh, buf, bufcount, MPI_INT, &status);
buf               146 ompi/mca/io/romio321/romio/test/coll_perf.c     free(buf);
buf                49 ompi/mca/io/romio321/romio/test/hindexed.c     char        *buf, *filename;
buf               138 ompi/mca/io/romio321/romio/test/hindexed.c     buf = (char*) malloc(array_of_subsizes[0]*array_of_subsizes[1]);
buf               140 ompi/mca/io/romio321/romio/test/hindexed.c         buf[i] = '0' + rank*20  + i%79;
buf               165 ompi/mca/io/romio321/romio/test/hindexed.c         MPI_File_write_all(fh, buf, ftype_size, MPI_CHAR, &status);
buf               225 ompi/mca/io/romio321/romio/test/hindexed.c     free(buf);
buf                19 ompi/mca/io/romio321/romio/test/i_noncontig.c     int *buf, i, mynod, nprocs, len, b[3];
buf                62 ompi/mca/io/romio321/romio/test/i_noncontig.c     buf = (int *) malloc(SIZE*sizeof(int));
buf                91 ompi/mca/io/romio321/romio/test/i_noncontig.c     for (i=0; i<SIZE; i++) buf[i] = i + mynod*SIZE;
buf                92 ompi/mca/io/romio321/romio/test/i_noncontig.c     MPI_File_iwrite(fh, buf, 1, newtype, &req);
buf               101 ompi/mca/io/romio321/romio/test/i_noncontig.c     for (i=0; i<SIZE; i++) buf[i] = -1;
buf               103 ompi/mca/io/romio321/romio/test/i_noncontig.c     MPI_File_iread_at(fh, 0, buf, 1, newtype, &req);
buf               112 ompi/mca/io/romio321/romio/test/i_noncontig.c 	    if ((i%2) && (buf[i] != -1)) {
buf               115 ompi/mca/io/romio321/romio/test/i_noncontig.c 			mynod, i, buf[i]);
buf               117 ompi/mca/io/romio321/romio/test/i_noncontig.c 	    if (!(i%2) && (buf[i] != i)) {
buf               120 ompi/mca/io/romio321/romio/test/i_noncontig.c 			mynod, i, buf[i], i);
buf               124 ompi/mca/io/romio321/romio/test/i_noncontig.c 	    if ((i%2) && (buf[i] != i + mynod*SIZE)) {
buf               127 ompi/mca/io/romio321/romio/test/i_noncontig.c 			mynod, i, buf[i], i + mynod*SIZE);
buf               129 ompi/mca/io/romio321/romio/test/i_noncontig.c 	    if (!(i%2) && (buf[i] != -1)) {
buf               132 ompi/mca/io/romio321/romio/test/i_noncontig.c 			mynod, i, buf[i]);
buf               152 ompi/mca/io/romio321/romio/test/i_noncontig.c     for (i=0; i<SIZE; i++) buf[i] = i + mynod*SIZE;
buf               153 ompi/mca/io/romio321/romio/test/i_noncontig.c     MPI_File_iwrite_at(fh, mynod*(SIZE/2)*sizeof(int), buf, 1, newtype, &req);
buf               162 ompi/mca/io/romio321/romio/test/i_noncontig.c     for (i=0; i<SIZE; i++) buf[i] = -1;
buf               164 ompi/mca/io/romio321/romio/test/i_noncontig.c     MPI_File_iread_at(fh, mynod*(SIZE/2)*sizeof(int), buf, 1, newtype, &req);
buf               173 ompi/mca/io/romio321/romio/test/i_noncontig.c 	    if ((i%2) && (buf[i] != -1)) {
buf               176 ompi/mca/io/romio321/romio/test/i_noncontig.c 			mynod, i, buf[i]);
buf               178 ompi/mca/io/romio321/romio/test/i_noncontig.c 	    if (!(i%2) && (buf[i] != i)) {
buf               181 ompi/mca/io/romio321/romio/test/i_noncontig.c 			mynod, i, buf[i], i);
buf               185 ompi/mca/io/romio321/romio/test/i_noncontig.c 	    if ((i%2) && (buf[i] != i + mynod*SIZE)) {
buf               188 ompi/mca/io/romio321/romio/test/i_noncontig.c 			mynod, i, buf[i], i + mynod*SIZE);
buf               190 ompi/mca/io/romio321/romio/test/i_noncontig.c 	    if (!(i%2) && (buf[i] != -1)) {
buf               193 ompi/mca/io/romio321/romio/test/i_noncontig.c 			mynod, i, buf[i]);
buf               215 ompi/mca/io/romio321/romio/test/i_noncontig.c     for (i=0; i<SIZE; i++) buf[i] = i + mynod*SIZE;
buf               216 ompi/mca/io/romio321/romio/test/i_noncontig.c     MPI_File_iwrite(fh, buf, SIZE, MPI_INT, &req);
buf               225 ompi/mca/io/romio321/romio/test/i_noncontig.c     for (i=0; i<SIZE; i++) buf[i] = -1;
buf               227 ompi/mca/io/romio321/romio/test/i_noncontig.c     MPI_File_iread_at(fh, 0, buf, SIZE, MPI_INT, &req);
buf               236 ompi/mca/io/romio321/romio/test/i_noncontig.c 	    if (buf[i] != i) {
buf               239 ompi/mca/io/romio321/romio/test/i_noncontig.c 			mynod, i, buf[i], i);
buf               243 ompi/mca/io/romio321/romio/test/i_noncontig.c 	    if (buf[i] != i + mynod*SIZE) {
buf               246 ompi/mca/io/romio321/romio/test/i_noncontig.c 			mynod, i, buf[i], i + mynod*SIZE);
buf               263 ompi/mca/io/romio321/romio/test/i_noncontig.c     free(buf);
buf                18 ompi/mca/io/romio321/romio/test/noncontig.c     int *buf, i, mynod, nprocs, len, b[3];
buf                61 ompi/mca/io/romio321/romio/test/noncontig.c     buf = (int *) malloc(SIZE*sizeof(int));
buf               105 ompi/mca/io/romio321/romio/test/noncontig.c     for (i=0; i<SIZE; i++) buf[i] = i + mynod*SIZE;
buf               106 ompi/mca/io/romio321/romio/test/noncontig.c     MPI_File_write(fh, buf, 1, newtype, &status);
buf               114 ompi/mca/io/romio321/romio/test/noncontig.c     for (i=0; i<SIZE; i++) buf[i] = -1;
buf               115 ompi/mca/io/romio321/romio/test/noncontig.c     MPI_File_read_at(fh, 0, buf, 1, newtype, &status);
buf               122 ompi/mca/io/romio321/romio/test/noncontig.c 	    if ((i%2) && (buf[i] != -1)) {
buf               125 ompi/mca/io/romio321/romio/test/noncontig.c 			mynod, i, buf[i]);
buf               127 ompi/mca/io/romio321/romio/test/noncontig.c 	    if (!(i%2) && (buf[i] != i)) {
buf               130 ompi/mca/io/romio321/romio/test/noncontig.c 			mynod, i, buf[i], i);
buf               134 ompi/mca/io/romio321/romio/test/noncontig.c 	    if ((i%2) && (buf[i] != i + mynod*SIZE)) {
buf               137 ompi/mca/io/romio321/romio/test/noncontig.c 			mynod, i, buf[i], i + mynod*SIZE);
buf               139 ompi/mca/io/romio321/romio/test/noncontig.c 	    if (!(i%2) && (buf[i] != -1)) {
buf               142 ompi/mca/io/romio321/romio/test/noncontig.c 			mynod, i, buf[i]);
buf               166 ompi/mca/io/romio321/romio/test/noncontig.c     for (i=0; i<SIZE; i++) buf[i] = i + mynod*SIZE;
buf               167 ompi/mca/io/romio321/romio/test/noncontig.c     MPI_File_write_at(fh, mynod*(SIZE/2)*sizeof(int), buf, 1, newtype, &status);
buf               174 ompi/mca/io/romio321/romio/test/noncontig.c     for (i=0; i<SIZE; i++) buf[i] = -1;
buf               175 ompi/mca/io/romio321/romio/test/noncontig.c     MPI_File_read_at(fh, mynod*(SIZE/2)*sizeof(int), buf, 1, newtype, &status);
buf               180 ompi/mca/io/romio321/romio/test/noncontig.c 	    if ((i%2) && (buf[i] != -1)) {
buf               183 ompi/mca/io/romio321/romio/test/noncontig.c 			mynod, i, buf[i]);
buf               185 ompi/mca/io/romio321/romio/test/noncontig.c 	    if (!(i%2) && (buf[i] != i)) {
buf               188 ompi/mca/io/romio321/romio/test/noncontig.c 			mynod, i, buf[i], i);
buf               192 ompi/mca/io/romio321/romio/test/noncontig.c 	    if ((i%2) && (buf[i] != i + mynod*SIZE)) {
buf               195 ompi/mca/io/romio321/romio/test/noncontig.c 			mynod, i, buf[i], i + mynod*SIZE);
buf               197 ompi/mca/io/romio321/romio/test/noncontig.c 	    if (!(i%2) && (buf[i] != -1)) {
buf               200 ompi/mca/io/romio321/romio/test/noncontig.c 			mynod, i, buf[i]);
buf               224 ompi/mca/io/romio321/romio/test/noncontig.c     for (i=0; i<SIZE; i++) buf[i] = i + mynod*SIZE;
buf               225 ompi/mca/io/romio321/romio/test/noncontig.c     MPI_File_write(fh, buf, SIZE, MPI_INT, &status);
buf               230 ompi/mca/io/romio321/romio/test/noncontig.c     for (i=0; i<SIZE; i++) buf[i] = -1;
buf               231 ompi/mca/io/romio321/romio/test/noncontig.c     MPI_File_read_at(fh, 0, buf, SIZE, MPI_INT, &status);
buf               235 ompi/mca/io/romio321/romio/test/noncontig.c 	    if (buf[i] != i) {
buf               238 ompi/mca/io/romio321/romio/test/noncontig.c 			mynod, i, buf[i], i);
buf               242 ompi/mca/io/romio321/romio/test/noncontig.c 	    if (buf[i] != i + mynod*SIZE) {
buf               245 ompi/mca/io/romio321/romio/test/noncontig.c 			mynod, i, buf[i], i + mynod*SIZE);
buf               263 ompi/mca/io/romio321/romio/test/noncontig.c     free(buf);
buf                18 ompi/mca/io/romio321/romio/test/noncontig_coll.c     int *buf, i, mynod, nprocs, len, b[3];
buf                60 ompi/mca/io/romio321/romio/test/noncontig_coll.c     buf = (int *) malloc(SIZE*sizeof(int));
buf                89 ompi/mca/io/romio321/romio/test/noncontig_coll.c     for (i=0; i<SIZE; i++) buf[i] = i + mynod*SIZE;
buf                90 ompi/mca/io/romio321/romio/test/noncontig_coll.c     MPI_File_write_all(fh, buf, 1, newtype, &status);
buf                94 ompi/mca/io/romio321/romio/test/noncontig_coll.c     for (i=0; i<SIZE; i++) buf[i] = -1;
buf                96 ompi/mca/io/romio321/romio/test/noncontig_coll.c     MPI_File_read_at_all(fh, 0, buf, 1, newtype, &status);
buf               100 ompi/mca/io/romio321/romio/test/noncontig_coll.c 	    if ((i%2) && (buf[i] != -1)) {
buf               103 ompi/mca/io/romio321/romio/test/noncontig_coll.c 			mynod, i, buf[i]);
buf               105 ompi/mca/io/romio321/romio/test/noncontig_coll.c 	    if (!(i%2) && (buf[i] != i)) {
buf               108 ompi/mca/io/romio321/romio/test/noncontig_coll.c 			mynod, i, buf[i], i);
buf               112 ompi/mca/io/romio321/romio/test/noncontig_coll.c 	    if ((i%2) && (buf[i] != i + mynod*SIZE)) {
buf               115 ompi/mca/io/romio321/romio/test/noncontig_coll.c 			mynod, i, buf[i], i + mynod*SIZE);
buf               117 ompi/mca/io/romio321/romio/test/noncontig_coll.c 	    if (!(i%2) && (buf[i] != -1)) {
buf               120 ompi/mca/io/romio321/romio/test/noncontig_coll.c 			mynod, i, buf[i]);
buf               140 ompi/mca/io/romio321/romio/test/noncontig_coll.c     for (i=0; i<SIZE; i++) buf[i] = i + mynod*SIZE;
buf               141 ompi/mca/io/romio321/romio/test/noncontig_coll.c     MPI_File_write_at_all(fh, mynod*(SIZE/2)*sizeof(int), buf, 1, newtype, &status);
buf               145 ompi/mca/io/romio321/romio/test/noncontig_coll.c     for (i=0; i<SIZE; i++) buf[i] = -1;
buf               147 ompi/mca/io/romio321/romio/test/noncontig_coll.c     MPI_File_read_at_all(fh, mynod*(SIZE/2)*sizeof(int), buf, 1, newtype, &status);
buf               151 ompi/mca/io/romio321/romio/test/noncontig_coll.c 	    if ((i%2) && (buf[i] != -1)) {
buf               154 ompi/mca/io/romio321/romio/test/noncontig_coll.c 			mynod, i, buf[i]);
buf               156 ompi/mca/io/romio321/romio/test/noncontig_coll.c 	    if (!(i%2) && (buf[i] != i)) {
buf               159 ompi/mca/io/romio321/romio/test/noncontig_coll.c 			mynod, i, buf[i], i);
buf               163 ompi/mca/io/romio321/romio/test/noncontig_coll.c 	    if ((i%2) && (buf[i] != i + mynod*SIZE)) {
buf               166 ompi/mca/io/romio321/romio/test/noncontig_coll.c 			mynod, i, buf[i], i + mynod*SIZE);
buf               168 ompi/mca/io/romio321/romio/test/noncontig_coll.c 	    if (!(i%2) && (buf[i] != -1)) {
buf               171 ompi/mca/io/romio321/romio/test/noncontig_coll.c 			mynod, i, buf[i]);
buf               193 ompi/mca/io/romio321/romio/test/noncontig_coll.c     for (i=0; i<SIZE; i++) buf[i] = i + mynod*SIZE;
buf               194 ompi/mca/io/romio321/romio/test/noncontig_coll.c     MPI_File_write_all(fh, buf, SIZE, MPI_INT, &status);
buf               198 ompi/mca/io/romio321/romio/test/noncontig_coll.c     for (i=0; i<SIZE; i++) buf[i] = -1;
buf               200 ompi/mca/io/romio321/romio/test/noncontig_coll.c     MPI_File_read_at_all(fh, 0, buf, SIZE, MPI_INT, &status);
buf               204 ompi/mca/io/romio321/romio/test/noncontig_coll.c 	    if (buf[i] != i) {
buf               207 ompi/mca/io/romio321/romio/test/noncontig_coll.c 			mynod, i, buf[i], i);
buf               211 ompi/mca/io/romio321/romio/test/noncontig_coll.c 	    if (buf[i] != i + mynod*SIZE) {
buf               214 ompi/mca/io/romio321/romio/test/noncontig_coll.c 			mynod, i, buf[i], i + mynod*SIZE);
buf               232 ompi/mca/io/romio321/romio/test/noncontig_coll.c     free(buf);
buf               354 ompi/mca/io/romio321/romio/test/noncontig_coll2.c     int *buf, i, b[3], errcode, errors=0;
buf               363 ompi/mca/io/romio321/romio/test/noncontig_coll2.c     buf = (int *) malloc(SIZE*sizeof(int));
buf               364 ompi/mca/io/romio321/romio/test/noncontig_coll2.c     if (buf == NULL) {
buf               405 ompi/mca/io/romio321/romio/test/noncontig_coll2.c     for (i=0; i<SIZE; i++) buf[i] = SEEDER(mynod,i,SIZE);
buf               406 ompi/mca/io/romio321/romio/test/noncontig_coll2.c     errcode = MPI_File_write_all(fh, buf, 1, newtype, &status);
buf               413 ompi/mca/io/romio321/romio/test/noncontig_coll2.c     for (i=0; i<SIZE; i++) buf[i] = -1;
buf               415 ompi/mca/io/romio321/romio/test/noncontig_coll2.c     errcode = MPI_File_read_at_all(fh, 0, buf, 1, newtype, &status);
buf               428 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 	    if ( buf[i] != -1 ) {
buf               429 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 		    if(verbose) fprintf(stderr, "Process %d: buf is %d, should be -1\n", mynod, buf[i]);
buf               438 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 	    if ( ((i-mynod)%nprocs) && buf[i] != -1)  {
buf               440 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 				    mynod, i, buf[i]);
buf               443 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 	    if ( !((i-mynod)%nprocs) && buf[i] != SEEDER(mynod,i,SIZE) ) {
buf               445 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 				    mynod, i, buf[i], SEEDER(mynod,i,SIZE));
buf               462 ompi/mca/io/romio321/romio/test/noncontig_coll2.c     for (i=0; i<SIZE; i++) buf[i] = SEEDER(mynod,i,SIZE);
buf               464 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 		    buf, 1, newtype, &status);
buf               470 ompi/mca/io/romio321/romio/test/noncontig_coll2.c     for (i=0; i<SIZE; i++) buf[i] = -1;
buf               473 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 		    buf, 1, newtype, &status);
buf               479 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 	    if ( buf[i] != -1 ) {
buf               480 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 		    if(verbose) fprintf(stderr, "Process %d: buf is %d, should be -1\n", mynod, buf[i]);
buf               485 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 	    if ( ((i-mynod)%nprocs) && buf[i] != -1)  {
buf               487 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 				    mynod, i, buf[i]);
buf               490 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 	    if ( !((i-mynod)%nprocs) && buf[i] != SEEDER(mynod,i,SIZE)) {
buf               492 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 				    mynod, i, buf[i], SEEDER(mynod,i,SIZE) );
buf               512 ompi/mca/io/romio321/romio/test/noncontig_coll2.c     for (i=0; i<SIZE; i++) buf[i] = SEEDER(mynod, i, SIZE);
buf               513 ompi/mca/io/romio321/romio/test/noncontig_coll2.c     errcode = MPI_File_write_all(fh, buf, SIZE, MPI_INT, &status);
buf               519 ompi/mca/io/romio321/romio/test/noncontig_coll2.c     for (i=0; i<SIZE; i++) buf[i] = -1;
buf               521 ompi/mca/io/romio321/romio/test/noncontig_coll2.c     errcode = MPI_File_read_at_all(fh, 0, buf, SIZE, MPI_INT, &status);
buf               527 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 	    if (buf[i] != SEEDER(mynod, i, SIZE)) {
buf               528 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 		if(verbose) fprintf(stderr, "Process %d: buf %d is %d, should be %d\n", mynod, i, buf[i], SEEDER(mynod, i, SIZE));
buf               536 ompi/mca/io/romio321/romio/test/noncontig_coll2.c     free(buf);
buf                29 ompi/mca/io/romio321/romio/test/ordered_fp.c     int *buf, i, rank, nprocs, len, sum;
buf                67 ompi/mca/io/romio321/romio/test/ordered_fp.c     buf = (int *) malloc(COUNT * sizeof(int));
buf                72 ompi/mca/io/romio321/romio/test/ordered_fp.c     for (i=0; i<COUNT; i++) buf[i] = COUNT*rank + i;
buf                82 ompi/mca/io/romio321/romio/test/ordered_fp.c     errcode = MPI_File_write_ordered(fh, buf, COUNT, MPI_INT, &status);
buf                88 ompi/mca/io/romio321/romio/test/ordered_fp.c     for (i=0; i<COUNT; i++) buf[i] = 0;
buf                98 ompi/mca/io/romio321/romio/test/ordered_fp.c     errcode = MPI_File_read_ordered(fh, buf, COUNT, MPI_INT, &status);
buf               107 ompi/mca/io/romio321/romio/test/ordered_fp.c     for (i=0; i<COUNT; i++) sum += buf[i];
buf               125 ompi/mca/io/romio321/romio/test/ordered_fp.c     free(buf);
buf                18 ompi/mca/io/romio321/romio/test/perf.c     int *buf, i, j, mynod, nprocs, ntimes=5, len, err, flag;
buf                56 ompi/mca/io/romio321/romio/test/perf.c     buf = (int *) malloc(SIZE);
buf                65 ompi/mca/io/romio321/romio/test/perf.c 	MPI_File_write(fh, buf, SIZE, MPI_BYTE, &status);
buf                78 ompi/mca/io/romio321/romio/test/perf.c 	MPI_File_read(fh, buf, SIZE, MPI_BYTE, &status);
buf               112 ompi/mca/io/romio321/romio/test/perf.c 	MPI_File_write(fh, buf, SIZE, MPI_BYTE, &status);
buf               130 ompi/mca/io/romio321/romio/test/perf.c 	MPI_File_read(fh, buf, SIZE, MPI_BYTE, &status);
buf               156 ompi/mca/io/romio321/romio/test/perf.c     free(buf);
buf                22 ompi/mca/io/romio321/romio/test/psimple.c     int *buf, i, rank, nints, len;
buf                57 ompi/mca/io/romio321/romio/test/psimple.c     buf = (int *) malloc(SIZE);
buf                59 ompi/mca/io/romio321/romio/test/psimple.c     for (i=0; i<nints; i++) buf[i] = rank*100000 + i;
buf                68 ompi/mca/io/romio321/romio/test/psimple.c     PMPI_File_write(fh, buf, nints, MPI_INT, &status);
buf                73 ompi/mca/io/romio321/romio/test/psimple.c     for (i=0; i<nints; i++) buf[i] = 0;
buf                76 ompi/mca/io/romio321/romio/test/psimple.c     PMPI_File_read(fh, buf, nints, MPI_INT, &status);
buf                81 ompi/mca/io/romio321/romio/test/psimple.c 	if (buf[i] != (rank*100000 + i)) {
buf                83 ompi/mca/io/romio321/romio/test/psimple.c 	    fprintf(stderr, "Process %d: error, read %d, should be %d\n", rank, buf[i], rank*100000+i);
buf                97 ompi/mca/io/romio321/romio/test/psimple.c     free(buf);
buf                28 ompi/mca/io/romio321/romio/test/shared_fp.c     int *buf, i, rank, nprocs, len, sum, global_sum;
buf                62 ompi/mca/io/romio321/romio/test/shared_fp.c     buf = (int *) malloc(COUNT * sizeof(int));
buf                67 ompi/mca/io/romio321/romio/test/shared_fp.c     for (i=0; i<COUNT; i++) buf[i] = COUNT*rank + i;
buf                75 ompi/mca/io/romio321/romio/test/shared_fp.c     errcode = MPI_File_write_shared(fh, buf, COUNT, MPI_INT, &status);
buf                80 ompi/mca/io/romio321/romio/test/shared_fp.c     for (i=0; i<COUNT; i++) buf[i] = 0;
buf                89 ompi/mca/io/romio321/romio/test/shared_fp.c     errcode = MPI_File_read_shared(fh, buf, COUNT, MPI_INT, &status);
buf                97 ompi/mca/io/romio321/romio/test/shared_fp.c     for (i=0; i<COUNT; i++) sum += buf[i];
buf               107 ompi/mca/io/romio321/romio/test/shared_fp.c     free(buf);
buf                27 ompi/mca/io/romio321/romio/test/simple.c     int *buf, i, rank, nints, len;
buf                62 ompi/mca/io/romio321/romio/test/simple.c     buf = (int *) malloc(SIZE);
buf                64 ompi/mca/io/romio321/romio/test/simple.c     for (i=0; i<nints; i++) buf[i] = rank*100000 + i;
buf                75 ompi/mca/io/romio321/romio/test/simple.c     errcode = MPI_File_write(fh, buf, nints, MPI_INT, &status);
buf                83 ompi/mca/io/romio321/romio/test/simple.c     for (i=0; i<nints; i++) buf[i] = 0;
buf                88 ompi/mca/io/romio321/romio/test/simple.c     errcode = MPI_File_read(fh, buf, nints, MPI_INT, &status);
buf                96 ompi/mca/io/romio321/romio/test/simple.c 	if (buf[i] != (rank*100000 + i)) {
buf                99 ompi/mca/io/romio321/romio/test/simple.c 		    rank, buf[i], rank*100000+i);
buf               113 ompi/mca/io/romio321/romio/test/simple.c     free(buf);
buf                17 ompi/mca/io/romio321/romio/test/status.c     int *buf, i, rank, nints, len, count, elements;
buf                51 ompi/mca/io/romio321/romio/test/status.c     buf = (int *) malloc(SIZE);
buf                61 ompi/mca/io/romio321/romio/test/status.c     MPI_File_write(fh, buf, nints, MPI_INT, &status);
buf                87 ompi/mca/io/romio321/romio/test/status.c     free(buf);
buf                36 ompi/mca/io/romio321/romio/test/types_with_zeros.c     int  nelms[MAXLEN], buf[MAXLEN], indices[MAXLEN], blocklen[MAXLEN];
buf                53 ompi/mca/io/romio321/romio/test/types_with_zeros.c         for (i=0; i<MAXLEN; i++) buf[i] = -999;
buf                57 ompi/mca/io/romio321/romio/test/types_with_zeros.c         err = MPI_File_write(fh, buf, MAXLEN, MPI_INT, &status);
buf                93 ompi/mca/io/romio321/romio/test/types_with_zeros.c     for (i=0; i<MAXLEN; i++) buf[i] = 1;
buf                98 ompi/mca/io/romio321/romio/test/types_with_zeros.c     err = MPI_File_write_all(fh, buf, buflen, MPI_INT, &status);
buf               108 ompi/mca/io/romio321/romio/test/types_with_zeros.c         err = MPI_File_read(fh,buf, MAXLEN, MPI_INT, &status);
buf               113 ompi/mca/io/romio321/romio/test/types_with_zeros.c             if (buf[i] < 0) {
buf               116 ompi/mca/io/romio321/romio/test/types_with_zeros.c 			testcase,i,buf[i]);
buf               104 ompi/mca/io/romio321/src/io_romio321.h                                void *buf,
buf               110 ompi/mca/io/romio321/src/io_romio321.h                                    void *buf,
buf               116 ompi/mca/io/romio321/src/io_romio321.h                                 const void *buf,
buf               122 ompi/mca/io/romio321/src/io_romio321.h                                     const void *buf,
buf               128 ompi/mca/io/romio321/src/io_romio321.h                                 void *buf,
buf               134 ompi/mca/io/romio321/src/io_romio321.h                                        void *buf,
buf               140 ompi/mca/io/romio321/src/io_romio321.h                                  const void *buf,
buf               146 ompi/mca/io/romio321/src/io_romio321.h                                         const void *buf,
buf               153 ompi/mca/io/romio321/src/io_romio321.h                             void *buf,
buf               158 ompi/mca/io/romio321/src/io_romio321.h                                 void *buf,
buf               163 ompi/mca/io/romio321/src/io_romio321.h                              const void *buf,
buf               168 ompi/mca/io/romio321/src/io_romio321.h                                  const void *buf,
buf               173 ompi/mca/io/romio321/src/io_romio321.h                              void *buf,
buf               178 ompi/mca/io/romio321/src/io_romio321.h                                     void *buf,
buf               183 ompi/mca/io/romio321/src/io_romio321.h                               const void *buf,
buf               188 ompi/mca/io/romio321/src/io_romio321.h                                      const void *buf,
buf               203 ompi/mca/io/romio321/src/io_romio321.h                                    void *buf,
buf               208 ompi/mca/io/romio321/src/io_romio321.h                                     const void *buf,
buf               213 ompi/mca/io/romio321/src/io_romio321.h                                     void *buf,
buf               218 ompi/mca/io/romio321/src/io_romio321.h                                      const void *buf,
buf               223 ompi/mca/io/romio321/src/io_romio321.h                                     void *buf,
buf               228 ompi/mca/io/romio321/src/io_romio321.h                                      const void *buf,
buf               241 ompi/mca/io/romio321/src/io_romio321.h                                          void *buf,
buf               245 ompi/mca/io/romio321/src/io_romio321.h                                        void *buf,
buf               249 ompi/mca/io/romio321/src/io_romio321.h                                           const void *buf,
buf               253 ompi/mca/io/romio321/src/io_romio321.h                                         const void *buf,
buf               256 ompi/mca/io/romio321/src/io_romio321.h                                       void *buf,
buf               260 ompi/mca/io/romio321/src/io_romio321.h                                     void *buf,
buf               263 ompi/mca/io/romio321/src/io_romio321.h                                        const void *buf,
buf               267 ompi/mca/io/romio321/src/io_romio321.h                                      const void *buf,
buf               270 ompi/mca/io/romio321/src/io_romio321.h                                           void *buf,
buf               274 ompi/mca/io/romio321/src/io_romio321.h                                         void *buf,
buf               277 ompi/mca/io/romio321/src/io_romio321.h                                            const void *buf,
buf               281 ompi/mca/io/romio321/src/io_romio321.h                                          const void *buf,
buf                31 ompi/mca/io/romio321/src/io_romio321_file_read.c                            void *buf,
buf                42 ompi/mca/io/romio321/src/io_romio321_file_read.c         ROMIO_PREFIX(MPI_File_read_at) (data->romio_fh, offset, buf, count,
buf                53 ompi/mca/io/romio321/src/io_romio321_file_read.c                                void *buf,
buf                64 ompi/mca/io/romio321/src/io_romio321_file_read.c         ROMIO_PREFIX(MPI_File_read_at_all) (data->romio_fh, offset, buf, count,
buf                75 ompi/mca/io/romio321/src/io_romio321_file_read.c                             void *buf,
buf                86 ompi/mca/io/romio321/src/io_romio321_file_read.c         ROMIO_PREFIX(MPI_File_iread_at) (data->romio_fh, offset, buf, count,
buf                96 ompi/mca/io/romio321/src/io_romio321_file_read.c                                    void *buf,
buf               113 ompi/mca/io/romio321/src/io_romio321_file_read.c         ROMIO_PREFIX(MPI_File_iread_at_all) (data->romio_fh, offset, buf, count,
buf               123 ompi/mca/io/romio321/src/io_romio321_file_read.c                         void *buf,
buf               134 ompi/mca/io/romio321/src/io_romio321_file_read.c         ROMIO_PREFIX(MPI_File_read) (data->romio_fh, buf, count, datatype,
buf               144 ompi/mca/io/romio321/src/io_romio321_file_read.c                             void *buf,
buf               155 ompi/mca/io/romio321/src/io_romio321_file_read.c         ROMIO_PREFIX(MPI_File_read_all) (data->romio_fh, buf, count, datatype,
buf               165 ompi/mca/io/romio321/src/io_romio321_file_read.c                          void *buf,
buf               176 ompi/mca/io/romio321/src/io_romio321_file_read.c         ROMIO_PREFIX(MPI_File_iread) (data->romio_fh, buf, count, datatype,
buf               185 ompi/mca/io/romio321/src/io_romio321_file_read.c                                 void *buf,
buf               202 ompi/mca/io/romio321/src/io_romio321_file_read.c         ROMIO_PREFIX(MPI_File_iread_all) (data->romio_fh, buf, count, datatype,
buf               211 ompi/mca/io/romio321/src/io_romio321_file_read.c                                void *buf,
buf               222 ompi/mca/io/romio321/src/io_romio321_file_read.c         ROMIO_PREFIX(MPI_File_read_shared) (data->romio_fh, buf, count,
buf               232 ompi/mca/io/romio321/src/io_romio321_file_read.c                                 void *buf,
buf               243 ompi/mca/io/romio321/src/io_romio321_file_read.c         ROMIO_PREFIX(MPI_File_iread_shared) (data->romio_fh, buf, count,
buf               253 ompi/mca/io/romio321/src/io_romio321_file_read.c                                 void *buf,
buf               264 ompi/mca/io/romio321/src/io_romio321_file_read.c         ROMIO_PREFIX(MPI_File_read_ordered) (data->romio_fh, buf, count,
buf               275 ompi/mca/io/romio321/src/io_romio321_file_read.c                                      void *buf,
buf               285 ompi/mca/io/romio321/src/io_romio321_file_read.c         ROMIO_PREFIX(MPI_File_read_at_all_begin) (data->romio_fh, offset, buf,
buf               295 ompi/mca/io/romio321/src/io_romio321_file_read.c                                    void *buf,
buf               303 ompi/mca/io/romio321/src/io_romio321_file_read.c     ret = ROMIO_PREFIX(MPI_File_read_at_all_end) (data->romio_fh, buf, status);
buf               312 ompi/mca/io/romio321/src/io_romio321_file_read.c                                   void *buf,
buf               322 ompi/mca/io/romio321/src/io_romio321_file_read.c         ROMIO_PREFIX(MPI_File_read_all_begin) (data->romio_fh, buf, count,
buf               332 ompi/mca/io/romio321/src/io_romio321_file_read.c                                 void *buf,
buf               340 ompi/mca/io/romio321/src/io_romio321_file_read.c     ret = ROMIO_PREFIX(MPI_File_read_all_end) (data->romio_fh, buf, status);
buf               349 ompi/mca/io/romio321/src/io_romio321_file_read.c                                       void *buf,
buf               359 ompi/mca/io/romio321/src/io_romio321_file_read.c         ROMIO_PREFIX(MPI_File_read_ordered_begin) (data->romio_fh, buf, count,
buf               369 ompi/mca/io/romio321/src/io_romio321_file_read.c                                     void *buf,
buf               377 ompi/mca/io/romio321/src/io_romio321_file_read.c     ret = ROMIO_PREFIX(MPI_File_read_ordered_end) (data->romio_fh, buf,
buf                31 ompi/mca/io/romio321/src/io_romio321_file_write.c                             const void *buf,
buf                42 ompi/mca/io/romio321/src/io_romio321_file_write.c         ROMIO_PREFIX(MPI_File_write_at) (data->romio_fh, offset, buf, count,
buf                54 ompi/mca/io/romio321/src/io_romio321_file_write.c                                 const void *buf,
buf                65 ompi/mca/io/romio321/src/io_romio321_file_write.c         ROMIO_PREFIX(MPI_File_write_at_all) (data->romio_fh, offset, buf,
buf                77 ompi/mca/io/romio321/src/io_romio321_file_write.c                              const void *buf,
buf                88 ompi/mca/io/romio321/src/io_romio321_file_write.c         ROMIO_PREFIX(MPI_File_iwrite_at) (data->romio_fh, offset, buf, count,
buf                99 ompi/mca/io/romio321/src/io_romio321_file_write.c                                     const void *buf,
buf               116 ompi/mca/io/romio321/src/io_romio321_file_write.c         ROMIO_PREFIX(MPI_File_iwrite_at_all) (data->romio_fh, offset, buf, count,
buf               127 ompi/mca/io/romio321/src/io_romio321_file_write.c                          const void *buf,
buf               138 ompi/mca/io/romio321/src/io_romio321_file_write.c         ROMIO_PREFIX(MPI_File_write) (data->romio_fh, buf, count, datatype,
buf               147 ompi/mca/io/romio321/src/io_romio321_file_write.c                              const void *buf,
buf               158 ompi/mca/io/romio321/src/io_romio321_file_write.c         ROMIO_PREFIX(MPI_File_write_all) (data->romio_fh, buf, count, datatype,
buf               167 ompi/mca/io/romio321/src/io_romio321_file_write.c                           const void *buf,
buf               178 ompi/mca/io/romio321/src/io_romio321_file_write.c         ROMIO_PREFIX(MPI_File_iwrite) (data->romio_fh, buf, count, datatype,
buf               187 ompi/mca/io/romio321/src/io_romio321_file_write.c                                 const void *buf,
buf               204 ompi/mca/io/romio321/src/io_romio321_file_write.c         ROMIO_PREFIX(MPI_File_iwrite_all) (data->romio_fh, buf, count, datatype,
buf               214 ompi/mca/io/romio321/src/io_romio321_file_write.c                                 const void *buf,
buf               225 ompi/mca/io/romio321/src/io_romio321_file_write.c         ROMIO_PREFIX(MPI_File_write_shared) (data->romio_fh, buf, count,
buf               234 ompi/mca/io/romio321/src/io_romio321_file_write.c                                  const void *buf,
buf               245 ompi/mca/io/romio321/src/io_romio321_file_write.c         ROMIO_PREFIX(MPI_File_iwrite_shared) (data->romio_fh, buf, count,
buf               254 ompi/mca/io/romio321/src/io_romio321_file_write.c                                  const void *buf,
buf               265 ompi/mca/io/romio321/src/io_romio321_file_write.c         ROMIO_PREFIX(MPI_File_write_ordered) (data->romio_fh, buf, count,
buf               275 ompi/mca/io/romio321/src/io_romio321_file_write.c                                       const void *buf,
buf               285 ompi/mca/io/romio321/src/io_romio321_file_write.c                                                      buf, count, datatype);
buf               293 ompi/mca/io/romio321/src/io_romio321_file_write.c                                     const void *buf,
buf               301 ompi/mca/io/romio321/src/io_romio321_file_write.c     ret = ROMIO_PREFIX(MPI_File_write_at_all_end) (data->romio_fh, buf,
buf               310 ompi/mca/io/romio321/src/io_romio321_file_write.c                                    const void *buf,
buf               319 ompi/mca/io/romio321/src/io_romio321_file_write.c     ret = ROMIO_PREFIX(MPI_File_write_all_begin) (data->romio_fh, buf, count,
buf               328 ompi/mca/io/romio321/src/io_romio321_file_write.c                                  const void *buf,
buf               336 ompi/mca/io/romio321/src/io_romio321_file_write.c     ret = ROMIO_PREFIX(MPI_File_write_all_end) (data->romio_fh, buf, status);
buf               344 ompi/mca/io/romio321/src/io_romio321_file_write.c                                        const void *buf,
buf               353 ompi/mca/io/romio321/src/io_romio321_file_write.c     ret = ROMIO_PREFIX(MPI_File_write_ordered_begin) (data->romio_fh, buf,
buf               362 ompi/mca/io/romio321/src/io_romio321_file_write.c                                      const void *buf,
buf               370 ompi/mca/io/romio321/src/io_romio321_file_write.c     ret = ROMIO_PREFIX(MPI_File_write_ordered_end) (data->romio_fh, buf,
buf               440 ompi/mca/mtl/psm/mtl_psm.c                                      mtl_psm_request->buf,
buf               453 ompi/mca/mtl/psm/mtl_psm.c 	    free(mtl_psm_request->buf);
buf                47 ompi/mca/mtl/psm/mtl_psm_recv.c                                      &mtl_psm_request->buf,
buf                73 ompi/mca/mtl/psm/mtl_psm_recv.c 		       mtl_psm_request->buf,
buf                82 ompi/mca/mtl/psm/mtl_psm_recv.c 		     mtl_psm_request->buf, length);
buf                36 ompi/mca/mtl/psm/mtl_psm_request.h     void *buf;
buf                56 ompi/mca/mtl/psm/mtl_psm_send.c                                  &mtl_psm_request.buf,
buf                80 ompi/mca/mtl/psm/mtl_psm_send.c 		      mtl_psm_request.buf,
buf                84 ompi/mca/mtl/psm/mtl_psm_send.c 	free(mtl_psm_request.buf);
buf               115 ompi/mca/mtl/psm/mtl_psm_send.c                                  &mtl_psm_request->buf,
buf               140 ompi/mca/mtl/psm/mtl_psm_send.c 			     mtl_psm_request->buf,
buf               440 ompi/mca/mtl/psm2/mtl_psm2.c                 mtl_psm2_request->buf,
buf               446 ompi/mca/mtl/psm2/mtl_psm2.c             free(mtl_psm2_request->buf);
buf                49 ompi/mca/mtl/psm2/mtl_psm2_recv.c                                      &mtl_psm2_request->buf,
buf                73 ompi/mca/mtl/psm2/mtl_psm2_recv.c 		       mtl_psm2_request->buf,
buf                82 ompi/mca/mtl/psm2/mtl_psm2_recv.c 		     mtl_psm2_request->buf, length);
buf               106 ompi/mca/mtl/psm2/mtl_psm2_recv.c                                      &mtl_psm2_request->buf,
buf               125 ompi/mca/mtl/psm2/mtl_psm2_recv.c 	    mtl_psm2_request->buf, length, mtl_psm2_request,
buf               132 ompi/mca/mtl/psm2/mtl_psm2_recv.c 		     mtl_psm2_request->buf, length);
buf                37 ompi/mca/mtl/psm2/mtl_psm2_request.h     void *buf;
buf                54 ompi/mca/mtl/psm2/mtl_psm2_send.c                                  &mtl_psm2_request.buf,
buf                78 ompi/mca/mtl/psm2/mtl_psm2_send.c 		      mtl_psm2_request.buf,
buf                82 ompi/mca/mtl/psm2/mtl_psm2_send.c 	free(mtl_psm2_request.buf);
buf               113 ompi/mca/mtl/psm2/mtl_psm2_send.c                                  &mtl_psm2_request->buf,
buf               137 ompi/mca/mtl/psm2/mtl_psm2_send.c 			     mtl_psm2_request->buf,
buf               474 ompi/mca/osc/pt2pt/osc_pt2pt.h                                   void *buf,
buf                72 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c static inline int ompi_osc_pt2pt_data_isend (ompi_osc_pt2pt_module_t *module, const void *buf,
buf                81 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c         return ompi_osc_pt2pt_isend_w_cb (buf, count, datatype, dest, tag, module->comm,
buf                85 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c     return ompi_osc_pt2pt_isend_w_cb (buf, count, datatype, dest, tag, module->comm,
buf              1730 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c int ompi_osc_pt2pt_component_irecv (ompi_osc_pt2pt_module_t *module, void *buf,
buf              1734 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     return ompi_osc_pt2pt_irecv_w_cb (buf, count, datatype, src, tag, comm, NULL,
buf               314 ompi/mca/pml/base/pml_base_bsend.c     void* buf = NULL;
buf               323 ompi/mca/pml/base/pml_base_bsend.c     buf = mca_pml_bsend_allocator->alc_alloc(
buf               325 ompi/mca/pml/base/pml_base_bsend.c     if(NULL == buf) {
buf               338 ompi/mca/pml/base/pml_base_bsend.c     return buf;
buf               224 ompi/mca/pml/cm/pml_cm.h mca_pml_cm_isend_init(const void* buf,
buf               243 ompi/mca/pml/cm/pml_cm.h                                      datatype, sendmode, true, false, buf, count, flags);
buf               257 ompi/mca/pml/cm/pml_cm.h mca_pml_cm_isend(const void* buf,
buf               287 ompi/mca/pml/cm/pml_cm.h                                          buf,
buf               310 ompi/mca/pml/cm/pml_cm.h                                           buf,
buf               331 ompi/mca/pml/cm/pml_cm.h mca_pml_cm_send(const void *buf,
buf               358 ompi/mca/pml/cm/pml_cm.h                                          buf,
buf               379 ompi/mca/pml/cm/pml_cm.h 		convertor.pBaseBuf   = (unsigned char*)buf + datatype->super.true_lb;
buf               391 ompi/mca/pml/cm/pml_cm.h 			&datatype->super, count, buf, flags,
buf               473 ompi/mca/pml/cm/pml_cm.h mca_pml_cm_imrecv(void *buf,
buf               495 ompi/mca/pml/cm/pml_cm.h                                       buf,
buf               507 ompi/mca/pml/cm/pml_cm.h mca_pml_cm_mrecv(void *buf,
buf               529 ompi/mca/pml/cm/pml_cm.h                                       buf,
buf               128 ompi/mca/pml/cm/pml_cm_sendreq.h                                             buf,                        \
buf               141 ompi/mca/pml/cm/pml_cm_sendreq.h                                              buf,                       \
buf               159 ompi/mca/pml/cm/pml_cm_sendreq.h                                             buf,                        \
buf               172 ompi/mca/pml/cm/pml_cm_sendreq.h         buf,                                                            \
buf               192 ompi/mca/pml/cm/pml_cm_sendreq.h                                             buf,                        \
buf               205 ompi/mca/pml/cm/pml_cm_sendreq.h                                              buf,                       \
buf               224 ompi/mca/pml/cm/pml_cm_sendreq.h                                             buf,                        \
buf               242 ompi/mca/pml/cm/pml_cm_sendreq.h             (unsigned char*)buf + datatype->super.true_lb;              \
buf               251 ompi/mca/pml/cm/pml_cm_sendreq.h             buf,                                                        \
buf               274 ompi/mca/pml/cm/pml_cm_sendreq.h                                           buf,                          \
buf               282 ompi/mca/pml/cm/pml_cm_sendreq.h         sendreq->req_addr = buf;                                        \
buf               290 ompi/mca/pml/cm/pml_cm_sendreq.h                                              buf,                       \
buf               310 ompi/mca/pml/cm/pml_cm_sendreq.h                                            buf,                         \
buf               322 ompi/mca/pml/cm/pml_cm_sendreq.h                                              buf,                       \
buf               111 ompi/mca/pml/crcpw/pml_crcpw.h     int mca_pml_crcpw_isend_init( void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
buf               114 ompi/mca/pml/crcpw/pml_crcpw.h     int mca_pml_crcpw_isend( void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
buf               117 ompi/mca/pml/crcpw/pml_crcpw.h     int mca_pml_crcpw_send(  void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
buf               120 ompi/mca/pml/crcpw/pml_crcpw.h     int mca_pml_crcpw_irecv_init( void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
buf               123 ompi/mca/pml/crcpw/pml_crcpw.h     int mca_pml_crcpw_irecv( void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
buf               126 ompi/mca/pml/crcpw/pml_crcpw.h     int mca_pml_crcpw_recv(  void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
buf               129 ompi/mca/pml/crcpw/pml_crcpw.h     int mca_pml_crcpw_imrecv( void *buf,
buf               135 ompi/mca/pml/crcpw/pml_crcpw.h     int mca_pml_crcpw_mrecv( void *buf,
buf               371 ompi/mca/pml/crcpw/pml_crcpw_module.c int mca_pml_crcpw_isend_init( void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
buf               383 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_isend_init(buf, count, datatype, dst, tag, mode, comm, request, pml_state);
buf               391 ompi/mca/pml/crcpw/pml_crcpw_module.c         if( OMPI_SUCCESS != (ret = mca_pml_crcpw_module.wrapped_pml_module.pml_isend_init(buf, count, datatype, dst, tag, mode, comm, request) ) ) {
buf               398 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_isend_init(buf, count, datatype, dst, tag, mode, comm, request, pml_state);
buf               410 ompi/mca/pml/crcpw/pml_crcpw_module.c int mca_pml_crcpw_isend( void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
buf               422 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_isend(buf, count, datatype, dst, tag, mode, comm, request, pml_state);
buf               430 ompi/mca/pml/crcpw/pml_crcpw_module.c         if( OMPI_SUCCESS != (ret = mca_pml_crcpw_module.wrapped_pml_module.pml_isend(buf, count, datatype, dst, tag, mode, comm, request) ) ) {
buf               437 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_isend(buf, count, datatype, dst, tag, mode, comm, request, pml_state);
buf               452 ompi/mca/pml/crcpw/pml_crcpw_module.c int mca_pml_crcpw_send(  void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
buf               464 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_send(buf, count, datatype, dst, tag, mode, comm, pml_state);
buf               472 ompi/mca/pml/crcpw/pml_crcpw_module.c         if( OMPI_SUCCESS != (ret = mca_pml_crcpw_module.wrapped_pml_module.pml_send(buf, count, datatype, dst, tag, mode, comm) ) ) {
buf               479 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_send(buf, count, datatype, dst, tag, mode, comm, pml_state);
buf               494 ompi/mca/pml/crcpw/pml_crcpw_module.c int mca_pml_crcpw_irecv_init( void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
buf               506 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_irecv_init(buf, count, datatype, src, tag, comm, request,  pml_state);
buf               514 ompi/mca/pml/crcpw/pml_crcpw_module.c         if( OMPI_SUCCESS != (ret = mca_pml_crcpw_module.wrapped_pml_module.pml_irecv_init(buf, count, datatype, src, tag, comm, request) ) ) {
buf               521 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_irecv_init(buf, count, datatype, src, tag, comm, request,  pml_state);
buf               533 ompi/mca/pml/crcpw/pml_crcpw_module.c int mca_pml_crcpw_irecv( void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
buf               545 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_irecv(buf, count, datatype, src, tag, comm, request, pml_state);
buf               557 ompi/mca/pml/crcpw/pml_crcpw_module.c         if( OMPI_SUCCESS != (ret = mca_pml_crcpw_module.wrapped_pml_module.pml_irecv(buf, count, datatype, src, tag, comm, request) ) ) {
buf               564 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_irecv(buf, count, datatype, src, tag, comm, request, pml_state);
buf               577 ompi/mca/pml/crcpw/pml_crcpw_module.c int mca_pml_crcpw_recv(  void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
buf               597 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_recv(buf, count, datatype, src, tag, comm, status, pml_state);
buf               609 ompi/mca/pml/crcpw/pml_crcpw_module.c         if( OMPI_SUCCESS != (actual_ret = mca_pml_crcpw_module.wrapped_pml_module.pml_recv(buf, count, datatype, src, tag, comm, status) ) ) {
buf               616 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_recv(buf, count, datatype, src, tag, comm, status, pml_state);
buf               784 ompi/mca/pml/crcpw/pml_crcpw_module.c mca_pml_crcpw_imrecv(void *buf,
buf               795 ompi/mca/pml/crcpw/pml_crcpw_module.c mca_pml_crcpw_mrecv(void *buf,
buf                84 ompi/mca/pml/example/pml_example.h extern int mca_pml_example_isend_init( void *buf,
buf                93 ompi/mca/pml/example/pml_example.h extern int mca_pml_example_isend( void *buf,
buf               102 ompi/mca/pml/example/pml_example.h extern int mca_pml_example_send( void *buf,
buf               110 ompi/mca/pml/example/pml_example.h extern int mca_pml_example_irecv_init( void *buf,
buf               118 ompi/mca/pml/example/pml_example.h extern int mca_pml_example_irecv( void *buf,
buf               126 ompi/mca/pml/example/pml_example.h extern int mca_pml_example_recv( void *buf,
buf               134 ompi/mca/pml/example/pml_example.h extern int mca_pml_example_imrecv(void *buf,
buf               140 ompi/mca/pml/example/pml_example.h extern int mca_pml_example_mrecv(void *buf,
buf                51 ompi/mca/pml/example/pml_example_irecv.c int mca_pml_example_imrecv(void *buf,
buf                60 ompi/mca/pml/example/pml_example_irecv.c int mca_pml_example_mrecv(void *buf,
buf                15 ompi/mca/pml/example/pml_example_isend.c int mca_pml_example_isend_init( void* buf,
buf                28 ompi/mca/pml/example/pml_example_isend.c int mca_pml_example_isend( void* buf,
buf                40 ompi/mca/pml/example/pml_example_isend.c int mca_pml_example_send( void *buf,
buf                72 ompi/mca/pml/monitoring/pml_monitoring.h extern int mca_pml_monitoring_isend_init(const void *buf,
buf                81 ompi/mca/pml/monitoring/pml_monitoring.h extern int mca_pml_monitoring_isend(const void *buf,
buf                90 ompi/mca/pml/monitoring/pml_monitoring.h extern int mca_pml_monitoring_send(const void *buf,
buf                98 ompi/mca/pml/monitoring/pml_monitoring.h extern int mca_pml_monitoring_irecv_init(void *buf,
buf               106 ompi/mca/pml/monitoring/pml_monitoring.h extern int mca_pml_monitoring_irecv(void *buf,
buf               114 ompi/mca/pml/monitoring/pml_monitoring.h extern int mca_pml_monitoring_recv(void *buf,
buf               122 ompi/mca/pml/monitoring/pml_monitoring.h extern int mca_pml_monitoring_imrecv(void *buf,
buf               128 ompi/mca/pml/monitoring/pml_monitoring.h extern int mca_pml_monitoring_mrecv(void *buf,
buf                19 ompi/mca/pml/monitoring/pml_monitoring_irecv.c int mca_pml_monitoring_irecv_init(void *buf,
buf                27 ompi/mca/pml/monitoring/pml_monitoring_irecv.c     return pml_selected_module.pml_irecv_init(buf, count, datatype,
buf                32 ompi/mca/pml/monitoring/pml_monitoring_irecv.c int mca_pml_monitoring_irecv(void *buf,
buf                40 ompi/mca/pml/monitoring/pml_monitoring_irecv.c     return pml_selected_module.pml_irecv(buf, count, datatype,
buf                45 ompi/mca/pml/monitoring/pml_monitoring_irecv.c int mca_pml_monitoring_recv(void *buf,
buf                53 ompi/mca/pml/monitoring/pml_monitoring_irecv.c     return pml_selected_module.pml_recv(buf, count, datatype,
buf                58 ompi/mca/pml/monitoring/pml_monitoring_irecv.c int mca_pml_monitoring_imrecv(void *buf,
buf                64 ompi/mca/pml/monitoring/pml_monitoring_irecv.c     return pml_selected_module.pml_imrecv(buf, count, datatype,
buf                69 ompi/mca/pml/monitoring/pml_monitoring_irecv.c int mca_pml_monitoring_mrecv(void *buf,
buf                76 ompi/mca/pml/monitoring/pml_monitoring_irecv.c     return pml_selected_module.pml_mrecv(buf, count, datatype,
buf                16 ompi/mca/pml/monitoring/pml_monitoring_isend.c int mca_pml_monitoring_isend_init(const void *buf,
buf                25 ompi/mca/pml/monitoring/pml_monitoring_isend.c     return pml_selected_module.pml_isend_init(buf, count, datatype,
buf                29 ompi/mca/pml/monitoring/pml_monitoring_isend.c int mca_pml_monitoring_isend(const void *buf,
buf                50 ompi/mca/pml/monitoring/pml_monitoring_isend.c     return pml_selected_module.pml_isend(buf, count, datatype,
buf                54 ompi/mca/pml/monitoring/pml_monitoring_isend.c int mca_pml_monitoring_send(const void *buf,
buf                71 ompi/mca/pml/monitoring/pml_monitoring_isend.c     return pml_selected_module.pml_send(buf, count, datatype,
buf               142 ompi/mca/pml/ob1/pml_ob1.h extern int mca_pml_ob1_isend_init( const void *buf,
buf               151 ompi/mca/pml/ob1/pml_ob1.h extern int mca_pml_ob1_isend( const void *buf,
buf               160 ompi/mca/pml/ob1/pml_ob1.h extern int mca_pml_ob1_send( const void *buf,
buf               168 ompi/mca/pml/ob1/pml_ob1.h extern int mca_pml_ob1_irecv_init( void *buf,
buf               176 ompi/mca/pml/ob1/pml_ob1.h extern int mca_pml_ob1_irecv( void *buf,
buf               184 ompi/mca/pml/ob1/pml_ob1.h extern int mca_pml_ob1_recv( void *buf,
buf               192 ompi/mca/pml/ob1/pml_ob1.h extern int mca_pml_ob1_imrecv( void *buf,
buf               198 ompi/mca/pml/ob1/pml_ob1.h extern int mca_pml_ob1_mrecv( void *buf,
buf               176 ompi/mca/pml/ob1/pml_ob1_irecv.c mca_pml_ob1_imrecv( void *buf,
buf               211 ompi/mca/pml/ob1/pml_ob1_irecv.c                                   buf,
buf               269 ompi/mca/pml/ob1/pml_ob1_irecv.c mca_pml_ob1_mrecv( void *buf,
buf               304 ompi/mca/pml/ob1/pml_ob1_irecv.c                                   buf,
buf                42 ompi/mca/pml/ob1/pml_ob1_isend.c int mca_pml_ob1_isend_init(const void *buf,
buf                57 ompi/mca/pml/ob1/pml_ob1_isend.c                                   buf,
buf                78 ompi/mca/pml/ob1/pml_ob1_isend.c static inline int mca_pml_ob1_send_inline (const void *buf, size_t count,
buf               107 ompi/mca/pml/ob1/pml_ob1_isend.c                                                   count, buf, 0, &convertor);
buf               147 ompi/mca/pml/ob1/pml_ob1_isend.c int mca_pml_ob1_isend(const void *buf,
buf               172 ompi/mca/pml/ob1/pml_ob1_isend.c         rc = mca_pml_ob1_send_inline (buf, count, datatype, dst, tag, seqn, dst_proc,
buf               188 ompi/mca/pml/ob1/pml_ob1_isend.c                                   buf,
buf               203 ompi/mca/pml/ob1/pml_ob1_isend.c int mca_pml_ob1_send(const void *buf,
buf               226 ompi/mca/pml/ob1/pml_ob1_isend.c         rc = mca_pml_ob1_isend (buf, count, datatype, dst, tag, sendmode, comm, &brequest);
buf               246 ompi/mca/pml/ob1/pml_ob1_isend.c         rc = mca_pml_ob1_send_inline (buf, count, datatype, dst, tag, seqn, dst_proc,
buf               268 ompi/mca/pml/ob1/pml_ob1_isend.c                                   buf,
buf               138 ompi/mca/pml/ob1/pml_ob1_sendreq.h                                        buf,                             \
buf               148 ompi/mca/pml/ob1/pml_ob1_sendreq.h                                        buf,                             \
buf               212 ompi/mca/pml/pml.h     void *buf,
buf               234 ompi/mca/pml/pml.h     void *buf,
buf               243 ompi/mca/pml/pml.h     void *buf,
buf               263 ompi/mca/pml/pml.h     void *buf,
buf               272 ompi/mca/pml/pml.h     void *buf,
buf               293 ompi/mca/pml/pml.h     const void *buf,
buf               318 ompi/mca/pml/pml.h     const void *buf,
buf               342 ompi/mca/pml/pml.h     const void *buf,
buf               524 ompi/mca/pml/ucx/pml_ucx.c int mca_pml_ucx_irecv_init(void *buf, size_t count, ompi_datatype_t *datatype,
buf               535 ompi/mca/pml/ucx/pml_ucx.c     PML_UCX_TRACE_RECV("irecv_init request *%p=%p", buf, count, datatype, src,
buf               541 ompi/mca/pml/ucx/pml_ucx.c     req->buffer                   = buf;
buf               551 ompi/mca/pml/ucx/pml_ucx.c int mca_pml_ucx_irecv(void *buf, size_t count, ompi_datatype_t *datatype,
buf               558 ompi/mca/pml/ucx/pml_ucx.c     PML_UCX_TRACE_RECV("irecv request *%p", buf, count, datatype, src, tag, comm,
buf               562 ompi/mca/pml/ucx/pml_ucx.c     req = (ompi_request_t*)ucp_tag_recv_nb(ompi_pml_ucx.ucp_worker, buf, count,
buf               577 ompi/mca/pml/ucx/pml_ucx.c int mca_pml_ucx_recv(void *buf, size_t count, ompi_datatype_t *datatype, int src,
buf               586 ompi/mca/pml/ucx/pml_ucx.c     PML_UCX_TRACE_RECV("%s", buf, count, datatype, src, tag, comm, "recv");
buf               591 ompi/mca/pml/ucx/pml_ucx.c     status = ucp_tag_recv_nbr(ompi_pml_ucx.ucp_worker, buf, count,
buf               624 ompi/mca/pml/ucx/pml_ucx.c int mca_pml_ucx_isend_init(const void *buf, size_t count, ompi_datatype_t *datatype,
buf               637 ompi/mca/pml/ucx/pml_ucx.c     PML_UCX_TRACE_SEND("isend_init request *%p=%p", buf, count, datatype, dst,
buf               648 ompi/mca/pml/ucx/pml_ucx.c     req->buffer                   = (void *)buf;
buf               666 ompi/mca/pml/ucx/pml_ucx.c mca_pml_ucx_bsend(ucp_ep_h ep, const void *buf, size_t count, 
buf               679 ompi/mca/pml/ucx/pml_ucx.c                                              &datatype->super, count, buf, 0,
buf               725 ompi/mca/pml/ucx/pml_ucx.c static inline ucs_status_ptr_t mca_pml_ucx_common_send(ucp_ep_h ep, const void *buf,
buf               734 ompi/mca/pml/ucx/pml_ucx.c         return mca_pml_ucx_bsend(ep, buf, count, datatype, tag);
buf               736 ompi/mca/pml/ucx/pml_ucx.c         return ucp_tag_send_sync_nb(ep, buf, count, ucx_datatype, tag, cb);
buf               738 ompi/mca/pml/ucx/pml_ucx.c         return ucp_tag_send_nb(ep, buf, count, ucx_datatype, tag, cb);
buf               742 ompi/mca/pml/ucx/pml_ucx.c int mca_pml_ucx_isend(const void *buf, size_t count, ompi_datatype_t *datatype,
buf               751 ompi/mca/pml/ucx/pml_ucx.c                        buf, count, datatype, dst, tag, mode, comm, 
buf               760 ompi/mca/pml/ucx/pml_ucx.c     req = (ompi_request_t*)mca_pml_ucx_common_send(ep, buf, count, datatype,
buf               781 ompi/mca/pml/ucx/pml_ucx.c mca_pml_ucx_send_nb(ucp_ep_h ep, const void *buf, size_t count,
buf               788 ompi/mca/pml/ucx/pml_ucx.c     req = (ompi_request_t*)mca_pml_ucx_common_send(ep, buf, count, datatype,
buf               804 ompi/mca/pml/ucx/pml_ucx.c mca_pml_ucx_send_nbr(ucp_ep_h ep, const void *buf, size_t count,
buf               813 ompi/mca/pml/ucx/pml_ucx.c     status = ucp_tag_send_nbr(ep, buf, count, ucx_datatype, tag, req);
buf               822 ompi/mca/pml/ucx/pml_ucx.c int mca_pml_ucx_send(const void *buf, size_t count, ompi_datatype_t *datatype, int dst,
buf               828 ompi/mca/pml/ucx/pml_ucx.c     PML_UCX_TRACE_SEND("%s", buf, count, datatype, dst, tag, mode, comm,
buf               839 ompi/mca/pml/ucx/pml_ucx.c         return mca_pml_ucx_send_nbr(ep, buf, count,
buf               845 ompi/mca/pml/ucx/pml_ucx.c     return mca_pml_ucx_send_nb(ep, buf, count, datatype,
buf               948 ompi/mca/pml/ucx/pml_ucx.c int mca_pml_ucx_imrecv(void *buf, size_t count, ompi_datatype_t *datatype,
buf               954 ompi/mca/pml/ucx/pml_ucx.c     PML_UCX_TRACE_MRECV("imrecv", buf, count, datatype, message);
buf               956 ompi/mca/pml/ucx/pml_ucx.c     req = (ompi_request_t*)ucp_tag_msg_recv_nb(ompi_pml_ucx.ucp_worker, buf, count,
buf               971 ompi/mca/pml/ucx/pml_ucx.c int mca_pml_ucx_mrecv(void *buf, size_t count, ompi_datatype_t *datatype,
buf               977 ompi/mca/pml/ucx/pml_ucx.c     PML_UCX_TRACE_MRECV("mrecv", buf, count, datatype, message);
buf               979 ompi/mca/pml/ucx/pml_ucx.c     req = (ompi_request_t*)ucp_tag_msg_recv_nb(ompi_pml_ucx.ucp_worker, buf, count,
buf                79 ompi/mca/pml/ucx/pml_ucx.h int mca_pml_ucx_irecv_init(void *buf, size_t count, ompi_datatype_t *datatype,
buf                83 ompi/mca/pml/ucx/pml_ucx.h int mca_pml_ucx_irecv(void *buf, size_t count, ompi_datatype_t *datatype,
buf                87 ompi/mca/pml/ucx/pml_ucx.h int mca_pml_ucx_recv(void *buf, size_t count, ompi_datatype_t *datatype, int src,
buf                91 ompi/mca/pml/ucx/pml_ucx.h int mca_pml_ucx_isend_init(const void *buf, size_t count, ompi_datatype_t *datatype,
buf                96 ompi/mca/pml/ucx/pml_ucx.h int mca_pml_ucx_isend(const void *buf, size_t count, ompi_datatype_t *datatype,
buf               101 ompi/mca/pml/ucx/pml_ucx.h int mca_pml_ucx_send(const void *buf, size_t count, ompi_datatype_t *datatype, int dst,
buf               119 ompi/mca/pml/ucx/pml_ucx.h int mca_pml_ucx_imrecv(void *buf, size_t count, ompi_datatype_t *datatype,
buf               123 ompi/mca/pml/ucx/pml_ucx.h int mca_pml_ucx_mrecv(void *buf, size_t count, ompi_datatype_t *datatype,
buf               101 ompi/mca/pml/yalla/pml_yalla.c static void mca_pml_yalla_mem_release_cb(void *buf, size_t length,
buf               104 ompi/mca/pml/yalla/pml_yalla.c     mxm_mem_unmap(ompi_pml_yalla.mxm_context, buf, length,
buf               330 ompi/mca/pml/yalla/pml_yalla.c int mca_pml_yalla_irecv_init(void *buf, size_t count, ompi_datatype_t *datatype,
buf               336 ompi/mca/pml/yalla/pml_yalla.c     rreq = MCA_PML_YALLA_RREQ_INIT(buf, count, datatype, src, tag, comm,
buf               346 ompi/mca/pml/yalla/pml_yalla.c int mca_pml_yalla_irecv(void *buf, size_t count, ompi_datatype_t *datatype,
buf               353 ompi/mca/pml/yalla/pml_yalla.c     rreq = MCA_PML_YALLA_RREQ_INIT(buf, count, datatype, src, tag, comm,
buf               370 ompi/mca/pml/yalla/pml_yalla.c int mca_pml_yalla_recv(void *buf, size_t count, ompi_datatype_t *datatype, int src,
buf               378 ompi/mca/pml/yalla/pml_yalla.c     PML_YALLA_INIT_MXM_RECV_REQ(&rreq, buf, count, datatype, src, tag, comm, recv);
buf               401 ompi/mca/pml/yalla/pml_yalla.c int mca_pml_yalla_isend_init(const void *buf, size_t count, ompi_datatype_t *datatype,
buf               408 ompi/mca/pml/yalla/pml_yalla.c     sreq = MCA_PML_YALLA_SREQ_INIT((void *)buf, count, datatype, dst, tag, mode, comm,
buf               468 ompi/mca/pml/yalla/pml_yalla.c int mca_pml_yalla_isend(const void *buf, size_t count, ompi_datatype_t *datatype,
buf               477 ompi/mca/pml/yalla/pml_yalla.c     sreq = MCA_PML_YALLA_SREQ_INIT((void *)buf, count, datatype, dst, tag, mode, comm,
buf               502 ompi/mca/pml/yalla/pml_yalla.c int mca_pml_yalla_send(const void *buf, size_t count, ompi_datatype_t *datatype, int dst,
buf               509 ompi/mca/pml/yalla/pml_yalla.c     PML_YALLA_INIT_MXM_SEND_REQ(&sreq, (void *)buf, count, datatype, dst, tag, mode, comm, send);
buf               634 ompi/mca/pml/yalla/pml_yalla.c int mca_pml_yalla_imrecv(void *buf, size_t count, ompi_datatype_t *datatype,
buf               641 ompi/mca/pml/yalla/pml_yalla.c     rreq = MCA_PML_YALLA_RREQ_INIT(buf, count, datatype, -1, 0, (*message)->comm,
buf               660 ompi/mca/pml/yalla/pml_yalla.c int mca_pml_yalla_mrecv(void *buf, size_t count, ompi_datatype_t *datatype,
buf               667 ompi/mca/pml/yalla/pml_yalla.c     PML_YALLA_INIT_MXM_RECV_REQ(&rreq, buf, count, datatype, -1, 0, (*message)->comm, recv);
buf                98 ompi/mca/pml/yalla/pml_yalla.h int mca_pml_yalla_irecv_init(void *buf, size_t count, ompi_datatype_t *datatype,
buf               102 ompi/mca/pml/yalla/pml_yalla.h int mca_pml_yalla_irecv(void *buf, size_t count, ompi_datatype_t *datatype,
buf               106 ompi/mca/pml/yalla/pml_yalla.h int mca_pml_yalla_recv(void *buf, size_t count, ompi_datatype_t *datatype, int src,
buf               110 ompi/mca/pml/yalla/pml_yalla.h int mca_pml_yalla_isend_init(const void *buf, size_t count, ompi_datatype_t *datatype,
buf               115 ompi/mca/pml/yalla/pml_yalla.h int mca_pml_yalla_isend(const void *buf, size_t count, ompi_datatype_t *datatype,
buf               120 ompi/mca/pml/yalla/pml_yalla.h int mca_pml_yalla_send(const void *buf, size_t count, ompi_datatype_t *datatype, int dst,
buf               138 ompi/mca/pml/yalla/pml_yalla.h int mca_pml_yalla_imrecv(void *buf, size_t count, ompi_datatype_t *datatype,
buf               142 ompi/mca/pml/yalla/pml_yalla.h int mca_pml_yalla_mrecv(void *buf, size_t count, ompi_datatype_t *datatype,
buf                17 ompi/mca/pml/yalla/pml_yalla_datatype.c static mca_pml_yalla_convertor_t *mca_pml_yalla_get_send_convertor(void *buf, size_t count,
buf                25 ompi/mca/pml/yalla/pml_yalla_datatype.c                                              &datatype->super, count, buf, 0,
buf                30 ompi/mca/pml/yalla/pml_yalla_datatype.c static mca_pml_yalla_convertor_t *mca_pml_yalla_get_recv_convertor(void *buf, size_t count,
buf                38 ompi/mca/pml/yalla/pml_yalla_datatype.c                                              &datatype->super, count, buf, 0,
buf               110 ompi/mca/pml/yalla/pml_yalla_datatype.c void mca_pml_yalla_set_noncontig_data_irecv(mxm_req_base_t *mxm_req, void *buf,
buf               114 ompi/mca/pml/yalla/pml_yalla_datatype.c     rreq->super.convertor = mca_pml_yalla_get_recv_convertor(buf, count, datatype);
buf               118 ompi/mca/pml/yalla/pml_yalla_datatype.c void mca_pml_yalla_set_noncontig_data_recv(mxm_req_base_t *mxm_req, void *buf,
buf               123 ompi/mca/pml/yalla/pml_yalla_datatype.c     convertor = mca_pml_yalla_get_recv_convertor(buf, count, datatype);
buf               128 ompi/mca/pml/yalla/pml_yalla_datatype.c void mca_pml_yalla_set_noncontig_data_isend(mxm_req_base_t *mxm_req, void *buf,
buf               132 ompi/mca/pml/yalla/pml_yalla_datatype.c     sreq->super.convertor = mca_pml_yalla_get_send_convertor(buf, count, datatype);
buf               136 ompi/mca/pml/yalla/pml_yalla_datatype.c void mca_pml_yalla_set_noncontig_data_send(mxm_req_base_t *mxm_req, void *buf,
buf               141 ompi/mca/pml/yalla/pml_yalla_datatype.c     convertor = mca_pml_yalla_get_send_convertor(buf, count, datatype);
buf                59 ompi/mca/pml/yalla/pml_yalla_datatype.h void mca_pml_yalla_set_noncontig_data_irecv(mxm_req_base_t *mxm_req, void *buf,
buf                63 ompi/mca/pml/yalla/pml_yalla_datatype.h void mca_pml_yalla_set_noncontig_data_recv(mxm_req_base_t *mxm_req, void *buf,
buf                66 ompi/mca/pml/yalla/pml_yalla_datatype.h void mca_pml_yalla_set_noncontig_data_isend(mxm_req_base_t *mxm_req, void *buf,
buf                70 ompi/mca/pml/yalla/pml_yalla_datatype.h void mca_pml_yalla_set_noncontig_data_send(mxm_req_base_t *mxm_req, void *buf,
buf                66 ompi/mca/sharedfp/individual/sharedfp_individual.h                                   void *buf, int count, MPI_Datatype datatype, MPI_Status *status);
buf                68 ompi/mca/sharedfp/individual/sharedfp_individual.h                                           void *buf, int count, struct ompi_datatype_t *datatype,
buf                71 ompi/mca/sharedfp/individual/sharedfp_individual.h                                                  void *buf,
buf                75 ompi/mca/sharedfp/individual/sharedfp_individual.h                                                void *buf,
buf                78 ompi/mca/sharedfp/individual/sharedfp_individual.h                                     void *buf,
buf                83 ompi/mca/sharedfp/individual/sharedfp_individual.h                                    const void *buf,
buf                88 ompi/mca/sharedfp/individual/sharedfp_individual.h                                            const void *buf,
buf                93 ompi/mca/sharedfp/individual/sharedfp_individual.h                                                  const void *buf,
buf                97 ompi/mca/sharedfp/individual/sharedfp_individual.h                                                const void *buf,
buf               100 ompi/mca/sharedfp/individual/sharedfp_individual.h                                     const void *buf,
buf                32 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c                                    const void *buf,
buf                68 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c                                             buf, count, datatype, request);
buf                81 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c                                                 const void *buf,
buf               196 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c     ret = mca_common_ompio_file_iwrite_at_all(fh, offset, buf, count, datatype,
buf               212 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c                                               const void *buf,
buf                32 ompi/mca/sharedfp/individual/sharedfp_individual_read.c 				   void *buf, int count, MPI_Datatype datatype, MPI_Status *status)
buf                39 ompi/mca/sharedfp/individual/sharedfp_individual_read.c                                    void *buf, int count, MPI_Datatype datatype, MPI_Status *status)
buf                46 ompi/mca/sharedfp/individual/sharedfp_individual_read.c                                    void *buf,
buf                56 ompi/mca/sharedfp/individual/sharedfp_individual_read.c                                                 void *buf,
buf                65 ompi/mca/sharedfp/individual/sharedfp_individual_read.c                                               void *buf,
buf                32 ompi/mca/sharedfp/individual/sharedfp_individual_write.c                                        const void *buf,
buf                65 ompi/mca/sharedfp/individual/sharedfp_individual_write.c                                                buf, count, datatype, status);
buf                79 ompi/mca/sharedfp/individual/sharedfp_individual_write.c                                            const void *buf,
buf               191 ompi/mca/sharedfp/individual/sharedfp_individual_write.c     ret = mca_common_ompio_file_write_at_all(fh, offset, buf,count,datatype,status);
buf                65 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h                                   void *buf, int count, MPI_Datatype datatype, MPI_Status *status);
buf                67 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h                                           void *buf, int count, struct ompi_datatype_t *datatype,
buf                71 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h                                                  void *buf,
buf                75 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h                                                void *buf,
buf                78 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h                                     void *buf,
buf                83 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h                                    const void *buf,
buf                88 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h                                            const void *buf,
buf                93 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h                                                  const void *buf,
buf                97 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h                                                const void *buf,
buf               100 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h                                     const void *buf,
buf                33 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c                                   void *buf,
buf                74 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c         ret = mca_common_ompio_file_iread_at(fh,offset,buf,count,datatype,request);
buf                81 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c                                        void *buf,
buf               185 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c     ret = mca_common_ompio_file_iread_at_all ( fh, offset, buf, count, datatype, &fh->f_split_coll_req );
buf               198 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c                                               void *buf,
buf                33 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c                                    const void *buf,
buf                72 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c         ret = mca_common_ompio_file_iwrite_at(fh,offset,buf,count,datatype,request);
buf                79 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c                                                 const void *buf,
buf               194 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c     ret = mca_common_ompio_file_iwrite_at_all ( fh, offset, buf, count, datatype, &fh->f_split_coll_req );
buf               208 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c                                               const void *buf,
buf                32 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c                                    void *buf, int count, MPI_Datatype datatype, MPI_Status *status)
buf                71 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c         ret = mca_common_ompio_file_read_at(fh,offset,buf,count,datatype,status);
buf                78 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c                                            void *buf,
buf               173 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c     ret = mca_common_ompio_file_read_at_all(fh,offset,buf,count,datatype,status);
buf                44 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_request_position.c     OMPI_MPI_OFFSET_TYPE buf;
buf                79 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_request_position.c     read ( fd, &buf, sizeof(OMPI_MPI_OFFSET_TYPE));
buf                82 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_request_position.c                     "sharedfp_lockedfile_request_position: Read last_offset=%lld! ret=%d\n",buf, ret);
buf                86 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_request_position.c     position = buf + bytes_requested;
buf                90 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_request_position.c                     buf,bytes_requested,position);
buf               128 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_request_position.c     *offset = buf;
buf                32 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c                                    const void *buf,
buf                70 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c         ret = mca_common_ompio_file_write_at ( fh, offset, buf, count, datatype, status);
buf                77 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c                                            const void *buf,
buf               188 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c     ret = mca_common_ompio_file_write_at_all(fh,offset,buf,count,datatype,status);
buf               127 ompi/mca/sharedfp/sharedfp.h         const void *buf,
buf               133 ompi/mca/sharedfp/sharedfp.h         const void *buf,
buf               139 ompi/mca/sharedfp/sharedfp.h         const void *buf,
buf               144 ompi/mca/sharedfp/sharedfp.h         const void *buf,
buf               148 ompi/mca/sharedfp/sharedfp.h         const void *buf,
buf               154 ompi/mca/sharedfp/sharedfp.h         void *buf,
buf               160 ompi/mca/sharedfp/sharedfp.h         void *buf,
buf               166 ompi/mca/sharedfp/sharedfp.h         void *buf,
buf               172 ompi/mca/sharedfp/sharedfp.h         void *buf,
buf               177 ompi/mca/sharedfp/sharedfp.h         void *buf,
buf                65 ompi/mca/sharedfp/sm/sharedfp_sm.h                                   void *buf, int count, MPI_Datatype datatype, MPI_Status *status);
buf                67 ompi/mca/sharedfp/sm/sharedfp_sm.h                                           void *buf, int count, struct ompi_datatype_t *datatype,
buf                71 ompi/mca/sharedfp/sm/sharedfp_sm.h                                                  void *buf,
buf                75 ompi/mca/sharedfp/sm/sharedfp_sm.h                                                void *buf,
buf                78 ompi/mca/sharedfp/sm/sharedfp_sm.h                                     void *buf,
buf                83 ompi/mca/sharedfp/sm/sharedfp_sm.h                                    const void *buf,
buf                88 ompi/mca/sharedfp/sm/sharedfp_sm.h                                            const void *buf,
buf                93 ompi/mca/sharedfp/sm/sharedfp_sm.h                                                  const void *buf,
buf                97 ompi/mca/sharedfp/sm/sharedfp_sm.h                                                const void *buf,
buf               100 ompi/mca/sharedfp/sm/sharedfp_sm.h                                     const void *buf,
buf                32 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c                           void *buf,
buf                66 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c         ret = mca_common_ompio_file_iread_at(fh,offset,buf,count,datatype,request);
buf                73 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c                                        void *buf,
buf               182 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c     ret = mca_common_ompio_file_iread_at_all(fh,offset,buf,count,datatype,
buf               196 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c                                      void *buf,
buf                32 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c                            const void *buf,
buf                66 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c         ret = mca_common_ompio_file_iwrite_at(fh,offset,buf,count,datatype,request);
buf                74 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c                                         const void *buf,
buf               170 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c     ret = mca_common_ompio_file_iwrite_at_all(fh,offset,buf,count,datatype,
buf               184 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c                                       const void *buf,
buf                32 ompi/mca/sharedfp/sm/sharedfp_sm_read.c                            void *buf, int count, MPI_Datatype datatype, MPI_Status *status)
buf                65 ompi/mca/sharedfp/sm/sharedfp_sm_read.c         ret = mca_common_ompio_file_read_at(fh,offset,buf,count,datatype,status);
buf                72 ompi/mca/sharedfp/sm/sharedfp_sm_read.c                                   void *buf,
buf               174 ompi/mca/sharedfp/sm/sharedfp_sm_read.c     ret = mca_common_ompio_file_read_at_all(fh,offset,buf,count,datatype,status);
buf                32 ompi/mca/sharedfp/sm/sharedfp_sm_write.c                            const void *buf,
buf                69 ompi/mca/sharedfp/sm/sharedfp_sm_write.c         ret = mca_common_ompio_file_write_at(fh,offset,buf,count,datatype,status);
buf                76 ompi/mca/sharedfp/sm/sharedfp_sm_write.c                                    const void *buf,
buf               166 ompi/mca/sharedfp/sm/sharedfp_sm_write.c     ret = mca_common_ompio_file_write_at_all(fh,offset,buf,count,datatype,status);
buf                37 ompi/mca/vprotocol/example/vprotocol_example.h OMPI_DECLSPEC int mca_vprotocol_example_irecv_init(void *buf,
buf                59 ompi/mca/vprotocol/example/vprotocol_example.h OMPI_DECLSPEC int mca_vprotocol_example_isend_init(void *buf,
buf                67 ompi/mca/vprotocol/example/vprotocol_example.h OMPI_DECLSPEC int mca_vprotocol_example_isend(void *buf,
buf                75 ompi/mca/vprotocol/example/vprotocol_example.h OMPI_DECLSPEC int mca_vprotocol_example_send(void *buf,
buf                82 ompi/mca/vprotocol/pessimist/vprotocol_pessimist.h int mca_vprotocol_pessimist_isend(const void *buf,
buf                90 ompi/mca/vprotocol/pessimist/vprotocol_pessimist.h int mca_vprotocol_pessimist_send(const void *buf,
buf                17 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_send.c int mca_vprotocol_pessimist_isend(const void *buf,
buf                32 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_send.c     ret = mca_pml_v.host_pml.pml_isend(buf, count, datatype, dst, tag, sendmode,
buf                39 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_send.c int mca_vprotocol_pessimist_send(const void *buf,
buf                54 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_send.c     mca_pml_v.host_pml.pml_isend(buf, count, datatype, dst, tag, sendmode,
buf                46 ompi/mpi/c/bsend.c int MPI_Bsend(const void *buf, int count, MPI_Datatype type, int dest, int tag, MPI_Comm comm)
buf                54 ompi/mpi/c/bsend.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, type);
buf                73 ompi/mpi/c/bsend.c             OMPI_CHECK_USER_BUFFER(rc, buf, type, count);
buf                83 ompi/mpi/c/bsend.c     rc = MCA_PML_CALL(send(buf, count, type, dest, tag, MCA_PML_BASE_SEND_BUFFERED, comm));
buf                46 ompi/mpi/c/bsend_init.c int MPI_Bsend_init(const void *buf, int count, MPI_Datatype type,
buf                53 ompi/mpi/c/bsend_init.c         memchecker_call(&opal_memchecker_base_isaddressable, buf, count, type);
buf                87 ompi/mpi/c/bsend_init.c     rc = MCA_PML_CALL(isend_init(buf, count, type, dest, tag,
buf                59 ompi/mpi/c/comm_join.c static int ompi_socket_send (int fd, char *buf, int len );
buf                60 ompi/mpi/c/comm_join.c static int ompi_socket_recv (int fd, char *buf, int len );
buf               161 ompi/mpi/c/comm_join.c static int ompi_socket_send (int fd, char *buf, int len )
buf               170 ompi/mpi/c/comm_join.c     c_ptr = buf;
buf               210 ompi/mpi/c/comm_join.c static int ompi_socket_recv (int fd, char *buf, int len )
buf               219 ompi/mpi/c/comm_join.c     c_ptr      = buf;
buf                43 ompi/mpi/c/file_iread.c int MPI_File_iread(MPI_File fh, void *buf, int count,
buf                74 ompi/mpi/c/file_iread.c             io_module_file_iread(fh, buf, count, datatype, request);
buf                45 ompi/mpi/c/file_iread_all.c int MPI_File_iread_all(MPI_File fh, void *buf, int count,
buf                80 ompi/mpi/c/file_iread_all.c                 io_module_file_iread_all(fh, buf, count, datatype, request);
buf                43 ompi/mpi/c/file_iread_at.c int MPI_File_iread_at(MPI_File fh, MPI_Offset offset, void *buf,
buf                74 ompi/mpi/c/file_iread_at.c             io_module_file_iread_at(fh, offset, buf, count, datatype,
buf                45 ompi/mpi/c/file_iread_at_all.c int MPI_File_iread_at_all(MPI_File fh, MPI_Offset offset, void *buf,
buf                80 ompi/mpi/c/file_iread_at_all.c                 io_module_file_iread_at_all(fh, offset, buf, count, datatype,
buf                43 ompi/mpi/c/file_iread_shared.c int MPI_File_iread_shared(MPI_File fh, void *buf, int count,
buf                74 ompi/mpi/c/file_iread_shared.c             io_module_file_iread_shared(fh, buf, count, datatype, request);
buf                46 ompi/mpi/c/file_iwrite.c int MPI_File_iwrite(MPI_File fh, const void *buf, int count, MPI_Datatype
buf                53 ompi/mpi/c/file_iwrite.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
buf                78 ompi/mpi/c/file_iwrite.c           io_module_file_iwrite(fh, buf, count, datatype, request);
buf                48 ompi/mpi/c/file_iwrite_all.c int MPI_File_iwrite_all(MPI_File fh, const void *buf, int count, MPI_Datatype
buf                55 ompi/mpi/c/file_iwrite_all.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
buf                84 ompi/mpi/c/file_iwrite_all.c                 io_module_file_iwrite_all(fh, buf, count, datatype, request);
buf                46 ompi/mpi/c/file_iwrite_at.c int MPI_File_iwrite_at(MPI_File fh, MPI_Offset offset, const void *buf,
buf                54 ompi/mpi/c/file_iwrite_at.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
buf                79 ompi/mpi/c/file_iwrite_at.c             io_module_file_iwrite_at(fh, offset, buf, count, datatype,
buf                48 ompi/mpi/c/file_iwrite_at_all.c int MPI_File_iwrite_at_all(MPI_File fh, MPI_Offset offset, const void *buf,
buf                56 ompi/mpi/c/file_iwrite_at_all.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
buf                85 ompi/mpi/c/file_iwrite_at_all.c                 io_module_file_iwrite_at_all(fh, offset, buf, count, datatype,
buf                46 ompi/mpi/c/file_iwrite_shared.c int MPI_File_iwrite_shared(MPI_File fh, const void *buf, int count,
buf                77 ompi/mpi/c/file_iwrite_shared.c           io_module_file_iwrite_shared(fh, buf, count, datatype, request);
buf                41 ompi/mpi/c/file_read.c int MPI_File_read(MPI_File fh, void *buf, int count,
buf                71 ompi/mpi/c/file_read.c             io_module_file_read(fh, buf, count, datatype, status);
buf                41 ompi/mpi/c/file_read_all.c int MPI_File_read_all(MPI_File fh, void *buf, int count, MPI_Datatype
buf                71 ompi/mpi/c/file_read_all.c             io_module_file_read_all(fh, buf, count, datatype, status);
buf                41 ompi/mpi/c/file_read_all_begin.c int MPI_File_read_all_begin(MPI_File fh, void *buf, int count,
buf                71 ompi/mpi/c/file_read_all_begin.c             io_module_file_read_all_begin(fh, buf, count, datatype);
buf                39 ompi/mpi/c/file_read_all_end.c int MPI_File_read_all_end(MPI_File fh, void *buf, MPI_Status *status)
buf                60 ompi/mpi/c/file_read_all_end.c             io_module_file_read_all_end(fh, buf, status);
buf                41 ompi/mpi/c/file_read_at.c int MPI_File_read_at(MPI_File fh, MPI_Offset offset, void *buf,
buf                71 ompi/mpi/c/file_read_at.c             io_module_file_read_at(fh, offset, buf, count, datatype, status);
buf                41 ompi/mpi/c/file_read_at_all.c int MPI_File_read_at_all(MPI_File fh, MPI_Offset offset, void *buf,
buf                72 ompi/mpi/c/file_read_at_all.c             io_module_file_read_at_all(fh, offset, buf, count, datatype,
buf                41 ompi/mpi/c/file_read_at_all_begin.c int MPI_File_read_at_all_begin(MPI_File fh, MPI_Offset offset, void *buf,
buf                71 ompi/mpi/c/file_read_at_all_begin.c             io_module_file_read_at_all_begin(fh, offset, buf, count, datatype);
buf                39 ompi/mpi/c/file_read_at_all_end.c int MPI_File_read_at_all_end(MPI_File fh, void *buf, MPI_Status *status)
buf                60 ompi/mpi/c/file_read_at_all_end.c             io_module_file_read_at_all_end(fh, buf, status);
buf                40 ompi/mpi/c/file_read_ordered.c int MPI_File_read_ordered(MPI_File fh, void *buf, int count,
buf                66 ompi/mpi/c/file_read_ordered.c             io_module_file_read_ordered(fh, buf, count, datatype, status);
buf                41 ompi/mpi/c/file_read_ordered_begin.c int MPI_File_read_ordered_begin(MPI_File fh, void *buf, int count,
buf                71 ompi/mpi/c/file_read_ordered_begin.c             io_module_file_read_ordered_begin(fh, buf, count, datatype);
buf                39 ompi/mpi/c/file_read_ordered_end.c int MPI_File_read_ordered_end(MPI_File fh, void *buf, MPI_Status *status)
buf                60 ompi/mpi/c/file_read_ordered_end.c             io_module_file_read_ordered_end(fh, buf, status);
buf                41 ompi/mpi/c/file_read_shared.c int MPI_File_read_shared(MPI_File fh, void *buf, int count,
buf                71 ompi/mpi/c/file_read_shared.c             io_module_file_read_shared(fh, buf, count, datatype, status);
buf                44 ompi/mpi/c/file_write.c int MPI_File_write(MPI_File fh, const void *buf, int count,
buf                51 ompi/mpi/c/file_write.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
buf                75 ompi/mpi/c/file_write.c           io_module_file_write(fh, buf, count, datatype, status);
buf                44 ompi/mpi/c/file_write_all.c int MPI_File_write_all(MPI_File fh, const void *buf, int count, MPI_Datatype
buf                51 ompi/mpi/c/file_write_all.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
buf                75 ompi/mpi/c/file_write_all.c           io_module_file_write_all(fh, buf, count, datatype, status);
buf                44 ompi/mpi/c/file_write_all_begin.c int MPI_File_write_all_begin(MPI_File fh, const void *buf, int count,
buf                51 ompi/mpi/c/file_write_all_begin.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
buf                75 ompi/mpi/c/file_write_all_begin.c           io_module_file_write_all_begin(fh, buf, count, datatype);
buf                42 ompi/mpi/c/file_write_all_end.c int MPI_File_write_all_end(MPI_File fh, const void *buf, MPI_Status *status)
buf                63 ompi/mpi/c/file_write_all_end.c           io_module_file_write_all_end(fh, buf, status);
buf                44 ompi/mpi/c/file_write_at.c int MPI_File_write_at(MPI_File fh, MPI_Offset offset, const void *buf,
buf                52 ompi/mpi/c/file_write_at.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
buf                76 ompi/mpi/c/file_write_at.c           io_module_file_write_at(fh, offset, buf, count, datatype, status);
buf                44 ompi/mpi/c/file_write_at_all.c int MPI_File_write_at_all(MPI_File fh, MPI_Offset offset, const void *buf,
buf                52 ompi/mpi/c/file_write_at_all.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
buf                76 ompi/mpi/c/file_write_at_all.c           io_module_file_write_at_all(fh, offset, buf, count, datatype,
buf                44 ompi/mpi/c/file_write_at_all_begin.c int MPI_File_write_at_all_begin(MPI_File fh, MPI_Offset offset, const void *buf,
buf                51 ompi/mpi/c/file_write_at_all_begin.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
buf                75 ompi/mpi/c/file_write_at_all_begin.c           io_module_file_write_at_all_begin(fh, offset, buf, count,
buf                42 ompi/mpi/c/file_write_at_all_end.c int MPI_File_write_at_all_end(MPI_File fh, const void *buf, MPI_Status *status)
buf                63 ompi/mpi/c/file_write_at_all_end.c           io_module_file_write_at_all_end(fh, buf, status);
buf                44 ompi/mpi/c/file_write_ordered.c int MPI_File_write_ordered(MPI_File fh, const void *buf, int count,
buf                51 ompi/mpi/c/file_write_ordered.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
buf                75 ompi/mpi/c/file_write_ordered.c           io_module_file_write_ordered(fh, buf, count, datatype, status);
buf                44 ompi/mpi/c/file_write_ordered_begin.c int MPI_File_write_ordered_begin(MPI_File fh, const void *buf, int count,
buf                51 ompi/mpi/c/file_write_ordered_begin.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
buf                75 ompi/mpi/c/file_write_ordered_begin.c           io_module_file_write_ordered_begin(fh, buf, count, datatype);
buf                42 ompi/mpi/c/file_write_ordered_end.c int MPI_File_write_ordered_end(MPI_File fh, const void *buf, MPI_Status *status)
buf                63 ompi/mpi/c/file_write_ordered_end.c           io_module_file_write_ordered_end(fh, buf, status);
buf                44 ompi/mpi/c/file_write_shared.c int MPI_File_write_shared(MPI_File fh, const void *buf, int count,
buf                51 ompi/mpi/c/file_write_shared.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
buf                75 ompi/mpi/c/file_write_shared.c           io_module_file_write_shared(fh, buf, count, datatype, status);
buf                46 ompi/mpi/c/ibsend.c int MPI_Ibsend(const void *buf, int count, MPI_Datatype type, int dest,
buf                55 ompi/mpi/c/ibsend.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, type);
buf                74 ompi/mpi/c/ibsend.c             OMPI_CHECK_USER_BUFFER(rc, buf, type, count);
buf                86 ompi/mpi/c/ibsend.c         memchecker_call(&opal_memchecker_base_mem_noaccess, buf, count, type);
buf                88 ompi/mpi/c/ibsend.c     rc = MCA_PML_CALL(isend(buf, count, type, dest, tag, MCA_PML_BASE_SEND_BUFFERED, comm, request));
buf                32 ompi/mpi/c/imrecv.c int MPI_Imrecv(void *buf, int count, MPI_Datatype type,
buf                41 ompi/mpi/c/imrecv.c         memchecker_call(&opal_memchecker_base_isaddressable, buf, count, type);
buf                48 ompi/mpi/c/imrecv.c         OMPI_CHECK_USER_BUFFER(rc, buf, type, count);
buf                70 ompi/mpi/c/imrecv.c     rc = MCA_PML_CALL(imrecv(buf, count, type, message, request));
buf                42 ompi/mpi/c/irecv.c int MPI_Irecv(void *buf, int count, MPI_Datatype type, int source,
buf                57 ompi/mpi/c/irecv.c         OMPI_CHECK_USER_BUFFER(rc, buf, type, count);
buf                81 ompi/mpi/c/irecv.c         memchecker_call(&opal_memchecker_base_mem_noaccess, buf, count, type);
buf                83 ompi/mpi/c/irecv.c     rc = MCA_PML_CALL(irecv(buf,count,type,source,tag,comm,request));
buf                46 ompi/mpi/c/irsend.c int MPI_Irsend(const void *buf, int count, MPI_Datatype type, int dest,
buf                55 ompi/mpi/c/irsend.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, type);
buf                75 ompi/mpi/c/irsend.c             OMPI_CHECK_USER_BUFFER(rc, buf, type, count);
buf                88 ompi/mpi/c/irsend.c         memchecker_call(&opal_memchecker_base_mem_noaccess, buf, count, type);
buf                90 ompi/mpi/c/irsend.c     rc = MCA_PML_CALL(isend(buf,count,type,dest,tag,
buf                46 ompi/mpi/c/isend.c int MPI_Isend(const void *buf, int count, MPI_Datatype type, int dest,
buf                55 ompi/mpi/c/isend.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, type);
buf                76 ompi/mpi/c/isend.c             OMPI_CHECK_USER_BUFFER(rc, buf, type, count);
buf                95 ompi/mpi/c/isend.c     rc = MCA_PML_CALL(isend(buf, count, type, dest, tag,
buf                45 ompi/mpi/c/issend.c int MPI_Issend(const void *buf, int count, MPI_Datatype type, int dest,
buf                54 ompi/mpi/c/issend.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, type);
buf                73 ompi/mpi/c/issend.c             OMPI_CHECK_USER_BUFFER(rc, buf, type, count);
buf                86 ompi/mpi/c/issend.c         memchecker_call(&opal_memchecker_base_mem_noaccess, buf, count, type);
buf                88 ompi/mpi/c/issend.c     rc = MCA_PML_CALL(isend(buf, count, type, dest, tag,
buf                36 ompi/mpi/c/mrecv.c int MPI_Mrecv(void *buf, int count, MPI_Datatype type,
buf                47 ompi/mpi/c/mrecv.c         memchecker_call(&opal_memchecker_base_isaddressable, buf, count, type);
buf                54 ompi/mpi/c/mrecv.c         OMPI_CHECK_USER_BUFFER(rc, buf, type, count);
buf                78 ompi/mpi/c/mrecv.c     rc = MCA_PML_CALL(mrecv(buf, count, type, message, status));
buf                42 ompi/mpi/c/recv.c int MPI_Recv(void *buf, int count, MPI_Datatype type, int source,
buf                51 ompi/mpi/c/recv.c         memchecker_call(&opal_memchecker_base_isaddressable, buf, count, type);
buf                58 ompi/mpi/c/recv.c         OMPI_CHECK_USER_BUFFER(rc, buf, type, count);
buf                82 ompi/mpi/c/recv.c     rc = MCA_PML_CALL(recv(buf, count, type, source, tag, comm, status));
buf                42 ompi/mpi/c/recv_init.c int MPI_Recv_init(void *buf, int count, MPI_Datatype type, int source,
buf                49 ompi/mpi/c/recv_init.c         memchecker_call(&opal_memchecker_base_isaddressable, buf, count, type);
buf                56 ompi/mpi/c/recv_init.c         OMPI_CHECK_USER_BUFFER(rc, buf, type, count);
buf                83 ompi/mpi/c/recv_init.c     rc = MCA_PML_CALL(irecv_init(buf,count,type,source,tag,comm,request));
buf                45 ompi/mpi/c/rsend.c int MPI_Rsend(const void *buf, int count, MPI_Datatype type, int dest, int tag, MPI_Comm comm)
buf                53 ompi/mpi/c/rsend.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, type);
buf                72 ompi/mpi/c/rsend.c             OMPI_CHECK_USER_BUFFER(rc, buf, type, count);
buf                82 ompi/mpi/c/rsend.c     rc = MCA_PML_CALL(send(buf, count, type, dest, tag,
buf                46 ompi/mpi/c/rsend_init.c int MPI_Rsend_init(const void *buf, int count, MPI_Datatype type,
buf                54 ompi/mpi/c/rsend_init.c         memchecker_call(&opal_memchecker_base_isaddressable, buf, count, type);
buf                88 ompi/mpi/c/rsend_init.c     rc =  MCA_PML_CALL(isend_init(buf,count,type,dest,tag,
buf                45 ompi/mpi/c/send.c int MPI_Send(const void *buf, int count, MPI_Datatype type, int dest,
buf                54 ompi/mpi/c/send.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, type);
buf                71 ompi/mpi/c/send.c             OMPI_CHECK_USER_BUFFER(rc, buf, type, count);
buf                81 ompi/mpi/c/send.c     rc = MCA_PML_CALL(send(buf, count, type, dest, tag, MCA_PML_BASE_SEND_STANDARD, comm));
buf                46 ompi/mpi/c/send_init.c int MPI_Send_init(const void *buf, int count, MPI_Datatype type,
buf                54 ompi/mpi/c/send_init.c         memchecker_call(&opal_memchecker_base_isaddressable, buf, count, type);
buf                73 ompi/mpi/c/send_init.c             OMPI_CHECK_USER_BUFFER(rc, buf, type, count);
buf                88 ompi/mpi/c/send_init.c     rc = MCA_PML_CALL(isend_init(buf,count,type,dest,tag,MCA_PML_BASE_SEND_STANDARD,comm,request));
buf                45 ompi/mpi/c/sendrecv_replace.c int MPI_Sendrecv_replace(void * buf, int count, MPI_Datatype datatype,
buf                56 ompi/mpi/c/sendrecv_replace.c                memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
buf                83 ompi/mpi/c/sendrecv_replace.c         rc = PMPI_Sendrecv(buf, count, datatype, dest, sendtag, buf, count, datatype, source, recvtag, comm, status);
buf               113 ompi/mpi/c/sendrecv_replace.c                                               count, buf, 0, &convertor );
buf               130 ompi/mpi/c/sendrecv_replace.c     rc = PMPI_Sendrecv( iov.iov_base, packed_size, MPI_PACKED, dest, sendtag, buf, count,
buf                45 ompi/mpi/c/ssend.c int MPI_Ssend(const void *buf, int count, MPI_Datatype type, int dest, int tag, MPI_Comm comm)
buf                53 ompi/mpi/c/ssend.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, type);
buf                72 ompi/mpi/c/ssend.c             OMPI_CHECK_USER_BUFFER(rc, buf, type, count);
buf                82 ompi/mpi/c/ssend.c     rc = MCA_PML_CALL(send(buf, count, type, dest, tag,
buf                46 ompi/mpi/c/ssend_init.c int MPI_Ssend_init(const void *buf, int count, MPI_Datatype type,
buf                54 ompi/mpi/c/ssend_init.c         memchecker_call(&opal_memchecker_base_isaddressable, buf, count, type);
buf                88 ompi/mpi/c/ssend_init.c     rc = MCA_PML_CALL(isend_init(buf, count, type, dest, tag,
buf               166 ompi/mpi/cxx/comm.h   virtual void Send(const void *buf, int count,
buf               169 ompi/mpi/cxx/comm.h   virtual void Recv(void *buf, int count, const Datatype & datatype,
buf               173 ompi/mpi/cxx/comm.h   virtual void Recv(void *buf, int count, const Datatype & datatype,
buf               176 ompi/mpi/cxx/comm.h   virtual void Bsend(const void *buf, int count,
buf               179 ompi/mpi/cxx/comm.h   virtual void Ssend(const void *buf, int count,
buf               182 ompi/mpi/cxx/comm.h   virtual void Rsend(const void *buf, int count,
buf               185 ompi/mpi/cxx/comm.h   virtual Request Isend(const void *buf, int count,
buf               188 ompi/mpi/cxx/comm.h   virtual Request Ibsend(const void *buf, int count, const
buf               191 ompi/mpi/cxx/comm.h   virtual Request Issend(const void *buf, int count,
buf               194 ompi/mpi/cxx/comm.h   virtual Request Irsend(const void *buf, int count,
buf               197 ompi/mpi/cxx/comm.h   virtual Request Irecv(void *buf, int count,
buf               208 ompi/mpi/cxx/comm.h   virtual Prequest Send_init(const void *buf, int count,
buf               212 ompi/mpi/cxx/comm.h   virtual Prequest Bsend_init(const void *buf, int count,
buf               216 ompi/mpi/cxx/comm.h   virtual Prequest Ssend_init(const void *buf, int count,
buf               220 ompi/mpi/cxx/comm.h   virtual Prequest Rsend_init(const void *buf, int count,
buf               224 ompi/mpi/cxx/comm.h   virtual Prequest Recv_init(void *buf, int count,
buf               240 ompi/mpi/cxx/comm.h   virtual void Sendrecv_replace(void *buf, int count,
buf               245 ompi/mpi/cxx/comm.h   virtual void Sendrecv_replace(void *buf, int count,
buf                27 ompi/mpi/cxx/comm_inln.h MPI::Comm::Send(const void *buf, int count,
buf                30 ompi/mpi/cxx/comm_inln.h   (void)MPI_Send(const_cast<void *>(buf), count, datatype, dest, tag, mpi_comm);
buf                34 ompi/mpi/cxx/comm_inln.h MPI::Comm::Recv(void *buf, int count, const MPI::Datatype & datatype,
buf                37 ompi/mpi/cxx/comm_inln.h   (void)MPI_Recv(buf, count, datatype, source, tag, mpi_comm, &status.mpi_status);
buf                41 ompi/mpi/cxx/comm_inln.h MPI::Comm::Recv(void *buf, int count, const MPI::Datatype & datatype,
buf                44 ompi/mpi/cxx/comm_inln.h   (void)MPI_Recv(buf, count, datatype, source,
buf                49 ompi/mpi/cxx/comm_inln.h MPI::Comm::Bsend(const void *buf, int count,
buf                52 ompi/mpi/cxx/comm_inln.h   (void)MPI_Bsend(const_cast<void *>(buf), count, datatype,
buf                57 ompi/mpi/cxx/comm_inln.h MPI::Comm::Ssend(const void *buf, int count,
buf                60 ompi/mpi/cxx/comm_inln.h   (void)MPI_Ssend(const_cast<void *>(buf), count,  datatype, dest,
buf                65 ompi/mpi/cxx/comm_inln.h MPI::Comm::Rsend(const void *buf, int count,
buf                68 ompi/mpi/cxx/comm_inln.h   (void)MPI_Rsend(const_cast<void *>(buf), count, datatype,
buf                73 ompi/mpi/cxx/comm_inln.h MPI::Comm::Isend(const void *buf, int count,
buf                77 ompi/mpi/cxx/comm_inln.h   (void)MPI_Isend(const_cast<void *>(buf), count, datatype,
buf                83 ompi/mpi/cxx/comm_inln.h MPI::Comm::Ibsend(const void *buf, int count,
buf                87 ompi/mpi/cxx/comm_inln.h   (void)MPI_Ibsend(const_cast<void *>(buf), count, datatype,
buf                93 ompi/mpi/cxx/comm_inln.h MPI::Comm::Issend(const void *buf, int count,
buf                97 ompi/mpi/cxx/comm_inln.h   (void)MPI_Issend(const_cast<void *>(buf), count, datatype,
buf               103 ompi/mpi/cxx/comm_inln.h MPI::Comm::Irsend(const void *buf, int count,
buf               107 ompi/mpi/cxx/comm_inln.h   (void)MPI_Irsend(const_cast<void *>(buf), count, datatype,
buf               113 ompi/mpi/cxx/comm_inln.h MPI::Comm::Irecv(void *buf, int count,
buf               117 ompi/mpi/cxx/comm_inln.h   (void)MPI_Irecv(buf, count, datatype, source,
buf               152 ompi/mpi/cxx/comm_inln.h MPI::Comm::Send_init(const void *buf, int count,
buf               156 ompi/mpi/cxx/comm_inln.h   (void)MPI_Send_init(const_cast<void *>(buf), count, datatype,
buf               162 ompi/mpi/cxx/comm_inln.h MPI::Comm::Bsend_init(const void *buf, int count,
buf               166 ompi/mpi/cxx/comm_inln.h   (void)MPI_Bsend_init(const_cast<void *>(buf), count, datatype,
buf               172 ompi/mpi/cxx/comm_inln.h MPI::Comm::Ssend_init(const void *buf, int count,
buf               176 ompi/mpi/cxx/comm_inln.h   (void)MPI_Ssend_init(const_cast<void *>(buf), count, datatype,
buf               182 ompi/mpi/cxx/comm_inln.h MPI::Comm::Rsend_init(const void *buf, int count,
buf               186 ompi/mpi/cxx/comm_inln.h   (void)MPI_Rsend_init(const_cast<void *>(buf), count,  datatype,
buf               192 ompi/mpi/cxx/comm_inln.h MPI::Comm::Recv_init(void *buf, int count,
buf               196 ompi/mpi/cxx/comm_inln.h   (void)MPI_Recv_init(buf, count, datatype, source,
buf               230 ompi/mpi/cxx/comm_inln.h MPI::Comm::Sendrecv_replace(void *buf, int count,
buf               235 ompi/mpi/cxx/comm_inln.h   (void)MPI_Sendrecv_replace(buf, count, datatype, dest,
buf               241 ompi/mpi/cxx/comm_inln.h MPI::Comm::Sendrecv_replace(void *buf, int count,
buf               246 ompi/mpi/cxx/comm_inln.h   (void)MPI_Sendrecv_replace(buf, count, datatype, dest,
buf               139 ompi/mpi/cxx/file.h   MPI::Request Iread(void* buf, int count,
buf               142 ompi/mpi/cxx/file.h   MPI::Request Iread_at(MPI::Offset offset, void* buf, int count,
buf               145 ompi/mpi/cxx/file.h   MPI::Request Iread_shared(void* buf, int count,
buf               148 ompi/mpi/cxx/file.h   MPI::Request Iwrite(const void* buf, int count,
buf               151 ompi/mpi/cxx/file.h   MPI::Request Iwrite_at(MPI::Offset offset, const void* buf,
buf               154 ompi/mpi/cxx/file.h   MPI::Request Iwrite_shared(const void* buf, int count,
buf               163 ompi/mpi/cxx/file.h   void Read(void* buf, int count, const MPI::Datatype& datatype);
buf               165 ompi/mpi/cxx/file.h   void Read(void* buf, int count, const MPI::Datatype& datatype,
buf               168 ompi/mpi/cxx/file.h   void Read_all(void* buf, int count, const MPI::Datatype& datatype);
buf               170 ompi/mpi/cxx/file.h   void Read_all(void* buf, int count, const MPI::Datatype& datatype,
buf               173 ompi/mpi/cxx/file.h   void Read_all_begin(void* buf, int count,
buf               176 ompi/mpi/cxx/file.h   void Read_all_end(void* buf);
buf               178 ompi/mpi/cxx/file.h   void Read_all_end(void* buf, MPI::Status& status);
buf               181 ompi/mpi/cxx/file.h 	       void* buf, int count,  const MPI::Datatype& datatype);
buf               183 ompi/mpi/cxx/file.h   void Read_at(MPI::Offset offset, void* buf, int count,
buf               186 ompi/mpi/cxx/file.h   void Read_at_all(MPI::Offset offset, void* buf, int count,
buf               189 ompi/mpi/cxx/file.h   void Read_at_all(MPI::Offset offset, void* buf, int count,
buf               192 ompi/mpi/cxx/file.h   void Read_at_all_begin(MPI::Offset offset, void* buf, int count,
buf               195 ompi/mpi/cxx/file.h   void Read_at_all_end(void* buf);
buf               197 ompi/mpi/cxx/file.h   void Read_at_all_end(void* buf, MPI::Status& status);
buf               199 ompi/mpi/cxx/file.h   void Read_ordered(void* buf, int count,
buf               202 ompi/mpi/cxx/file.h   void Read_ordered(void* buf, int count,
buf               206 ompi/mpi/cxx/file.h   void Read_ordered_begin(void* buf, int count,
buf               209 ompi/mpi/cxx/file.h   void Read_ordered_end(void* buf);
buf               211 ompi/mpi/cxx/file.h   void Read_ordered_end(void* buf, MPI::Status& status);
buf               213 ompi/mpi/cxx/file.h   void Read_shared(void* buf, int count,
buf               216 ompi/mpi/cxx/file.h   void Read_shared(void* buf, int count,
buf               235 ompi/mpi/cxx/file.h   void Write(const void* buf, int count,
buf               238 ompi/mpi/cxx/file.h   void Write(const void* buf, int count,
buf               241 ompi/mpi/cxx/file.h   void Write_all(const void* buf, int count,
buf               244 ompi/mpi/cxx/file.h   void Write_all(const void* buf, int count,
buf               247 ompi/mpi/cxx/file.h   void Write_all_begin(const void* buf, int count,
buf               250 ompi/mpi/cxx/file.h   void Write_all_end(const void* buf);
buf               252 ompi/mpi/cxx/file.h   void Write_all_end(const void* buf, MPI::Status& status);
buf               254 ompi/mpi/cxx/file.h   void Write_at(MPI::Offset offset,  const void* buf, int count,
buf               257 ompi/mpi/cxx/file.h   void Write_at(MPI::Offset offset,  const void* buf, int count,
buf               260 ompi/mpi/cxx/file.h   void Write_at_all(MPI::Offset offset,  const void* buf, int count,
buf               263 ompi/mpi/cxx/file.h   void Write_at_all(MPI::Offset offset,  const void* buf, int count,
buf               267 ompi/mpi/cxx/file.h   void Write_at_all_begin(MPI::Offset offset, const void* buf,
buf               270 ompi/mpi/cxx/file.h   void Write_at_all_end(const void* buf);
buf               272 ompi/mpi/cxx/file.h   void Write_at_all_end(const void* buf, MPI::Status& status);
buf               274 ompi/mpi/cxx/file.h   void Write_ordered(const void* buf, int count,
buf               277 ompi/mpi/cxx/file.h   void Write_ordered(const void* buf, int count,
buf               280 ompi/mpi/cxx/file.h   void Write_ordered_begin(const void* buf, int count,
buf               283 ompi/mpi/cxx/file.h   void Write_ordered_end(const void* buf);
buf               285 ompi/mpi/cxx/file.h   void Write_ordered_end(const void* buf, MPI::Status& status);
buf               287 ompi/mpi/cxx/file.h   void Write_shared(const void* buf, int count,
buf               290 ompi/mpi/cxx/file.h   void Write_shared(const void* buf, int count,
buf               127 ompi/mpi/cxx/file_inln.h MPI::File::Iread(void* buf, int count,
buf               131 ompi/mpi/cxx/file_inln.h   (void) MPI_File_iread(mpi_file, buf, count, datatype, &req);
buf               137 ompi/mpi/cxx/file_inln.h MPI::File::Iread_at(MPI::Offset offset, void* buf, int count,
buf               141 ompi/mpi/cxx/file_inln.h   (void) MPI_File_iread_at(mpi_file, offset, buf, count, datatype, &req);
buf               147 ompi/mpi/cxx/file_inln.h MPI::File::Iread_shared(void* buf, int count,
buf               151 ompi/mpi/cxx/file_inln.h   (void) MPI_File_iread_shared(mpi_file, buf, count, datatype, &req);
buf               157 ompi/mpi/cxx/file_inln.h MPI::File::Iwrite(const void* buf, int count,
buf               161 ompi/mpi/cxx/file_inln.h   (void) MPI_File_iwrite(mpi_file, const_cast<void *>(buf), count, datatype, &req);
buf               167 ompi/mpi/cxx/file_inln.h MPI::File::Iwrite_at(MPI::Offset offset, const void* buf,
buf               171 ompi/mpi/cxx/file_inln.h   (void) MPI_File_iwrite_at(mpi_file, offset, const_cast<void *>(buf), count, datatype,
buf               178 ompi/mpi/cxx/file_inln.h MPI::File::Iwrite_shared(const void* buf, int count,
buf               182 ompi/mpi/cxx/file_inln.h   (void) MPI_File_iwrite_shared(mpi_file, const_cast<void *>(buf), count, datatype, &req);
buf               206 ompi/mpi/cxx/file_inln.h MPI::File::Read(void* buf, int count,
buf               210 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read(mpi_file, buf, count, datatype, &status);
buf               215 ompi/mpi/cxx/file_inln.h MPI::File::Read(void* buf, int count,
buf               219 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read(mpi_file, buf, count, datatype, &status.mpi_status);
buf               224 ompi/mpi/cxx/file_inln.h MPI::File::Read_all(void* buf, int count,
buf               228 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_all(mpi_file, buf, count, datatype, &status);
buf               233 ompi/mpi/cxx/file_inln.h MPI::File::Read_all(void* buf, int count,
buf               237 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_all(mpi_file, buf, count, datatype, &status.mpi_status);
buf               242 ompi/mpi/cxx/file_inln.h MPI::File::Read_all_begin(void* buf, int count,
buf               245 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_all_begin(mpi_file, buf, count, datatype);
buf               250 ompi/mpi/cxx/file_inln.h MPI::File::Read_all_end(void* buf)
buf               253 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_all_end(mpi_file, buf, &status);
buf               258 ompi/mpi/cxx/file_inln.h MPI::File::Read_all_end(void* buf, MPI::Status& status)
buf               260 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_all_end(mpi_file, buf, &status.mpi_status);
buf               266 ompi/mpi/cxx/file_inln.h 			  void* buf, int count,
buf               270 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_at(mpi_file, offset, buf, count, datatype, &status);
buf               276 ompi/mpi/cxx/file_inln.h MPI::File::Read_at(MPI::Offset offset, void* buf, int count,
buf               280 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_at(mpi_file, offset, buf, count, datatype,
buf               286 ompi/mpi/cxx/file_inln.h MPI::File::Read_at_all(MPI::Offset offset, void* buf, int count,
buf               290 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_at_all(mpi_file, offset, buf, count, datatype, &status);
buf               295 ompi/mpi/cxx/file_inln.h MPI::File::Read_at_all(MPI::Offset offset, void* buf, int count,
buf               299 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_at_all(mpi_file, offset, buf, count, datatype,
buf               306 ompi/mpi/cxx/file_inln.h 				    void* buf, int count,
buf               309 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_at_all_begin(mpi_file, offset, buf, count, datatype);
buf               314 ompi/mpi/cxx/file_inln.h MPI::File::Read_at_all_end(void* buf)
buf               317 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_at_all_end(mpi_file, buf, &status);
buf               322 ompi/mpi/cxx/file_inln.h MPI::File::Read_at_all_end(void* buf, MPI::Status& status)
buf               324 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_at_all_end(mpi_file, buf, &status.mpi_status);
buf               329 ompi/mpi/cxx/file_inln.h MPI::File::Read_ordered(void* buf, int count,
buf               333 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_ordered(mpi_file, buf, count, datatype, &status);
buf               338 ompi/mpi/cxx/file_inln.h MPI::File::Read_ordered(void* buf, int count,
buf               342 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_ordered(mpi_file, buf, count, datatype,
buf               348 ompi/mpi/cxx/file_inln.h MPI::File::Read_ordered_begin(void* buf, int count,
buf               351 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_ordered_begin(mpi_file, buf, count, datatype);
buf               356 ompi/mpi/cxx/file_inln.h MPI::File::Read_ordered_end(void* buf)
buf               359 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_ordered_end(mpi_file, buf, &status);
buf               364 ompi/mpi/cxx/file_inln.h MPI::File::Read_ordered_end(void* buf, MPI::Status& status)
buf               366 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_ordered_end(mpi_file, buf, &status.mpi_status);
buf               371 ompi/mpi/cxx/file_inln.h MPI::File::Read_shared(void* buf, int count,
buf               375 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_shared(mpi_file, buf, count, datatype, &status);
buf               380 ompi/mpi/cxx/file_inln.h MPI::File::Read_shared(void* buf, int count,
buf               384 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_shared(mpi_file, buf, count, datatype,
buf               443 ompi/mpi/cxx/file_inln.h MPI::File::Write(const void* buf, int count,
buf               447 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write(mpi_file, const_cast<void *>(buf), count, datatype, &status);
buf               452 ompi/mpi/cxx/file_inln.h MPI::File::Write(const void* buf, int count,
buf               456 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write(mpi_file, const_cast<void *>(buf), count, datatype,
buf               462 ompi/mpi/cxx/file_inln.h MPI::File::Write_all(const void* buf, int count,
buf               466 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_all(mpi_file, const_cast<void *>(buf), count, datatype, &status);
buf               472 ompi/mpi/cxx/file_inln.h MPI::File::Write_all(const void* buf, int count,
buf               476 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_all(mpi_file, const_cast<void *>(buf), count, datatype,
buf               482 ompi/mpi/cxx/file_inln.h MPI::File::Write_all_begin(const void* buf, int count,
buf               485 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_all_begin(mpi_file, const_cast<void *>(buf), count, datatype);
buf               490 ompi/mpi/cxx/file_inln.h MPI::File::Write_all_end(const void* buf)
buf               493 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_all_end(mpi_file, const_cast<void *>(buf), &status);
buf               498 ompi/mpi/cxx/file_inln.h MPI::File::Write_all_end(const void* buf, MPI::Status& status)
buf               500 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_all_end(mpi_file, const_cast<void *>(buf), &status.mpi_status);
buf               506 ompi/mpi/cxx/file_inln.h 			   const void* buf, int count,
buf               510 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_at(mpi_file, offset, const_cast<void *>(buf), count,
buf               517 ompi/mpi/cxx/file_inln.h 			   const void* buf, int count,
buf               521 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_at(mpi_file, offset, const_cast<void *>(buf), count,
buf               528 ompi/mpi/cxx/file_inln.h 			       const void* buf, int count,
buf               532 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_at_all(mpi_file, offset, const_cast<void *>(buf), count,
buf               539 ompi/mpi/cxx/file_inln.h 			       const void* buf, int count,
buf               543 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_at_all(mpi_file, offset, const_cast<void *>(buf), count,
buf               550 ompi/mpi/cxx/file_inln.h 				     const void* buf, int count,
buf               553 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_at_all_begin(mpi_file, offset, const_cast<void *>(buf), count,
buf               559 ompi/mpi/cxx/file_inln.h MPI::File::Write_at_all_end(const void* buf)
buf               562 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_at_all_end(mpi_file, const_cast<void *>(buf), &status);
buf               567 ompi/mpi/cxx/file_inln.h MPI::File::Write_at_all_end(const void* buf, MPI::Status& status)
buf               569 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_at_all_end(mpi_file, const_cast<void *>(buf), &status.mpi_status);
buf               574 ompi/mpi/cxx/file_inln.h MPI::File::Write_ordered(const void* buf, int count,
buf               578 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_ordered(mpi_file, const_cast<void *>(buf), count, datatype,
buf               584 ompi/mpi/cxx/file_inln.h MPI::File::Write_ordered(const void* buf, int count,
buf               588 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_ordered(mpi_file, const_cast<void *>(buf), count, datatype,
buf               594 ompi/mpi/cxx/file_inln.h MPI::File::Write_ordered_begin(const void* buf, int count,
buf               597 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_ordered_begin(mpi_file, const_cast<void *>(buf), count, datatype);
buf               602 ompi/mpi/cxx/file_inln.h MPI::File::Write_ordered_end(const void* buf)
buf               605 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_ordered_end(mpi_file, const_cast<void *>(buf), &status);
buf               610 ompi/mpi/cxx/file_inln.h MPI::File::Write_ordered_end(const void* buf,
buf               613 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_ordered_end(mpi_file, const_cast<void *>(buf), &status.mpi_status);
buf               618 ompi/mpi/cxx/file_inln.h MPI::File::Write_shared(const void* buf, int count,
buf               622 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_shared(mpi_file, const_cast<void *>(buf), count,
buf               628 ompi/mpi/cxx/file_inln.h MPI::File::Write_shared(const void* buf, int count,
buf               631 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_shared(mpi_file, const_cast<void *>(buf), count,
buf                42 ompi/mpi/fortran/mpif-h/bsend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr),
buf                43 ompi/mpi/fortran/mpif-h/bsend_f.c                            (buf, count, datatype, dest, tag, comm, ierr) )
buf                62 ompi/mpi/fortran/mpif-h/bsend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr),
buf                63 ompi/mpi/fortran/mpif-h/bsend_f.c                            (buf, count, datatype, dest, tag, comm, ierr) )
buf                70 ompi/mpi/fortran/mpif-h/bsend_f.c void ompi_bsend_f(char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr)
buf                78 ompi/mpi/fortran/mpif-h/bsend_f.c     c_ierr = PMPI_Bsend(OMPI_F2C_BOTTOM(buf), OMPI_FINT_2_INT(*count),
buf                42 ompi/mpi/fortran/mpif-h/bsend_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
buf                43 ompi/mpi/fortran/mpif-h/bsend_init_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
buf                62 ompi/mpi/fortran/mpif-h/bsend_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
buf                63 ompi/mpi/fortran/mpif-h/bsend_init_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
buf                70 ompi/mpi/fortran/mpif-h/bsend_init_f.c void ompi_bsend_init_f(char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)
buf                79 ompi/mpi/fortran/mpif-h/bsend_init_f.c     c_ierr = PMPI_Bsend_init(OMPI_F2C_BOTTOM(buf), OMPI_FINT_2_INT(*count),
buf                43 ompi/mpi/fortran/mpif-h/f_sync_reg_f.c                            (char *buf),
buf                44 ompi/mpi/fortran/mpif-h/f_sync_reg_f.c                            (buf) )
buf                63 ompi/mpi/fortran/mpif-h/f_sync_reg_f.c                            (char *buf),
buf                64 ompi/mpi/fortran/mpif-h/f_sync_reg_f.c                            (buf) )
buf                70 ompi/mpi/fortran/mpif-h/f_sync_reg_f.c void ompi_f_sync_reg_f(char *buf)
buf                42 ompi/mpi/fortran/mpif-h/file_iread_all_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
buf                43 ompi/mpi/fortran/mpif-h/file_iread_all_f.c                            (fh, buf, count, datatype, request, ierr) )
buf                62 ompi/mpi/fortran/mpif-h/file_iread_all_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
buf                63 ompi/mpi/fortran/mpif-h/file_iread_all_f.c                            (fh, buf, count, datatype, request, ierr) )
buf                70 ompi/mpi/fortran/mpif-h/file_iread_all_f.c void ompi_file_iread_all_f(MPI_Fint *fh, char *buf, MPI_Fint *count,
buf                78 ompi/mpi/fortran/mpif-h/file_iread_all_f.c    c_ierr = PMPI_File_iread_all(c_fh, OMPI_F2C_BOTTOM(buf),
buf                42 ompi/mpi/fortran/mpif-h/file_iread_at_all_f.c                             (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
buf                43 ompi/mpi/fortran/mpif-h/file_iread_at_all_f.c                             (fh, offset, buf, count, datatype, request, ierr) )
buf                62 ompi/mpi/fortran/mpif-h/file_iread_at_all_f.c                                (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
buf                63 ompi/mpi/fortran/mpif-h/file_iread_at_all_f.c                                (fh, offset, buf, count, datatype, request, ierr) )
buf                71 ompi/mpi/fortran/mpif-h/file_iread_at_all_f.c                          char *buf, MPI_Fint *count,
buf                80 ompi/mpi/fortran/mpif-h/file_iread_at_all_f.c                                   OMPI_F2C_BOTTOM(buf),
buf                42 ompi/mpi/fortran/mpif-h/file_iread_at_f.c                             (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
buf                43 ompi/mpi/fortran/mpif-h/file_iread_at_f.c                             (fh, offset, buf, count, datatype, request, ierr) )
buf                62 ompi/mpi/fortran/mpif-h/file_iread_at_f.c                                (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
buf                63 ompi/mpi/fortran/mpif-h/file_iread_at_f.c                                (fh, offset, buf, count, datatype, request, ierr) )
buf                71 ompi/mpi/fortran/mpif-h/file_iread_at_f.c                          char *buf, MPI_Fint *count,
buf                80 ompi/mpi/fortran/mpif-h/file_iread_at_f.c                               OMPI_F2C_BOTTOM(buf),
buf                42 ompi/mpi/fortran/mpif-h/file_iread_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
buf                43 ompi/mpi/fortran/mpif-h/file_iread_f.c                            (fh, buf, count, datatype, request, ierr) )
buf                62 ompi/mpi/fortran/mpif-h/file_iread_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
buf                63 ompi/mpi/fortran/mpif-h/file_iread_f.c                            (fh, buf, count, datatype, request, ierr) )
buf                70 ompi/mpi/fortran/mpif-h/file_iread_f.c void ompi_file_iread_f(MPI_Fint *fh, char *buf, MPI_Fint *count,
buf                78 ompi/mpi/fortran/mpif-h/file_iread_f.c    c_ierr = PMPI_File_iread(c_fh, OMPI_F2C_BOTTOM(buf),
buf                42 ompi/mpi/fortran/mpif-h/file_iread_shared_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
buf                43 ompi/mpi/fortran/mpif-h/file_iread_shared_f.c                            (fh, buf, count, datatype, request, ierr) )
buf                62 ompi/mpi/fortran/mpif-h/file_iread_shared_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
buf                63 ompi/mpi/fortran/mpif-h/file_iread_shared_f.c                            (fh, buf, count, datatype, request, ierr) )
buf                70 ompi/mpi/fortran/mpif-h/file_iread_shared_f.c void ompi_file_iread_shared_f(MPI_Fint *fh, char *buf, MPI_Fint *count,
buf                80 ompi/mpi/fortran/mpif-h/file_iread_shared_f.c                                   OMPI_F2C_BOTTOM(buf),
buf                42 ompi/mpi/fortran/mpif-h/file_iwrite_all_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
buf                43 ompi/mpi/fortran/mpif-h/file_iwrite_all_f.c                            (fh, buf, count, datatype, request, ierr) )
buf                62 ompi/mpi/fortran/mpif-h/file_iwrite_all_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
buf                63 ompi/mpi/fortran/mpif-h/file_iwrite_all_f.c                            (fh, buf, count, datatype, request, ierr) )
buf                70 ompi/mpi/fortran/mpif-h/file_iwrite_all_f.c void ompi_file_iwrite_all_f(MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr)
buf                77 ompi/mpi/fortran/mpif-h/file_iwrite_all_f.c    c_ierr = PMPI_File_iwrite_all(c_fh, OMPI_F2C_BOTTOM(buf),
buf                42 ompi/mpi/fortran/mpif-h/file_iwrite_at_all_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
buf                43 ompi/mpi/fortran/mpif-h/file_iwrite_at_all_f.c                            (fh, offset, buf, count, datatype, request, ierr) )
buf                62 ompi/mpi/fortran/mpif-h/file_iwrite_at_all_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
buf                63 ompi/mpi/fortran/mpif-h/file_iwrite_at_all_f.c                            (fh, offset, buf, count, datatype, request, ierr) )
buf                70 ompi/mpi/fortran/mpif-h/file_iwrite_at_all_f.c void ompi_file_iwrite_at_all_f(MPI_Fint *fh, MPI_Offset *offset, char *buf,
buf                80 ompi/mpi/fortran/mpif-h/file_iwrite_at_all_f.c                                    OMPI_F2C_BOTTOM(buf),
buf                42 ompi/mpi/fortran/mpif-h/file_iwrite_at_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
buf                43 ompi/mpi/fortran/mpif-h/file_iwrite_at_f.c                            (fh, offset, buf, count, datatype, request, ierr) )
buf                62 ompi/mpi/fortran/mpif-h/file_iwrite_at_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
buf                63 ompi/mpi/fortran/mpif-h/file_iwrite_at_f.c                            (fh, offset, buf, count, datatype, request, ierr) )
buf                70 ompi/mpi/fortran/mpif-h/file_iwrite_at_f.c void ompi_file_iwrite_at_f(MPI_Fint *fh, MPI_Offset *offset, char *buf,
buf                80 ompi/mpi/fortran/mpif-h/file_iwrite_at_f.c                                OMPI_F2C_BOTTOM(buf),
buf                42 ompi/mpi/fortran/mpif-h/file_iwrite_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
buf                43 ompi/mpi/fortran/mpif-h/file_iwrite_f.c                            (fh, buf, count, datatype, request, ierr) )
buf                62 ompi/mpi/fortran/mpif-h/file_iwrite_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
buf                63 ompi/mpi/fortran/mpif-h/file_iwrite_f.c                            (fh, buf, count, datatype, request, ierr) )
buf                70 ompi/mpi/fortran/mpif-h/file_iwrite_f.c void ompi_file_iwrite_f(MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr)
buf                77 ompi/mpi/fortran/mpif-h/file_iwrite_f.c    c_ierr = PMPI_File_iwrite(c_fh, OMPI_F2C_BOTTOM(buf),
buf                42 ompi/mpi/fortran/mpif-h/file_iwrite_shared_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
buf                43 ompi/mpi/fortran/mpif-h/file_iwrite_shared_f.c                            (fh, buf, count, datatype, request, ierr) )
buf                62 ompi/mpi/fortran/mpif-h/file_iwrite_shared_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
buf                63 ompi/mpi/fortran/mpif-h/file_iwrite_shared_f.c                            (fh, buf, count, datatype, request, ierr) )
buf                70 ompi/mpi/fortran/mpif-h/file_iwrite_shared_f.c void ompi_file_iwrite_shared_f(MPI_Fint *fh, char *buf, MPI_Fint *count,
buf                80 ompi/mpi/fortran/mpif-h/file_iwrite_shared_f.c                                    OMPI_F2C_BOTTOM(buf),
buf                42 ompi/mpi/fortran/mpif-h/file_read_all_begin_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr),
buf                43 ompi/mpi/fortran/mpif-h/file_read_all_begin_f.c                            (fh, buf, count, datatype, ierr) )
buf                62 ompi/mpi/fortran/mpif-h/file_read_all_begin_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr),
buf                63 ompi/mpi/fortran/mpif-h/file_read_all_begin_f.c                            (fh, buf, count, datatype, ierr) )
buf                70 ompi/mpi/fortran/mpif-h/file_read_all_begin_f.c void ompi_file_read_all_begin_f(MPI_Fint *fh, char *buf,
buf                78 ompi/mpi/fortran/mpif-h/file_read_all_begin_f.c    c_ierr = PMPI_File_read_all_begin(c_fh, OMPI_F2C_BOTTOM(buf),
buf                44 ompi/mpi/fortran/mpif-h/file_read_all_end_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr),
buf                45 ompi/mpi/fortran/mpif-h/file_read_all_end_f.c                            (fh, buf, status, ierr) )
buf                64 ompi/mpi/fortran/mpif-h/file_read_all_end_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr),
buf                65 ompi/mpi/fortran/mpif-h/file_read_all_end_f.c                            (fh, buf, status, ierr) )
buf                72 ompi/mpi/fortran/mpif-h/file_read_all_end_f.c void ompi_file_read_all_end_f(MPI_Fint *fh, char *buf, MPI_Fint *status,
buf                81 ompi/mpi/fortran/mpif-h/file_read_all_end_f.c     c_ierr = PMPI_File_read_all_end(c_fh, buf, c_status);
buf                44 ompi/mpi/fortran/mpif-h/file_read_all_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
buf                45 ompi/mpi/fortran/mpif-h/file_read_all_f.c                            (fh, buf, count, datatype, status, ierr) )
buf                64 ompi/mpi/fortran/mpif-h/file_read_all_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
buf                65 ompi/mpi/fortran/mpif-h/file_read_all_f.c                            (fh, buf, count, datatype, status, ierr) )
buf                72 ompi/mpi/fortran/mpif-h/file_read_all_f.c void ompi_file_read_all_f(MPI_Fint *fh, char *buf, MPI_Fint *count,
buf                82 ompi/mpi/fortran/mpif-h/file_read_all_f.c    c_ierr = PMPI_File_read_all(c_fh, OMPI_F2C_BOTTOM(buf),
buf                42 ompi/mpi/fortran/mpif-h/file_read_at_all_begin_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr),
buf                43 ompi/mpi/fortran/mpif-h/file_read_at_all_begin_f.c                            (fh, offset, buf, count, datatype, ierr) )
buf                62 ompi/mpi/fortran/mpif-h/file_read_at_all_begin_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr),
buf                63 ompi/mpi/fortran/mpif-h/file_read_at_all_begin_f.c                            (fh, offset, buf, count, datatype, ierr) )
buf                71 ompi/mpi/fortran/mpif-h/file_read_at_all_begin_f.c 				  char *buf, MPI_Fint *count,
buf                80 ompi/mpi/fortran/mpif-h/file_read_at_all_begin_f.c                                        OMPI_F2C_BOTTOM(buf),
buf                44 ompi/mpi/fortran/mpif-h/file_read_at_all_end_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr),
buf                45 ompi/mpi/fortran/mpif-h/file_read_at_all_end_f.c                            (fh, buf, status, ierr) )
buf                64 ompi/mpi/fortran/mpif-h/file_read_at_all_end_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr),
buf                65 ompi/mpi/fortran/mpif-h/file_read_at_all_end_f.c                            (fh, buf, status, ierr) )
buf                72 ompi/mpi/fortran/mpif-h/file_read_at_all_end_f.c void ompi_file_read_at_all_end_f(MPI_Fint *fh, char *buf,
buf                81 ompi/mpi/fortran/mpif-h/file_read_at_all_end_f.c     c_ierr = PMPI_File_read_at_all_end(c_fh, buf, c_status);
buf                44 ompi/mpi/fortran/mpif-h/file_read_at_all_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
buf                45 ompi/mpi/fortran/mpif-h/file_read_at_all_f.c                            (fh, offset, buf, count, datatype, status, ierr) )
buf                64 ompi/mpi/fortran/mpif-h/file_read_at_all_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
buf                65 ompi/mpi/fortran/mpif-h/file_read_at_all_f.c                            (fh, offset, buf, count, datatype, status, ierr) )
buf                73 ompi/mpi/fortran/mpif-h/file_read_at_all_f.c 			    char *buf, MPI_Fint *count,
buf                86 ompi/mpi/fortran/mpif-h/file_read_at_all_f.c                                  OMPI_F2C_BOTTOM(buf),
buf                44 ompi/mpi/fortran/mpif-h/file_read_at_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
buf                45 ompi/mpi/fortran/mpif-h/file_read_at_f.c                            (fh, offset, buf, count, datatype, status, ierr) )
buf                64 ompi/mpi/fortran/mpif-h/file_read_at_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
buf                65 ompi/mpi/fortran/mpif-h/file_read_at_f.c                            (fh, offset, buf, count, datatype, status, ierr) )
buf                72 ompi/mpi/fortran/mpif-h/file_read_at_f.c void ompi_file_read_at_f(MPI_Fint *fh, MPI_Offset *offset, char *buf,
buf                85 ompi/mpi/fortran/mpif-h/file_read_at_f.c                               buf,
buf                44 ompi/mpi/fortran/mpif-h/file_read_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
buf                45 ompi/mpi/fortran/mpif-h/file_read_f.c                            (fh, buf, count, datatype, status, ierr) )
buf                64 ompi/mpi/fortran/mpif-h/file_read_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
buf                65 ompi/mpi/fortran/mpif-h/file_read_f.c                            (fh, buf, count, datatype, status, ierr) )
buf                72 ompi/mpi/fortran/mpif-h/file_read_f.c void ompi_file_read_f(MPI_Fint *fh, char *buf, MPI_Fint *count,
buf                82 ompi/mpi/fortran/mpif-h/file_read_f.c    c_ierr = PMPI_File_read(c_fh, OMPI_F2C_BOTTOM(buf),
buf                42 ompi/mpi/fortran/mpif-h/file_read_ordered_begin_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr),
buf                43 ompi/mpi/fortran/mpif-h/file_read_ordered_begin_f.c                            (fh, buf, count, datatype, ierr) )
buf                62 ompi/mpi/fortran/mpif-h/file_read_ordered_begin_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr),
buf                63 ompi/mpi/fortran/mpif-h/file_read_ordered_begin_f.c                            (fh, buf, count, datatype, ierr) )
buf                70 ompi/mpi/fortran/mpif-h/file_read_ordered_begin_f.c void ompi_file_read_ordered_begin_f(MPI_Fint *fh, char *buf, MPI_Fint *count,
buf                77 ompi/mpi/fortran/mpif-h/file_read_ordered_begin_f.c    c_ierr = PMPI_File_read_ordered_begin(c_fh, OMPI_F2C_BOTTOM(buf),
buf                44 ompi/mpi/fortran/mpif-h/file_read_ordered_end_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr),
buf                45 ompi/mpi/fortran/mpif-h/file_read_ordered_end_f.c                            (fh, buf, status, ierr) )
buf                64 ompi/mpi/fortran/mpif-h/file_read_ordered_end_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr),
buf                65 ompi/mpi/fortran/mpif-h/file_read_ordered_end_f.c                            (fh, buf, status, ierr) )
buf                72 ompi/mpi/fortran/mpif-h/file_read_ordered_end_f.c void ompi_file_read_ordered_end_f(MPI_Fint *fh, char *buf,
buf                81 ompi/mpi/fortran/mpif-h/file_read_ordered_end_f.c     c_ierr = PMPI_File_read_ordered_end(c_fh, buf, c_status);
buf                44 ompi/mpi/fortran/mpif-h/file_read_ordered_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
buf                45 ompi/mpi/fortran/mpif-h/file_read_ordered_f.c                            (fh, buf, count, datatype, status, ierr) )
buf                64 ompi/mpi/fortran/mpif-h/file_read_ordered_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
buf                65 ompi/mpi/fortran/mpif-h/file_read_ordered_f.c                            (fh, buf, count, datatype, status, ierr) )
buf                72 ompi/mpi/fortran/mpif-h/file_read_ordered_f.c void ompi_file_read_ordered_f(MPI_Fint *fh, char *buf, MPI_Fint *count,
buf                84 ompi/mpi/fortran/mpif-h/file_read_ordered_f.c                                   OMPI_F2C_BOTTOM(buf),
buf                44 ompi/mpi/fortran/mpif-h/file_read_shared_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
buf                45 ompi/mpi/fortran/mpif-h/file_read_shared_f.c                            (fh, buf, count, datatype, status, ierr) )
buf                64 ompi/mpi/fortran/mpif-h/file_read_shared_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
buf                65 ompi/mpi/fortran/mpif-h/file_read_shared_f.c                            (fh, buf, count, datatype, status, ierr) )
buf                72 ompi/mpi/fortran/mpif-h/file_read_shared_f.c void ompi_file_read_shared_f(MPI_Fint *fh, char *buf, MPI_Fint *count,
buf                84 ompi/mpi/fortran/mpif-h/file_read_shared_f.c                                  OMPI_F2C_BOTTOM(buf),
buf                42 ompi/mpi/fortran/mpif-h/file_write_all_begin_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr),
buf                43 ompi/mpi/fortran/mpif-h/file_write_all_begin_f.c                            (fh, buf, count, datatype, ierr) )
buf                62 ompi/mpi/fortran/mpif-h/file_write_all_begin_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr),
buf                63 ompi/mpi/fortran/mpif-h/file_write_all_begin_f.c                            (fh, buf, count, datatype, ierr) )
buf                70 ompi/mpi/fortran/mpif-h/file_write_all_begin_f.c void ompi_file_write_all_begin_f(MPI_Fint *fh, char *buf,
buf                78 ompi/mpi/fortran/mpif-h/file_write_all_begin_f.c    c_ierr = PMPI_File_write_all_begin(c_fh, OMPI_F2C_BOTTOM(buf),
buf                44 ompi/mpi/fortran/mpif-h/file_write_all_end_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr),
buf                45 ompi/mpi/fortran/mpif-h/file_write_all_end_f.c                            (fh, buf, status, ierr) )
buf                64 ompi/mpi/fortran/mpif-h/file_write_all_end_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr),
buf                65 ompi/mpi/fortran/mpif-h/file_write_all_end_f.c                            (fh, buf, status, ierr) )
buf                72 ompi/mpi/fortran/mpif-h/file_write_all_end_f.c void ompi_file_write_all_end_f(MPI_Fint *fh, char *buf, MPI_Fint *status,
buf                81 ompi/mpi/fortran/mpif-h/file_write_all_end_f.c     c_ierr = PMPI_File_write_all_end(c_fh, buf, c_status);
buf                44 ompi/mpi/fortran/mpif-h/file_write_all_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
buf                45 ompi/mpi/fortran/mpif-h/file_write_all_f.c                            (fh, buf, count, datatype, status, ierr) )
buf                64 ompi/mpi/fortran/mpif-h/file_write_all_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
buf                65 ompi/mpi/fortran/mpif-h/file_write_all_f.c                            (fh, buf, count, datatype, status, ierr) )
buf                72 ompi/mpi/fortran/mpif-h/file_write_all_f.c void ompi_file_write_all_f(MPI_Fint *fh, char *buf, MPI_Fint *count,
buf                82 ompi/mpi/fortran/mpif-h/file_write_all_f.c    c_ierr = PMPI_File_write_all(c_fh, OMPI_F2C_BOTTOM(buf),
buf                42 ompi/mpi/fortran/mpif-h/file_write_at_all_begin_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr),
buf                43 ompi/mpi/fortran/mpif-h/file_write_at_all_begin_f.c                            (fh, offset, buf, count, datatype, ierr) )
buf                62 ompi/mpi/fortran/mpif-h/file_write_at_all_begin_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr),
buf                63 ompi/mpi/fortran/mpif-h/file_write_at_all_begin_f.c                            (fh, offset, buf, count, datatype, ierr) )
buf                71 ompi/mpi/fortran/mpif-h/file_write_at_all_begin_f.c 				   char *buf, MPI_Fint *count,
buf                80 ompi/mpi/fortran/mpif-h/file_write_at_all_begin_f.c                                         OMPI_F2C_BOTTOM(buf),
buf                44 ompi/mpi/fortran/mpif-h/file_write_at_all_end_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr),
buf                45 ompi/mpi/fortran/mpif-h/file_write_at_all_end_f.c                            (fh, buf, status, ierr) )
buf                64 ompi/mpi/fortran/mpif-h/file_write_at_all_end_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr),
buf                65 ompi/mpi/fortran/mpif-h/file_write_at_all_end_f.c                            (fh, buf, status, ierr) )
buf                72 ompi/mpi/fortran/mpif-h/file_write_at_all_end_f.c void ompi_file_write_at_all_end_f(MPI_Fint *fh, char *buf,
buf                81 ompi/mpi/fortran/mpif-h/file_write_at_all_end_f.c     c_ierr = PMPI_File_write_at_all_end(c_fh, buf, c_status);
buf                44 ompi/mpi/fortran/mpif-h/file_write_at_all_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
buf                45 ompi/mpi/fortran/mpif-h/file_write_at_all_f.c                            (fh, offset, buf, count, datatype, status, ierr) )
buf                64 ompi/mpi/fortran/mpif-h/file_write_at_all_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
buf                65 ompi/mpi/fortran/mpif-h/file_write_at_all_f.c                            (fh, offset, buf, count, datatype, status, ierr) )
buf                73 ompi/mpi/fortran/mpif-h/file_write_at_all_f.c 			     char *buf, MPI_Fint *count,
buf                86 ompi/mpi/fortran/mpif-h/file_write_at_all_f.c                                   OMPI_F2C_BOTTOM(buf),
buf                44 ompi/mpi/fortran/mpif-h/file_write_at_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
buf                45 ompi/mpi/fortran/mpif-h/file_write_at_f.c                            (fh, offset, buf, count, datatype, status, ierr) )
buf                64 ompi/mpi/fortran/mpif-h/file_write_at_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
buf                65 ompi/mpi/fortran/mpif-h/file_write_at_f.c                            (fh, offset, buf, count, datatype, status, ierr) )
buf                75 ompi/mpi/fortran/mpif-h/file_write_at_f.c 			 char *buf, MPI_Fint *count,
buf                87 ompi/mpi/fortran/mpif-h/file_write_at_f.c                               OMPI_F2C_BOTTOM(buf),
buf                44 ompi/mpi/fortran/mpif-h/file_write_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
buf                45 ompi/mpi/fortran/mpif-h/file_write_f.c                            (fh, buf, count, datatype, status, ierr) )
buf                64 ompi/mpi/fortran/mpif-h/file_write_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
buf                65 ompi/mpi/fortran/mpif-h/file_write_f.c                            (fh, buf, count, datatype, status, ierr) )
buf                72 ompi/mpi/fortran/mpif-h/file_write_f.c void ompi_file_write_f(MPI_Fint *fh, char *buf, MPI_Fint *count,
buf                82 ompi/mpi/fortran/mpif-h/file_write_f.c    c_ierr = PMPI_File_write(c_fh, OMPI_F2C_BOTTOM(buf),
buf                42 ompi/mpi/fortran/mpif-h/file_write_ordered_begin_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr),
buf                43 ompi/mpi/fortran/mpif-h/file_write_ordered_begin_f.c                            (fh, buf, count, datatype, ierr) )
buf                62 ompi/mpi/fortran/mpif-h/file_write_ordered_begin_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr),
buf                63 ompi/mpi/fortran/mpif-h/file_write_ordered_begin_f.c                            (fh, buf, count, datatype, ierr) )
buf                70 ompi/mpi/fortran/mpif-h/file_write_ordered_begin_f.c void ompi_file_write_ordered_begin_f(MPI_Fint *fh, char *buf,
buf                78 ompi/mpi/fortran/mpif-h/file_write_ordered_begin_f.c    c_ierr = PMPI_File_write_ordered_begin(c_fh, OMPI_F2C_BOTTOM(buf),
buf                44 ompi/mpi/fortran/mpif-h/file_write_ordered_end_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr),
buf                45 ompi/mpi/fortran/mpif-h/file_write_ordered_end_f.c                            (fh, buf, status, ierr) )
buf                64 ompi/mpi/fortran/mpif-h/file_write_ordered_end_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr),
buf                65 ompi/mpi/fortran/mpif-h/file_write_ordered_end_f.c                            (fh, buf, status, ierr) )
buf                72 ompi/mpi/fortran/mpif-h/file_write_ordered_end_f.c void ompi_file_write_ordered_end_f(MPI_Fint *fh, char *buf,
buf                81 ompi/mpi/fortran/mpif-h/file_write_ordered_end_f.c     c_ierr = PMPI_File_write_ordered_end(c_fh, buf, c_status);
buf                44 ompi/mpi/fortran/mpif-h/file_write_ordered_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
buf                45 ompi/mpi/fortran/mpif-h/file_write_ordered_f.c                            (fh, buf, count, datatype, status, ierr) )
buf                64 ompi/mpi/fortran/mpif-h/file_write_ordered_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
buf                65 ompi/mpi/fortran/mpif-h/file_write_ordered_f.c                            (fh, buf, count, datatype, status, ierr) )
buf                72 ompi/mpi/fortran/mpif-h/file_write_ordered_f.c void ompi_file_write_ordered_f(MPI_Fint *fh, char *buf, MPI_Fint *count,
buf                84 ompi/mpi/fortran/mpif-h/file_write_ordered_f.c                                    OMPI_F2C_BOTTOM(buf),
buf                44 ompi/mpi/fortran/mpif-h/file_write_shared_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
buf                45 ompi/mpi/fortran/mpif-h/file_write_shared_f.c                            (fh, buf, count, datatype, status, ierr) )
buf                64 ompi/mpi/fortran/mpif-h/file_write_shared_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
buf                65 ompi/mpi/fortran/mpif-h/file_write_shared_f.c                            (fh, buf, count, datatype, status, ierr) )
buf                72 ompi/mpi/fortran/mpif-h/file_write_shared_f.c void ompi_file_write_shared_f(MPI_Fint *fh, char *buf, MPI_Fint *count,
buf                84 ompi/mpi/fortran/mpif-h/file_write_shared_f.c                                   OMPI_F2C_BOTTOM(buf),
buf                42 ompi/mpi/fortran/mpif-h/ibsend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
buf                43 ompi/mpi/fortran/mpif-h/ibsend_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
buf                62 ompi/mpi/fortran/mpif-h/ibsend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
buf                63 ompi/mpi/fortran/mpif-h/ibsend_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
buf                70 ompi/mpi/fortran/mpif-h/ibsend_f.c void ompi_ibsend_f(char *buf, MPI_Fint *count, MPI_Fint *datatype,
buf                81 ompi/mpi/fortran/mpif-h/ibsend_f.c    c_ierr = PMPI_Ibsend(OMPI_F2C_BOTTOM(buf), OMPI_FINT_2_INT(*count),
buf                43 ompi/mpi/fortran/mpif-h/imrecv_f.c                             (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *message,
buf                45 ompi/mpi/fortran/mpif-h/imrecv_f.c                             (buf, count, datatype, message, request, ierr) )
buf                64 ompi/mpi/fortran/mpif-h/imrecv_f.c                             (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *message,
buf                66 ompi/mpi/fortran/mpif-h/imrecv_f.c                             (buf, count, datatype, message, request, ierr) )
buf                73 ompi/mpi/fortran/mpif-h/imrecv_f.c void ompi_imrecv_f(char *buf, MPI_Fint *count, MPI_Fint *datatype,
buf                83 ompi/mpi/fortran/mpif-h/imrecv_f.c    c_ierr = OMPI_INT_2_FINT(PMPI_Imrecv(OMPI_F2C_BOTTOM(buf), OMPI_FINT_2_INT(*count),
buf                42 ompi/mpi/fortran/mpif-h/irecv_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
buf                43 ompi/mpi/fortran/mpif-h/irecv_f.c                            (buf, count, datatype, source, tag, comm, request, ierr) )
buf                62 ompi/mpi/fortran/mpif-h/irecv_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
buf                63 ompi/mpi/fortran/mpif-h/irecv_f.c                            (buf, count, datatype, source, tag, comm, request, ierr) )
buf                70 ompi/mpi/fortran/mpif-h/irecv_f.c void ompi_irecv_f(char *buf, MPI_Fint *count, MPI_Fint *datatype,
buf                81 ompi/mpi/fortran/mpif-h/irecv_f.c    c_ierr = PMPI_Irecv(OMPI_F2C_BOTTOM(buf), OMPI_FINT_2_INT(*count),
buf                42 ompi/mpi/fortran/mpif-h/irsend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
buf                43 ompi/mpi/fortran/mpif-h/irsend_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
buf                62 ompi/mpi/fortran/mpif-h/irsend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
buf                63 ompi/mpi/fortran/mpif-h/irsend_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
buf                70 ompi/mpi/fortran/mpif-h/irsend_f.c void ompi_irsend_f(char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)
buf                79 ompi/mpi/fortran/mpif-h/irsend_f.c    c_ierr = PMPI_Irsend(OMPI_F2C_BOTTOM(buf), OMPI_FINT_2_INT(*count),
buf                42 ompi/mpi/fortran/mpif-h/isend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
buf                43 ompi/mpi/fortran/mpif-h/isend_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
buf                62 ompi/mpi/fortran/mpif-h/isend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
buf                63 ompi/mpi/fortran/mpif-h/isend_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
buf                70 ompi/mpi/fortran/mpif-h/isend_f.c void ompi_isend_f(char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)
buf                79 ompi/mpi/fortran/mpif-h/isend_f.c    c_ierr = PMPI_Isend(OMPI_F2C_BOTTOM(buf), OMPI_FINT_2_INT(*count),
buf                42 ompi/mpi/fortran/mpif-h/issend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
buf                43 ompi/mpi/fortran/mpif-h/issend_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
buf                62 ompi/mpi/fortran/mpif-h/issend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
buf                63 ompi/mpi/fortran/mpif-h/issend_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
buf                70 ompi/mpi/fortran/mpif-h/issend_f.c void ompi_issend_f(char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)
buf                79 ompi/mpi/fortran/mpif-h/issend_f.c    c_ierr = PMPI_Issend(OMPI_F2C_BOTTOM(buf), OMPI_FINT_2_INT(*count),
buf                46 ompi/mpi/fortran/mpif-h/mrecv_f.c                             (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *message,
buf                48 ompi/mpi/fortran/mpif-h/mrecv_f.c                             (buf, count, datatype, message, status, ierr) )
buf                67 ompi/mpi/fortran/mpif-h/mrecv_f.c                             (char *buf, MPI_Fint *count, MPI_Fint *datatype,
buf                69 ompi/mpi/fortran/mpif-h/mrecv_f.c                             (buf, count, datatype, message, status, ierr) )
buf                76 ompi/mpi/fortran/mpif-h/mrecv_f.c void ompi_mrecv_f(char *buf, MPI_Fint *count, MPI_Fint *datatype,
buf                87 ompi/mpi/fortran/mpif-h/mrecv_f.c    c_ierr = OMPI_INT_2_FINT(PMPI_Mrecv(OMPI_F2C_BOTTOM(buf), OMPI_FINT_2_INT(*count),
buf               106 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Bsend, mpi_bsend, MPI_BSEND, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr));
buf               107 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Bsend_init, mpi_bsend_init, MPI_BSEND_INIT, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
buf               168 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_F_sync_reg, mpi_f_sync_reg, MPI_F_SYNC_REG, (char *buf));
buf               186 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_at, mpi_file_read_at, MPI_FILE_READ_AT, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
buf               187 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_at_all, mpi_file_read_at_all, MPI_FILE_READ_AT_ALL, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
buf               188 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_at, mpi_file_write_at, MPI_FILE_WRITE_AT, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
buf               189 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_at_all, mpi_file_write_at_all, MPI_FILE_WRITE_AT_ALL, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
buf               190 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iread_at, mpi_file_iread_at, MPI_FILE_IREAD_AT, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr));
buf               191 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iwrite_at, mpi_file_iwrite_at, MPI_FILE_IWRITE_AT, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr));
buf               192 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iread_at_all, mpi_file_iread_at_all, MPI_FILE_IREAD_AT_ALL, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr));
buf               193 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iwrite_at_all, mpi_file_iwrite_at_all, MPI_FILE_IWRITE_AT_ALL, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr));
buf               194 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read, mpi_file_read, MPI_FILE_READ, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
buf               195 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_all, mpi_file_read_all, MPI_FILE_READ_ALL, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
buf               196 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write, mpi_file_write, MPI_FILE_WRITE, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
buf               197 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_all, mpi_file_write_all, MPI_FILE_WRITE_ALL, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
buf               198 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iread, mpi_file_iread, MPI_FILE_IREAD, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr));
buf               199 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iwrite, mpi_file_iwrite, MPI_FILE_IWRITE, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr));
buf               200 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iread_all, mpi_file_iread_all, MPI_FILE_IREAD_ALL, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr));
buf               201 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iwrite_all, mpi_file_iwrite_all, MPI_FILE_IWRITE_ALL, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr));
buf               205 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_shared, mpi_file_read_shared, MPI_FILE_READ_SHARED, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
buf               206 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_shared, mpi_file_write_shared, MPI_FILE_WRITE_SHARED, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
buf               207 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iread_shared, mpi_file_iread_shared, MPI_FILE_IREAD_SHARED, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr));
buf               208 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iwrite_shared, mpi_file_iwrite_shared, MPI_FILE_IWRITE_SHARED, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr));
buf               209 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_ordered, mpi_file_read_ordered, MPI_FILE_READ_ORDERED, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
buf               210 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_ordered, mpi_file_write_ordered, MPI_FILE_WRITE_ORDERED, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
buf               213 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_at_all_begin, mpi_file_read_at_all_begin, MPI_FILE_READ_AT_ALL_BEGIN, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr));
buf               214 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_at_all_end, mpi_file_read_at_all_end, MPI_FILE_READ_AT_ALL_END, (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr));
buf               215 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_at_all_begin, mpi_file_write_at_all_begin, MPI_FILE_WRITE_AT_ALL_BEGIN, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr));
buf               216 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_at_all_end, mpi_file_write_at_all_end, MPI_FILE_WRITE_AT_ALL_END, (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr));
buf               217 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_all_begin, mpi_file_read_all_begin, MPI_FILE_READ_ALL_BEGIN, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr));
buf               218 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_all_end, mpi_file_read_all_end, MPI_FILE_READ_ALL_END, (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr));
buf               219 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_all_begin, mpi_file_write_all_begin, MPI_FILE_WRITE_ALL_BEGIN, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr));
buf               220 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_all_end, mpi_file_write_all_end, MPI_FILE_WRITE_ALL_END, (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr));
buf               221 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_ordered_begin, mpi_file_read_ordered_begin, MPI_FILE_READ_ORDERED_BEGIN, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr));
buf               222 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_ordered_end, mpi_file_read_ordered_end, MPI_FILE_READ_ORDERED_END, (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr));
buf               223 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_ordered_begin, mpi_file_write_ordered_begin, MPI_FILE_WRITE_ORDERED_BEGIN, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr));
buf               224 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_ordered_end, mpi_file_write_ordered_end, MPI_FILE_WRITE_ORDERED_END, (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr));
buf               271 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ibsend, mpi_ibsend, MPI_IBSEND, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
buf               276 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Imrecv,mpi_imrecv, MPI_IMRECV, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *message, MPI_Fint *request, MPI_Fint *ierr));
buf               303 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Irecv, mpi_irecv, MPI_IRECV, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
buf               304 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Irsend, mpi_irsend, MPI_IRSEND, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
buf               305 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Isend, mpi_isend, MPI_ISEND, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
buf               306 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Issend, mpi_issend, MPI_ISSEND, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
buf               312 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Mrecv, mpi_mrecv, MPI_MRECV, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *message, MPI_Fint *status, MPI_Fint *ierr));
buf               332 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Recv_init, mpi_recv_init, MPI_RECV_INIT, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
buf               333 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Recv, mpi_recv, MPI_RECV, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr));
buf               345 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Rsend_init, mpi_rsend_init, MPI_RSEND_INIT, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
buf               349 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Send_init, mpi_send_init, MPI_SEND_INIT, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
buf               350 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Send, mpi_send, MPI_SEND, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr));
buf               352 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Sendrecv_replace, mpi_sendrecv_replace, MPI_SENDRECV_REPLACE, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *sendtag, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr));
buf               353 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ssend_init, mpi_ssend_init, MPI_SSEND_INIT, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
buf               354 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ssend, mpi_ssend, MPI_SSEND, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr));
buf                45 ompi/mpi/fortran/mpif-h/recv_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr),
buf                46 ompi/mpi/fortran/mpif-h/recv_f.c                            (buf, count, datatype, source, tag, comm, status, ierr) )
buf                65 ompi/mpi/fortran/mpif-h/recv_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr),
buf                66 ompi/mpi/fortran/mpif-h/recv_f.c                            (buf, count, datatype, source, tag, comm, status, ierr) )
buf                73 ompi/mpi/fortran/mpif-h/recv_f.c void ompi_recv_f(char *buf, MPI_Fint *count, MPI_Fint *datatype,
buf                85 ompi/mpi/fortran/mpif-h/recv_f.c    c_ierr = PMPI_Recv(OMPI_F2C_BOTTOM(buf), OMPI_FINT_2_INT(*count),
buf                42 ompi/mpi/fortran/mpif-h/recv_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
buf                43 ompi/mpi/fortran/mpif-h/recv_init_f.c                            (buf, count, datatype, source, tag, comm, request, ierr) )
buf                62 ompi/mpi/fortran/mpif-h/recv_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
buf                63 ompi/mpi/fortran/mpif-h/recv_init_f.c                            (buf, count, datatype, source, tag, comm, request, ierr) )
buf                70 ompi/mpi/fortran/mpif-h/recv_init_f.c void ompi_recv_init_f(char *buf, MPI_Fint *count, MPI_Fint *datatype,
buf                81 ompi/mpi/fortran/mpif-h/recv_init_f.c    c_ierr = PMPI_Recv_init(OMPI_F2C_BOTTOM(buf), OMPI_FINT_2_INT(*count),
buf                42 ompi/mpi/fortran/mpif-h/rsend_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
buf                43 ompi/mpi/fortran/mpif-h/rsend_init_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
buf                62 ompi/mpi/fortran/mpif-h/rsend_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
buf                63 ompi/mpi/fortran/mpif-h/rsend_init_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
buf                70 ompi/mpi/fortran/mpif-h/rsend_init_f.c void ompi_rsend_init_f(char *buf, MPI_Fint *count,
buf                82 ompi/mpi/fortran/mpif-h/rsend_init_f.c    c_ierr = PMPI_Rsend_init(OMPI_F2C_BOTTOM(buf), OMPI_FINT_2_INT(*count),
buf                42 ompi/mpi/fortran/mpif-h/send_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr),
buf                43 ompi/mpi/fortran/mpif-h/send_f.c                            (buf, count, datatype, dest, tag, comm, ierr) )
buf                62 ompi/mpi/fortran/mpif-h/send_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr),
buf                63 ompi/mpi/fortran/mpif-h/send_f.c                            (buf, count, datatype, dest, tag, comm, ierr) )
buf                70 ompi/mpi/fortran/mpif-h/send_f.c void ompi_send_f(char *buf, MPI_Fint *count, MPI_Fint *datatype,
buf                78 ompi/mpi/fortran/mpif-h/send_f.c     c_ierr = PMPI_Send(OMPI_F2C_BOTTOM(buf), OMPI_FINT_2_INT(*count),
buf                42 ompi/mpi/fortran/mpif-h/send_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
buf                43 ompi/mpi/fortran/mpif-h/send_init_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
buf                62 ompi/mpi/fortran/mpif-h/send_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
buf                63 ompi/mpi/fortran/mpif-h/send_init_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
buf                70 ompi/mpi/fortran/mpif-h/send_init_f.c void ompi_send_init_f(char *buf, MPI_Fint *count, MPI_Fint *datatype,
buf                81 ompi/mpi/fortran/mpif-h/send_init_f.c    c_ierr = PMPI_Send_init(OMPI_F2C_BOTTOM(buf), OMPI_FINT_2_INT(*count),
buf                42 ompi/mpi/fortran/mpif-h/sendrecv_replace_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *sendtag, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr),
buf                43 ompi/mpi/fortran/mpif-h/sendrecv_replace_f.c                            (buf, count, datatype, dest, sendtag, source, recvtag, comm, status, ierr) )
buf                62 ompi/mpi/fortran/mpif-h/sendrecv_replace_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *sendtag, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr),
buf                63 ompi/mpi/fortran/mpif-h/sendrecv_replace_f.c                            (buf, count, datatype, dest, sendtag, source, recvtag, comm, status, ierr) )
buf                70 ompi/mpi/fortran/mpif-h/sendrecv_replace_f.c void ompi_sendrecv_replace_f(char *buf, MPI_Fint *count, MPI_Fint *datatype,
buf                82 ompi/mpi/fortran/mpif-h/sendrecv_replace_f.c    c_ierr = PMPI_Sendrecv_replace(OMPI_F2C_BOTTOM(buf),
buf                42 ompi/mpi/fortran/mpif-h/ssend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr),
buf                43 ompi/mpi/fortran/mpif-h/ssend_f.c                            (buf, count, datatype, dest, tag, comm, ierr) )
buf                62 ompi/mpi/fortran/mpif-h/ssend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr),
buf                63 ompi/mpi/fortran/mpif-h/ssend_f.c                            (buf, count, datatype, dest, tag, comm, ierr) )
buf                70 ompi/mpi/fortran/mpif-h/ssend_f.c void ompi_ssend_f(char *buf, MPI_Fint *count, MPI_Fint *datatype,
buf                80 ompi/mpi/fortran/mpif-h/ssend_f.c    c_ierr = PMPI_Ssend(OMPI_F2C_BOTTOM(buf), OMPI_FINT_2_INT(*count),
buf                42 ompi/mpi/fortran/mpif-h/ssend_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
buf                43 ompi/mpi/fortran/mpif-h/ssend_init_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
buf                62 ompi/mpi/fortran/mpif-h/ssend_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
buf                63 ompi/mpi/fortran/mpif-h/ssend_init_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
buf                70 ompi/mpi/fortran/mpif-h/ssend_init_f.c void ompi_ssend_init_f(char *buf, MPI_Fint *count, MPI_Fint *datatype,
buf                81 ompi/mpi/fortran/mpif-h/ssend_init_f.c    c_ierr = PMPI_Ssend_init(OMPI_F2C_BOTTOM(buf), OMPI_FINT_2_INT(*count),
buf               166 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_bsend_f(buf,count,datatype,dest,tag,comm,ierror) &
buf               169 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf               176 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_bsend_init_f(buf,count,datatype,dest,tag,comm,request,ierror) &
buf               179 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf               224 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ibsend_f(buf,count,datatype,dest,tag,comm,request,ierror) &
buf               227 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf               235 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_irecv_f(buf,count,datatype,source,tag,comm,request,ierror) &
buf               238 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE :: buf
buf               246 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_irsend_f(buf,count,datatype,dest,tag,comm,request,ierror) &
buf               249 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf               257 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_isend_f(buf,count,datatype,dest,tag,comm,request,ierror) &
buf               260 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf               268 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_issend_f(buf,count,datatype,dest,tag,comm,request,ierror) &
buf               271 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf               289 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_recv_f(buf,count,datatype,source,tag,comm,status,ierror) &
buf               293 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE :: buf
buf               301 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_recv_init_f(buf,count,datatype,source,tag,comm,request,ierror) &
buf               304 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE :: buf
buf               319 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_rsend_f(buf,count,datatype,dest,tag,comm,ierror) &
buf               322 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf               329 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_rsend_init_f(buf,count,datatype,dest,tag,comm,request,ierror) &
buf               332 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE :: buf
buf               340 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_send_f(buf,count,datatype,dest,tag,comm,ierror) &
buf               343 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf               365 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_sendrecv_replace_f(buf,count,datatype,dest,sendtag,source, &
buf               370 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE :: buf
buf               378 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_send_init_f(buf,count,datatype,dest,tag,comm,request,ierror) &
buf               381 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf               389 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ssend_f(buf,count,datatype,dest,tag,comm,ierror) &
buf               392 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf               399 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ssend_init_f(buf,count,datatype,dest,tag,comm,request,ierror) &
buf               402 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf              2760 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iread_f(fh,buf,count,datatype,request,ierror) &
buf              2764 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf              2771 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iread_at_f(fh,offset,buf,count,datatype,request,ierror) &
buf              2777 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf              2784 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iread_all_f(fh,buf,count,datatype,request,ierror) &
buf              2788 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf              2795 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iread_at_all_f(fh,offset,buf,count,datatype,request,ierror) &
buf              2801 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf              2808 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iread_shared_f(fh,buf,count,datatype,request,ierror) &
buf              2812 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf              2819 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iwrite_f(fh,buf,count,datatype,request,ierror) &
buf              2823 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf              2830 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iwrite_at_f(fh,offset,buf,count,datatype,request,ierror) &
buf              2836 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf              2843 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iwrite_all_f(fh,buf,count,datatype,request,ierror) &
buf              2847 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf              2854 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iwrite_at_all_f(fh,offset,buf,count,datatype,request,ierror) &
buf              2860 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf              2867 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iwrite_shared_f(fh,buf,count,datatype,request,ierror) &
buf              2870 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf              2900 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_f(fh,buf,count,datatype,status,ierror) &
buf              2905 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf              2912 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_all_f(fh,buf,count,datatype,status,ierror) &
buf              2917 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf              2924 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_all_begin_f(fh,buf,count,datatype,ierror) &
buf              2928 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf              2934 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_all_end_f(fh,buf,status,ierror) &
buf              2939 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf              2944 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_at_f(fh,offset,buf,count,datatype,status,ierror) &
buf              2950 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf              2957 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_at_all_f(fh,offset,buf,count,datatype,status,ierror) &
buf              2963 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf              2970 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_at_all_begin_f(fh,offset,buf,count,datatype,ierror) &
buf              2976 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf              2982 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_at_all_end_f(fh,buf,status,ierror) &
buf              2987 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf              2992 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_ordered_f(fh,buf,count,datatype,status,ierror) &
buf              2997 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf              3004 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_ordered_begin_f(fh,buf,count,datatype,ierror) &
buf              3008 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf              3014 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_ordered_end_f(fh,buf,status,ierror) &
buf              3019 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf              3024 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_shared_f(fh,buf,count,datatype,status,ierror) &
buf              3029 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf              3095 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_f(fh,buf,count,datatype,status,ierror) &
buf              3100 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf              3107 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_all_f(fh,buf,count,datatype,status,ierror) &
buf              3112 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf              3119 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_all_begin_f(fh,buf,count,datatype,ierror) &
buf              3123 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf              3129 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_all_end_f(fh,buf,status,ierror) &
buf              3134 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf              3139 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_at_f(fh,offset,buf,count,datatype,status,ierror) &
buf              3145 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf              3152 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_at_all_f(fh,offset,buf,count,datatype,status,ierror) &
buf              3158 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf              3165 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_at_all_begin_f(fh,offset,buf,count,datatype,ierror) &
buf              3171 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf              3177 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_at_all_end_f(fh,buf,status,ierror) &
buf              3182 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf              3187 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_ordered_f(fh,buf,count,datatype,status,ierror) &
buf              3192 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf              3199 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_ordered_begin_f(fh,buf,count,datatype,ierror) &
buf              3203 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf              3209 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_ordered_end_f(fh,buf,status,ierror) &
buf              3214 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf              3219 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_shared_f(fh,buf,count,datatype,status,ierror) &
buf              3224 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: buf
buf              3314 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_f_sync_reg_f(buf) &
buf              3317 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE :: buf
buf              3341 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_imrecv_f(buf,count,datatype,message,request,ierror) &
buf              3344 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE OMPI_ASYNCHRONOUS :: buf
buf              3352 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_mrecv_f(buf,count,datatype,message,status,ierror) &
buf              3356 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    OMPI_FORTRAN_IGNORE_TKR_TYPE :: buf
buf                71 ompi/mpi/java/c/mpiJava.h                                  jobject buf, int offset);
buf                73 ompi/mpi/java/c/mpiJava.h void* ompi_java_getDirectBufferAddress(JNIEnv *env, jobject buf);
buf                77 ompi/mpi/java/c/mpiJava.h         void **ptr, ompi_java_buffer_t **item, JNIEnv *env, jobject buf,
buf                85 ompi/mpi/java/c/mpiJava.h         jobject buf, jboolean db, int offset, int count, int size,
buf                94 ompi/mpi/java/c/mpiJava.h         jobject buf, jboolean db, int off, int *counts, int *displs,
buf                99 ompi/mpi/java/c/mpiJava.h         void *ptr, ompi_java_buffer_t *item, jobject buf, jboolean db);
buf               104 ompi/mpi/java/c/mpiJava.h         jobject buf, jboolean db, int count, MPI_Datatype type);
buf               109 ompi/mpi/java/c/mpiJava.h         void **ptr, ompi_java_buffer_t **item, JNIEnv *env, jobject buf,
buf               115 ompi/mpi/java/c/mpiJava.h         void *ptr, ompi_java_buffer_t *item, JNIEnv *env, jobject buf,
buf               123 ompi/mpi/java/c/mpiJava.h         jobject buf, jboolean db, int off, int *counts, int *displs,
buf                63 ompi/mpi/java/c/mpi_Comm.c                             jobject buf, jboolean db, int offset)
buf                65 ompi/mpi/java/c/mpi_Comm.c     if(buf == NULL)
buf                73 ompi/mpi/java/c/mpi_Comm.c         *bufBase = (*env)->GetDirectBufferAddress(env, buf);
buf                79 ompi/mpi/java/c/mpi_Comm.c         return ompi_java_getArrayCritical(bufBase, env, buf, offset);
buf                84 ompi/mpi/java/c/mpi_Comm.c         JNIEnv *env, jobject buf, jboolean db, void* bufBase)
buf                86 ompi/mpi/java/c/mpi_Comm.c     if(!db && buf)
buf                87 ompi/mpi/java/c/mpi_Comm.c         (*env)->ReleasePrimitiveArrayCritical(env, buf, bufBase, 0);
buf               321 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jboolean db, jint offset, jint count,
buf               329 ompi/mpi/java/c/mpi_Comm.c     ompi_java_getReadPtr(&ptr, &item, env, buf, db, offset, count, type, bType);
buf               333 ompi/mpi/java/c/mpi_Comm.c     ompi_java_releaseReadPtr(ptr, item, buf, db);
buf               338 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jboolean db, jint offset, jint count,
buf               347 ompi/mpi/java/c/mpi_Comm.c     ompi_java_getWritePtr(&ptr, &item, env, buf, db, count, type);
buf               353 ompi/mpi/java/c/mpi_Comm.c     ompi_java_releaseWritePtr(ptr,item,env,buf,db,offset,count,type,bType);
buf               392 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jboolean db, jint offset,
buf               401 ompi/mpi/java/c/mpi_Comm.c     ompi_java_getReadPtr(&ptr, &item, env, buf, db, offset, count, type, bType);
buf               410 ompi/mpi/java/c/mpi_Comm.c     ompi_java_releaseWritePtr(ptr,item,env,buf,db,offset,count,type,bType);
buf               415 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jboolean db, jint offset,
buf               423 ompi/mpi/java/c/mpi_Comm.c     ompi_java_getReadPtr(&ptr, &item, env, buf, db, offset, count, type, bType);
buf               427 ompi/mpi/java/c/mpi_Comm.c     ompi_java_releaseReadPtr(ptr, item, buf, db);
buf               432 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jboolean db, jint offset,
buf               440 ompi/mpi/java/c/mpi_Comm.c     ompi_java_getReadPtr(&ptr, &item, env, buf, db, offset, count, type, bType);
buf               444 ompi/mpi/java/c/mpi_Comm.c     ompi_java_releaseReadPtr(ptr, item, buf, db);
buf               449 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jboolean db, jint offset,
buf               457 ompi/mpi/java/c/mpi_Comm.c     ompi_java_getReadPtr(&ptr, &item, env, buf, db, offset, count, type, bType);
buf               461 ompi/mpi/java/c/mpi_Comm.c     ompi_java_releaseReadPtr(ptr, item, buf, db);
buf               466 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jint count, jlong type, jint dest, jint tag)
buf               468 ompi/mpi/java/c/mpi_Comm.c     void *ptr = ompi_java_getDirectBufferAddress(env, buf);
buf               480 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jint count, jlong type, jint dest, jint tag)
buf               482 ompi/mpi/java/c/mpi_Comm.c     void *ptr = ompi_java_getDirectBufferAddress(env, buf);
buf               494 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jint count, jlong type, jint dest, jint tag)
buf               496 ompi/mpi/java/c/mpi_Comm.c     void *ptr = ompi_java_getDirectBufferAddress(env, buf);
buf               508 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jint count, jlong type, jint dest, jint tag)
buf               510 ompi/mpi/java/c/mpi_Comm.c     void *ptr = ompi_java_getDirectBufferAddress(env, buf);
buf               522 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jint count, jlong type, jint source, jint tag)
buf               524 ompi/mpi/java/c/mpi_Comm.c     void *ptr = ompi_java_getDirectBufferAddress(env, buf);
buf               536 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jint count, jlong type, jint dest, jint tag)
buf               538 ompi/mpi/java/c/mpi_Comm.c     void *ptr = ompi_java_getDirectBufferAddress(env, buf);
buf               550 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jint count, jlong type, jint dest, jint tag)
buf               552 ompi/mpi/java/c/mpi_Comm.c     void *ptr = ompi_java_getDirectBufferAddress(env, buf);
buf               564 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jint count, jlong type, jint dest, jint tag)
buf               566 ompi/mpi/java/c/mpi_Comm.c     void *ptr = ompi_java_getDirectBufferAddress(env, buf);
buf               578 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jint count, jlong type, jint dest, jint tag)
buf               580 ompi/mpi/java/c/mpi_Comm.c     void *ptr = ompi_java_getDirectBufferAddress(env, buf);
buf               592 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jint count, jlong type, jint source, jint tag)
buf               594 ompi/mpi/java/c/mpi_Comm.c     void *ptr = ompi_java_getDirectBufferAddress(env, buf);
buf               804 ompi/mpi/java/c/mpi_Comm.c         JNIEnv *env, jobject jthis, jlong jComm, jobject buf, jboolean db,
buf               812 ompi/mpi/java/c/mpi_Comm.c     ompi_java_getReadPtr(&ptr, &item, env, buf, db, offset, count, type, bType);
buf               816 ompi/mpi/java/c/mpi_Comm.c     ompi_java_releaseWritePtr(ptr,item,env,buf,db,offset,count,type,bType);
buf               821 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jint count, jlong type, jint root)
buf               823 ompi/mpi/java/c/mpi_Comm.c     void *ptr = ompi_java_getDirectBufferAddress(env, buf);
buf               140 ompi/mpi/java/c/mpi_File.c         jobject buf, jboolean db, jint off, jint count,
buf               147 ompi/mpi/java/c/mpi_File.c     ompi_java_getWritePtr(&ptr, &item, env, buf, db, count, type);
buf               154 ompi/mpi/java/c/mpi_File.c     ompi_java_releaseWritePtr(ptr, item, env, buf, db, off, count, type, bType);
buf               162 ompi/mpi/java/c/mpi_File.c         jobject buf, jboolean db, jint off, jint count,
buf               169 ompi/mpi/java/c/mpi_File.c     ompi_java_getWritePtr(&ptr, &item, env, buf, db, count, type);
buf               176 ompi/mpi/java/c/mpi_File.c     ompi_java_releaseWritePtr(ptr, item, env, buf, db, off, count, type, bType);
buf               184 ompi/mpi/java/c/mpi_File.c         jobject buf, jboolean db, jint off, jint count,
buf               191 ompi/mpi/java/c/mpi_File.c     ompi_java_getReadPtr(&ptr, &item, env, buf, db, off, count, type, bType);
buf               198 ompi/mpi/java/c/mpi_File.c     ompi_java_releaseReadPtr(ptr, item, buf, db);
buf               206 ompi/mpi/java/c/mpi_File.c         jobject buf, jboolean db, jint off, jint count,
buf               213 ompi/mpi/java/c/mpi_File.c     ompi_java_getReadPtr(&ptr, &item, env, buf, db, off, count, type, bType);
buf               220 ompi/mpi/java/c/mpi_File.c     ompi_java_releaseReadPtr(ptr, item, buf, db);
buf               228 ompi/mpi/java/c/mpi_File.c         jobject buf, jint count, jlong type)
buf               230 ompi/mpi/java/c/mpi_File.c     void *ptr = (*env)->GetDirectBufferAddress(env, buf);
buf               242 ompi/mpi/java/c/mpi_File.c         jobject buf, jint count, jlong type)
buf               244 ompi/mpi/java/c/mpi_File.c     void *ptr = (*env)->GetDirectBufferAddress(env, buf);
buf               256 ompi/mpi/java/c/mpi_File.c         jobject buf, jint count, jlong type)
buf               258 ompi/mpi/java/c/mpi_File.c     void *ptr = (*env)->GetDirectBufferAddress(env, buf);
buf               270 ompi/mpi/java/c/mpi_File.c         jobject buf, jint count, jlong type)
buf               272 ompi/mpi/java/c/mpi_File.c     void *ptr = (*env)->GetDirectBufferAddress(env, buf);
buf               283 ompi/mpi/java/c/mpi_File.c         JNIEnv *env, jobject jthis, jlong fh, jobject buf, jboolean db,
buf               290 ompi/mpi/java/c/mpi_File.c     ompi_java_getWritePtr(&ptr, &item, env, buf, db, count, type);
buf               294 ompi/mpi/java/c/mpi_File.c     ompi_java_releaseWritePtr(ptr, item, env, buf, db, off, count, type, bType);
buf               301 ompi/mpi/java/c/mpi_File.c         JNIEnv *env, jobject jthis, jlong fh, jobject buf, jboolean db,
buf               308 ompi/mpi/java/c/mpi_File.c     ompi_java_getWritePtr(&ptr, &item, env, buf, db, count, type);
buf               312 ompi/mpi/java/c/mpi_File.c     ompi_java_releaseWritePtr(ptr, item, env, buf, db, off, count, type, bType);
buf               319 ompi/mpi/java/c/mpi_File.c         JNIEnv *env, jobject jthis, jlong fh, jobject buf, jboolean db,
buf               326 ompi/mpi/java/c/mpi_File.c     ompi_java_getReadPtr(&ptr, &item, env, buf, db, off, count, type, bType);
buf               330 ompi/mpi/java/c/mpi_File.c     ompi_java_releaseReadPtr(ptr, item, buf, db);
buf               337 ompi/mpi/java/c/mpi_File.c         JNIEnv *env, jobject jthis, jlong fh, jobject buf, jboolean db,
buf               344 ompi/mpi/java/c/mpi_File.c     ompi_java_getReadPtr(&ptr, &item, env, buf, db, off, count, type, bType);
buf               348 ompi/mpi/java/c/mpi_File.c     ompi_java_releaseReadPtr(ptr, item, buf, db);
buf               356 ompi/mpi/java/c/mpi_File.c         jobject buf, jint count, jlong type)
buf               358 ompi/mpi/java/c/mpi_File.c     void *ptr = (*env)->GetDirectBufferAddress(env, buf);
buf               370 ompi/mpi/java/c/mpi_File.c         jobject buf, jint count, jlong type)
buf               372 ompi/mpi/java/c/mpi_File.c     void *ptr = (*env)->GetDirectBufferAddress(env, buf);
buf               384 ompi/mpi/java/c/mpi_File.c         jobject buf, jint count, jlong type)
buf               386 ompi/mpi/java/c/mpi_File.c     void *ptr = (*env)->GetDirectBufferAddress(env, buf);
buf               398 ompi/mpi/java/c/mpi_File.c         jobject buf, jint count, jlong type)
buf               400 ompi/mpi/java/c/mpi_File.c     void *ptr = (*env)->GetDirectBufferAddress(env, buf);
buf               436 ompi/mpi/java/c/mpi_File.c         JNIEnv *env, jobject jthis, jlong fh, jobject buf, jboolean db,
buf               443 ompi/mpi/java/c/mpi_File.c     ompi_java_getWritePtr(&ptr, &item, env, buf, db, count, type);
buf               447 ompi/mpi/java/c/mpi_File.c     ompi_java_releaseWritePtr(ptr, item, env, buf, db, off, count, type, bType);
buf               454 ompi/mpi/java/c/mpi_File.c         JNIEnv *env, jobject jthis, jlong fh, jobject buf, jboolean db,
buf               461 ompi/mpi/java/c/mpi_File.c     ompi_java_getReadPtr(&ptr, &item, env, buf, db, off, count, type, bType);
buf               465 ompi/mpi/java/c/mpi_File.c     ompi_java_releaseReadPtr(ptr, item, buf, db);
buf               473 ompi/mpi/java/c/mpi_File.c         jobject buf, jint count, jlong type)
buf               475 ompi/mpi/java/c/mpi_File.c     void *ptr = (*env)->GetDirectBufferAddress(env, buf);
buf               487 ompi/mpi/java/c/mpi_File.c         jobject buf, jint count, jlong type)
buf               489 ompi/mpi/java/c/mpi_File.c     void *ptr = (*env)->GetDirectBufferAddress(env, buf);
buf               500 ompi/mpi/java/c/mpi_File.c         JNIEnv *env, jobject jthis, jlong fh, jobject buf, jboolean db,
buf               507 ompi/mpi/java/c/mpi_File.c     ompi_java_getWritePtr(&ptr, &item, env, buf, db, count, type);
buf               511 ompi/mpi/java/c/mpi_File.c     ompi_java_releaseWritePtr(ptr, item, env, buf, db, off, count, type, bType);
buf               518 ompi/mpi/java/c/mpi_File.c         JNIEnv *env, jobject jthis, jlong fh, jobject buf, jboolean db,
buf               525 ompi/mpi/java/c/mpi_File.c     ompi_java_getReadPtr(&ptr, &item, env, buf, db, off, count, type, bType);
buf               529 ompi/mpi/java/c/mpi_File.c     ompi_java_releaseReadPtr(ptr, item, buf, db);
buf               553 ompi/mpi/java/c/mpi_File.c         jobject buf, jint count, jlong type)
buf               555 ompi/mpi/java/c/mpi_File.c     void *ptr = (*env)->GetDirectBufferAddress(env, buf);
buf               563 ompi/mpi/java/c/mpi_File.c         JNIEnv *env, jobject jthis, jlong fh, jobject buf, jlongArray stat)
buf               566 ompi/mpi/java/c/mpi_File.c     void *ptr = (*env)->GetDirectBufferAddress(env, buf);
buf               575 ompi/mpi/java/c/mpi_File.c         jobject buf, jint count, jlong type)
buf               577 ompi/mpi/java/c/mpi_File.c     void *ptr = (*env)->GetDirectBufferAddress(env, buf);
buf               585 ompi/mpi/java/c/mpi_File.c         JNIEnv *env, jobject jthis, jlong fh, jobject buf, jlongArray stat)
buf               588 ompi/mpi/java/c/mpi_File.c     void *ptr = (*env)->GetDirectBufferAddress(env, buf);
buf               597 ompi/mpi/java/c/mpi_File.c         jobject buf, jint count, jlong type)
buf               599 ompi/mpi/java/c/mpi_File.c     void *ptr = (*env)->GetDirectBufferAddress(env, buf);
buf               608 ompi/mpi/java/c/mpi_File.c         JNIEnv *env, jobject jthis, jlong fh, jobject buf, jlongArray stat)
buf               611 ompi/mpi/java/c/mpi_File.c     void *ptr = (*env)->GetDirectBufferAddress(env, buf);
buf               620 ompi/mpi/java/c/mpi_File.c         jobject buf, jint count, jlong type)
buf               622 ompi/mpi/java/c/mpi_File.c     void *ptr = (*env)->GetDirectBufferAddress(env, buf);
buf               631 ompi/mpi/java/c/mpi_File.c         JNIEnv *env, jobject jthis, jlong fh, jobject buf, jlongArray stat)
buf               634 ompi/mpi/java/c/mpi_File.c     void *ptr = (*env)->GetDirectBufferAddress(env, buf);
buf               643 ompi/mpi/java/c/mpi_File.c         jobject buf, jint count, jlong type)
buf               645 ompi/mpi/java/c/mpi_File.c     void *ptr = (*env)->GetDirectBufferAddress(env, buf);
buf               654 ompi/mpi/java/c/mpi_File.c         JNIEnv *env, jobject jthis, jlong fh, jobject buf, jlongArray stat)
buf               657 ompi/mpi/java/c/mpi_File.c     void *ptr = (*env)->GetDirectBufferAddress(env, buf);
buf               666 ompi/mpi/java/c/mpi_File.c         jobject buf, jint count, jlong type)
buf               668 ompi/mpi/java/c/mpi_File.c     void *ptr = (*env)->GetDirectBufferAddress(env, buf);
buf               677 ompi/mpi/java/c/mpi_File.c         JNIEnv *env, jobject jthis, jlong fh, jobject buf, jlongArray stat)
buf               680 ompi/mpi/java/c/mpi_File.c     void *ptr = (*env)->GetDirectBufferAddress(env, buf);
buf               374 ompi/mpi/java/c/mpi_MPI.c                        JNIEnv *env, jclass obj, jbyteArray buf)
buf               377 ompi/mpi/java/c/mpi_MPI.c     jbyte* bufc = (jbyte*)((*env)->GetByteArrayElements(env, buf, NULL));
buf               380 ompi/mpi/java/c/mpi_MPI.c     (*env)->ReleaseByteArrayElements(env, buf, bufc, 0);
buf               411 ompi/mpi/java/c/mpi_MPI.c                        JNIEnv *env, jclass jthis, jbyteArray buf)
buf               413 ompi/mpi/java/c/mpi_MPI.c     int size=(*env)->GetArrayLength(env,buf);
buf               414 ompi/mpi/java/c/mpi_MPI.c     jbyte* bufptr = (*env)->GetByteArrayElements(env, buf, NULL);
buf               420 ompi/mpi/java/c/mpi_MPI.c                        JNIEnv *env, jclass jthis, jbyteArray buf)
buf               427 ompi/mpi/java/c/mpi_MPI.c     if(buf != NULL)
buf               428 ompi/mpi/java/c/mpi_MPI.c         (*env)->ReleaseByteArrayElements(env,buf,bufptr,0);
buf               432 ompi/mpi/java/c/mpi_MPI.c                                  jobject buf, int offset)
buf               434 ompi/mpi/java/c/mpi_MPI.c     *bufBase = (jbyte*)(*env)->GetPrimitiveArrayCritical(env, buf, NULL);
buf               438 ompi/mpi/java/c/mpi_MPI.c void* ompi_java_getDirectBufferAddress(JNIEnv *env, jobject buf)
buf               441 ompi/mpi/java/c/mpi_MPI.c     return buf == NULL ? NULL : (*env)->GetDirectBufferAddress(env, buf);
buf               454 ompi/mpi/java/c/mpi_MPI.c static void getArrayRegion(JNIEnv *env, jobject buf, int baseType,
buf               462 ompi/mpi/java/c/mpi_MPI.c             (*env)->GetByteArrayRegion(env, buf, offset, length, ptr);
buf               465 ompi/mpi/java/c/mpi_MPI.c             (*env)->GetCharArrayRegion(env, buf, offset / 2, length / 2, ptr);
buf               468 ompi/mpi/java/c/mpi_MPI.c             (*env)->GetShortArrayRegion(env, buf, offset / 2, length / 2, ptr);
buf               471 ompi/mpi/java/c/mpi_MPI.c             (*env)->GetBooleanArrayRegion(env, buf, offset, length, ptr);
buf               474 ompi/mpi/java/c/mpi_MPI.c             (*env)->GetIntArrayRegion(env, buf, offset / 4, length / 4, ptr);
buf               477 ompi/mpi/java/c/mpi_MPI.c             (*env)->GetLongArrayRegion(env, buf, offset / 8, length / 8, ptr);
buf               480 ompi/mpi/java/c/mpi_MPI.c             (*env)->GetFloatArrayRegion(env, buf, offset / 4, length / 4, ptr);
buf               483 ompi/mpi/java/c/mpi_MPI.c             (*env)->GetDoubleArrayRegion(env, buf, offset / 8, length / 8, ptr);
buf               486 ompi/mpi/java/c/mpi_MPI.c             (*env)->GetByteArrayRegion(env, buf, offset, length, ptr);
buf               493 ompi/mpi/java/c/mpi_MPI.c static void setArrayRegion(JNIEnv *env, jobject buf, int baseType,
buf               501 ompi/mpi/java/c/mpi_MPI.c             (*env)->SetByteArrayRegion(env, buf, offset, length, ptr);
buf               504 ompi/mpi/java/c/mpi_MPI.c             (*env)->SetCharArrayRegion(env, buf, offset / 2, length / 2, ptr);
buf               507 ompi/mpi/java/c/mpi_MPI.c             (*env)->SetShortArrayRegion(env, buf, offset / 2, length / 2, ptr);
buf               510 ompi/mpi/java/c/mpi_MPI.c             (*env)->SetBooleanArrayRegion(env, buf, offset, length, ptr);
buf               513 ompi/mpi/java/c/mpi_MPI.c             (*env)->SetIntArrayRegion(env, buf, offset / 4, length / 4, ptr);
buf               516 ompi/mpi/java/c/mpi_MPI.c             (*env)->SetLongArrayRegion(env, buf, offset / 8, length / 8, ptr);
buf               519 ompi/mpi/java/c/mpi_MPI.c             (*env)->SetFloatArrayRegion(env, buf, offset / 4, length / 4, ptr);
buf               522 ompi/mpi/java/c/mpi_MPI.c             (*env)->SetDoubleArrayRegion(env, buf, offset / 8, length / 8, ptr);
buf               525 ompi/mpi/java/c/mpi_MPI.c             (*env)->SetByteArrayRegion(env, buf, offset, length, ptr);
buf               582 ompi/mpi/java/c/mpi_MPI.c static void* getReadPtr(ompi_java_buffer_t **item, JNIEnv *env, jobject buf,
buf               590 ompi/mpi/java/c/mpi_MPI.c         getArrayRegion(env, buf, baseType, offset, length, ptr);
buf               595 ompi/mpi/java/c/mpi_MPI.c         inBuf = ompi_java_getArrayCritical(&inBase, env, buf, offset);
buf               603 ompi/mpi/java/c/mpi_MPI.c         (*env)->ReleasePrimitiveArrayCritical(env, buf, inBase, JNI_ABORT);
buf               610 ompi/mpi/java/c/mpi_MPI.c         ompi_java_buffer_t **item, JNIEnv *env, jobject buf, int offset,
buf               623 ompi/mpi/java/c/mpi_MPI.c         getArrayRegion(env, buf, baseType, rOff, rLen, rPtr);
buf               628 ompi/mpi/java/c/mpi_MPI.c         bufPtr = ompi_java_getArrayCritical(&bufBase, env, buf, rOff);
buf               636 ompi/mpi/java/c/mpi_MPI.c         (*env)->ReleasePrimitiveArrayCritical(env, buf, bufBase, JNI_ABORT);
buf               643 ompi/mpi/java/c/mpi_MPI.c         ompi_java_buffer_t **item, JNIEnv *env, jobject buf,
buf               656 ompi/mpi/java/c/mpi_MPI.c         getArrayRegion(env, buf, baseType, rootOff, rootLength, rootPtr);
buf               661 ompi/mpi/java/c/mpi_MPI.c         inBuf = ompi_java_getArrayCritical(&inBase, env, buf, rootOff);
buf               669 ompi/mpi/java/c/mpi_MPI.c         (*env)->ReleasePrimitiveArrayCritical(env, buf, inBase, JNI_ABORT);
buf               676 ompi/mpi/java/c/mpi_MPI.c         ompi_java_buffer_t **item, JNIEnv *env, jobject buf,
buf               692 ompi/mpi/java/c/mpi_MPI.c             getArrayRegion(env, buf, baseType, iOff, iLen, iPtr);
buf               698 ompi/mpi/java/c/mpi_MPI.c         bufPtr = ompi_java_getArrayCritical(&bufBase, env, buf, offset);
buf               713 ompi/mpi/java/c/mpi_MPI.c         (*env)->ReleasePrimitiveArrayCritical(env, buf, bufBase, JNI_ABORT);
buf               739 ompi/mpi/java/c/mpi_MPI.c         void **ptr, ompi_java_buffer_t **item, JNIEnv *env, jobject buf,
buf               742 ompi/mpi/java/c/mpi_MPI.c     if(buf == NULL || baseType == 0)
buf               751 ompi/mpi/java/c/mpi_MPI.c         *ptr  = (*env)->GetDirectBufferAddress(env, buf);
buf               756 ompi/mpi/java/c/mpi_MPI.c         *ptr = getReadPtr(item, env, buf, offset, count, type, baseType);
buf               762 ompi/mpi/java/c/mpi_MPI.c         jobject buf, jboolean db, int offset, int count, int size,
buf               765 ompi/mpi/java/c/mpi_MPI.c     if(buf == NULL || baseType == 0)
buf               774 ompi/mpi/java/c/mpi_MPI.c         *ptr  = (*env)->GetDirectBufferAddress(env, buf);
buf               779 ompi/mpi/java/c/mpi_MPI.c         *ptr = getReadPtrRank(item, env, buf, offset, count,
buf               786 ompi/mpi/java/c/mpi_MPI.c         jobject buf, jboolean db, int offset, int *counts, int *displs,
buf               789 ompi/mpi/java/c/mpi_MPI.c     if(buf == NULL)
buf               798 ompi/mpi/java/c/mpi_MPI.c         *ptr  = (*env)->GetDirectBufferAddress(env, buf);
buf               803 ompi/mpi/java/c/mpi_MPI.c         *ptr = getReadPtrvAll(item, env, buf, offset, counts,
buf               808 ompi/mpi/java/c/mpi_MPI.c         *ptr = getReadPtrvRank(item, env, buf, offset, counts,
buf               814 ompi/mpi/java/c/mpi_MPI.c         void *ptr, ompi_java_buffer_t *item, jobject buf, jboolean db)
buf               816 ompi/mpi/java/c/mpi_MPI.c     if(!db && buf && ptr)
buf               822 ompi/mpi/java/c/mpi_MPI.c         jobject buf, jboolean db, int count, MPI_Datatype type)
buf               824 ompi/mpi/java/c/mpi_MPI.c     if(buf == NULL)
buf               832 ompi/mpi/java/c/mpi_MPI.c         *ptr  = (*env)->GetDirectBufferAddress(env, buf);
buf               842 ompi/mpi/java/c/mpi_MPI.c         void **ptr, ompi_java_buffer_t **item, JNIEnv *env, jobject buf,
buf               845 ompi/mpi/java/c/mpi_MPI.c     if(buf == NULL)
buf               853 ompi/mpi/java/c/mpi_MPI.c         *ptr  = (*env)->GetDirectBufferAddress(env, buf);
buf               863 ompi/mpi/java/c/mpi_MPI.c         void *ptr, ompi_java_buffer_t *item, JNIEnv *env, jobject buf,
buf               866 ompi/mpi/java/c/mpi_MPI.c     if(db || !buf || !ptr)
buf               872 ompi/mpi/java/c/mpi_MPI.c         setArrayRegion(env, buf, baseType, offset, length, ptr);
buf               877 ompi/mpi/java/c/mpi_MPI.c         inBuf = ompi_java_getArrayCritical(&inBase, env, buf, offset);
buf               885 ompi/mpi/java/c/mpi_MPI.c         (*env)->ReleasePrimitiveArrayCritical(env, buf, inBase, 0);
buf               893 ompi/mpi/java/c/mpi_MPI.c         jobject buf, jboolean db, int offset, int *counts, int *displs,
buf               896 ompi/mpi/java/c/mpi_MPI.c     if(db || !buf || !ptr)
buf               909 ompi/mpi/java/c/mpi_MPI.c             setArrayRegion(env, buf, baseType, iOff, iLen, iPtr);
buf               915 ompi/mpi/java/c/mpi_MPI.c         bufPtr = ompi_java_getArrayCritical(&bufBase, env, buf, offset);
buf               930 ompi/mpi/java/c/mpi_MPI.c         (*env)->ReleasePrimitiveArrayCritical(env, buf, bufBase, 0);
buf                70 ompi/mpi/java/c/mpi_Message.c         JNIEnv *env, jobject jthis, jlong jMessage, jobject buf, jboolean db,
buf                78 ompi/mpi/java/c/mpi_Message.c     ompi_java_getWritePtr(&ptr, &item, env, buf, db, count, type);
buf                86 ompi/mpi/java/c/mpi_Message.c     ompi_java_releaseWritePtr(ptr, item, env, buf, db, off, count, type, bType);
buf                92 ompi/mpi/java/c/mpi_Message.c         jobject buf, jint count, jlong jType)
buf                96 ompi/mpi/java/c/mpi_Message.c     void *ptr = ompi_java_getDirectBufferAddress(env, buf);
buf               366 ompi/mpi/java/java/Comm.java 	public final void send(Object buf, int count, Datatype type, int dest, int tag)
buf               373 ompi/mpi/java/java/Comm.java 		if(buf instanceof Buffer && !(db = ((Buffer)buf).isDirect()))
buf               375 ompi/mpi/java/java/Comm.java 			off = type.getOffset(buf);
buf               376 ompi/mpi/java/java/Comm.java 			buf = ((Buffer)buf).array();
buf               379 ompi/mpi/java/java/Comm.java 		send(handle, buf, db, off, count, type.handle, type.baseType, dest, tag);
buf               383 ompi/mpi/java/java/Comm.java 			long comm, Object buf, boolean db, int offset, int count,
buf               397 ompi/mpi/java/java/Comm.java 	public final Status recv(Object buf, int count,
buf               405 ompi/mpi/java/java/Comm.java 		if(buf instanceof Buffer && !(db = ((Buffer)buf).isDirect()))
buf               407 ompi/mpi/java/java/Comm.java 			off = type.getOffset(buf);
buf               408 ompi/mpi/java/java/Comm.java 			buf = ((Buffer)buf).array();
buf               413 ompi/mpi/java/java/Comm.java 		recv(handle, buf, db, off, count,
buf               420 ompi/mpi/java/java/Comm.java 			long comm, Object buf, boolean db, int offset, int count,
buf               503 ompi/mpi/java/java/Comm.java 			Object buf, int count, Datatype type,
buf               511 ompi/mpi/java/java/Comm.java 		if(buf instanceof Buffer && !(db = ((Buffer)buf).isDirect()))
buf               513 ompi/mpi/java/java/Comm.java 			off = type.getOffset(buf);
buf               514 ompi/mpi/java/java/Comm.java 			buf = ((Buffer)buf).array();
buf               519 ompi/mpi/java/java/Comm.java 		sendRecvReplace(handle, buf, db, off, count, type.handle, type.baseType,
buf               526 ompi/mpi/java/java/Comm.java 			long comm, Object buf, boolean db, int offset, int count,
buf               543 ompi/mpi/java/java/Comm.java 	public final void bSend(Object buf, int count, Datatype type, int dest, int tag)
buf               550 ompi/mpi/java/java/Comm.java 		if(buf instanceof Buffer && !(db = ((Buffer)buf).isDirect()))
buf               552 ompi/mpi/java/java/Comm.java 			off = type.getOffset(buf);
buf               553 ompi/mpi/java/java/Comm.java 			buf = ((Buffer)buf).array();
buf               556 ompi/mpi/java/java/Comm.java 		bSend(handle, buf, db, off, count, type.handle, type.baseType, dest, tag);
buf               560 ompi/mpi/java/java/Comm.java 			long comm, Object buf, boolean db, int offset, int count,
buf               574 ompi/mpi/java/java/Comm.java 	public final void sSend(Object buf, int count, Datatype type, int dest, int tag)
buf               581 ompi/mpi/java/java/Comm.java 		if(buf instanceof Buffer && !(db = ((Buffer)buf).isDirect()))
buf               583 ompi/mpi/java/java/Comm.java 			off = type.getOffset(buf);
buf               584 ompi/mpi/java/java/Comm.java 			buf = ((Buffer)buf).array();
buf               587 ompi/mpi/java/java/Comm.java 		sSend(handle, buf, db, off, count, type.handle, type.baseType, dest, tag);
buf               591 ompi/mpi/java/java/Comm.java 			long comm, Object buf, boolean db, int offset, int count,
buf               605 ompi/mpi/java/java/Comm.java 	public final void rSend(Object buf, int count, Datatype type, int dest, int tag)
buf               612 ompi/mpi/java/java/Comm.java 		if(buf instanceof Buffer && !(db = ((Buffer)buf).isDirect()))
buf               614 ompi/mpi/java/java/Comm.java 			off = type.getOffset(buf);
buf               615 ompi/mpi/java/java/Comm.java 			buf = ((Buffer)buf).array();
buf               618 ompi/mpi/java/java/Comm.java 		rSend(handle, buf, db, off, count, type.handle, type.baseType, dest, tag);
buf               622 ompi/mpi/java/java/Comm.java 			long comm, Object buf, boolean db, int offset, int count,
buf               639 ompi/mpi/java/java/Comm.java 	public final Request iSend(Buffer buf, int count,
buf               644 ompi/mpi/java/java/Comm.java 		assertDirectBuffer(buf);
buf               645 ompi/mpi/java/java/Comm.java 		Request req = new Request(iSend(handle, buf, count, type.handle, dest, tag));
buf               646 ompi/mpi/java/java/Comm.java 		req.addSendBufRef(buf);
buf               651 ompi/mpi/java/java/Comm.java 			long comm, Buffer buf, int count, long type, int dest, int tag)
buf               666 ompi/mpi/java/java/Comm.java 	public final Request ibSend(Buffer buf, int count,
buf               671 ompi/mpi/java/java/Comm.java 		assertDirectBuffer(buf);
buf               672 ompi/mpi/java/java/Comm.java 		Request req = new Request(ibSend(handle, buf, count, type.handle, dest, tag));
buf               673 ompi/mpi/java/java/Comm.java 		req.addSendBufRef(buf);
buf               678 ompi/mpi/java/java/Comm.java 			long comm, Buffer buf, int count, long type, int dest, int tag)
buf               693 ompi/mpi/java/java/Comm.java 	public final Request isSend(Buffer buf, int count,
buf               698 ompi/mpi/java/java/Comm.java 		assertDirectBuffer(buf);
buf               699 ompi/mpi/java/java/Comm.java 		Request req = new Request(isSend(handle, buf, count, type.handle, dest, tag));
buf               700 ompi/mpi/java/java/Comm.java 		req.addSendBufRef(buf);
buf               705 ompi/mpi/java/java/Comm.java 			long comm, Buffer buf, int count, long type, int dest, int tag)
buf               720 ompi/mpi/java/java/Comm.java 	public final Request irSend(Buffer buf, int count,
buf               725 ompi/mpi/java/java/Comm.java 		assertDirectBuffer(buf);
buf               726 ompi/mpi/java/java/Comm.java 		Request req = new Request(irSend(handle, buf, count, type.handle, dest, tag));
buf               727 ompi/mpi/java/java/Comm.java 		req.addSendBufRef(buf);
buf               732 ompi/mpi/java/java/Comm.java 			long comm, Buffer buf, int count, long type, int dest, int tag)
buf               747 ompi/mpi/java/java/Comm.java 	public final Request iRecv(Buffer buf, int count,
buf               752 ompi/mpi/java/java/Comm.java 		assertDirectBuffer(buf);
buf               753 ompi/mpi/java/java/Comm.java 		Request req = new Request(iRecv(handle, buf, count, type.handle, source, tag));
buf               754 ompi/mpi/java/java/Comm.java 		req.addRecvBufRef(buf);
buf               759 ompi/mpi/java/java/Comm.java 			long comm, Buffer buf, int count, long type, int source, int tag)
buf               777 ompi/mpi/java/java/Comm.java 	public final Prequest sendInit(Buffer buf, int count,
buf               782 ompi/mpi/java/java/Comm.java 		assertDirectBuffer(buf);
buf               783 ompi/mpi/java/java/Comm.java 		Prequest preq = new Prequest(sendInit(handle, buf, count, type.handle, dest, tag));
buf               784 ompi/mpi/java/java/Comm.java 		preq.addSendBufRef(buf);
buf               789 ompi/mpi/java/java/Comm.java 			long comm, Buffer buf, int count, long type, int dest, int tag)
buf               804 ompi/mpi/java/java/Comm.java 	public final Prequest bSendInit(Buffer buf, int count,
buf               809 ompi/mpi/java/java/Comm.java 		assertDirectBuffer(buf);
buf               810 ompi/mpi/java/java/Comm.java 		Prequest preq = new Prequest(bSendInit(handle, buf, count, type.handle, dest, tag));
buf               811 ompi/mpi/java/java/Comm.java 		preq.addSendBufRef(buf);
buf               816 ompi/mpi/java/java/Comm.java 			long comm, Buffer buf, int count, long type, int dest, int tag)
buf               831 ompi/mpi/java/java/Comm.java 	public final Prequest sSendInit(Buffer buf, int count,
buf               836 ompi/mpi/java/java/Comm.java 		assertDirectBuffer(buf);
buf               837 ompi/mpi/java/java/Comm.java 		Prequest preq = new Prequest(sSendInit(handle, buf, count, type.handle, dest, tag));
buf               838 ompi/mpi/java/java/Comm.java 		preq.addSendBufRef(buf);
buf               843 ompi/mpi/java/java/Comm.java 			long comm, Buffer buf, int count, long type, int dest, int tag)
buf               858 ompi/mpi/java/java/Comm.java 	public final Prequest rSendInit(Buffer buf, int count,
buf               863 ompi/mpi/java/java/Comm.java 		assertDirectBuffer(buf);
buf               864 ompi/mpi/java/java/Comm.java 		Prequest preq = new Prequest(rSendInit(handle, buf, count, type.handle, dest, tag));
buf               865 ompi/mpi/java/java/Comm.java 		preq.addSendBufRef(buf);
buf               870 ompi/mpi/java/java/Comm.java 			long comm, Buffer buf, int count, long type, int dest, int tag)
buf               885 ompi/mpi/java/java/Comm.java 	public final Prequest recvInit(Buffer buf, int count,
buf               890 ompi/mpi/java/java/Comm.java 		assertDirectBuffer(buf);
buf               891 ompi/mpi/java/java/Comm.java 		Prequest preq = new Prequest(recvInit(handle, buf, count, type.handle, source, tag));
buf               892 ompi/mpi/java/java/Comm.java 		preq.addRecvBufRef(buf);
buf               897 ompi/mpi/java/java/Comm.java 			long comm, Buffer buf, int count, long type, int source, int tag)
buf              1254 ompi/mpi/java/java/Comm.java 	public final void bcast(Object buf, int count, Datatype type, int root)
buf              1261 ompi/mpi/java/java/Comm.java 		if(buf instanceof Buffer && !(db = ((Buffer)buf).isDirect()))
buf              1263 ompi/mpi/java/java/Comm.java 			off = type.getOffset(buf);
buf              1264 ompi/mpi/java/java/Comm.java 			buf = ((Buffer)buf).array();
buf              1267 ompi/mpi/java/java/Comm.java 		bcast(handle, buf, db, off, count, type.handle, type.baseType, root);
buf              1271 ompi/mpi/java/java/Comm.java 			long comm, Object buf, boolean db, int offset, int count,
buf              1285 ompi/mpi/java/java/Comm.java 	public final Request iBcast(Buffer buf, int count, Datatype type, int root)
buf              1289 ompi/mpi/java/java/Comm.java 		assertDirectBuffer(buf);
buf              1290 ompi/mpi/java/java/Comm.java 		Request req = new Request(iBcast(handle, buf, count, type.handle, root));
buf              1291 ompi/mpi/java/java/Comm.java 		req.addSendBufRef(buf);
buf              1296 ompi/mpi/java/java/Comm.java 			long comm, Buffer buf, int count, long type, int root)
buf              1354 ompi/mpi/java/java/Comm.java 	public final void gather(Object buf, int count, Datatype type, int root)
buf              1361 ompi/mpi/java/java/Comm.java 		if(buf instanceof Buffer && !(db = ((Buffer)buf).isDirect()))
buf              1363 ompi/mpi/java/java/Comm.java 			off = type.getOffset(buf);
buf              1364 ompi/mpi/java/java/Comm.java 			buf = ((Buffer)buf).array();
buf              1368 ompi/mpi/java/java/Comm.java 				buf, db, off, count, type.handle, type.baseType, root);
buf              1418 ompi/mpi/java/java/Comm.java 	public final Request iGather(Buffer buf, int count, Datatype type, int root)
buf              1422 ompi/mpi/java/java/Comm.java 		assertDirectBuffer(buf);
buf              1424 ompi/mpi/java/java/Comm.java 				buf, count, type.handle, root));
buf              1425 ompi/mpi/java/java/Comm.java 		req.addRecvBufRef(buf);
buf              1689 ompi/mpi/java/java/Comm.java 	public final void scatter(Object buf, int count, Datatype type, int root)
buf              1696 ompi/mpi/java/java/Comm.java 		if(buf instanceof Buffer && !(db = ((Buffer)buf).isDirect()))
buf              1698 ompi/mpi/java/java/Comm.java 			off = type.getOffset(buf);
buf              1699 ompi/mpi/java/java/Comm.java 			buf = ((Buffer)buf).array();
buf              1702 ompi/mpi/java/java/Comm.java 		scatter(handle, buf, db, off, count, type.handle, type.baseType,
buf              1752 ompi/mpi/java/java/Comm.java 	public final Request iScatter(Buffer buf, int count, Datatype type, int root)
buf              1756 ompi/mpi/java/java/Comm.java 		assertDirectBuffer(buf);
buf              1757 ompi/mpi/java/java/Comm.java 		Request req = new Request(iScatter(handle, buf, count, type.handle,
buf              1759 ompi/mpi/java/java/Comm.java 		req.addSendBufRef(buf);
buf              2013 ompi/mpi/java/java/Comm.java 	public final void allGather(Object buf, int count, Datatype type)
buf              2020 ompi/mpi/java/java/Comm.java 		if(buf instanceof Buffer && !(db = ((Buffer)buf).isDirect()))
buf              2022 ompi/mpi/java/java/Comm.java 			off = type.getOffset(buf);
buf              2023 ompi/mpi/java/java/Comm.java 			buf = ((Buffer)buf).array();
buf              2027 ompi/mpi/java/java/Comm.java 				buf, db, off, count, type.handle, type.baseType);
buf              2072 ompi/mpi/java/java/Comm.java 	public final Request iAllGather(Buffer buf, int count, Datatype type)
buf              2076 ompi/mpi/java/java/Comm.java 		assertDirectBuffer(buf);
buf              2077 ompi/mpi/java/java/Comm.java 		Request req = new Request(iAllGather(handle, null, 0, 0, buf, count, type.handle));
buf              2078 ompi/mpi/java/java/Comm.java 		req.addRecvBufRef(buf);
buf              2204 ompi/mpi/java/java/Comm.java 			Buffer buf, int[] count, int[] displs, Datatype type)
buf              2208 ompi/mpi/java/java/Comm.java 		assertDirectBuffer(buf);
buf              2210 ompi/mpi/java/java/Comm.java 				handle, null, 0, 0, buf, count, displs, type.handle));
buf              2211 ompi/mpi/java/java/Comm.java 		req.addRecvBufRef(buf);
buf              2844 ompi/mpi/java/java/Comm.java 	public final void reduce(Object buf, int count, Datatype type, Op op, int root)
buf              2852 ompi/mpi/java/java/Comm.java 		if(buf instanceof Buffer && !(db = ((Buffer)buf).isDirect()))
buf              2854 ompi/mpi/java/java/Comm.java 			off = type.getOffset(buf);
buf              2855 ompi/mpi/java/java/Comm.java 			buf = ((Buffer)buf).array();
buf              2858 ompi/mpi/java/java/Comm.java 		reduce(handle, null, false, 0, buf, db, off, count,
buf              2911 ompi/mpi/java/java/Comm.java 	public final Request iReduce(Buffer buf, int count,
buf              2916 ompi/mpi/java/java/Comm.java 		assertDirectBuffer(buf);
buf              2919 ompi/mpi/java/java/Comm.java 				handle, null, buf, count,
buf              2921 ompi/mpi/java/java/Comm.java 		req.addSendBufRef(buf);
buf              2981 ompi/mpi/java/java/Comm.java 	public final void allReduce(Object buf, int count, Datatype type, Op op)
buf              2989 ompi/mpi/java/java/Comm.java 		if(buf instanceof Buffer && !(db = ((Buffer)buf).isDirect()))
buf              2991 ompi/mpi/java/java/Comm.java 			off = type.getOffset(buf);
buf              2992 ompi/mpi/java/java/Comm.java 			buf = ((Buffer)buf).array();
buf              2995 ompi/mpi/java/java/Comm.java 		allReduce(handle, null, false, 0, buf, db, off, count,
buf              3042 ompi/mpi/java/java/Comm.java 	public final Request iAllReduce(Buffer buf, int count, Datatype type, Op op)
buf              3047 ompi/mpi/java/java/Comm.java 		assertDirectBuffer(buf);
buf              3049 ompi/mpi/java/java/Comm.java 				handle, null, buf, count,
buf              3051 ompi/mpi/java/java/Comm.java 		req.addRecvBufRef(buf);
buf              3112 ompi/mpi/java/java/Comm.java 	public final void reduceScatter(Object buf, int[] counts, Datatype type, Op op)
buf              3120 ompi/mpi/java/java/Comm.java 		if(buf instanceof Buffer && !(db = ((Buffer)buf).isDirect()))
buf              3122 ompi/mpi/java/java/Comm.java 			off = type.getOffset(buf);
buf              3123 ompi/mpi/java/java/Comm.java 			buf = ((Buffer)buf).array();
buf              3126 ompi/mpi/java/java/Comm.java 		reduceScatter(handle, null, false, 0, buf, db, off, counts,
buf              3177 ompi/mpi/java/java/Comm.java 			Buffer buf, int[] counts, Datatype type, Op op)
buf              3182 ompi/mpi/java/java/Comm.java 		assertDirectBuffer(buf);
buf              3184 ompi/mpi/java/java/Comm.java 				handle, null, buf, counts,
buf              3186 ompi/mpi/java/java/Comm.java 		req.addRecvBufRef(buf);
buf              3244 ompi/mpi/java/java/Comm.java 			Object buf, int count, Datatype type, Op op)
buf              3252 ompi/mpi/java/java/Comm.java 		if(buf instanceof Buffer && !(db = ((Buffer)buf).isDirect()))
buf              3254 ompi/mpi/java/java/Comm.java 			off = type.getOffset(buf);
buf              3255 ompi/mpi/java/java/Comm.java 			buf = ((Buffer)buf).array();
buf              3258 ompi/mpi/java/java/Comm.java 		reduceScatterBlock(handle, null, false, 0, buf, db, off, count,
buf              3305 ompi/mpi/java/java/Comm.java 			Buffer buf, int count, Datatype type, Op op)
buf              3310 ompi/mpi/java/java/Comm.java 		assertDirectBuffer(buf);
buf              3312 ompi/mpi/java/java/Comm.java 				handle, null, buf, count, type.handle,
buf              3314 ompi/mpi/java/java/Comm.java 		req.addRecvBufRef(buf);
buf               263 ompi/mpi/java/java/File.java 	public Status readAt(long offset, Object buf, int count, Datatype type)
buf               271 ompi/mpi/java/java/File.java 		if(buf instanceof Buffer && !(db = ((Buffer)buf).isDirect()))
buf               273 ompi/mpi/java/java/File.java 			off = type.getOffset(buf);
buf               274 ompi/mpi/java/java/File.java 			buf = ((Buffer)buf).array();
buf               277 ompi/mpi/java/java/File.java 		readAt(handle, offset, buf, db, off, count,
buf               284 ompi/mpi/java/java/File.java 			long fh, long fileOffset, Object buf, boolean db, int offset,
buf               296 ompi/mpi/java/java/File.java 	public Status readAtAll(long offset, Object buf, int count, Datatype type)
buf               304 ompi/mpi/java/java/File.java 		if(buf instanceof Buffer && !(db = ((Buffer)buf).isDirect()))
buf               306 ompi/mpi/java/java/File.java 			off = type.getOffset(buf);
buf               307 ompi/mpi/java/java/File.java 			buf = ((Buffer)buf).array();
buf               310 ompi/mpi/java/java/File.java 		readAtAll(handle, offset, buf, db, off, count,
buf               317 ompi/mpi/java/java/File.java 			long fh, long fileOffset, Object buf, boolean db, int offset,
buf               329 ompi/mpi/java/java/File.java 	public Status writeAt(long offset, Object buf, int count, Datatype type)
buf               337 ompi/mpi/java/java/File.java 		if(buf instanceof Buffer && !(db = ((Buffer)buf).isDirect()))
buf               339 ompi/mpi/java/java/File.java 			off = type.getOffset(buf);
buf               340 ompi/mpi/java/java/File.java 			buf = ((Buffer)buf).array();
buf               343 ompi/mpi/java/java/File.java 		writeAt(handle, offset, buf, db, off, count,
buf               350 ompi/mpi/java/java/File.java 			long fh, long fileOffset, Object buf, boolean db, int offset,
buf               362 ompi/mpi/java/java/File.java 	public Status writeAtAll(long offset, Object buf, int count, Datatype type)
buf               370 ompi/mpi/java/java/File.java 		if(buf instanceof Buffer && !(db = ((Buffer)buf).isDirect()))
buf               372 ompi/mpi/java/java/File.java 			off = type.getOffset(buf);
buf               373 ompi/mpi/java/java/File.java 			buf = ((Buffer)buf).array();
buf               376 ompi/mpi/java/java/File.java 		writeAtAll(handle, offset, buf, db, off, count,
buf               383 ompi/mpi/java/java/File.java 			long fh, long fileOffset, Object buf, boolean db, int offset,
buf               395 ompi/mpi/java/java/File.java 	public Request iReadAt(long offset, Buffer buf, int count, Datatype type)
buf               399 ompi/mpi/java/java/File.java 		assertDirectBuffer(buf);
buf               400 ompi/mpi/java/java/File.java 		Request req = new Request(iReadAt(handle, offset, buf, count, type.handle));
buf               401 ompi/mpi/java/java/File.java 		req.addRecvBufRef(buf);
buf               406 ompi/mpi/java/java/File.java 			long fh, long offset, Buffer buf, int count, long type)
buf               418 ompi/mpi/java/java/File.java 	public Request iReadAtAll(long offset, Buffer buf, int count, Datatype type)
buf               422 ompi/mpi/java/java/File.java 		assertDirectBuffer(buf);
buf               423 ompi/mpi/java/java/File.java 		Request req = new Request(iReadAtAll(handle, offset, buf, count, type.handle));
buf               424 ompi/mpi/java/java/File.java 		req.addRecvBufRef(buf);
buf               429 ompi/mpi/java/java/File.java 			long fh, long offset, Buffer buf, int count, long type)
buf               441 ompi/mpi/java/java/File.java 	public Request iWriteAt(long offset, Buffer buf, int count, Datatype type)
buf               445 ompi/mpi/java/java/File.java 		assertDirectBuffer(buf);
buf               446 ompi/mpi/java/java/File.java 		Request req = new Request(iWriteAt(handle, offset, buf, count, type.handle));
buf               447 ompi/mpi/java/java/File.java 		req.addSendBufRef(buf);
buf               452 ompi/mpi/java/java/File.java 			long fh, long offset, Buffer buf, int count, long type)
buf               464 ompi/mpi/java/java/File.java 	public Request iWriteAtAll(long offset, Buffer buf, int count, Datatype type)
buf               468 ompi/mpi/java/java/File.java 		assertDirectBuffer(buf);
buf               469 ompi/mpi/java/java/File.java 		Request req = new Request(iWriteAtAll(handle, offset, buf, count, type.handle));
buf               470 ompi/mpi/java/java/File.java 		req.addSendBufRef(buf);
buf               475 ompi/mpi/java/java/File.java 			long fh, long offset, Buffer buf, int count, long type)
buf               486 ompi/mpi/java/java/File.java 	public Status read(Object buf, int count, Datatype type) throws MPIException
buf               493 ompi/mpi/java/java/File.java 		if(buf instanceof Buffer && !(db = ((Buffer)buf).isDirect()))
buf               495 ompi/mpi/java/java/File.java 			off = type.getOffset(buf);
buf               496 ompi/mpi/java/java/File.java 			buf = ((Buffer)buf).array();
buf               499 ompi/mpi/java/java/File.java 		read(handle, buf, db, off, count, type.handle, type.baseType, status.data);
buf               504 ompi/mpi/java/java/File.java 			long fh, Object buf, boolean db, int offset,
buf               515 ompi/mpi/java/java/File.java 	public Status readAll(Object buf, int count, Datatype type) throws MPIException
buf               522 ompi/mpi/java/java/File.java 		if(buf instanceof Buffer && !(db = ((Buffer)buf).isDirect()))
buf               524 ompi/mpi/java/java/File.java 			off = type.getOffset(buf);
buf               525 ompi/mpi/java/java/File.java 			buf = ((Buffer)buf).array();
buf               528 ompi/mpi/java/java/File.java 		readAll(handle, buf,db,off, count, type.handle, type.baseType, status.data);
buf               533 ompi/mpi/java/java/File.java 			long fh, Object buf, boolean db, int offset,
buf               544 ompi/mpi/java/java/File.java 	public Status write(Object buf, int count, Datatype type) throws MPIException
buf               551 ompi/mpi/java/java/File.java 		if(buf instanceof Buffer && !(db = ((Buffer)buf).isDirect()))
buf               553 ompi/mpi/java/java/File.java 			off = type.getOffset(buf);
buf               554 ompi/mpi/java/java/File.java 			buf = ((Buffer)buf).array();
buf               557 ompi/mpi/java/java/File.java 		write(handle, buf, db, off, count, type.handle, type.baseType, status.data);
buf               562 ompi/mpi/java/java/File.java 			long fh, Object buf, boolean db, int offset,
buf               573 ompi/mpi/java/java/File.java 	public Status writeAll(Object buf, int count, Datatype type) throws MPIException
buf               580 ompi/mpi/java/java/File.java 		if(buf instanceof Buffer && !(db = ((Buffer)buf).isDirect()))
buf               582 ompi/mpi/java/java/File.java 			off = type.getOffset(buf);
buf               583 ompi/mpi/java/java/File.java 			buf = ((Buffer)buf).array();
buf               586 ompi/mpi/java/java/File.java 		writeAll(handle, buf,db,off, count, type.handle,type.baseType, status.data);
buf               591 ompi/mpi/java/java/File.java 			long fh, Object buf, boolean db, int offset,
buf               602 ompi/mpi/java/java/File.java 	public Request iRead(Buffer buf, int count, Datatype type) throws MPIException
buf               605 ompi/mpi/java/java/File.java 		assertDirectBuffer(buf);
buf               606 ompi/mpi/java/java/File.java 		Request req = new Request(iRead(handle, buf, count, type.handle));
buf               607 ompi/mpi/java/java/File.java 		req.addRecvBufRef(buf);
buf               611 ompi/mpi/java/java/File.java 	private native long iRead(long fh, Buffer buf, int count, long type)
buf               622 ompi/mpi/java/java/File.java 	public Request iReadAll(Buffer buf, int count, Datatype type) throws MPIException
buf               625 ompi/mpi/java/java/File.java 		assertDirectBuffer(buf);
buf               626 ompi/mpi/java/java/File.java 		Request req = new Request(iReadAll(handle, buf, count, type.handle));
buf               627 ompi/mpi/java/java/File.java 		req.addRecvBufRef(buf);
buf               631 ompi/mpi/java/java/File.java 	private native long iReadAll(long fh, Buffer buf, int count, long type)
buf               642 ompi/mpi/java/java/File.java 	public Request iWrite(Buffer buf, int count, Datatype type) throws MPIException
buf               645 ompi/mpi/java/java/File.java 		assertDirectBuffer(buf);
buf               646 ompi/mpi/java/java/File.java 		Request req = new Request(iWrite(handle, buf, count, type.handle));
buf               647 ompi/mpi/java/java/File.java 		req.addRecvBufRef(buf);
buf               651 ompi/mpi/java/java/File.java 	private native long iWrite(long fh, Buffer buf, int count, long type)
buf               662 ompi/mpi/java/java/File.java 	public Request iWriteAll(Buffer buf, int count, Datatype type) throws MPIException
buf               665 ompi/mpi/java/java/File.java 		assertDirectBuffer(buf);
buf               666 ompi/mpi/java/java/File.java 		Request req = new Request(iWriteAll(handle, buf, count, type.handle));
buf               667 ompi/mpi/java/java/File.java 		req.addRecvBufRef(buf);
buf               671 ompi/mpi/java/java/File.java 	private native long iWriteAll(long fh, Buffer buf, int count, long type)
buf               723 ompi/mpi/java/java/File.java 	public Status readShared(Object buf, int count, Datatype type)
buf               731 ompi/mpi/java/java/File.java 		if(buf instanceof Buffer && !(db = ((Buffer)buf).isDirect()))
buf               733 ompi/mpi/java/java/File.java 			off = type.getOffset(buf);
buf               734 ompi/mpi/java/java/File.java 			buf = ((Buffer)buf).array();
buf               737 ompi/mpi/java/java/File.java 		readShared(handle, buf, db, off, count,
buf               744 ompi/mpi/java/java/File.java 			long fh, Object buf, boolean db, int offset, int count,
buf               755 ompi/mpi/java/java/File.java 	public Status writeShared(Object buf, int count, Datatype type)
buf               763 ompi/mpi/java/java/File.java 		if(buf instanceof Buffer && !(db = ((Buffer)buf).isDirect()))
buf               765 ompi/mpi/java/java/File.java 			off = type.getOffset(buf);
buf               766 ompi/mpi/java/java/File.java 			buf = ((Buffer)buf).array();
buf               769 ompi/mpi/java/java/File.java 		writeShared(handle, buf, db, off, count,
buf               776 ompi/mpi/java/java/File.java 			long fh, Object buf, boolean db, int offset, int count,
buf               787 ompi/mpi/java/java/File.java 	public Request iReadShared(Buffer buf, int count, Datatype type)
buf               791 ompi/mpi/java/java/File.java 		assertDirectBuffer(buf);
buf               792 ompi/mpi/java/java/File.java 		Request req = new Request(iReadShared(handle, buf, count, type.handle));
buf               793 ompi/mpi/java/java/File.java 		req.addRecvBufRef(buf);
buf               797 ompi/mpi/java/java/File.java 	private native long iReadShared(long fh, Buffer buf, int count, long type)
buf               808 ompi/mpi/java/java/File.java 	public Request iWriteShared(Buffer buf, int count, Datatype type)
buf               812 ompi/mpi/java/java/File.java 		assertDirectBuffer(buf);
buf               813 ompi/mpi/java/java/File.java 		Request req = new Request(iWriteShared(handle, buf, count, type.handle));
buf               814 ompi/mpi/java/java/File.java 		req.addSendBufRef(buf);
buf               818 ompi/mpi/java/java/File.java 	private native long iWriteShared(long fh, Buffer buf, int count, long type)
buf               829 ompi/mpi/java/java/File.java 	public Status readOrdered(Object buf, int count, Datatype type)
buf               837 ompi/mpi/java/java/File.java 		if(buf instanceof Buffer && !(db = ((Buffer)buf).isDirect()))
buf               839 ompi/mpi/java/java/File.java 			off = type.getOffset(buf);
buf               840 ompi/mpi/java/java/File.java 			buf = ((Buffer)buf).array();
buf               843 ompi/mpi/java/java/File.java 		readOrdered(handle, buf, db, off, count,
buf               850 ompi/mpi/java/java/File.java 			long fh, Object buf, boolean db, int offset, int count,
buf               861 ompi/mpi/java/java/File.java 	public Status writeOrdered(Object buf, int count, Datatype type)
buf               869 ompi/mpi/java/java/File.java 		if(buf instanceof Buffer && !(db = ((Buffer)buf).isDirect()))
buf               871 ompi/mpi/java/java/File.java 			off = type.getOffset(buf);
buf               872 ompi/mpi/java/java/File.java 			buf = ((Buffer)buf).array();
buf               875 ompi/mpi/java/java/File.java 		writeOrdered(handle, buf, db, off, count,
buf               882 ompi/mpi/java/java/File.java 			long fh, Object buf, boolean db, int offset, int count,
buf               921 ompi/mpi/java/java/File.java 	public void readAtAllBegin(long offset, Object buf, int count, Datatype type)
buf               926 ompi/mpi/java/java/File.java 		if(isDirectBuffer(buf))
buf               928 ompi/mpi/java/java/File.java 			readAtAllBegin(handle, offset, buf, count, type.handle);
buf               935 ompi/mpi/java/java/File.java 			if(isHeapBuffer(buf))
buf               937 ompi/mpi/java/java/File.java 				off = type.getOffset(buf);
buf               938 ompi/mpi/java/java/File.java 				buf = ((Buffer)buf).array();
buf               941 ompi/mpi/java/java/File.java 			readAtAll(handle, offset, buf, false, off, count,
buf               949 ompi/mpi/java/java/File.java 			long fh, long offset, Object buf, int count, long type)
buf               958 ompi/mpi/java/java/File.java 	public Status readAtAllEnd(Object buf) throws MPIException
buf               962 ompi/mpi/java/java/File.java 		if(isDirectBuffer(buf))
buf               965 ompi/mpi/java/java/File.java 			readAtAllEnd(handle, buf, status.data);
buf               974 ompi/mpi/java/java/File.java 	private native void readAtAllEnd(long fh, Object buf, long[] stat)
buf               985 ompi/mpi/java/java/File.java 	public void writeAtAllBegin(long offset, Object buf, int count, Datatype type)
buf               990 ompi/mpi/java/java/File.java 		if(isDirectBuffer(buf))
buf               992 ompi/mpi/java/java/File.java 			writeAtAllBegin(handle, offset, buf, count, type.handle);
buf               999 ompi/mpi/java/java/File.java 			if(isHeapBuffer(buf))
buf              1001 ompi/mpi/java/java/File.java 				off = type.getOffset(buf);
buf              1002 ompi/mpi/java/java/File.java 				buf = ((Buffer)buf).array();
buf              1005 ompi/mpi/java/java/File.java 			writeAtAll(handle, offset, buf, false, off, count,
buf              1013 ompi/mpi/java/java/File.java 			long fh, long fileOffset, Object buf, int count, long type)
buf              1022 ompi/mpi/java/java/File.java 	public Status writeAtAllEnd(Object buf) throws MPIException
buf              1026 ompi/mpi/java/java/File.java 		if(isDirectBuffer(buf))
buf              1029 ompi/mpi/java/java/File.java 			writeAtAllEnd(handle, buf, status.data);
buf              1038 ompi/mpi/java/java/File.java 	private native void writeAtAllEnd(long fh, Object buf, long[] stat)
buf              1048 ompi/mpi/java/java/File.java 	public void readAllBegin(Object buf, int count, Datatype type)
buf              1053 ompi/mpi/java/java/File.java 		if(isDirectBuffer(buf))
buf              1055 ompi/mpi/java/java/File.java 			readAllBegin(handle, buf, count, type.handle);
buf              1062 ompi/mpi/java/java/File.java 			if(isHeapBuffer(buf))
buf              1064 ompi/mpi/java/java/File.java 				off = type.getOffset(buf);
buf              1065 ompi/mpi/java/java/File.java 				buf = ((Buffer)buf).array();
buf              1068 ompi/mpi/java/java/File.java 			readAll(handle, buf, false, off, count,
buf              1075 ompi/mpi/java/java/File.java 	private native void readAllBegin(long fh, Object buf, int count, long type)
buf              1084 ompi/mpi/java/java/File.java 	public Status readAllEnd(Object buf) throws MPIException
buf              1088 ompi/mpi/java/java/File.java 		if(isDirectBuffer(buf))
buf              1091 ompi/mpi/java/java/File.java 			readAllEnd(handle, buf, status.data);
buf              1100 ompi/mpi/java/java/File.java 	private native void readAllEnd(long fh, Object buf, long[] stat)
buf              1110 ompi/mpi/java/java/File.java 	public void writeAllBegin(Object buf, int count, Datatype type)
buf              1115 ompi/mpi/java/java/File.java 		if(isDirectBuffer(buf))
buf              1117 ompi/mpi/java/java/File.java 			writeAllBegin(handle, buf, count, type.handle);
buf              1124 ompi/mpi/java/java/File.java 			if(isHeapBuffer(buf))
buf              1126 ompi/mpi/java/java/File.java 				off = type.getOffset(buf);
buf              1127 ompi/mpi/java/java/File.java 				buf = ((Buffer)buf).array();
buf              1130 ompi/mpi/java/java/File.java 			writeAll(handle, buf, false, off, count,
buf              1137 ompi/mpi/java/java/File.java 	private native void writeAllBegin(long fh, Object buf, int count, long type)
buf              1146 ompi/mpi/java/java/File.java 	public Status writeAllEnd(Object buf) throws MPIException
buf              1150 ompi/mpi/java/java/File.java 		if(isDirectBuffer(buf))
buf              1153 ompi/mpi/java/java/File.java 			writeAllEnd(handle, buf, status.data);
buf              1162 ompi/mpi/java/java/File.java 	private native void writeAllEnd(long fh, Object buf, long[] stat)
buf              1172 ompi/mpi/java/java/File.java 	public void readOrderedBegin(Object buf, int count, Datatype type)
buf              1177 ompi/mpi/java/java/File.java 		if(isDirectBuffer(buf))
buf              1179 ompi/mpi/java/java/File.java 			readOrderedBegin(handle, buf, count, type.handle);
buf              1186 ompi/mpi/java/java/File.java 			if(isHeapBuffer(buf))
buf              1188 ompi/mpi/java/java/File.java 				off = type.getOffset(buf);
buf              1189 ompi/mpi/java/java/File.java 				buf = ((Buffer)buf).array();
buf              1192 ompi/mpi/java/java/File.java 			readOrdered(handle, buf, false, off, count,
buf              1199 ompi/mpi/java/java/File.java 	private native void readOrderedBegin(long fh, Object buf, int count, long type)
buf              1208 ompi/mpi/java/java/File.java 	public Status readOrderedEnd(Object buf) throws MPIException
buf              1212 ompi/mpi/java/java/File.java 		if(isDirectBuffer(buf))
buf              1215 ompi/mpi/java/java/File.java 			readOrderedEnd(handle, buf, status.data);
buf              1224 ompi/mpi/java/java/File.java 	private native void readOrderedEnd(long fh, Object buf, long[] stat)
buf              1234 ompi/mpi/java/java/File.java 	public void writeOrderedBegin(Object buf, int count, Datatype type)
buf              1239 ompi/mpi/java/java/File.java 		if(isDirectBuffer(buf))
buf              1241 ompi/mpi/java/java/File.java 			writeOrderedBegin(handle, buf, count, type.handle);
buf              1248 ompi/mpi/java/java/File.java 			if(isHeapBuffer(buf))
buf              1250 ompi/mpi/java/java/File.java 				off = type.getOffset(buf);
buf              1251 ompi/mpi/java/java/File.java 				buf = ((Buffer)buf).array();
buf              1254 ompi/mpi/java/java/File.java 			writeOrdered(handle, buf, false, off, count,
buf              1261 ompi/mpi/java/java/File.java 	private native void writeOrderedBegin(long fh, Object buf, int count, long type)
buf              1270 ompi/mpi/java/java/File.java 	public Status writeOrderedEnd(Object buf) throws MPIException
buf              1274 ompi/mpi/java/java/File.java 		if(isDirectBuffer(buf))
buf              1277 ompi/mpi/java/java/File.java 			writeOrderedEnd(handle, buf, status.data);
buf              1286 ompi/mpi/java/java/File.java 	private native void writeOrderedEnd(long fh, Object buf, long[] stat)
buf               490 ompi/mpi/java/java/Intracomm.java 	public final Request iScan(Buffer buf, int count, Datatype type, Op op)
buf               495 ompi/mpi/java/java/Intracomm.java 		assertDirectBuffer(buf);
buf               497 ompi/mpi/java/java/Intracomm.java 				handle, null, buf, count,
buf               499 ompi/mpi/java/java/Intracomm.java 		req.addSendBufRef(buf);
buf               557 ompi/mpi/java/java/Intracomm.java 	public final void exScan(Object buf, int count, Datatype type, Op op)
buf               564 ompi/mpi/java/java/Intracomm.java 		if(buf instanceof Buffer && !(db = ((Buffer)buf).isDirect()))
buf               566 ompi/mpi/java/java/Intracomm.java 			off = type.getOffset(buf);
buf               567 ompi/mpi/java/java/Intracomm.java 			buf = ((Buffer)buf).array();
buf               572 ompi/mpi/java/java/Intracomm.java 		exScan(handle, null, false, 0, buf, db, off, count,
buf               617 ompi/mpi/java/java/Intracomm.java 	public final Request iExScan(Buffer buf, int count, Datatype type, Op op)
buf               622 ompi/mpi/java/java/Intracomm.java 		assertDirectBuffer(buf);
buf               624 ompi/mpi/java/java/Intracomm.java 				handle, null, buf, count,
buf               626 ompi/mpi/java/java/Intracomm.java 		req.addRecvBufRef(buf);
buf               575 ompi/mpi/java/java/MPI.java 		byte[] buf = new byte[MAX_PROCESSOR_NAME];
buf               576 ompi/mpi/java/java/MPI.java 		int lengh = getProcessorName(buf);
buf               577 ompi/mpi/java/java/MPI.java 		return new String(buf,0,lengh);
buf               580 ompi/mpi/java/java/MPI.java 	static private native int getProcessorName(byte[] buf);
buf               705 ompi/mpi/java/java/MPI.java 		ByteBuffer buf = ByteBuffer.allocateDirect(capacity);
buf               706 ompi/mpi/java/java/MPI.java 		buf.order(nativeOrder);
buf               707 ompi/mpi/java/java/MPI.java 		return buf;
buf               718 ompi/mpi/java/java/MPI.java 		ByteBuffer buf = ByteBuffer.allocateDirect(capacity * 2);
buf               719 ompi/mpi/java/java/MPI.java 		buf.order(nativeOrder);
buf               720 ompi/mpi/java/java/MPI.java 		return buf.asCharBuffer();
buf               731 ompi/mpi/java/java/MPI.java 		ByteBuffer buf = ByteBuffer.allocateDirect(capacity * 2);
buf               732 ompi/mpi/java/java/MPI.java 		buf.order(nativeOrder);
buf               733 ompi/mpi/java/java/MPI.java 		return buf.asShortBuffer();
buf               744 ompi/mpi/java/java/MPI.java 		ByteBuffer buf = ByteBuffer.allocateDirect(capacity * 4);
buf               745 ompi/mpi/java/java/MPI.java 		buf.order(nativeOrder);
buf               746 ompi/mpi/java/java/MPI.java 		return buf.asIntBuffer();
buf               757 ompi/mpi/java/java/MPI.java 		ByteBuffer buf = ByteBuffer.allocateDirect(capacity * 8);
buf               758 ompi/mpi/java/java/MPI.java 		buf.order(nativeOrder);
buf               759 ompi/mpi/java/java/MPI.java 		return buf.asLongBuffer();
buf               770 ompi/mpi/java/java/MPI.java 		ByteBuffer buf = ByteBuffer.allocateDirect(capacity * 4);
buf               771 ompi/mpi/java/java/MPI.java 		buf.order(nativeOrder);
buf               772 ompi/mpi/java/java/MPI.java 		return buf.asFloatBuffer();
buf               783 ompi/mpi/java/java/MPI.java 		ByteBuffer buf = ByteBuffer.allocateDirect(capacity * 8);
buf               784 ompi/mpi/java/java/MPI.java 		buf.order(nativeOrder);
buf               785 ompi/mpi/java/java/MPI.java 		return buf.asDoubleBuffer();
buf               792 ompi/mpi/java/java/MPI.java 	protected static void assertDirectBuffer(Buffer buf)
buf               794 ompi/mpi/java/java/MPI.java 		if(!buf.isDirect())
buf               839 ompi/mpi/java/java/MPI.java 	public static ByteBuffer slice(ByteBuffer buf, int offset)
buf               841 ompi/mpi/java/java/MPI.java 		return ((ByteBuffer)buf.clear().position(offset))
buf               852 ompi/mpi/java/java/MPI.java 	public static CharBuffer slice(CharBuffer buf, int offset)
buf               854 ompi/mpi/java/java/MPI.java 		return ((CharBuffer)buf.clear().position(offset)).slice();
buf               864 ompi/mpi/java/java/MPI.java 	public static ShortBuffer slice(ShortBuffer buf, int offset)
buf               866 ompi/mpi/java/java/MPI.java 		return ((ShortBuffer)buf.clear().position(offset)).slice();
buf               876 ompi/mpi/java/java/MPI.java 	public static IntBuffer slice(IntBuffer buf, int offset)
buf               878 ompi/mpi/java/java/MPI.java 		return ((IntBuffer)buf.clear().position(offset)).slice();
buf               888 ompi/mpi/java/java/MPI.java 	public static LongBuffer slice(LongBuffer buf, int offset)
buf               890 ompi/mpi/java/java/MPI.java 		return ((LongBuffer)buf.clear().position(offset)).slice();
buf               900 ompi/mpi/java/java/MPI.java 	public static FloatBuffer slice(FloatBuffer buf, int offset)
buf               902 ompi/mpi/java/java/MPI.java 		return ((FloatBuffer)buf.clear().position(offset)).slice();
buf               912 ompi/mpi/java/java/MPI.java 	public static DoubleBuffer slice(DoubleBuffer buf, int offset)
buf               914 ompi/mpi/java/java/MPI.java 		return ((DoubleBuffer)buf.clear().position(offset)).slice();
buf               924 ompi/mpi/java/java/MPI.java 	public static ByteBuffer slice(byte[] buf, int offset)
buf               926 ompi/mpi/java/java/MPI.java 		return ByteBuffer.wrap(buf, offset, buf.length - offset)
buf               937 ompi/mpi/java/java/MPI.java 	public static CharBuffer slice(char[] buf, int offset)
buf               939 ompi/mpi/java/java/MPI.java 		return CharBuffer.wrap(buf, offset, buf.length - offset).slice();
buf               949 ompi/mpi/java/java/MPI.java 	public static ShortBuffer slice(short[] buf, int offset)
buf               951 ompi/mpi/java/java/MPI.java 		return ShortBuffer.wrap(buf, offset, buf.length - offset).slice();
buf               961 ompi/mpi/java/java/MPI.java 	public static IntBuffer slice(int[] buf, int offset)
buf               963 ompi/mpi/java/java/MPI.java 		return IntBuffer.wrap(buf, offset, buf.length - offset).slice();
buf               973 ompi/mpi/java/java/MPI.java 	public static LongBuffer slice(long[] buf, int offset)
buf               975 ompi/mpi/java/java/MPI.java 		return LongBuffer.wrap(buf, offset, buf.length - offset).slice();
buf               985 ompi/mpi/java/java/MPI.java 	public static FloatBuffer slice(float[] buf, int offset)
buf               987 ompi/mpi/java/java/MPI.java 		return FloatBuffer.wrap(buf, offset, buf.length - offset).slice();
buf               997 ompi/mpi/java/java/MPI.java 	public static DoubleBuffer slice(double[] buf, int offset)
buf               999 ompi/mpi/java/java/MPI.java 		return DoubleBuffer.wrap(buf, offset, buf.length - offset).slice();
buf               119 ompi/mpi/java/java/Message.java 	public Status mRecv(Object buf, int count, Datatype type) throws MPIException
buf               126 ompi/mpi/java/java/Message.java 		if(buf instanceof Buffer && !(db = ((Buffer)buf).isDirect()))
buf               128 ompi/mpi/java/java/Message.java 			off = type.getOffset(buf);
buf               129 ompi/mpi/java/java/Message.java 			buf = ((Buffer)buf).array();
buf               132 ompi/mpi/java/java/Message.java 		handle = mRecv(handle, buf, db, off, count,
buf               139 ompi/mpi/java/java/Message.java 			long message, Object buf, boolean db, int offset, int count,
buf               150 ompi/mpi/java/java/Message.java 	public Request imRecv(Buffer buf, int count, Datatype type)
buf               154 ompi/mpi/java/java/Message.java 		assertDirectBuffer(buf);
buf               155 ompi/mpi/java/java/Message.java 		Request req = new Request(imRecv(handle, buf, count, type.handle));
buf               156 ompi/mpi/java/java/Message.java 		req.addRecvBufRef(buf);
buf               160 ompi/mpi/java/java/Message.java 	private native long imRecv(long message, Object buf, int count, long type)
buf               128 ompi/mpi/java/java/Request.java 	protected final void addRecvBufRef(Buffer buf)
buf               130 ompi/mpi/java/java/Request.java 		this.recvBuf = buf;
buf               141 ompi/mpi/java/java/Request.java 	protected final void addSendBufRef(Buffer buf)
buf               143 ompi/mpi/java/java/Request.java 		this.sendBuf = buf;
buf                26 ompi/mpi/tool/cvar_read.c int MPI_T_cvar_read (MPI_T_cvar_handle handle, void *buf)
buf                35 ompi/mpi/tool/cvar_read.c     if (MPI_PARAM_CHECK && NULL == buf) {
buf                52 ompi/mpi/tool/cvar_read.c             ((int *) buf)[0] = value->intval;
buf                56 ompi/mpi/tool/cvar_read.c             ((int32_t *) buf)[0] = value->int32tval;
buf                60 ompi/mpi/tool/cvar_read.c             ((int64_t *) buf)[0] = value->int64tval;
buf                64 ompi/mpi/tool/cvar_read.c             ((unsigned long *) buf)[0] = value->ulval;
buf                67 ompi/mpi/tool/cvar_read.c             ((unsigned long long *) buf)[0] = value->ullval;
buf                70 ompi/mpi/tool/cvar_read.c             ((size_t *) buf)[0] = value->sizetval;
buf                73 ompi/mpi/tool/cvar_read.c             ((bool *) buf)[0] = value->boolval;
buf                76 ompi/mpi/tool/cvar_read.c             ((double *) buf)[0] = value->lfval;
buf                80 ompi/mpi/tool/cvar_read.c                 ((char *)buf)[0] = '\0';
buf                82 ompi/mpi/tool/cvar_read.c                 strcpy ((char *) buf, value->stringval);
buf                25 ompi/mpi/tool/cvar_write.c int MPI_T_cvar_write (MPI_T_cvar_handle handle, const void *buf)
buf                33 ompi/mpi/tool/cvar_write.c     if (MPI_PARAM_CHECK && NULL == buf) {
buf                51 ompi/mpi/tool/cvar_write.c         rc = mca_base_var_set_value(handle->var->mbv_index, buf, sizeof(unsigned long long), MCA_BASE_VAR_SOURCE_SET, NULL);
buf                26 ompi/mpi/tool/pvar_read.c                     void* buf)
buf                40 ompi/mpi/tool/pvar_read.c     ret = mca_base_pvar_handle_read_value (handle, buf);
buf                25 ompi/mpi/tool/pvar_readreset.c                          void *buf)
buf                26 ompi/mpi/tool/pvar_write.c                      const void* buf)
buf                40 ompi/mpi/tool/pvar_write.c     ret = mca_base_pvar_handle_write_value (handle, buf);
buf                79 ompi/peruse/peruse-internal.h             _comm_spec.buf       = (base_req)->req_addr;                               \
buf                97 ompi/peruse/peruse-internal.h             _comm_spec.buf       = (base_req)->req_addr;                               \
buf               115 ompi/peruse/peruse-internal.h                 _comm_spec.buf       = NULL;                                      \
buf                26 ompi/peruse/peruse.h     void *        buf;
buf               630 ompi/proc/proc.c                opal_buffer_t* buf)
buf               657 ompi/proc/proc.c         rc = opal_dss.pack(buf, &(proc->super.proc_name), 1, OMPI_NAME);
buf               666 ompi/proc/proc.c         rc = opal_dss.pack(buf, &nspace, 1, OPAL_STRING);
buf               673 ompi/proc/proc.c         rc = opal_dss.pack(buf, &(proc->super.proc_arch), 1, OPAL_UINT32);
buf               680 ompi/proc/proc.c         rc = opal_dss.pack(buf, &(proc->super.proc_hostname), 1, OPAL_STRING);
buf               723 ompi/proc/proc.c ompi_proc_unpack(opal_buffer_t* buf,
buf               755 ompi/proc/proc.c         rc = opal_dss.unpack(buf, &new_name, &count, OMPI_NAME);
buf               762 ompi/proc/proc.c         rc = opal_dss.unpack(buf, &nspace, &count, OPAL_STRING);
buf               771 ompi/proc/proc.c         rc = opal_dss.unpack(buf, &new_arch, &count, OPAL_UINT32);
buf               778 ompi/proc/proc.c         rc = opal_dss.unpack(buf, &new_hostname, &count, OPAL_STRING);
buf               296 ompi/proc/proc.h                                  opal_buffer_t *buf);
buf               338 ompi/proc/proc.h OMPI_DECLSPEC int ompi_proc_unpack(opal_buffer_t *buf,
buf               403 opal/class/opal_tree.c                              opal_buffer_t *buf,
buf               414 opal/class/opal_tree.c             (rc = opal_dss.pack(buf, &start_lvl, 1, OPAL_STRING))){
buf               418 opal/class/opal_tree.c         fn(tree_item, buf);
buf               423 opal/class/opal_tree.c                 (rc = add_tree_item2buf(first_child, buf, fn, depth+1))){
buf               427 opal/class/opal_tree.c                 (rc = opal_dss.pack(buf, &end_lvl, 1, OPAL_STRING))){
buf               433 opal/class/opal_tree.c                 (rc = opal_dss.pack(buf, &end_lvl, 1, OPAL_STRING))){
buf               100 opal/datatype/opal_datatype_cuda.c bool  opal_cuda_check_one_buf(char *buf, opal_convertor_t *convertor )
buf               111 opal/datatype/opal_datatype_cuda.c     return ( ftable.gpu_is_gpu_buffer(buf, convertor));
buf                26 opal/datatype/opal_datatype_cuda.h bool opal_cuda_check_one_buf(char *buf, opal_convertor_t *convertor );
buf                41 opal/mca/backtrace/execinfo/backtrace_execinfo.c     char buf[6];
buf                58 opal/mca/backtrace/execinfo/backtrace_execinfo.c         len = snprintf (buf, sizeof(buf), "[%2d] ", i - strip);
buf                59 opal/mca/backtrace/execinfo/backtrace_execinfo.c         write (fd, buf, len);
buf               124 opal/mca/btl/smcuda/btl_smcuda.c     void *buf;
buf               128 opal/mca/btl/smcuda/btl_smcuda.c     buf = mpool->mpool_alloc(mpool, bsize, opal_cache_line_size, 0);
buf               130 opal/mca/btl/smcuda/btl_smcuda.c     if (NULL == buf)
buf               133 opal/mca/btl/smcuda/btl_smcuda.c     memset(buf, 0, bsize);
buf               134 opal/mca/btl/smcuda/btl_smcuda.c     return buf;
buf                97 opal/mca/btl/tcp/btl_tcp_frag.c size_t mca_btl_tcp_frag_dump(mca_btl_tcp_frag_t* frag, char* msg, char* buf, size_t length)
buf               101 opal/mca/btl/tcp/btl_tcp_frag.c     used = snprintf(buf, length, "%s frag %p iov_cnt %d iov_idx %d size %lu\n",
buf               105 opal/mca/btl/tcp/btl_tcp_frag.c         used += snprintf(&buf[used], length - used, "[%s%p:%lu] ",
buf               130 opal/mca/btl/tcp/btl_tcp_frag.h size_t mca_btl_tcp_frag_dump(mca_btl_tcp_frag_t* frag, char* msg, char* buf, size_t length);
buf               105 opal/mca/btl/uct/btl_uct_component.c static void mca_btl_uct_mem_release_cb(void *buf, size_t length, void *cbdata, bool from_alloc)
buf               107 opal/mca/btl/uct/btl_uct_component.c     ucm_vm_munmap(buf, length);
buf               337 opal/mca/btl/usnic/btl_usnic_frag.h     char buf[1]; /* flexible array member for frag reassembly */
buf               219 opal/mca/btl/usnic/btl_usnic_recv.c                         fip->rfi_data = rx_buf->buf;
buf                92 opal/mca/btl/usnic/btl_usnic_util.c     char buf[128];
buf               100 opal/mca/btl/usnic/btl_usnic_util.c     p = buf;
buf               101 opal/mca/btl/usnic/btl_usnic_util.c     memset(buf, 0, sizeof(buf));
buf               102 opal/mca/btl/usnic/btl_usnic_util.c     bufspace = sizeof(buf) - 1;
buf               112 opal/mca/btl/usnic/btl_usnic_util.c                                 "%4x: %s\n", i&~15, buf);
buf               114 opal/mca/btl/usnic/btl_usnic_util.c             p = buf;
buf               115 opal/mca/btl/usnic/btl_usnic_util.c             memset(buf, 0, sizeof(buf));
buf               116 opal/mca/btl/usnic/btl_usnic_util.c             bufspace = sizeof(buf) - 1;
buf               121 opal/mca/btl/usnic/btl_usnic_util.c                             "%4x: %s\n", i&~15, buf);
buf                83 opal/mca/common/cuda/common_cuda.c     int (*cuMemFree)(CUdeviceptr buf);
buf                31 opal/mca/common/ucx/common_ucx.c static void opal_common_ucx_mem_release_cb(void *buf, size_t length,
buf                34 opal/mca/common/ucx/common_ucx.c     ucm_vm_munmap(buf, length);
buf                85 opal/mca/dl/dlopen/dl_dlopen_module.c             struct stat buf;
buf                86 opal/mca/dl/dlopen/dl_dlopen_module.c             if (stat(name, &buf) < 0) {
buf               194 opal/mca/dl/dlopen/dl_dlopen_module.c             struct stat buf;
buf               195 opal/mca/dl/dlopen/dl_dlopen_module.c             if (stat(abs_name, &buf) < 0) {
buf               202 opal/mca/dl/dlopen/dl_dlopen_module.c             if (!S_ISREG(buf.st_mode)) {
buf               125 opal/mca/event/libevent2022/libevent/arc4random.c read_all(int fd, unsigned char *buf, size_t count)
buf               131 opal/mca/event/libevent2022/libevent/arc4random.c 		result = read(fd, buf+numread, count-numread);
buf               151 opal/mca/event/libevent2022/libevent/arc4random.c 	unsigned char buf[ADD_ENTROPY];
buf               161 opal/mca/event/libevent2022/libevent/arc4random.c 	if (!CryptGenRandom(provider, sizeof(buf), buf))
buf               163 opal/mca/event/libevent2022/libevent/arc4random.c 	arc4_addrandom(buf, sizeof(buf));
buf               164 opal/mca/event/libevent2022/libevent/arc4random.c 	evutil_memclear_(buf, sizeof(buf));
buf               181 opal/mca/event/libevent2022/libevent/arc4random.c 	unsigned char buf[ADD_ENTROPY];
buf               186 opal/mca/event/libevent2022/libevent/arc4random.c 	memset(buf, 0, sizeof(buf));
buf               188 opal/mca/event/libevent2022/libevent/arc4random.c 	for (len = 0; len < sizeof(buf); len += n) {
buf               189 opal/mca/event/libevent2022/libevent/arc4random.c 		n = sizeof(buf) - len;
buf               191 opal/mca/event/libevent2022/libevent/arc4random.c 		if (0 != sysctl(mib, 3, &buf[len], &n, NULL, 0))
buf               195 opal/mca/event/libevent2022/libevent/arc4random.c 	for (i=0,any_set=0; i<sizeof(buf); ++i) {
buf               196 opal/mca/event/libevent2022/libevent/arc4random.c 		any_set |= buf[i];
buf               201 opal/mca/event/libevent2022/libevent/arc4random.c 	arc4_addrandom(buf, sizeof(buf));
buf               202 opal/mca/event/libevent2022/libevent/arc4random.c 	evutil_memclear_(buf, sizeof(buf));
buf               218 opal/mca/event/libevent2022/libevent/arc4random.c 	unsigned char buf[ADD_ENTROPY];
buf               222 opal/mca/event/libevent2022/libevent/arc4random.c 	memset(buf, 0, sizeof(buf));
buf               224 opal/mca/event/libevent2022/libevent/arc4random.c 	len = sizeof(buf);
buf               225 opal/mca/event/libevent2022/libevent/arc4random.c 	if (sysctl(mib, 2, buf, &len, NULL, 0) == -1) {
buf               226 opal/mca/event/libevent2022/libevent/arc4random.c 		for (len = 0; len < sizeof(buf); len += sizeof(unsigned)) {
buf               228 opal/mca/event/libevent2022/libevent/arc4random.c 			if (n + len > sizeof(buf))
buf               229 opal/mca/event/libevent2022/libevent/arc4random.c 			    n = len - sizeof(buf);
buf               230 opal/mca/event/libevent2022/libevent/arc4random.c 			if (sysctl(mib, 2, &buf[len], &n, NULL, 0) == -1)
buf               235 opal/mca/event/libevent2022/libevent/arc4random.c 	for (i=any_set=0; i<sizeof(buf); ++i) {
buf               236 opal/mca/event/libevent2022/libevent/arc4random.c 		any_set |= buf[i];
buf               241 opal/mca/event/libevent2022/libevent/arc4random.c 	arc4_addrandom(buf, sizeof(buf));
buf               242 opal/mca/event/libevent2022/libevent/arc4random.c 	evutil_memclear_(buf, sizeof(buf));
buf               259 opal/mca/event/libevent2022/libevent/arc4random.c 	char buf[128];
buf               266 opal/mca/event/libevent2022/libevent/arc4random.c 		n = read(fd, buf, sizeof(buf));
buf               272 opal/mca/event/libevent2022/libevent/arc4random.c 			if (EVUTIL_ISXDIGIT(buf[i])) {
buf               273 opal/mca/event/libevent2022/libevent/arc4random.c 				int nyb = evutil_hex_char_to_int(buf[i]);
buf               288 opal/mca/event/libevent2022/libevent/arc4random.c 	evutil_memclear_(buf, sizeof(buf));
buf               300 opal/mca/event/libevent2022/libevent/arc4random.c 	unsigned char buf[ADD_ENTROPY];
buf               307 opal/mca/event/libevent2022/libevent/arc4random.c 	n = read_all(fd, buf, sizeof(buf));
buf               309 opal/mca/event/libevent2022/libevent/arc4random.c 	if (n != sizeof(buf))
buf               311 opal/mca/event/libevent2022/libevent/arc4random.c 	arc4_addrandom(buf, sizeof(buf));
buf               312 opal/mca/event/libevent2022/libevent/arc4random.c 	evutil_memclear_(buf, sizeof(buf));
buf               505 opal/mca/event/libevent2022/libevent/arc4random.c 	unsigned char *buf = _buf;
buf               511 opal/mca/event/libevent2022/libevent/arc4random.c 		buf[n] = arc4_getbyte();
buf               142 opal/mca/event/libevent2022/libevent/buffer.c static int evbuffer_ptr_memcmp(const struct evbuffer *buf,
buf               144 opal/mca/event/libevent2022/libevent/buffer.c static struct evbuffer_chain *evbuffer_expand_singlechain(struct evbuffer *buf,
buf               148 opal/mca/event/libevent2022/libevent/buffer.c static int evbuffer_readfile(struct evbuffer *buf, evutil_socket_t fd,
buf               273 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_free_trailing_empty_chains(struct evbuffer *buf)
buf               275 opal/mca/event/libevent2022/libevent/buffer.c 	struct evbuffer_chain **ch = buf->last_with_datap;
buf               291 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_chain_insert(struct evbuffer *buf,
buf               294 opal/mca/event/libevent2022/libevent/buffer.c 	ASSERT_EVBUFFER_LOCKED(buf);
buf               295 opal/mca/event/libevent2022/libevent/buffer.c 	if (*buf->last_with_datap == NULL) {
buf               297 opal/mca/event/libevent2022/libevent/buffer.c 		EVUTIL_ASSERT(buf->last_with_datap == &buf->first);
buf               298 opal/mca/event/libevent2022/libevent/buffer.c 		EVUTIL_ASSERT(buf->first == NULL);
buf               299 opal/mca/event/libevent2022/libevent/buffer.c 		buf->first = buf->last = chain;
buf               301 opal/mca/event/libevent2022/libevent/buffer.c 		struct evbuffer_chain **ch = buf->last_with_datap;
buf               307 opal/mca/event/libevent2022/libevent/buffer.c 			buf->last->next = chain;
buf               309 opal/mca/event/libevent2022/libevent/buffer.c 				buf->last_with_datap = &buf->last->next;
buf               316 opal/mca/event/libevent2022/libevent/buffer.c 		buf->last = chain;
buf               318 opal/mca/event/libevent2022/libevent/buffer.c 	buf->total_len += chain->off;
buf               322 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_chain_insert_new(struct evbuffer *buf, size_t datlen)
buf               327 opal/mca/event/libevent2022/libevent/buffer.c 	evbuffer_chain_insert(buf, chain);
buf               364 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_set_flags(struct evbuffer *buf, ev_uint64_t flags)
buf               366 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_LOCK(buf);
buf               367 opal/mca/event/libevent2022/libevent/buffer.c 	buf->flags |= (ev_uint32_t)flags;
buf               368 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_UNLOCK(buf);
buf               373 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_clear_flags(struct evbuffer *buf, ev_uint64_t flags)
buf               375 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_LOCK(buf);
buf               376 opal/mca/event/libevent2022/libevent/buffer.c 	buf->flags &= ~(ev_uint32_t)flags;
buf               377 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_UNLOCK(buf);
buf               382 opal/mca/event/libevent2022/libevent/buffer.c _evbuffer_incref(struct evbuffer *buf)
buf               384 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_LOCK(buf);
buf               385 opal/mca/event/libevent2022/libevent/buffer.c 	++buf->refcnt;
buf               386 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_UNLOCK(buf);
buf               390 opal/mca/event/libevent2022/libevent/buffer.c _evbuffer_incref_and_lock(struct evbuffer *buf)
buf               392 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_LOCK(buf);
buf               393 opal/mca/event/libevent2022/libevent/buffer.c 	++buf->refcnt;
buf               409 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_enable_locking(struct evbuffer *buf, void *lock)
buf               414 opal/mca/event/libevent2022/libevent/buffer.c 	if (buf->lock)
buf               421 opal/mca/event/libevent2022/libevent/buffer.c 		buf->lock = lock;
buf               422 opal/mca/event/libevent2022/libevent/buffer.c 		buf->own_lock = 1;
buf               424 opal/mca/event/libevent2022/libevent/buffer.c 		buf->lock = lock;
buf               425 opal/mca/event/libevent2022/libevent/buffer.c 		buf->own_lock = 0;
buf               433 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_set_parent(struct evbuffer *buf, struct bufferevent *bev)
buf               435 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_LOCK(buf);
buf               436 opal/mca/event/libevent2022/libevent/buffer.c 	buf->parent = bev;
buf               437 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_UNLOCK(buf);
buf               581 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_lock(struct evbuffer *buf)
buf               583 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_LOCK(buf);
buf               587 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_unlock(struct evbuffer *buf)
buf               589 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_UNLOCK(buf);
buf               607 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_get_contiguous_space(const struct evbuffer *buf)
buf               612 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_LOCK(buf);
buf               613 opal/mca/event/libevent2022/libevent/buffer.c 	chain = buf->first;
buf               615 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_UNLOCK(buf);
buf               621 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_reserve_space(struct evbuffer *buf, ev_ssize_t size,
buf               627 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_LOCK(buf);
buf               628 opal/mca/event/libevent2022/libevent/buffer.c 	if (buf->freeze_end)
buf               633 opal/mca/event/libevent2022/libevent/buffer.c 		if ((chain = evbuffer_expand_singlechain(buf, size)) == NULL)
buf               641 opal/mca/event/libevent2022/libevent/buffer.c 		if (_evbuffer_expand_fast(buf, size, n_vecs)<0)
buf               643 opal/mca/event/libevent2022/libevent/buffer.c 		n = _evbuffer_read_setup_vecs(buf, size, vec, n_vecs,
buf               648 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_UNLOCK(buf);
buf               654 opal/mca/event/libevent2022/libevent/buffer.c advance_last_with_data(struct evbuffer *buf)
buf               657 opal/mca/event/libevent2022/libevent/buffer.c 	ASSERT_EVBUFFER_LOCKED(buf);
buf               659 opal/mca/event/libevent2022/libevent/buffer.c 	if (!*buf->last_with_datap)
buf               662 opal/mca/event/libevent2022/libevent/buffer.c 	while ((*buf->last_with_datap)->next && (*buf->last_with_datap)->next->off) {
buf               663 opal/mca/event/libevent2022/libevent/buffer.c 		buf->last_with_datap = &(*buf->last_with_datap)->next;
buf               670 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_commit_space(struct evbuffer *buf,
buf               678 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_LOCK(buf);
buf               680 opal/mca/event/libevent2022/libevent/buffer.c 	if (buf->freeze_end)
buf               686 opal/mca/event/libevent2022/libevent/buffer.c 	    (buf->last && vec[0].iov_base == (void*)CHAIN_SPACE_PTR(buf->last))) {
buf               689 opal/mca/event/libevent2022/libevent/buffer.c 		if ((size_t)vec[0].iov_len > (size_t)CHAIN_SPACE_LEN(buf->last))
buf               691 opal/mca/event/libevent2022/libevent/buffer.c 		buf->last->off += vec[0].iov_len;
buf               694 opal/mca/event/libevent2022/libevent/buffer.c 			advance_last_with_data(buf);
buf               699 opal/mca/event/libevent2022/libevent/buffer.c 	firstchainp = buf->last_with_datap;
buf               723 opal/mca/event/libevent2022/libevent/buffer.c 			buf->last_with_datap = chainp;
buf               729 opal/mca/event/libevent2022/libevent/buffer.c 	buf->total_len += added;
buf               730 opal/mca/event/libevent2022/libevent/buffer.c 	buf->n_add_for_cb += added;
buf               732 opal/mca/event/libevent2022/libevent/buffer.c 	evbuffer_invoke_callbacks(buf);
buf               735 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_UNLOCK(buf);
buf               740 opal/mca/event/libevent2022/libevent/buffer.c HAS_PINNED_R(struct evbuffer *buf)
buf               742 opal/mca/event/libevent2022/libevent/buffer.c 	return (buf->last && CHAIN_PINNED_R(buf->last));
buf               959 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_drain(struct evbuffer *buf, size_t len)
buf               965 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_LOCK(buf);
buf               966 opal/mca/event/libevent2022/libevent/buffer.c 	old_len = buf->total_len;
buf               971 opal/mca/event/libevent2022/libevent/buffer.c 	if (buf->freeze_start) {
buf               976 opal/mca/event/libevent2022/libevent/buffer.c 	if (len >= old_len && !HAS_PINNED_R(buf)) {
buf               978 opal/mca/event/libevent2022/libevent/buffer.c 		for (chain = buf->first; chain != NULL; chain = next) {
buf               983 opal/mca/event/libevent2022/libevent/buffer.c 		ZERO_CHAIN(buf);
buf               988 opal/mca/event/libevent2022/libevent/buffer.c 		buf->total_len -= len;
buf               990 opal/mca/event/libevent2022/libevent/buffer.c 		for (chain = buf->first;
buf               996 opal/mca/event/libevent2022/libevent/buffer.c 			if (chain == *buf->last_with_datap) {
buf               997 opal/mca/event/libevent2022/libevent/buffer.c 				buf->last_with_datap = &buf->first;
buf               999 opal/mca/event/libevent2022/libevent/buffer.c 			if (&chain->next == buf->last_with_datap)
buf              1000 opal/mca/event/libevent2022/libevent/buffer.c 				buf->last_with_datap = &buf->first;
buf              1011 opal/mca/event/libevent2022/libevent/buffer.c 		buf->first = chain;
buf              1019 opal/mca/event/libevent2022/libevent/buffer.c 	buf->n_del_for_cb += len;
buf              1021 opal/mca/event/libevent2022/libevent/buffer.c 	evbuffer_invoke_callbacks(buf);
buf              1024 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_UNLOCK(buf);
buf              1030 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_remove(struct evbuffer *buf, void *data_out, size_t datlen)
buf              1033 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_LOCK(buf);
buf              1034 opal/mca/event/libevent2022/libevent/buffer.c 	n = evbuffer_copyout(buf, data_out, datlen);
buf              1036 opal/mca/event/libevent2022/libevent/buffer.c 		if (evbuffer_drain(buf, n)<0)
buf              1039 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_UNLOCK(buf);
buf              1044 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_copyout(struct evbuffer *buf, void *data_out, size_t datlen)
buf              1052 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_LOCK(buf);
buf              1054 opal/mca/event/libevent2022/libevent/buffer.c 	chain = buf->first;
buf              1056 opal/mca/event/libevent2022/libevent/buffer.c 	if (datlen >= buf->total_len)
buf              1057 opal/mca/event/libevent2022/libevent/buffer.c 		datlen = buf->total_len;
buf              1062 opal/mca/event/libevent2022/libevent/buffer.c 	if (buf->freeze_start) {
buf              1086 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_UNLOCK(buf);
buf              1184 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_pullup(struct evbuffer *buf, ev_ssize_t size)
buf              1192 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_LOCK(buf);
buf              1194 opal/mca/event/libevent2022/libevent/buffer.c 	chain = buf->first;
buf              1197 opal/mca/event/libevent2022/libevent/buffer.c 		size = buf->total_len;
buf              1201 opal/mca/event/libevent2022/libevent/buffer.c 	if (size == 0 || (size_t)size > buf->total_len)
buf              1248 opal/mca/event/libevent2022/libevent/buffer.c 		buf->first = tmp;
buf              1254 opal/mca/event/libevent2022/libevent/buffer.c 	last_with_data = *buf->last_with_datap;
buf              1263 opal/mca/event/libevent2022/libevent/buffer.c 		if (&chain->next == buf->last_with_datap)
buf              1274 opal/mca/event/libevent2022/libevent/buffer.c 		buf->last = tmp;
buf              1280 opal/mca/event/libevent2022/libevent/buffer.c 		buf->last_with_datap = &buf->first;
buf              1282 opal/mca/event/libevent2022/libevent/buffer.c 		if (buf->first->next && buf->first->next->off)
buf              1283 opal/mca/event/libevent2022/libevent/buffer.c 			buf->last_with_datap = &buf->first->next;
buf              1285 opal/mca/event/libevent2022/libevent/buffer.c 			buf->last_with_datap = &buf->first;
buf              1291 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_UNLOCK(buf);
buf              1544 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_add(struct evbuffer *buf, const void *data_in, size_t datlen)
buf              1551 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_LOCK(buf);
buf              1553 opal/mca/event/libevent2022/libevent/buffer.c 	if (buf->freeze_end) {
buf              1557 opal/mca/event/libevent2022/libevent/buffer.c 	if (datlen > EV_SIZE_MAX - buf->total_len) {
buf              1561 opal/mca/event/libevent2022/libevent/buffer.c 	chain = buf->last;
buf              1569 opal/mca/event/libevent2022/libevent/buffer.c 		evbuffer_chain_insert(buf, chain);
buf              1583 opal/mca/event/libevent2022/libevent/buffer.c 			buf->total_len += datlen;
buf              1584 opal/mca/event/libevent2022/libevent/buffer.c 			buf->n_add_for_cb += datlen;
buf              1593 opal/mca/event/libevent2022/libevent/buffer.c 			buf->total_len += datlen;
buf              1594 opal/mca/event/libevent2022/libevent/buffer.c 			buf->n_add_for_cb += datlen;
buf              1616 opal/mca/event/libevent2022/libevent/buffer.c 		buf->total_len += remain;
buf              1617 opal/mca/event/libevent2022/libevent/buffer.c 		buf->n_add_for_cb += remain;
buf              1625 opal/mca/event/libevent2022/libevent/buffer.c 	evbuffer_chain_insert(buf, tmp);
buf              1626 opal/mca/event/libevent2022/libevent/buffer.c 	buf->n_add_for_cb += datlen;
buf              1629 opal/mca/event/libevent2022/libevent/buffer.c 	evbuffer_invoke_callbacks(buf);
buf              1632 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_UNLOCK(buf);
buf              1637 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_prepend(struct evbuffer *buf, const void *data, size_t datlen)
buf              1642 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_LOCK(buf);
buf              1644 opal/mca/event/libevent2022/libevent/buffer.c 	if (buf->freeze_start) {
buf              1647 opal/mca/event/libevent2022/libevent/buffer.c 	if (datlen > EV_SIZE_MAX - buf->total_len) {
buf              1651 opal/mca/event/libevent2022/libevent/buffer.c 	chain = buf->first;
buf              1657 opal/mca/event/libevent2022/libevent/buffer.c 		evbuffer_chain_insert(buf, chain);
buf              1677 opal/mca/event/libevent2022/libevent/buffer.c 			buf->total_len += datlen;
buf              1678 opal/mca/event/libevent2022/libevent/buffer.c 			buf->n_add_for_cb += datlen;
buf              1686 opal/mca/event/libevent2022/libevent/buffer.c 			buf->total_len += (size_t)chain->misalign;
buf              1687 opal/mca/event/libevent2022/libevent/buffer.c 			buf->n_add_for_cb += (size_t)chain->misalign;
buf              1696 opal/mca/event/libevent2022/libevent/buffer.c 	buf->first = tmp;
buf              1697 opal/mca/event/libevent2022/libevent/buffer.c 	if (buf->last_with_datap == &buf->first)
buf              1698 opal/mca/event/libevent2022/libevent/buffer.c 		buf->last_with_datap = &tmp->next;
buf              1707 opal/mca/event/libevent2022/libevent/buffer.c 	buf->total_len += datlen;
buf              1708 opal/mca/event/libevent2022/libevent/buffer.c 	buf->n_add_for_cb += (size_t)chain->misalign;
buf              1711 opal/mca/event/libevent2022/libevent/buffer.c 	evbuffer_invoke_callbacks(buf);
buf              1714 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_UNLOCK(buf);
buf              1745 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_expand_singlechain(struct evbuffer *buf, size_t datlen)
buf              1749 opal/mca/event/libevent2022/libevent/buffer.c 	ASSERT_EVBUFFER_LOCKED(buf);
buf              1751 opal/mca/event/libevent2022/libevent/buffer.c 	chainp = buf->last_with_datap;
buf              1836 opal/mca/event/libevent2022/libevent/buffer.c 		if (buf->last == chain)
buf              1837 opal/mca/event/libevent2022/libevent/buffer.c 			buf->last = tmp;
buf              1845 opal/mca/event/libevent2022/libevent/buffer.c 	result = evbuffer_chain_insert_new(buf, datlen);
buf              1858 opal/mca/event/libevent2022/libevent/buffer.c _evbuffer_expand_fast(struct evbuffer *buf, size_t datlen, int n)
buf              1860 opal/mca/event/libevent2022/libevent/buffer.c 	struct evbuffer_chain *chain = buf->last, *tmp, *next;
buf              1864 opal/mca/event/libevent2022/libevent/buffer.c 	ASSERT_EVBUFFER_LOCKED(buf);
buf              1874 opal/mca/event/libevent2022/libevent/buffer.c 		evbuffer_chain_insert(buf, chain);
buf              1883 opal/mca/event/libevent2022/libevent/buffer.c 	for (chain = *buf->last_with_datap; chain; chain = chain->next) {
buf              1886 opal/mca/event/libevent2022/libevent/buffer.c 			EVUTIL_ASSERT(chain == *buf->last_with_datap);
buf              1917 opal/mca/event/libevent2022/libevent/buffer.c 		buf->last->next = tmp;
buf              1918 opal/mca/event/libevent2022/libevent/buffer.c 		buf->last = tmp;
buf              1926 opal/mca/event/libevent2022/libevent/buffer.c 		chain = *buf->last_with_datap;
buf              1928 opal/mca/event/libevent2022/libevent/buffer.c 			EVUTIL_ASSERT(chain == buf->first);
buf              1948 opal/mca/event/libevent2022/libevent/buffer.c 				ZERO_CHAIN(buf);
buf              1950 opal/mca/event/libevent2022/libevent/buffer.c 				buf->last = *buf->last_with_datap;
buf              1951 opal/mca/event/libevent2022/libevent/buffer.c 				(*buf->last_with_datap)->next = NULL;
buf              1957 opal/mca/event/libevent2022/libevent/buffer.c 			buf->first = buf->last = tmp;
buf              1958 opal/mca/event/libevent2022/libevent/buffer.c 			buf->last_with_datap = &buf->first;
buf              1960 opal/mca/event/libevent2022/libevent/buffer.c 			(*buf->last_with_datap)->next = tmp;
buf              1961 opal/mca/event/libevent2022/libevent/buffer.c 			buf->last = tmp;
buf              1968 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_expand(struct evbuffer *buf, size_t datlen)
buf              1972 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_LOCK(buf);
buf              1973 opal/mca/event/libevent2022/libevent/buffer.c 	chain = evbuffer_expand_singlechain(buf, datlen);
buf              1974 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_UNLOCK(buf);
buf              2009 opal/mca/event/libevent2022/libevent/buffer.c #define IOV_PTR_FIELD buf
buf              2032 opal/mca/event/libevent2022/libevent/buffer.c _evbuffer_read_setup_vecs(struct evbuffer *buf, ev_ssize_t howmuch,
buf              2040 opal/mca/event/libevent2022/libevent/buffer.c 	ASSERT_EVBUFFER_LOCKED(buf);
buf              2047 opal/mca/event/libevent2022/libevent/buffer.c 	firstchainp = buf->last_with_datap;
buf              2089 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_read(struct evbuffer *buf, evutil_socket_t fd, int howmuch)
buf              2102 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_LOCK(buf);
buf              2104 opal/mca/event/libevent2022/libevent/buffer.c 	if (buf->freeze_end) {
buf              2118 opal/mca/event/libevent2022/libevent/buffer.c 	if (_evbuffer_expand_fast(buf, howmuch, NUM_READ_IOVEC) == -1) {
buf              2124 opal/mca/event/libevent2022/libevent/buffer.c 		nvecs = _evbuffer_read_setup_vecs(buf, howmuch, vecs,
buf              2130 opal/mca/event/libevent2022/libevent/buffer.c 		nvecs = _evbuffer_read_setup_vecs(buf, howmuch, ev_vecs, 2,
buf              2160 opal/mca/event/libevent2022/libevent/buffer.c 	if ((chain = evbuffer_expand_singlechain(buf, howmuch)) == NULL) {
buf              2199 opal/mca/event/libevent2022/libevent/buffer.c 			buf->last_with_datap = chainp;
buf              2206 opal/mca/event/libevent2022/libevent/buffer.c 	advance_last_with_data(buf);
buf              2208 opal/mca/event/libevent2022/libevent/buffer.c 	buf->total_len += n;
buf              2209 opal/mca/event/libevent2022/libevent/buffer.c 	buf->n_add_for_cb += n;
buf              2212 opal/mca/event/libevent2022/libevent/buffer.c 	evbuffer_invoke_callbacks(buf);
buf              2215 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_UNLOCK(buf);
buf              2221 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_readfile(struct evbuffer *buf, evutil_socket_t fd, ev_ssize_t howmuch)
buf              2227 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_LOCK(buf);
buf              2229 opal/mca/event/libevent2022/libevent/buffer.c 	if (buf->freeze_end) {
buf              2240 opal/mca/event/libevent2022/libevent/buffer.c 	nchains = evbuffer_reserve_space(buf, howmuch, v, 2);
buf              2255 opal/mca/event/libevent2022/libevent/buffer.c 			evbuffer_commit_space(buf, v, 1);
buf              2260 opal/mca/event/libevent2022/libevent/buffer.c 	evbuffer_commit_space(buf, v, nchains);
buf              2264 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_UNLOCK(buf);
buf              2450 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_ptr_set(struct evbuffer *buf, struct evbuffer_ptr *pos,
buf              2456 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_LOCK(buf);
buf              2460 opal/mca/event/libevent2022/libevent/buffer.c 		chain = buf->first;
buf              2468 opal/mca/event/libevent2022/libevent/buffer.c 			EVBUFFER_UNLOCK(buf);
buf              2491 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_UNLOCK(buf);
buf              2501 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_ptr_memcmp(const struct evbuffer *buf, const struct evbuffer_ptr *pos,
buf              2508 opal/mca/event/libevent2022/libevent/buffer.c 	ASSERT_EVBUFFER_LOCKED(buf);
buf              2512 opal/mca/event/libevent2022/libevent/buffer.c 	    pos->pos + len > buf->total_len)
buf              2663 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_add_vprintf(struct evbuffer *buf, const char *fmt, va_list ap)
buf              2672 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_LOCK(buf);
buf              2674 opal/mca/event/libevent2022/libevent/buffer.c 	if (buf->freeze_end) {
buf              2679 opal/mca/event/libevent2022/libevent/buffer.c 	if ((chain = evbuffer_expand_singlechain(buf, 64)) == NULL)
buf              2708 opal/mca/event/libevent2022/libevent/buffer.c 			buf->total_len += sz;
buf              2709 opal/mca/event/libevent2022/libevent/buffer.c 			buf->n_add_for_cb += sz;
buf              2711 opal/mca/event/libevent2022/libevent/buffer.c 			advance_last_with_data(buf);
buf              2712 opal/mca/event/libevent2022/libevent/buffer.c 			evbuffer_invoke_callbacks(buf);
buf              2716 opal/mca/event/libevent2022/libevent/buffer.c 		if ((chain = evbuffer_expand_singlechain(buf, sz + 1)) == NULL)
buf              2722 opal/mca/event/libevent2022/libevent/buffer.c 	EVBUFFER_UNLOCK(buf);
buf              2727 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_add_printf(struct evbuffer *buf, const char *fmt, ...)
buf              2733 opal/mca/event/libevent2022/libevent/buffer.c 	res = evbuffer_add_vprintf(buf, fmt, ap);
buf                73 opal/mca/event/libevent2022/libevent/buffer_iocp.c upcast_evbuffer(struct evbuffer *buf)
buf                75 opal/mca/event/libevent2022/libevent/buffer_iocp.c 	if (!buf || !buf->is_overlapped)
buf                77 opal/mca/event/libevent2022/libevent/buffer_iocp.c 	return EVUTIL_UPCAST(buf, struct evbuffer_overlapped, buffer);
buf                98 opal/mca/event/libevent2022/libevent/buffer_iocp.c 	struct evbuffer_overlapped *buf = upcast_evbuffer(evbuf);
buf               104 opal/mca/event/libevent2022/libevent/buffer_iocp.c 	EVUTIL_ASSERT(buf->read_in_progress && !buf->write_in_progress);
buf               113 opal/mca/event/libevent2022/libevent/buffer_iocp.c 	for (i = 0; remaining > 0 && i < (unsigned)buf->n_buffers; ++i) {
buf               115 opal/mca/event/libevent2022/libevent/buffer_iocp.c 		len = buf->buffers[i].len;
buf               124 opal/mca/event/libevent2022/libevent/buffer_iocp.c 	pin_release(buf, EVBUFFER_MEM_PINNED_R);
buf               126 opal/mca/event/libevent2022/libevent/buffer_iocp.c 	buf->read_in_progress = 0;
buf               139 opal/mca/event/libevent2022/libevent/buffer_iocp.c 	struct evbuffer_overlapped *buf = upcast_evbuffer(evbuf);
buf               142 opal/mca/event/libevent2022/libevent/buffer_iocp.c 	EVUTIL_ASSERT(buf->write_in_progress && !buf->read_in_progress);
buf               145 opal/mca/event/libevent2022/libevent/buffer_iocp.c 	pin_release(buf,EVBUFFER_MEM_PINNED_W);
buf               146 opal/mca/event/libevent2022/libevent/buffer_iocp.c 	buf->write_in_progress = 0;
buf               170 opal/mca/event/libevent2022/libevent/buffer_iocp.c evbuffer_launch_write(struct evbuffer *buf, ev_ssize_t at_most,
buf               173 opal/mca/event/libevent2022/libevent/buffer_iocp.c 	struct evbuffer_overlapped *buf_o = upcast_evbuffer(buf);
buf               179 opal/mca/event/libevent2022/libevent/buffer_iocp.c 	if (!buf) {
buf               184 opal/mca/event/libevent2022/libevent/buffer_iocp.c 	EVBUFFER_LOCK(buf);
buf               186 opal/mca/event/libevent2022/libevent/buffer_iocp.c 	if (buf->freeze_start || buf_o->write_in_progress)
buf               188 opal/mca/event/libevent2022/libevent/buffer_iocp.c 	if (!buf->total_len) {
buf               192 opal/mca/event/libevent2022/libevent/buffer_iocp.c 	} else if (at_most < 0 || (size_t)at_most > buf->total_len) {
buf               193 opal/mca/event/libevent2022/libevent/buffer_iocp.c 		at_most = buf->total_len;
buf               195 opal/mca/event/libevent2022/libevent/buffer_iocp.c 	evbuffer_freeze(buf, 1);
buf               201 opal/mca/event/libevent2022/libevent/buffer_iocp.c 	chain = buf_o->first_pinned = buf->first;
buf               205 opal/mca/event/libevent2022/libevent/buffer_iocp.c 		b->buf = (char*)( chain->buffer + chain->misalign );
buf               223 opal/mca/event/libevent2022/libevent/buffer_iocp.c 	_evbuffer_incref(buf);
buf               230 opal/mca/event/libevent2022/libevent/buffer_iocp.c 			evbuffer_unfreeze(buf, 1);
buf               231 opal/mca/event/libevent2022/libevent/buffer_iocp.c 			evbuffer_free(buf); /* decref */
buf               239 opal/mca/event/libevent2022/libevent/buffer_iocp.c 	EVBUFFER_UNLOCK(buf);
buf               244 opal/mca/event/libevent2022/libevent/buffer_iocp.c evbuffer_launch_read(struct evbuffer *buf, size_t at_most,
buf               247 opal/mca/event/libevent2022/libevent/buffer_iocp.c 	struct evbuffer_overlapped *buf_o = upcast_evbuffer(buf);
buf               258 opal/mca/event/libevent2022/libevent/buffer_iocp.c 	EVBUFFER_LOCK(buf);
buf               260 opal/mca/event/libevent2022/libevent/buffer_iocp.c 	if (buf->freeze_end || buf_o->read_in_progress)
buf               267 opal/mca/event/libevent2022/libevent/buffer_iocp.c 	if (_evbuffer_expand_fast(buf, at_most, MAX_WSABUFS) == -1)
buf               269 opal/mca/event/libevent2022/libevent/buffer_iocp.c 	evbuffer_freeze(buf, 0);
buf               271 opal/mca/event/libevent2022/libevent/buffer_iocp.c 	nvecs = _evbuffer_read_setup_vecs(buf, at_most,
buf               289 opal/mca/event/libevent2022/libevent/buffer_iocp.c 	_evbuffer_incref(buf);
buf               296 opal/mca/event/libevent2022/libevent/buffer_iocp.c 			evbuffer_unfreeze(buf, 0);
buf               297 opal/mca/event/libevent2022/libevent/buffer_iocp.c 			evbuffer_free(buf); /* decref */
buf               305 opal/mca/event/libevent2022/libevent/buffer_iocp.c 	EVBUFFER_UNLOCK(buf);
buf               310 opal/mca/event/libevent2022/libevent/buffer_iocp.c _evbuffer_overlapped_get_fd(struct evbuffer *buf)
buf               312 opal/mca/event/libevent2022/libevent/buffer_iocp.c 	struct evbuffer_overlapped *buf_o = upcast_evbuffer(buf);
buf               317 opal/mca/event/libevent2022/libevent/buffer_iocp.c _evbuffer_overlapped_set_fd(struct evbuffer *buf, evutil_socket_t fd)
buf               319 opal/mca/event/libevent2022/libevent/buffer_iocp.c 	struct evbuffer_overlapped *buf_o = upcast_evbuffer(buf);
buf               320 opal/mca/event/libevent2022/libevent/buffer_iocp.c 	EVBUFFER_LOCK(buf);
buf               324 opal/mca/event/libevent2022/libevent/buffer_iocp.c 	EVBUFFER_UNLOCK(buf);
buf               117 opal/mca/event/libevent2022/libevent/bufferevent.c bufferevent_inbuf_wm_cb(struct evbuffer *buf,
buf               124 opal/mca/event/libevent2022/libevent/bufferevent.c 	size = evbuffer_get_length(buf);
buf               386 opal/mca/event/libevent2022/libevent/bufferevent.c bufferevent_write_buffer(struct bufferevent *bufev, struct evbuffer *buf)
buf               388 opal/mca/event/libevent2022/libevent/bufferevent.c 	if (evbuffer_add_buffer(bufev->output, buf) == -1)
buf               401 opal/mca/event/libevent2022/libevent/bufferevent.c bufferevent_read_buffer(struct bufferevent *bufev, struct evbuffer *buf)
buf               403 opal/mca/event/libevent2022/libevent/bufferevent.c 	return (evbuffer_add_buffer(buf, bufev->input));
buf               283 opal/mca/event/libevent2022/libevent/bufferevent_async.c be_async_outbuf_callback(struct evbuffer *buf,
buf               302 opal/mca/event/libevent2022/libevent/bufferevent_async.c be_async_inbuf_callback(struct evbuffer *buf,
buf               321 opal/mca/event/libevent2022/libevent/bufferevent_async.c be_async_enable(struct bufferevent *buf, short what)
buf               323 opal/mca/event/libevent2022/libevent/bufferevent_async.c 	struct bufferevent_async *bev_async = upcast(buf);
buf               334 opal/mca/event/libevent2022/libevent/bufferevent_async.c 		BEV_RESET_GENERIC_READ_TIMEOUT(buf);
buf               336 opal/mca/event/libevent2022/libevent/bufferevent_async.c 		BEV_RESET_GENERIC_WRITE_TIMEOUT(buf);
buf                71 opal/mca/event/libevent2022/libevent/bufferevent_filter.c static void bufferevent_filtered_outbuf_cb(struct evbuffer *buf,
buf               396 opal/mca/event/libevent2022/libevent/bufferevent_filter.c bufferevent_filtered_outbuf_cb(struct evbuffer *buf,
buf              1108 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c be_openssl_outbuf_cb(struct evbuffer *buf,
buf               102 opal/mca/event/libevent2022/libevent/bufferevent_sock.c bufferevent_socket_outbuf_cb(struct evbuffer *buf,
buf               250 opal/mca/event/libevent2022/libevent/evbuffer-internal.h void _evbuffer_incref(struct evbuffer *buf);
buf               252 opal/mca/event/libevent2022/libevent/evbuffer-internal.h void _evbuffer_incref_and_lock(struct evbuffer *buf);
buf               272 opal/mca/event/libevent2022/libevent/evbuffer-internal.h int _evbuffer_read_setup_vecs(struct evbuffer *buf, ev_ssize_t howmuch,
buf               278 opal/mca/event/libevent2022/libevent/evbuffer-internal.h 		(i)->buf = (ei)->iov_base;		\
buf               285 opal/mca/event/libevent2022/libevent/evbuffer-internal.h void evbuffer_set_parent(struct evbuffer *buf, struct bufferevent *bev);
buf               287 opal/mca/event/libevent2022/libevent/evbuffer-internal.h void evbuffer_invoke_callbacks(struct evbuffer *buf);
buf               426 opal/mca/event/libevent2022/libevent/evdns.c default_evdns_log_fn(int warning, const char *buf)
buf               429 opal/mca/event/libevent2022/libevent/evdns.c 		event_warnx("[evdns] %s", buf);
buf               431 opal/mca/event/libevent2022/libevent/evdns.c 		event_msgx("[evdns] %s", buf);
buf               433 opal/mca/event/libevent2022/libevent/evdns.c 		event_debug(("[evdns] %s", buf));
buf               455 opal/mca/event/libevent2022/libevent/evdns.c 	char buf[512];
buf               459 opal/mca/event/libevent2022/libevent/evdns.c 	evutil_vsnprintf(buf, sizeof(buf), fmt, args);
buf               464 opal/mca/event/libevent2022/libevent/evdns.c 		evdns_log_fn(warn, buf);
buf               466 opal/mca/event/libevent2022/libevent/evdns.c 		default_evdns_log_fn(warn, buf);
buf              1584 opal/mca/event/libevent2022/libevent/evdns.c dnsname_to_labels(u8 *const buf, size_t buf_len, off_t j,
buf              1595 opal/mca/event/libevent2022/libevent/evdns.c 		memcpy(buf + j, &_t, 2);				\
buf              1602 opal/mca/event/libevent2022/libevent/evdns.c 		memcpy(buf + j, &_t32, 4);				\
buf              1620 opal/mca/event/libevent2022/libevent/evdns.c 			buf[j++] = (ev_uint8_t)label_len;
buf              1622 opal/mca/event/libevent2022/libevent/evdns.c 			memcpy(buf + j, start, label_len);
buf              1631 opal/mca/event/libevent2022/libevent/evdns.c 			buf[j++] = (ev_uint8_t)label_len;
buf              1633 opal/mca/event/libevent2022/libevent/evdns.c 			memcpy(buf + j, start, label_len);
buf              1643 opal/mca/event/libevent2022/libevent/evdns.c 	if (!j || buf[j-1]) buf[j++] = 0;
buf              1666 opal/mca/event/libevent2022/libevent/evdns.c     u8 *const buf, size_t buf_len) {
buf              1677 opal/mca/event/libevent2022/libevent/evdns.c 	j = dnsname_to_labels(buf, buf_len, j, name, name_len, NULL);
buf              1837 opal/mca/event/libevent2022/libevent/evdns.c 	char buf[32];
buf              1844 opal/mca/event/libevent2022/libevent/evdns.c 		evutil_snprintf(buf, sizeof(buf), "%d.%d.%d.%d.in-addr.arpa",
buf              1849 opal/mca/event/libevent2022/libevent/evdns.c 		inaddr_name = buf;
buf              1877 opal/mca/event/libevent2022/libevent/evdns.c 	unsigned char buf[1500];
buf              1878 opal/mca/event/libevent2022/libevent/evdns.c 	size_t buf_len = sizeof(buf);
buf              1904 opal/mca/event/libevent2022/libevent/evdns.c 		j = dnsname_to_labels(buf, buf_len, j, s, strlen(s), &table);
buf              1923 opal/mca/event/libevent2022/libevent/evdns.c 			r = dnsname_to_labels(buf, buf_len, j, item->name, strlen(item->name), &table);
buf              1935 opal/mca/event/libevent2022/libevent/evdns.c 				r = dnsname_to_labels(buf, buf_len, j, item->data, strlen(item->data), &table);
buf              1940 opal/mca/event/libevent2022/libevent/evdns.c 				memcpy(buf+len_idx, &_t, 2);
buf              1945 opal/mca/event/libevent2022/libevent/evdns.c 				memcpy(buf+j, item->data, item->datalen);
buf              1955 opal/mca/event/libevent2022/libevent/evdns.c 		buf[2] |= 0x02; /* set the truncated bit. */
buf              1965 opal/mca/event/libevent2022/libevent/evdns.c 	memcpy(req->response, buf, req->response_len);
buf              2899 opal/mca/event/libevent2022/libevent/evdns.c 	char buf[32];
buf              2905 opal/mca/event/libevent2022/libevent/evdns.c 	evutil_snprintf(buf, sizeof(buf), "%d.%d.%d.%d.in-addr.arpa",
buf              2913 opal/mca/event/libevent2022/libevent/evdns.c 	log(EVDNS_LOG_DEBUG, "Resolve requested for %s (reverse)", buf);
buf              2915 opal/mca/event/libevent2022/libevent/evdns.c 	req = request_new(base, handle, TYPE_PTR, buf, flags, callback, ptr);
buf              2934 opal/mca/event/libevent2022/libevent/evdns.c 	char buf[73];
buf              2940 opal/mca/event/libevent2022/libevent/evdns.c 	cp = buf;
buf              2948 opal/mca/event/libevent2022/libevent/evdns.c 	EVUTIL_ASSERT(cp + strlen("ip6.arpa") < buf+sizeof(buf));
buf              2953 opal/mca/event/libevent2022/libevent/evdns.c 	log(EVDNS_LOG_DEBUG, "Resolve requested for %s (reverse)", buf);
buf              2955 opal/mca/event/libevent2022/libevent/evdns.c 	req = request_new(base, handle, TYPE_PTR, buf, flags, callback, ptr);
buf              3616 opal/mca/event/libevent2022/libevent/evdns.c 	char *buf;
buf              3626 opal/mca/event/libevent2022/libevent/evdns.c 		buf = mm_malloc(ips-addr+1);
buf              3627 opal/mca/event/libevent2022/libevent/evdns.c 		if (!buf) return 4;
buf              3628 opal/mca/event/libevent2022/libevent/evdns.c 		memcpy(buf, addr, ips-addr);
buf              3629 opal/mca/event/libevent2022/libevent/evdns.c 		buf[ips-addr] = '\0';
buf              3630 opal/mca/event/libevent2022/libevent/evdns.c 		r = evdns_base_nameserver_ip_add(base, buf);
buf              3631 opal/mca/event/libevent2022/libevent/evdns.c 		mm_free(buf);
buf              3648 opal/mca/event/libevent2022/libevent/evdns.c 	void *buf = NULL;
buf              3666 opal/mca/event/libevent2022/libevent/evdns.c 	buf = mm_malloc(size);
buf              3667 opal/mca/event/libevent2022/libevent/evdns.c 	if (!buf) { status = 4; goto done; }
buf              3668 opal/mca/event/libevent2022/libevent/evdns.c 	fixed = buf;
buf              3675 opal/mca/event/libevent2022/libevent/evdns.c 		mm_free(buf);
buf              3676 opal/mca/event/libevent2022/libevent/evdns.c 		buf = mm_malloc(size);
buf              3677 opal/mca/event/libevent2022/libevent/evdns.c 		if (!buf) { status = 4; goto done; }
buf              3678 opal/mca/event/libevent2022/libevent/evdns.c 		fixed = buf;
buf              3713 opal/mca/event/libevent2022/libevent/evdns.c 	if (buf)
buf              3714 opal/mca/event/libevent2022/libevent/evdns.c 		mm_free(buf);
buf              3723 opal/mca/event/libevent2022/libevent/evdns.c 	char *buf;
buf              3731 opal/mca/event/libevent2022/libevent/evdns.c 	if (!(buf = mm_malloc(bufsz)))
buf              3734 opal/mca/event/libevent2022/libevent/evdns.c 	if (RegQueryValueEx(key, subkey, 0, &type, (LPBYTE)buf, &bufsz)
buf              3736 opal/mca/event/libevent2022/libevent/evdns.c 		status = evdns_nameserver_ip_add_line(base,buf);
buf              3739 opal/mca/event/libevent2022/libevent/evdns.c 	mm_free(buf);
buf              2003 opal/mca/event/libevent2022/libevent/event.c 	char buf[1];
buf              2005 opal/mca/event/libevent2022/libevent/event.c 	buf[0] = (char) 0;
buf              2007 opal/mca/event/libevent2022/libevent/event.c 	r = send(base->th_notify_fd[1], buf, 1, 0);
buf              2009 opal/mca/event/libevent2022/libevent/event.c 	r = write(base->th_notify_fd[1], buf, 1);
buf              2756 opal/mca/event/libevent2022/libevent/event.c 	unsigned char buf[1024];
buf              2759 opal/mca/event/libevent2022/libevent/event.c 	while (recv(fd, (char*)buf, sizeof(buf), 0) > 0)
buf              2762 opal/mca/event/libevent2022/libevent/event.c 	while (read(fd, (char*)buf, sizeof(buf)) > 0)
buf               291 opal/mca/event/libevent2022/libevent/event_tagging.c evtag_marshal_string(struct evbuffer *buf, ev_uint32_t tag, const char *string)
buf               294 opal/mca/event/libevent2022/libevent/event_tagging.c 	evtag_marshal(buf, tag, string, (ev_uint32_t)strlen(string));
buf               561 opal/mca/event/libevent2022/libevent/evutil.c 	char buf[128];
buf               595 opal/mca/event/libevent2022/libevent/evutil.c 			    buf, sizeof(buf));
buf               600 opal/mca/event/libevent2022/libevent/evutil.c 			event_warnx("Got a strange local ipv4 address %s",buf);
buf               622 opal/mca/event/libevent2022/libevent/evutil.c 			    buf, sizeof(buf));
buf               623 opal/mca/event/libevent2022/libevent/evutil.c 			event_warnx("Got a strange local ipv6 address %s",buf);
buf              1305 opal/mca/event/libevent2022/libevent/evutil.c 		char buf[2048];
buf              1308 opal/mca/event/libevent2022/libevent/evutil.c 		r = gethostbyname_r(nodename, &hostent, buf, sizeof(buf), &ent,
buf              1311 opal/mca/event/libevent2022/libevent/evutil.c 		char buf[2048];
buf              1313 opal/mca/event/libevent2022/libevent/evutil.c 		ent = gethostbyname_r(nodename, &hostent, buf, sizeof(buf),
buf              1549 opal/mca/event/libevent2022/libevent/evutil.c evutil_snprintf(char *buf, size_t buflen, const char *format, ...)
buf              1554 opal/mca/event/libevent2022/libevent/evutil.c 	r = evutil_vsnprintf(buf, buflen, format, ap);
buf              1560 opal/mca/event/libevent2022/libevent/evutil.c evutil_vsnprintf(char *buf, size_t buflen, const char *format, va_list ap)
buf              1566 opal/mca/event/libevent2022/libevent/evutil.c 	r = _vsnprintf(buf, buflen, format, ap);
buf              1575 opal/mca/event/libevent2022/libevent/evutil.c 	r = _xpg5_vsnprintf(buf, buflen, format, ap);
buf              1577 opal/mca/event/libevent2022/libevent/evutil.c 	r = vsnprintf(buf, buflen, format, ap);
buf              1579 opal/mca/event/libevent2022/libevent/evutil.c 	buf[buflen-1] = '\0';
buf              1608 opal/mca/event/libevent2022/libevent/evutil.c 		char buf[64], *cp;
buf              1621 opal/mca/event/libevent2022/libevent/evutil.c 				evutil_snprintf(buf, sizeof(buf), "::%d.%d.%d.%d",
buf              1625 opal/mca/event/libevent2022/libevent/evutil.c 				evutil_snprintf(buf, sizeof(buf), "::%x:%d.%d.%d.%d", words[5],
buf              1629 opal/mca/event/libevent2022/libevent/evutil.c 			if (strlen(buf) > len)
buf              1631 opal/mca/event/libevent2022/libevent/evutil.c 			strlcpy(dst, buf, len);
buf              1653 opal/mca/event/libevent2022/libevent/evutil.c 		cp = buf;
buf              1664 opal/mca/event/libevent2022/libevent/evutil.c 								sizeof(buf)-(cp-buf), "%x", (unsigned)words[i]);
buf              1671 opal/mca/event/libevent2022/libevent/evutil.c 		if (strlen(buf) > len)
buf              1673 opal/mca/event/libevent2022/libevent/evutil.c 		strlcpy(dst, buf, len);
buf              1798 opal/mca/event/libevent2022/libevent/evutil.c 	char buf[128];
buf              1816 opal/mca/event/libevent2022/libevent/evutil.c 		if (len > (int)sizeof(buf)-1) {
buf              1819 opal/mca/event/libevent2022/libevent/evutil.c 		memcpy(buf, ip_as_string+1, len);
buf              1820 opal/mca/event/libevent2022/libevent/evutil.c 		buf[len] = '\0';
buf              1821 opal/mca/event/libevent2022/libevent/evutil.c 		addr_part = buf;
buf              1833 opal/mca/event/libevent2022/libevent/evutil.c 		if (cp - ip_as_string > (int)sizeof(buf)-1) {
buf              1836 opal/mca/event/libevent2022/libevent/evutil.c 		memcpy(buf, ip_as_string, cp-ip_as_string);
buf              1837 opal/mca/event/libevent2022/libevent/evutil.c 		buf[cp-ip_as_string] = '\0';
buf              1838 opal/mca/event/libevent2022/libevent/evutil.c 		addr_part = buf;
buf                65 opal/mca/event/libevent2022/libevent/evutil_rand.c ev_arc4random_buf(void *buf, size_t n)
buf                68 opal/mca/event/libevent2022/libevent/evutil_rand.c 	return arc4random_buf(buf, n);
buf                70 opal/mca/event/libevent2022/libevent/evutil_rand.c 	unsigned char *b = buf;
buf                83 opal/mca/event/libevent2022/libevent/evutil_rand.c 			return arc4random_buf(buf, n);
buf               161 opal/mca/event/libevent2022/libevent/evutil_rand.c ev_arc4random_buf(void *buf, size_t n)
buf               163 opal/mca/event/libevent2022/libevent/evutil_rand.c 	arc4random_buf(buf, n);
buf               169 opal/mca/event/libevent2022/libevent/evutil_rand.c evutil_secure_rng_get_bytes(void *buf, size_t n)
buf               171 opal/mca/event/libevent2022/libevent/evutil_rand.c 	ev_arc4random_buf(buf, n);
buf               180 opal/mca/event/libevent2022/libevent/evutil_rand.c evutil_secure_rng_add_bytes(const char *buf, size_t n)
buf               182 opal/mca/event/libevent2022/libevent/evutil_rand.c 	arc4random_addrandom((unsigned char*)buf,
buf               842 opal/mca/event/libevent2022/libevent/http.c evhttp_handle_chunked_read(struct evhttp_request *req, struct evbuffer *buf)
buf               844 opal/mca/event/libevent2022/libevent/http.c 	if (req == NULL || buf == NULL) {
buf               851 opal/mca/event/libevent2022/libevent/http.c 		if ((buflen = evbuffer_get_length(buf)) == 0) {
buf               864 opal/mca/event/libevent2022/libevent/http.c 			char *p = evbuffer_readln(buf, NULL, EVBUFFER_EOL_CRLF);
buf               915 opal/mca/event/libevent2022/libevent/http.c 		evbuffer_remove_buffer(buf, req->input_buffer, (size_t)req->ntoread);
buf               935 opal/mca/event/libevent2022/libevent/http.c 	struct evbuffer *buf = bufferevent_get_input(evcon->bufev);
buf               937 opal/mca/event/libevent2022/libevent/http.c 	switch (evhttp_parse_headers(req, buf)) {
buf               957 opal/mca/event/libevent2022/libevent/http.c 	struct evbuffer *buf = bufferevent_get_input(evcon->bufev);
buf               960 opal/mca/event/libevent2022/libevent/http.c 		switch (evhttp_handle_chunked_read(req, buf)) {
buf               982 opal/mca/event/libevent2022/libevent/http.c 		if ((size_t)(req->body_size + evbuffer_get_length(buf)) < req->body_size) {
buf               987 opal/mca/event/libevent2022/libevent/http.c 		req->body_size += evbuffer_get_length(buf);
buf               988 opal/mca/event/libevent2022/libevent/http.c 		evbuffer_add_buffer(req->input_buffer, buf);
buf               989 opal/mca/event/libevent2022/libevent/http.c 	} else if (req->chunk_cb != NULL || evbuffer_get_length(buf) >= (size_t)req->ntoread) {
buf               993 opal/mca/event/libevent2022/libevent/http.c 		size_t n = evbuffer_get_length(buf);
buf               999 opal/mca/event/libevent2022/libevent/http.c 		evbuffer_remove_buffer(buf, req->input_buffer, n);
buf              2384 opal/mca/event/libevent2022/libevent/http.c 	struct evbuffer *buf = evbuffer_new();
buf              2385 opal/mca/event/libevent2022/libevent/http.c 	if (buf == NULL) {
buf              2396 opal/mca/event/libevent2022/libevent/http.c 	evbuffer_add_printf(buf, ERR_FORMAT, error, reason, reason);
buf              2398 opal/mca/event/libevent2022/libevent/http.c 	evhttp_send_page(req, buf);
buf              2400 opal/mca/event/libevent2022/libevent/http.c 	evbuffer_free(buf);
buf              2676 opal/mca/event/libevent2022/libevent/http.c 	struct evbuffer *buf = evbuffer_new();
buf              2680 opal/mca/event/libevent2022/libevent/http.c 	if (buf == NULL)
buf              2690 opal/mca/event/libevent2022/libevent/http.c 			evbuffer_add(buf, p, 1);
buf              2692 opal/mca/event/libevent2022/libevent/http.c 			evbuffer_add(buf, "+", 1);
buf              2694 opal/mca/event/libevent2022/libevent/http.c 			evbuffer_add_printf(buf, "%%%02X", (unsigned char)(*p));
buf              2697 opal/mca/event/libevent2022/libevent/http.c 	evbuffer_add(buf, "", 1); /* NUL-terminator. */
buf              2698 opal/mca/event/libevent2022/libevent/http.c 	result = mm_malloc(evbuffer_get_length(buf));
buf              2700 opal/mca/event/libevent2022/libevent/http.c 		evbuffer_remove(buf, result, evbuffer_get_length(buf));
buf              2701 opal/mca/event/libevent2022/libevent/http.c 	evbuffer_free(buf);
buf              3051 opal/mca/event/libevent2022/libevent/http.c 		struct evbuffer *buf;
buf              3058 opal/mca/event/libevent2022/libevent/http.c 		if ((buf = evbuffer_new()) == NULL) {
buf              3066 opal/mca/event/libevent2022/libevent/http.c 		evbuffer_add_printf(buf, ERR_FORMAT, escaped_html);
buf              3070 opal/mca/event/libevent2022/libevent/http.c 		evhttp_send_page(req, buf);
buf              3072 opal/mca/event/libevent2022/libevent/http.c 		evbuffer_free(buf);
buf              4046 opal/mca/event/libevent2022/libevent/http.c 		char buf[64];
buf              4051 opal/mca/event/libevent2022/libevent/http.c 		memcpy(buf, s+1, n_chars);
buf              4052 opal/mca/event/libevent2022/libevent/http.c 		buf[n_chars]='\0';
buf              4053 opal/mca/event/libevent2022/libevent/http.c 		return (evutil_inet_pton(AF_INET6,buf,&in6)==1) ? 1 : 0;
buf              4349 opal/mca/event/libevent2022/libevent/http.c evhttp_uri_join(struct evhttp_uri *uri, char *buf, size_t limit)
buf              4357 opal/mca/event/libevent2022/libevent/http.c 	if (!uri || !buf || !limit)
buf              4402 opal/mca/event/libevent2022/libevent/http.c        	evbuffer_remove(tmp, buf, joined_size);
buf              4404 opal/mca/event/libevent2022/libevent/http.c 	output = buf;
buf               149 opal/mca/event/libevent2022/libevent/include/event2/buffer.h void evbuffer_free(struct evbuffer *buf);
buf               163 opal/mca/event/libevent2022/libevent/include/event2/buffer.h int evbuffer_enable_locking(struct evbuffer *buf, void *lock);
buf               169 opal/mca/event/libevent2022/libevent/include/event2/buffer.h void evbuffer_lock(struct evbuffer *buf);
buf               175 opal/mca/event/libevent2022/libevent/include/event2/buffer.h void evbuffer_unlock(struct evbuffer *buf);
buf               202 opal/mca/event/libevent2022/libevent/include/event2/buffer.h int evbuffer_set_flags(struct evbuffer *buf, ev_uint64_t flags);
buf               210 opal/mca/event/libevent2022/libevent/include/event2/buffer.h int evbuffer_clear_flags(struct evbuffer *buf, ev_uint64_t flags);
buf               218 opal/mca/event/libevent2022/libevent/include/event2/buffer.h size_t evbuffer_get_length(const struct evbuffer *buf);
buf               232 opal/mca/event/libevent2022/libevent/include/event2/buffer.h size_t evbuffer_get_contiguous_space(const struct evbuffer *buf);
buf               244 opal/mca/event/libevent2022/libevent/include/event2/buffer.h int evbuffer_expand(struct evbuffer *buf, size_t datlen);
buf               280 opal/mca/event/libevent2022/libevent/include/event2/buffer.h evbuffer_reserve_space(struct evbuffer *buf, ev_ssize_t size,
buf               304 opal/mca/event/libevent2022/libevent/include/event2/buffer.h int evbuffer_commit_space(struct evbuffer *buf,
buf               315 opal/mca/event/libevent2022/libevent/include/event2/buffer.h int evbuffer_add(struct evbuffer *buf, const void *data, size_t datlen);
buf               329 opal/mca/event/libevent2022/libevent/include/event2/buffer.h int evbuffer_remove(struct evbuffer *buf, void *data, size_t datlen);
buf               342 opal/mca/event/libevent2022/libevent/include/event2/buffer.h ev_ssize_t evbuffer_copyout(struct evbuffer *buf, void *data_out, size_t datlen);
buf               477 opal/mca/event/libevent2022/libevent/include/event2/buffer.h int evbuffer_add_printf(struct evbuffer *buf, const char *fmt, ...)
buf               491 opal/mca/event/libevent2022/libevent/include/event2/buffer.h int evbuffer_add_vprintf(struct evbuffer *buf, const char *fmt, va_list ap)
buf               505 opal/mca/event/libevent2022/libevent/include/event2/buffer.h int evbuffer_drain(struct evbuffer *buf, size_t len);
buf               780 opal/mca/event/libevent2022/libevent/include/event2/buffer.h unsigned char *evbuffer_pullup(struct evbuffer *buf, ev_ssize_t size);
buf               791 opal/mca/event/libevent2022/libevent/include/event2/buffer.h int evbuffer_prepend(struct evbuffer *buf, const void *data, size_t size);
buf               817 opal/mca/event/libevent2022/libevent/include/event2/buffer.h int evbuffer_freeze(struct evbuffer *buf, int at_front);
buf               826 opal/mca/event/libevent2022/libevent/include/event2/buffer.h int evbuffer_unfreeze(struct evbuffer *buf, int at_front);
buf               350 opal/mca/event/libevent2022/libevent/include/event2/bufferevent.h int bufferevent_write_buffer(struct bufferevent *bufev, struct evbuffer *buf);
buf               373 opal/mca/event/libevent2022/libevent/include/event2/bufferevent.h int bufferevent_read_buffer(struct bufferevent *bufev, struct evbuffer *buf);
buf               857 opal/mca/event/libevent2022/libevent/include/event2/http.h char *evhttp_uri_join(struct evhttp_uri *uri, char *buf, size_t limit);
buf                93 opal/mca/event/libevent2022/libevent/include/event2/tag.h void evtag_marshal_string(struct evbuffer *buf, ev_uint32_t tag,
buf               448 opal/mca/event/libevent2022/libevent/include/event2/util.h int evutil_snprintf(char *buf, size_t buflen, const char *format, ...)
buf               456 opal/mca/event/libevent2022/libevent/include/event2/util.h int evutil_vsnprintf(char *buf, size_t buflen, const char *format, va_list ap)
buf               659 opal/mca/event/libevent2022/libevent/include/event2/util.h void evutil_secure_rng_get_bytes(void *buf, size_t n);
buf               118 opal/mca/event/libevent2022/libevent/iocp-internal.h evutil_socket_t _evbuffer_overlapped_get_fd(struct evbuffer *buf);
buf               120 opal/mca/event/libevent2022/libevent/iocp-internal.h void _evbuffer_overlapped_set_fd(struct evbuffer *buf, evutil_socket_t fd);
buf               134 opal/mca/event/libevent2022/libevent/iocp-internal.h int evbuffer_launch_read(struct evbuffer *buf, size_t n, struct event_overlapped *ol);
buf               148 opal/mca/event/libevent2022/libevent/iocp-internal.h int evbuffer_launch_write(struct evbuffer *buf, ev_ssize_t n, struct event_overlapped *ol);
buf               176 opal/mca/event/libevent2022/libevent/log.c 	char buf[1024];
buf               180 opal/mca/event/libevent2022/libevent/log.c 		evutil_vsnprintf(buf, sizeof(buf), fmt, ap);
buf               182 opal/mca/event/libevent2022/libevent/log.c 		buf[0] = '\0';
buf               185 opal/mca/event/libevent2022/libevent/log.c 		len = strlen(buf);
buf               186 opal/mca/event/libevent2022/libevent/log.c 		if (len < sizeof(buf) - 3) {
buf               187 opal/mca/event/libevent2022/libevent/log.c 			evutil_snprintf(buf + len, sizeof(buf) - len, ": %s", errstr);
buf               191 opal/mca/event/libevent2022/libevent/log.c 	event_log(severity, buf);
buf                43 opal/mca/event/libevent2022/libevent/sample/dns-example.c 	static char buf[32];
buf                45 opal/mca/event/libevent2022/libevent/sample/dns-example.c 	evutil_snprintf(buf, sizeof(buf), "%d.%d.%d.%d",
buf                50 opal/mca/event/libevent2022/libevent/sample/dns-example.c 	return buf;
buf                82 opal/mca/event/libevent2022/libevent/sample/dns-example.c 		char buf[128];
buf                86 opal/mca/event/libevent2022/libevent/sample/dns-example.c 			evutil_inet_ntop(AF_INET, &sin->sin_addr, buf,
buf                87 opal/mca/event/libevent2022/libevent/sample/dns-example.c 			    sizeof(buf));
buf                88 opal/mca/event/libevent2022/libevent/sample/dns-example.c 			printf("[%d] %s: %s\n",i,name,buf);
buf                92 opal/mca/event/libevent2022/libevent/sample/dns-example.c 			evutil_inet_ntop(AF_INET6, &sin6->sin6_addr, buf,
buf                93 opal/mca/event/libevent2022/libevent/sample/dns-example.c 			    sizeof(buf));
buf                94 opal/mca/event/libevent2022/libevent/sample/dns-example.c 			printf("[%d] %s: %s\n",i,name,buf);
buf                34 opal/mca/event/libevent2022/libevent/sample/event-test.c 	char buf[255];
buf                47 opal/mca/event/libevent2022/libevent/sample/event-test.c 	len = ReadFile((HANDLE)fd, buf, sizeof(buf) - 1, &dwBytesRead, NULL);
buf                56 opal/mca/event/libevent2022/libevent/sample/event-test.c 	buf[dwBytesRead] = '\0';
buf                58 opal/mca/event/libevent2022/libevent/sample/event-test.c 	len = read(fd, buf, sizeof(buf) - 1);
buf                68 opal/mca/event/libevent2022/libevent/sample/event-test.c 	buf[len] = '\0';
buf                70 opal/mca/event/libevent2022/libevent/sample/event-test.c 	fprintf(stdout, "Read: %s\n", buf);
buf               106 opal/mca/event/libevent2022/libevent/sample/http-server.c 	struct evbuffer *buf;
buf               130 opal/mca/event/libevent2022/libevent/sample/http-server.c 	buf = evhttp_request_get_input_buffer(req);
buf               132 opal/mca/event/libevent2022/libevent/sample/http-server.c 	while (evbuffer_get_length(buf)) {
buf               135 opal/mca/event/libevent2022/libevent/sample/http-server.c 		n = evbuffer_remove(buf, cbuf, sizeof(cbuf));
buf                97 opal/mca/event/libevent2022/libevent/test/regress.c #define write(fd,buf,len) send((fd),(buf),(int)(len),0)
buf                98 opal/mca/event/libevent2022/libevent/test/regress.c #define read(fd,buf,len) recv((fd),(buf),(int)(len),0)
buf               111 opal/mca/event/libevent2022/libevent/test/regress.c 	char buf[256];
buf               114 opal/mca/event/libevent2022/libevent/test/regress.c 	len = read(fd, buf, sizeof(buf));
buf               130 opal/mca/event/libevent2022/libevent/test/regress.c 	char buf[256];
buf               134 opal/mca/event/libevent2022/libevent/test/regress.c 	len = read(fd, buf, sizeof(buf));
buf               262 opal/mca/event/libevent2022/libevent/test/regress.c 	char buf[128];
buf               265 opal/mca/event/libevent2022/libevent/test/regress.c 	len = read(fd, buf, sizeof(buf));
buf               280 opal/mca/event/libevent2022/libevent/test/regress.c 	char buf[128];
buf               283 opal/mca/event/libevent2022/libevent/test/regress.c 	len = sizeof(buf);
buf               287 opal/mca/event/libevent2022/libevent/test/regress.c 	memset(buf, 'q', len);
buf               289 opal/mca/event/libevent2022/libevent/test/regress.c 	len = write(fd, buf, len);
buf               415 opal/mca/event/libevent2022/libevent/test/regress.c 	char buf[1024];
buf               416 opal/mca/event/libevent2022/libevent/test/regress.c 	memset(buf, 99, sizeof(buf));
buf               433 opal/mca/event/libevent2022/libevent/test/regress.c 		int r = write(pair2[1], buf, sizeof(buf));
buf              1464 opal/mca/event/libevent2022/libevent/test/regress.c 	char buf[256];
buf              1468 opal/mca/event/libevent2022/libevent/test/regress.c 	if (read(fd, buf, sizeof(buf)) < 0) {
buf              1704 opal/mca/event/libevent2022/libevent/test/regress.c 	char buf[256];
buf              1707 opal/mca/event/libevent2022/libevent/test/regress.c 	len = read(fd, buf, sizeof(buf));
buf              2003 opal/mca/event/libevent2022/libevent/test/regress.c methodname_to_envvar(const char *mname, char *buf, size_t buflen)
buf              2006 opal/mca/event/libevent2022/libevent/test/regress.c 	evutil_snprintf(buf, buflen, "EVENT_NO%s", mname);
buf              2007 opal/mca/event/libevent2022/libevent/test/regress.c 	for (cp = buf; *cp; ++cp) {
buf                67 opal/mca/event/libevent2022/libevent/test/regress_buffer.c _evbuffer_validate(struct evbuffer *buf)
buf                73 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	if (buf->first == NULL) {
buf                74 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 		tt_assert(buf->last == NULL);
buf                75 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 		tt_assert(buf->total_len == 0);
buf                78 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	chain = buf->first;
buf                80 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_assert(buf->last_with_datap);
buf                81 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	if (buf->last_with_datap == &buf->first)
buf                85 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 		if (&chain->next == buf->last_with_datap)
buf                89 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 			tt_assert(buf->last == chain);
buf                95 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	if (buf->first)
buf                96 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 		tt_assert(*buf->last_with_datap);
buf                98 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	if (*buf->last_with_datap) {
buf                99 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 		chain = *buf->last_with_datap;
buf               100 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 		if (chain->off == 0 || buf->total_len == 0) {
buf               102 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 			tt_assert(chain == buf->first);
buf               103 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 			tt_assert(buf->total_len == 0);
buf               111 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 		tt_assert(buf->last_with_datap == &buf->first);
buf               115 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_assert(sum == buf->total_len);
buf               122 opal/mca/event/libevent2022/libevent/test/regress_buffer.c evbuffer_get_waste(struct evbuffer *buf, size_t *allocatedp, size_t *wastedp, size_t *usedp)
buf               129 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	chain = buf->first;
buf               165 opal/mca/event/libevent2022/libevent/test/regress_buffer.c #define evbuffer_validate(buf)			\
buf               166 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	TT_STMT_BEGIN if (!_evbuffer_validate(buf)) TT_DIE(("Buffer format invalid")); TT_STMT_END
buf               256 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 		char *buf;
buf               266 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 			buf = v[0].iov_base;
buf               268 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 				buf[j] = j;
buf               297 opal/mca/event/libevent2022/libevent/test/regress_buffer.c     char buf[2];
buf               304 opal/mca/event/libevent2022/libevent/test/regress_buffer.c     evbuffer_add_reference(src, buf, sizeof(buf), no_cleanup, NULL);
buf               305 opal/mca/event/libevent2022/libevent/test/regress_buffer.c     evbuffer_add_reference(src, buf, sizeof(buf), no_cleanup, NULL);
buf               307 opal/mca/event/libevent2022/libevent/test/regress_buffer.c     evbuffer_add(dst, buf, sizeof(buf));
buf               308 opal/mca/event/libevent2022/libevent/test/regress_buffer.c     evbuffer_add_reference(dst, buf, 0, no_cleanup, NULL);
buf               328 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	struct evbuffer *buf = evbuffer_new();
buf               335 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	n = evbuffer_reserve_space(buf, 1024, v, 2);
buf               337 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_int_op(evbuffer_get_length(buf), ==, 0);
buf               344 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_validate(buf);
buf               345 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_int_op(0, ==, evbuffer_commit_space(buf, v, 1));
buf               346 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_int_op(evbuffer_get_length(buf), ==, 512);
buf               347 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_validate(buf);
buf               351 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	n = evbuffer_reserve_space(buf, 32, v, 2);
buf               357 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_int_op(0, ==, evbuffer_commit_space(buf, v, 1));
buf               358 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_int_op(evbuffer_get_length(buf), ==, 520);
buf               360 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_validate(buf);
buf               364 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	n = evbuffer_reserve_space(buf, remaining+64, v, 2);
buf               373 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_int_op(0, ==, evbuffer_commit_space(buf, v, 1));
buf               374 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_int_op(evbuffer_get_length(buf), ==, 521);
buf               376 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_validate(buf);
buf               380 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	n = evbuffer_reserve_space(buf, remaining+64, v, 2);
buf               381 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_validate(buf);
buf               391 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_int_op(0, ==, evbuffer_commit_space(buf, v, 2));
buf               392 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_int_op(evbuffer_get_length(buf), ==, 981);
buf               393 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_validate(buf);
buf               397 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	n = evbuffer_peek(buf, -1, NULL, v, 2);
buf               417 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_free(buf);
buf               425 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	struct evbuffer *buf = evbuffer_new();
buf               434 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	n = evbuffer_reserve_space(buf, 128, v, 2);
buf               435 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_validate(buf);
buf               443 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 		n = evbuffer_commit_space(buf, v, 1);
buf               447 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 		n = evbuffer_commit_space(buf, v, 1);
buf               449 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 		n = evbuffer_reserve_space(buf, 128, v, 2);
buf               457 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	n = evbuffer_reserve_space(buf, sz+128, v, 2);
buf               458 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_validate(buf);
buf               471 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	n = evbuffer_reserve_space(buf, sz+128, v, 3);
buf               472 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_validate(buf);
buf               480 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	n = evbuffer_reserve_space(buf, sz+128, v, 2);
buf               481 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_validate(buf);
buf               490 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_free(buf);
buf               497 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	struct evbuffer *buf;
buf               504 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	buf = evbuffer_new();
buf               505 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_int_op(evbuffer_expand(buf, 20000), ==, 0);
buf               506 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_validate(buf);
buf               508 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_get_waste(buf, &a,&w,&u);
buf               512 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_assert(buf->first);
buf               513 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_assert(buf->first == buf->last);
buf               514 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_assert(buf->first->off == 0);
buf               515 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_assert(buf->first->buffer_len >= 20000);
buf               519 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	buffer = buf->first->buffer;
buf               520 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_add(buf, data, 1024);
buf               521 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_int_op(evbuffer_expand(buf, 1024), ==, 0);
buf               522 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_assert(buf->first->buffer == buffer);
buf               523 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_validate(buf);
buf               524 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_free(buf);
buf               528 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	buf = evbuffer_new();
buf               529 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_add(buf, data, 400);
buf               531 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 		int n = (int)(buf->first->buffer_len - buf->first->off - 1);
buf               533 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 		evbuffer_add(buf, data, n);
buf               535 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_assert(buf->first == buf->last);
buf               536 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_assert(buf->first->off == buf->first->buffer_len - 1);
buf               537 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_drain(buf, buf->first->off - 1);
buf               538 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_assert(1 == evbuffer_get_length(buf));
buf               539 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_assert(buf->first->misalign > 0);
buf               540 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_assert(buf->first->off == 1);
buf               541 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	buffer = buf->first->buffer;
buf               542 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_assert(evbuffer_expand(buf, 40) == 0);
buf               543 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_assert(buf->first == buf->last);
buf               544 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_assert(buf->first->off == 1);
buf               545 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_assert(buf->first->buffer == buffer);
buf               546 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_assert(buf->first->misalign == 0);
buf               547 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_validate(buf);
buf               548 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_free(buf);
buf               551 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	buf = evbuffer_new();
buf               553 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_add(buf, data, sizeof(data));
buf               554 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_add(buf, data, sizeof(data));
buf               555 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_add(buf, data, sizeof(data));
buf               557 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_validate(buf);
buf               558 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_expand(buf, 1024);
buf               559 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_validate(buf);
buf               560 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_pullup(buf, -1);
buf               561 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_validate(buf);
buf               564 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_free(buf);
buf               933 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	struct evbuffer *buf = evbuffer_new();
buf               939 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_add(buf, s, strlen(s));
buf               941 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	ptr1 = evbuffer_search_eol(buf, NULL, &eol_len, EVBUFFER_EOL_CRLF);
buf               946 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	ptr2 = evbuffer_search_eol(buf, &ptr1, &eol_len, EVBUFFER_EOL_CRLF);
buf               950 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_ptr_set(buf, &ptr1, 1, EVBUFFER_PTR_ADD);
buf               952 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	ptr2 = evbuffer_search_eol(buf, &ptr1, &eol_len, EVBUFFER_EOL_CRLF);
buf               957 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	ptr2 = evbuffer_search_eol(buf, &ptr1, &eol_len, EVBUFFER_EOL_CRLF_STRICT);
buf               962 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	ptr1 = evbuffer_search_eol(buf, NULL, &eol_len, EVBUFFER_EOL_LF);
buf               967 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	ptr2 = evbuffer_search_eol(buf, &ptr1, &eol_len, EVBUFFER_EOL_LF);
buf               971 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_ptr_set(buf, &ptr1, 1, EVBUFFER_PTR_ADD);
buf               973 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	ptr2 = evbuffer_search_eol(buf, &ptr1, &eol_len, EVBUFFER_EOL_LF);
buf               978 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_free(buf);
buf               984 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	struct evbuffer *buf = evbuffer_new();
buf               994 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 			evbuffer_add_printf(buf, format, abc);
buf              1001 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 				evbuffer_validate(buf);
buf              1007 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_validate(buf);
buf              1009 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_uint_op(sum, ==, evbuffer_get_length(buf));
buf              1014 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 		evbuffer_get_waste(buf, &a, &w, &u);
buf              1021 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_free(buf);
buf              1034 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	struct evbuffer * buf = evbuffer_new();
buf              1036 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_assert(buf);
buf              1039 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_add(buf, (u_char*)test1, strlen(test1));
buf              1040 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_validate(buf);
buf              1041 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_drain(buf, strlen(test1));
buf              1042 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_validate(buf);
buf              1043 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_add(buf, (u_char*)test2, strlen(test2));
buf              1044 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_validate(buf);
buf              1045 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	p = evbuffer_find(buf, (u_char*)"\r\n", 2);
buf              1052 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_drain(buf, strlen(test2));
buf              1053 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_validate(buf);
buf              1057 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_add(buf, (u_char *)test3, EVBUFFER_INITIAL_LENGTH);
buf              1058 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_validate(buf);
buf              1059 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	p = evbuffer_find(buf, (u_char *)"xy", 2);
buf              1063 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	p = evbuffer_find(buf, (u_char *)"ax", 2);
buf              1068 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	if (buf)
buf              1069 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 		evbuffer_free(buf);
buf              1075 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	struct evbuffer *buf = evbuffer_new();
buf              1079 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_assert(buf);
buf              1082 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_reserve_space(buf, 5000, v, 1);
buf              1085 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_commit_space(buf, v, 1);
buf              1086 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_validate(buf);
buf              1088 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_reserve_space(buf, 4000, v, 1);
buf              1091 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_commit_space(buf, v, 1);
buf              1093 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_reserve_space(buf, 3000, v, 1);
buf              1096 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_commit_space(buf, v, 1);
buf              1097 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_validate(buf);
buf              1099 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_int_op(evbuffer_get_length(buf), ==, 12000);
buf              1101 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_assert(evbuffer_ptr_set(buf, &pos, 13000, EVBUFFER_PTR_SET) == -1);
buf              1103 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_assert(evbuffer_ptr_set(buf, &pos, 0, EVBUFFER_PTR_SET) == 0);
buf              1105 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_assert(evbuffer_ptr_set(buf, &pos, 13000, EVBUFFER_PTR_ADD) == -1);
buf              1107 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_assert(evbuffer_ptr_set(buf, &pos, 0, EVBUFFER_PTR_SET) == 0);
buf              1109 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_assert(evbuffer_ptr_set(buf, &pos, 10000, EVBUFFER_PTR_ADD) == 0);
buf              1111 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_assert(evbuffer_ptr_set(buf, &pos, 1000, EVBUFFER_PTR_ADD) == 0);
buf              1113 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_assert(evbuffer_ptr_set(buf, &pos, 1000, EVBUFFER_PTR_ADD) == -1);
buf              1117 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	if (buf)
buf              1118 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 		evbuffer_free(buf);
buf              1124 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	struct evbuffer *buf = evbuffer_new();
buf              1128 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_assert(buf);
buf              1133 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_add_buffer(buf, tmp);
buf              1135 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_add_buffer(buf, tmp);
buf              1137 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_add_buffer(buf, tmp);
buf              1139 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_add_buffer(buf, tmp);
buf              1141 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	pos = evbuffer_search(buf, "attack", 6, NULL);
buf              1143 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	pos = evbuffer_search(buf, "attacker", 8, NULL);
buf              1147 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	pos = evbuffer_search(buf, "oc", 2, NULL);
buf              1149 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	pos = evbuffer_search(buf, "cat", 3, &pos);
buf              1151 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	pos = evbuffer_search(buf, "tacking", 7, &pos);
buf              1154 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_ptr_set(buf, &pos, 5, EVBUFFER_PTR_SET);
buf              1155 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	pos = evbuffer_search(buf, "foo", 3, &pos);
buf              1158 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_ptr_set(buf, &pos, 2, EVBUFFER_PTR_ADD);
buf              1159 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	pos = evbuffer_search(buf, "tat", 3, &pos);
buf              1164 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_ptr_set(buf, &end, 12, EVBUFFER_PTR_SET);
buf              1165 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	pos = evbuffer_search_range(buf, "foo", 3, NULL, &end);
buf              1167 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	pos = evbuffer_search_range(buf, "foocata", 7, NULL, &end);
buf              1169 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	pos = evbuffer_search_range(buf, "foocatat", 8, NULL, &end);
buf              1171 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	pos = evbuffer_search_range(buf, "ack", 3, NULL, &end);
buf              1176 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	if (buf)
buf              1177 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 		evbuffer_free(buf);
buf              1205 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	struct evbuffer *buf = evbuffer_new();
buf              1210 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_assert(buf);
buf              1214 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	cb1 = evbuffer_add_cb(buf, log_change_callback, buf_out1);
buf              1215 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	cb2 = evbuffer_add_cb(buf, log_change_callback, buf_out2);
buf              1221 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_add_printf(buf, "The %d magic words are spotty pudding", 2);
buf              1222 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_validate(buf);
buf              1223 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_cb_clear_flags(buf, cb2, EVBUFFER_CB_ENABLED);
buf              1224 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_drain(buf, 10); /*36->26*/
buf              1225 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_validate(buf);
buf              1226 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_prepend(buf, "Hello", 5);/*26->31*/
buf              1227 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_cb_set_flags(buf, cb2, EVBUFFER_CB_ENABLED);
buf              1228 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_add_reference(buf, "Goodbye", 7, NULL, NULL); /*31->38*/
buf              1229 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_remove_cb_entry(buf, cb1);
buf              1230 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_validate(buf);
buf              1231 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_drain(buf, evbuffer_get_length(buf)); /*38->0*/;
buf              1232 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_assert(-1 == evbuffer_remove_cb(buf, log_change_callback, NULL));
buf              1233 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_add(buf, "X", 1); /* 0->1 */
buf              1234 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_assert(!evbuffer_remove_cb(buf, log_change_callback, buf_out2));
buf              1235 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_validate(buf);
buf              1244 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	cb1 = evbuffer_add_cb(buf, log_change_callback, buf_out1);
buf              1246 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	cb2 = evbuffer_add_cb(buf, log_change_callback, buf_out2);
buf              1248 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_setcb(buf, self_draining_callback, NULL);
buf              1249 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_add_printf(buf, "This should get drained right away.");
buf              1250 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_uint_op(evbuffer_get_length(buf), ==, 0);
buf              1253 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_setcb(buf, NULL, NULL);
buf              1254 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_add_printf(buf, "This will not.");
buf              1255 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_str_op(evbuffer_pullup(buf, -1), ==, "This will not.");
buf              1256 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_validate(buf);
buf              1257 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_drain(buf, evbuffer_get_length(buf));
buf              1258 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_validate(buf);
buf              1261 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	cb1 = evbuffer_add_cb(buf, log_change_callback, buf_out1);
buf              1262 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	cb2 = evbuffer_add_cb(buf, log_change_callback, buf_out2);
buf              1263 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_cb_suspend(buf,cb2);
buf              1264 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_prepend(buf,"Hello world",11); /*0->11*/
buf              1265 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_validate(buf);
buf              1266 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_cb_suspend(buf,cb1);
buf              1267 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_add(buf,"more",4); /* 11->15 */
buf              1268 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_cb_unsuspend(buf,cb2);
buf              1269 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_drain(buf, 4); /* 15->11 */
buf              1270 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_cb_unsuspend(buf,cb1);
buf              1271 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_drain(buf, evbuffer_get_length(buf)); /* 11->0 */
buf              1280 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	if (buf)
buf              1281 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 		evbuffer_free(buf);
buf              1438 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	struct evbuffer *buf = NULL, *tmp_buf = NULL;
buf              1448 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	buf = evbuffer_new();
buf              1452 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 		evbuffer_add_buffer(buf, tmp_buf);
buf              1456 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	i = evbuffer_peek(buf, -1, NULL, NULL, 0);
buf              1460 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	i = evbuffer_peek(buf, -1, NULL, v, 20);
buf              1469 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	i = evbuffer_peek(buf, -1, NULL, v, 1);
buf              1476 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	i = evbuffer_peek(buf, 40, NULL, v, 16);
buf              1484 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	i = evbuffer_peek(buf, 100, NULL, NULL, 0);
buf              1490 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	i = evbuffer_peek(buf, 60, NULL, v, 1);
buf              1497 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	i = evbuffer_peek(buf, 65536, NULL, v, 20);
buf              1517 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_ptr_set(buf, &ptr, 30, EVBUFFER_PTR_SET);
buf              1518 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	i = evbuffer_peek(buf, 50, &ptr, v, 20);
buf              1526 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_ptr_set(buf, &ptr, 14, EVBUFFER_PTR_ADD);
buf              1527 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	i = evbuffer_peek(buf, 44, &ptr, v, 20);
buf              1533 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	if (buf)
buf              1534 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 		evbuffer_free(buf);
buf              1549 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	struct evbuffer *buf = NULL, *tmp_buf=NULL;
buf              1565 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	buf = evbuffer_new();
buf              1569 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_add(buf, string, strlen(string));
buf              1570 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_freeze(buf, start); /* Freeze the start or the end.*/
buf              1582 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	orig_length = evbuffer_get_length(buf);
buf              1585 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	r = evbuffer_add(buf, "abc", 0);
buf              1587 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	r = evbuffer_reserve_space(buf, 10, v, 1);
buf              1593 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	r = evbuffer_commit_space(buf, v, 1);
buf              1595 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	r = evbuffer_add_reference(buf, string, 5, NULL, NULL);
buf              1597 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	r = evbuffer_add_printf(buf, "Hello %s", "world");
buf              1602 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 		tt_int_op(orig_length, ==, evbuffer_get_length(buf));
buf              1604 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	orig_length = evbuffer_get_length(buf);
buf              1607 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	r = evbuffer_remove(buf, charbuf, 1);
buf              1609 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	r = evbuffer_drain(buf, 3);
buf              1611 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	r = evbuffer_prepend(buf, "dummy", 5);
buf              1613 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	cp = evbuffer_readln(buf, NULL, EVBUFFER_EOL_LF);
buf              1620 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 		tt_int_op(orig_length, ==, evbuffer_get_length(buf));
buf              1623 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	if (buf)
buf              1624 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 		evbuffer_free(buf);
buf               455 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c 		char buf[512];
buf               457 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c 		n = bufferevent_read(bev, buf, sizeof(buf)-1);
buf               458 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c 		buf[n] = '\0';
buf               459 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c 		tt_str_op(buf, ==, TEST_STR);
buf               683 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c 	char buf[1024];
buf               740 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c 		memset(buf, 0xbb, sizeof(buf));
buf               742 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c 			evbuffer_add_reference(output, buf, sizeof(buf),
buf               104 opal/mca/event/libevent2022/libevent/test/regress_dns.c 		char buf[INET6_ADDRSTRLEN+1];
buf               110 opal/mca/event/libevent2022/libevent/test/regress_dns.c 			const char *b = evutil_inet_ntop(AF_INET6, &in6_addrs[i], buf,sizeof(buf));
buf               325 opal/mca/event/libevent2022/libevent/test/regress_dns.c 		char buf[INET6_ADDRSTRLEN+1];
buf               328 opal/mca/event/libevent2022/libevent/test/regress_dns.c 			const char *b = evutil_inet_ntop(AF_INET6, &in6_addrs[0],buf,sizeof(buf));
buf               515 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	char buf[64];
buf               520 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	evutil_snprintf(buf, sizeof(buf), "127.0.0.1:%d", (int)portnum);
buf               523 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	tt_assert(!evdns_base_nameserver_ip_add(dns, buf));
buf               601 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	char buf[64];
buf               606 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	evutil_snprintf(buf, sizeof(buf), "127.0.0.1:%d", (int)portnum);
buf               609 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	tt_assert(!evdns_base_nameserver_ip_add(dns, buf));
buf               676 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	char buf[64];
buf               683 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	evutil_snprintf(buf, sizeof(buf), "127.0.0.1:%d", (int)portnum);
buf               686 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	tt_assert(!evdns_base_nameserver_ip_add(dns, buf));
buf               829 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	char buf[64];
buf               835 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	evutil_snprintf(buf, sizeof(buf), "127.0.0.1:%d", (int)portnum);
buf               838 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	tt_assert(!evdns_base_nameserver_ip_add(dns, buf));
buf              1055 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	char buf[128];
buf              1079 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	evutil_snprintf(buf, sizeof(buf), "127.0.0.1:%d", (int)dns_port);
buf              1080 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	evdns_base_nameserver_ip_add(dns, buf);
buf              1206 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	char buf[128];
buf              1371 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	evutil_snprintf(buf, sizeof(buf), "127.0.0.1:%d", dns_port);
buf              1372 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	evdns_base_nameserver_ip_add(dns_base, buf);
buf                57 opal/mca/event/libevent2022/libevent/test/regress_et.c 	char buf;
buf                60 opal/mca/event/libevent2022/libevent/test/regress_et.c 	len = recv(fd, &buf, sizeof(buf), 0);
buf               175 opal/mca/event/libevent2022/libevent/test/regress_http.c evbuffer_datacmp(struct evbuffer *buf, const char *s)
buf               177 opal/mca/event/libevent2022/libevent/test/regress_http.c 	size_t b_sz = evbuffer_get_length(buf);
buf               185 opal/mca/event/libevent2022/libevent/test/regress_http.c 	d = evbuffer_pullup(buf, s_sz);
buf               197 opal/mca/event/libevent2022/libevent/test/regress_http.c evbuffer_contains(struct evbuffer *buf, const char *s)
buf               200 opal/mca/event/libevent2022/libevent/test/regress_http.c 	ptr = evbuffer_search(buf, s, strlen(s), NULL);
buf               473 opal/mca/event/libevent2022/libevent/test/regress_http.c 	struct evbuffer *buf = evbuffer_new();
buf               476 opal/mca/event/libevent2022/libevent/test/regress_http.c 	evbuffer_add_printf(buf, "Hello, %s!", "127.0.0.1");
buf               478 opal/mca/event/libevent2022/libevent/test/regress_http.c 	evhttp_send_reply(req, HTTP_OK, "OK", buf);
buf               479 opal/mca/event/libevent2022/libevent/test/regress_http.c 	evbuffer_free(buf);
buf               708 opal/mca/event/libevent2022/libevent/test/regress_http.c 		char buf[4096];
buf               710 opal/mca/event/libevent2022/libevent/test/regress_http.c 		n = evbuffer_remove(bufferevent_get_input(bev), buf,
buf               711 opal/mca/event/libevent2022/libevent/test/regress_http.c 		    sizeof(buf)-1);
buf               713 opal/mca/event/libevent2022/libevent/test/regress_http.c 			buf[n]='\0';
buf               716 opal/mca/event/libevent2022/libevent/test/regress_http.c 			*output = strdup(buf);
buf               241 opal/mca/event/libevent2022/libevent/test/regress_iocp.c 	struct evbuffer *buf=NULL;
buf               269 opal/mca/event/libevent2022/libevent/test/regress_iocp.c 	buf = evbuffer_new();
buf               270 opal/mca/event/libevent2022/libevent/test/regress_iocp.c 	tt_assert(buf != NULL);
buf               273 opal/mca/event/libevent2022/libevent/test/regress_iocp.c 	evbuffer_add_buffer(buf, rbuf);
buf               274 opal/mca/event/libevent2022/libevent/test/regress_iocp.c 	tt_int_op(evbuffer_get_length(buf), ==, sizeof(junk));
buf               275 opal/mca/event/libevent2022/libevent/test/regress_iocp.c 	for (chain = buf->first; chain; chain = chain->next)
buf               291 opal/mca/event/libevent2022/libevent/test/regress_iocp.c 	if (buf) evbuffer_free(buf);
buf               310 opal/mca/event/libevent2022/libevent/test/regress_iocp.c 	char buf[128];
buf               333 opal/mca/event/libevent2022/libevent/test/regress_iocp.c 	n = bufferevent_read(bea2, buf, sizeof(buf)-1);
buf               334 opal/mca/event/libevent2022/libevent/test/regress_iocp.c 	buf[n]='\0';
buf               335 opal/mca/event/libevent2022/libevent/test/regress_iocp.c 	tt_str_op(buf, ==, "Hello world");
buf               381 opal/mca/event/libevent2022/libevent/test/regress_util.c 	char buf[16];
buf               388 opal/mca/event/libevent2022/libevent/test/regress_util.c 	r = evutil_snprintf(buf, sizeof(buf), "%d %d", 50, 100);
buf               389 opal/mca/event/libevent2022/libevent/test/regress_util.c 	tt_str_op(buf, ==, "50 100");
buf               392 opal/mca/event/libevent2022/libevent/test/regress_util.c 	r = evutil_snprintf(buf, sizeof(buf), "longish %d", 1234567890);
buf               393 opal/mca/event/libevent2022/libevent/test/regress_util.c 	tt_str_op(buf, ==, "longish 1234567");
buf               396 opal/mca/event/libevent2022/libevent/test/regress_util.c 	r = evutil_snprintf(buf, sizeof(buf), EV_U64_FMT, EV_U64_ARG(u64));
buf               397 opal/mca/event/libevent2022/libevent/test/regress_util.c 	tt_str_op(buf, ==, "200000000000");
buf               400 opal/mca/event/libevent2022/libevent/test/regress_util.c 	r = evutil_snprintf(buf, sizeof(buf), EV_I64_FMT, EV_I64_ARG(i64));
buf               401 opal/mca/event/libevent2022/libevent/test/regress_util.c 	tt_str_op(buf, ==, "-200000000000");
buf               404 opal/mca/event/libevent2022/libevent/test/regress_util.c 	r = evutil_snprintf(buf, sizeof(buf), EV_SIZE_FMT" "EV_SSIZE_FMT,
buf               406 opal/mca/event/libevent2022/libevent/test/regress_util.c 	tt_str_op(buf, ==, "8000 -9000");
buf               515 opal/mca/event/libevent2022/libevent/test/regress_util.c 	char buf[128];
buf               560 opal/mca/event/libevent2022/libevent/test/regress_util.c 	evutil_snprintf(buf, sizeof(buf),
buf               562 opal/mca/event/libevent2022/libevent/test/regress_util.c 	LOGEQ(_EVENT_LOG_WARN,buf);
buf               566 opal/mca/event/libevent2022/libevent/test/regress_util.c 	evutil_snprintf(buf, sizeof(buf),
buf               568 opal/mca/event/libevent2022/libevent/test/regress_util.c 	check_error_logging(err_fn, 5, _EVENT_LOG_ERR, buf);
buf               575 opal/mca/event/libevent2022/libevent/test/regress_util.c 	evutil_snprintf(buf, sizeof(buf),
buf               580 opal/mca/event/libevent2022/libevent/test/regress_util.c 	evutil_snprintf(buf, sizeof(buf),
buf               585 opal/mca/event/libevent2022/libevent/test/regress_util.c 	LOGEQ(_EVENT_LOG_WARN, buf);
buf               589 opal/mca/event/libevent2022/libevent/test/regress_util.c 	check_error_logging(sock_err_fn, 20, _EVENT_LOG_ERR, buf);
buf               605 opal/mca/event/libevent2022/libevent/test/regress_util.c 	char buf[8];
buf               608 opal/mca/event/libevent2022/libevent/test/regress_util.c 	tt_int_op(5, ==, strlcpy(buf, "Hello", sizeof(buf)));
buf               609 opal/mca/event/libevent2022/libevent/test/regress_util.c 	tt_str_op(buf, ==, "Hello");
buf               612 opal/mca/event/libevent2022/libevent/test/regress_util.c 	tt_int_op(13, ==, strlcpy(buf, "pentasyllabic", sizeof(buf)));
buf               613 opal/mca/event/libevent2022/libevent/test/regress_util.c 	tt_str_op(buf, ==, "pentasy");
buf               616 opal/mca/event/libevent2022/libevent/test/regress_util.c 	tt_int_op(8, ==, strlcpy(buf, "overlong", sizeof(buf)));
buf               617 opal/mca/event/libevent2022/libevent/test/regress_util.c 	tt_str_op(buf, ==, "overlon");
buf               774 opal/mca/event/libevent2022/libevent/test/regress_util.c 	char buf[128];
buf               794 opal/mca/event/libevent2022/libevent/test/regress_util.c 		evutil_inet_ntop(AF_INET, &sin->sin_addr, buf, sizeof(buf));
buf               802 opal/mca/event/libevent2022/libevent/test/regress_util.c 		evutil_inet_ntop(AF_INET6, &sin6->sin6_addr, buf, sizeof(buf));
buf               811 opal/mca/event/libevent2022/libevent/test/regress_util.c 			buf, gotport, line));
buf               815 opal/mca/event/libevent2022/libevent/test/regress_util.c 			buf, gotport, line));
buf               882 opal/mca/event/libevent2022/libevent/test/regress_util.c 	char buf[128];
buf              1029 opal/mca/event/libevent2022/libevent/test/regress_util.c 		cp = evutil_inet_ntop(AF_INET, &sin->sin_addr, buf, sizeof(buf));
buf              1047 opal/mca/event/libevent2022/libevent/test/regress_util.c 		cp = evutil_inet_ntop(AF_INET6, &sin6->sin6_addr, buf,
buf              1048 opal/mca/event/libevent2022/libevent/test/regress_util.c 		    sizeof(buf));
buf                62 opal/mca/event/libevent2022/libevent/test/test-eof.c 	char buf[256];
buf                70 opal/mca/event/libevent2022/libevent/test/test-eof.c 	len = recv(fd, buf, sizeof(buf), 0);
buf                91 opal/mca/event/libevent2022/libevent/test/test-ratelim.c 	char buf[1024];
buf                97 opal/mca/event/libevent2022/libevent/test/test-ratelim.c 	memset(buf, r, sizeof(buf));
buf                99 opal/mca/event/libevent2022/libevent/test/test-ratelim.c 		evbuffer_add(output, buf, sizeof(buf));
buf               100 opal/mca/event/libevent2022/libevent/test/test-ratelim.c 		cs->queued += sizeof(buf);
buf               251 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_snprintf(char * __hwloc_restrict buf, size_t buflen, const struct hwloc_bitmap_s * __hwloc_restrict set)
buf               254 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   char *tmp = buf;
buf               349 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   char *buf;
buf               354 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   buf = malloc(len+1);
buf               355 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   if (!buf)
buf               357 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   *strp = buf;
buf               358 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   return hwloc_bitmap_snprintf(buf, len+1, set);
buf               423 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_list_snprintf(char * __hwloc_restrict buf, size_t buflen, const struct hwloc_bitmap_s * __hwloc_restrict set)
buf               427 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   char *tmp = buf;
buf               475 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   char *buf;
buf               480 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   buf = malloc(len+1);
buf               481 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   if (!buf)
buf               483 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   *strp = buf;
buf               484 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   return hwloc_bitmap_list_snprintf(buf, len+1, set);
buf               540 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_taskset_snprintf(char * __hwloc_restrict buf, size_t buflen, const struct hwloc_bitmap_s * __hwloc_restrict set)
buf               543 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   char *tmp = buf;
buf               616 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   char *buf;
buf               621 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   buf = malloc(len+1);
buf               622 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   if (!buf)
buf               624 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   *strp = buf;
buf               625 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   return hwloc_bitmap_taskset_snprintf(buf, len+1, set);
buf               400 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_readlinkat(const char *path, char *buf, size_t buflen, int fsroot_fd)
buf               408 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   return readlinkat(fsroot_fd, relative_path, buf, buflen);
buf              1432 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   char buf[1024] = "";
buf              1457 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   err = read(fd, buf, sizeof(buf)-1); /* read -1 to put the ending \0 */
buf              1463 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   buf[err-1] = '\0';
buf              1465 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   tmp = strrchr(buf, ')');
buf              2120 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   char buf[bufsize];
buf              2122 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   while (getmntent_r(fd, &mntent, buf, bufsize)) {
buf              2642 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_read_unit32be(const char *p, const char *p1, uint32_t *buf, int root_fd)
buf              2646 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   if (sizeof(*buf) != cb) {
buf              2651 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   *buf = htonl(*tmp);
buf              2653 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   return sizeof(*buf);
buf              4793 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   char path[256], buf[10];
buf              4872 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     err = read(fd, buf, sizeof(buf));
buf              4875 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c       int node = atoi(buf);
buf              5884 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c       char buf[64];
buf              5892 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	  && !hwloc_read_path_by_length(path, buf, sizeof(buf), root_fd)
buf              5893 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	  && sscanf(buf, "%x:%x:%x", &domain, &bus, &dev) == 3) {
buf              1891 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c hwloc__xml_export_check_buffer(const char *buf, size_t length)
buf              1895 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     if (!HWLOC_XML_CHAR_VALID(buf[i]))
buf              1194 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c hwloc__report_error_format_obj(char *buf, size_t buflen, hwloc_obj_t obj)
buf              1204 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c 	  snprintf(buf, buflen, "%s (P#%u cpuset %s%s%s)",
buf              1209 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c 	  snprintf(buf, buflen, "%s (cpuset %s%s%s)",
buf               105 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/bitmap.h HWLOC_DECLSPEC int hwloc_bitmap_snprintf(char * __hwloc_restrict buf, size_t buflen, hwloc_const_bitmap_t bitmap);
buf               130 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/bitmap.h HWLOC_DECLSPEC int hwloc_bitmap_list_snprintf(char * __hwloc_restrict buf, size_t buflen, hwloc_const_bitmap_t bitmap);
buf               154 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/bitmap.h HWLOC_DECLSPEC int hwloc_bitmap_taskset_snprintf(char * __hwloc_restrict buf, size_t buflen, hwloc_const_bitmap_t bitmap);
buf               109 opal/mca/patcher/overwrite/patcher_overwrite_module.c          unsigned char buf[16];
buf               140 opal/mca/patcher/overwrite/patcher_overwrite_module.c          make_ia64_bundle(buf, movl, (glb_ptr>>22)&0x1FFFFFFFFFFULL, nop, 5);
buf               142 opal/mca/patcher/overwrite/patcher_overwrite_module.c              patch->patch_data[16-i-1] = buf[i];
buf               145 opal/mca/patcher/overwrite/patcher_overwrite_module.c          make_ia64_bundle(buf, brl, ((imm64>>24)&0x7FFFFFFFFFULL)<<2, nop, 5);
buf               147 opal/mca/patcher/overwrite/patcher_overwrite_module.c              patch->patch_data[32-i-1] = buf[i];
buf               303 opal/mca/pmix/cray/pmix_cray.c     char buf[PMI2_MAX_ATTRVALUE];
buf               443 opal/mca/pmix/cray/pmix_cray.c     rc = PMI2_Info_GetJobAttr("universeSize", buf, 16, &found);
buf               449 opal/mca/pmix/cray/pmix_cray.c     pmix_usize = atoi(buf);
buf               696 opal/mca/pmix/cray/pmix_cray.c     opal_buffer_t *buf = NULL;
buf               788 opal/mca/pmix/cray/pmix_cray.c     buf = OBJ_NEW(opal_buffer_t);
buf               789 opal/mca/pmix/cray/pmix_cray.c     if (buf == NULL) {
buf               798 opal/mca/pmix/cray/pmix_cray.c         buf->base_ptr = NULL;  /* TODO: ugh */
buf               799 opal/mca/pmix/cray/pmix_cray.c         if (OPAL_SUCCESS != (rc = opal_dss.load(buf, (void *)cptr, r_bytes_and_ranks[i].nbytes))) {
buf               806 opal/mca/pmix/cray/pmix_cray.c         while (OPAL_SUCCESS == (rc = opal_dss.unpack(buf, &kp, &cnt, OPAL_VALUE))) {
buf               823 opal/mca/pmix/cray/pmix_cray.c     buf->base_ptr = NULL;  /* TODO: ugh */
buf               824 opal/mca/pmix/cray/pmix_cray.c     OBJ_RELEASE(buf);
buf               106 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2.c     char buf[128];
buf               107 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2.c     sprintf(buf, "%lf", val);
buf               108 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2.c     PMI2_KVS_Put(key, buf);
buf               117 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c     char buf[128];
buf               118 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c     sprintf(buf,"%lf",val);
buf               225 opal/mca/pmix/pmix4x/pmix/examples/server.c     struct stat buf;
buf               240 opal/mca/pmix/pmix4x/pmix/examples/server.c     if (0 != stat(tmpdir, &buf)) {
buf                98 opal/mca/pmix/pmix4x/pmix/include/pmi2.h     int (*read)( void *buf, int maxlen, void *ctx );
buf                99 opal/mca/pmix/pmix4x/pmix/include/pmi2.h     int (*write)( const void *buf, int len, void *ctx );
buf               281 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c     pmix_info_t buf;
buf               292 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c     info = &buf;
buf                88 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c                                     pmix_buffer_t *buf, void *cbdata)
buf               101 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c     if (PMIX_BUFFER_IS_EMPTY(buf)) {
buf               116 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c                        buf, &cmd, &cnt, PMIX_COMMAND);
buf               125 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c                        buf, &chain->status, &cnt, PMIX_STATUS);
buf               135 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c                        buf, &chain->source, &cnt, PMIX_PROC);
buf               145 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c                        buf, &ninfo, &cnt, PMIX_SIZE);
buf               165 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c                            buf, chain->info, &cnt, PMIX_INFO);
buf               201 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c                         pmix_buffer_t *buf, void *cbdata)
buf               213 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c                      pmix_buffer_t *buf, void *cbdata)
buf               222 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c                        buf, &nspace, &cnt, PMIX_STRING);
buf               234 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c                             nspace, buf);
buf               378 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c                                pmix_buffer_t *buf, void *cbdata)
buf               391 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c     if (0 == buf->bytes_used) {
buf               396 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &source, &cnt, PMIX_PROC);
buf               402 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &channel, &cnt, PMIX_IOF_CHANNEL);
buf               408 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &bo, &cnt, PMIX_BYTE_OBJECT);
buf               737 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c                            pmix_buffer_t *buf, void *cbdata)
buf                63 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_connect.c                         pmix_buffer_t *buf, void *cbdata);
buf               343 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_connect.c                         pmix_buffer_t *buf, void *cbdata)
buf               355 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_connect.c                         (NULL == buf) ? -1 : (int)buf->bytes_used);
buf               357 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_connect.c     if (NULL == buf) {
buf               364 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_connect.c     if (PMIX_BUFFER_IS_EMPTY(buf)) {
buf               372 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_connect.c                        buf, &ret, &cnt, PMIX_STATUS);
buf               381 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_connect.c                        buf, &bo, &cnt, PMIX_BYTE_OBJECT);
buf               406 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_connect.c                            buf, &bo, &cnt, PMIX_BYTE_OBJECT);
buf                64 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_fence.c                         pmix_buffer_t *buf, void *cbdata);
buf               252 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_fence.c                         pmix_buffer_t *buf, void *cbdata)
buf               266 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_fence.c     if (PMIX_BUFFER_IS_EMPTY(buf)) {
buf               269 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_fence.c         rc = unpack_return(buf);
buf                70 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c                           pmix_buffer_t *buf, void *cbdata);
buf               286 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c                           pmix_buffer_t *buf, void *cbdata)
buf               311 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c     if (PMIX_BUFFER_IS_EMPTY(buf)) {
buf               319 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c                        buf, &ret, &cnt, PMIX_STATUS);
buf               330 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c     PMIX_GDS_ACCEPT_KVS_RESP(rc, pmix_client_globals.myserver, buf);
buf               111 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c                         pmix_buffer_t *buf, void *cbdata);
buf               941 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c                         pmix_buffer_t *buf, void *cbdata)
buf               952 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c                         (NULL == buf) ? -1 : (int)buf->bytes_used);
buf               954 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c     if (NULL == buf) {
buf               961 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c     if (PMIX_BUFFER_IS_EMPTY(buf)) {
buf               969 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c                        buf, &ret, &cnt, PMIX_STATUS);
buf               978 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c                        buf, &ctxid, &cnt, PMIX_SIZE);
buf                60 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_pub.c                         pmix_buffer_t *buf, void *cbdata);
buf                64 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_pub.c                                pmix_buffer_t *buf, void *cbdata);
buf               511 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_pub.c                         pmix_buffer_t *buf, void *cbdata)
buf               522 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_pub.c                         (NULL == buf) ? -1 : (int)buf->bytes_used);
buf               524 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_pub.c     if (NULL == buf) {
buf               530 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_pub.c     if (PMIX_BUFFER_IS_EMPTY(buf)) {
buf               538 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_pub.c                        buf, &ret, &cnt, PMIX_STATUS);
buf               561 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_pub.c                                pmix_buffer_t *buf, void *cbdata)
buf               573 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_pub.c                         (NULL == buf) ? -1 : (int)buf->bytes_used);
buf               584 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_pub.c     if (NULL == buf) {
buf               590 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_pub.c     if (PMIX_BUFFER_IS_EMPTY(buf)) {
buf               598 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_pub.c                        buf, &ret, &cnt, PMIX_STATUS);
buf               614 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_pub.c                        buf, &ndata, &cnt, PMIX_SIZE);
buf               626 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_pub.c                            buf, pdata, &cnt, PMIX_PDATA);
buf                62 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_spawn.c                         pmix_buffer_t *buf, void *cbdata);
buf               277 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_spawn.c                         pmix_buffer_t *buf, void *cbdata)
buf               289 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_spawn.c                         (NULL == buf) ? -1 : (int)buf->bytes_used);
buf               294 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_spawn.c     if (NULL == buf) {
buf               300 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_spawn.c     if (PMIX_BUFFER_IS_EMPTY(buf)) {
buf               308 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_spawn.c                        buf, &ret, &cnt, PMIX_STATUS);
buf               316 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_spawn.c                        buf, &n2, &cnt, PMIX_STRING);
buf               328 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_spawn.c         PMIX_GDS_STORE_JOB_INFO(rc, pmix_globals.mypeer, nspace, buf);
buf               711 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c                          pmix_buffer_t *buf, void *cbdata)
buf               725 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &results->status, &cnt, PMIX_STATUS);
buf               736 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &results->ninfo, &cnt, PMIX_SIZE);
buf               744 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         PMIX_BFROPS_UNPACK(rc, peer, buf, results->info, &cnt, PMIX_INFO);
buf                51 opal/mca/pmix/pmix4x/pmix/src/common/pmix_control.c                          pmix_buffer_t *buf, void *cbdata)
buf                60 opal/mca/pmix/pmix4x/pmix/src/common/pmix_control.c                         (int)buf->bytes_used);
buf                64 opal/mca/pmix/pmix4x/pmix/src/common/pmix_control.c     if (PMIX_BUFFER_IS_EMPTY(buf)) {
buf                77 opal/mca/pmix/pmix4x/pmix/src/common/pmix_control.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &results->status, &cnt, PMIX_STATUS);
buf                88 opal/mca/pmix/pmix4x/pmix/src/common/pmix_control.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &results->ninfo, &cnt, PMIX_SIZE);
buf                96 opal/mca/pmix/pmix4x/pmix/src/common/pmix_control.c         PMIX_BFROPS_UNPACK(rc, peer, buf, results->info, &cnt, PMIX_INFO);
buf               179 opal/mca/pmix/pmix4x/pmix/src/common/pmix_data.c     pmix_buffer_t buf;
buf               187 opal/mca/pmix/pmix4x/pmix/src/common/pmix_data.c     PMIX_CONSTRUCT(&buf, pmix_buffer_t);
buf               190 opal/mca/pmix/pmix4x/pmix/src/common/pmix_data.c     PMIX_EMBED_DATA_BUFFER(&buf, buffer);
buf               194 opal/mca/pmix/pmix4x/pmix/src/common/pmix_data.c                      &buf, src, num_vals, type);
buf               197 opal/mca/pmix/pmix4x/pmix/src/common/pmix_data.c     PMIX_EXTRACT_DATA_BUFFER(&buf, buffer);
buf               210 opal/mca/pmix/pmix4x/pmix/src/common/pmix_data.c     pmix_buffer_t buf;
buf               218 opal/mca/pmix/pmix4x/pmix/src/common/pmix_data.c     PMIX_CONSTRUCT(&buf, pmix_buffer_t);
buf               221 opal/mca/pmix/pmix4x/pmix/src/common/pmix_data.c     PMIX_EMBED_DATA_BUFFER(&buf, buffer);
buf               225 opal/mca/pmix/pmix4x/pmix/src/common/pmix_data.c                        &buf, dest, max_num_values, type);
buf               228 opal/mca/pmix/pmix4x/pmix/src/common/pmix_data.c     PMIX_EXTRACT_DATA_BUFFER(&buf, buffer);
buf                47 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c                        pmix_buffer_t *buf, void *cbdata)
buf                55 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &status, &m, PMIX_STATUS);
buf               204 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c                         pmix_buffer_t *buf, void *cbdata)
buf               212 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c     if (PMIX_BUFFER_IS_EMPTY(buf)) {
buf               223 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &status, &cnt, PMIX_STATUS);
buf               813 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c                              pmix_buffer_t *buf, void *cbdata)
buf               823 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &ret, &cnt, PMIX_STATUS);
buf                46 opal/mca/pmix/pmix4x/pmix/src/common/pmix_log.c                        pmix_buffer_t *buf, void *cbdata)
buf                54 opal/mca/pmix/pmix4x/pmix/src/common/pmix_log.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &status, &m, PMIX_STATUS);
buf                52 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c                          pmix_buffer_t *buf, void *cbdata)
buf                68 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &results->status, &cnt, PMIX_STATUS);
buf                80 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &results->ninfo, &cnt, PMIX_SIZE);
buf                89 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c         PMIX_BFROPS_UNPACK(rc, peer, buf, results->info, &cnt, PMIX_INFO);
buf                39 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c                       pmix_buffer_t *buf, void *cbdata)
buf                50 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c                         (int)buf->bytes_used);
buf                54 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c     if (PMIX_BUFFER_IS_EMPTY(buf)) {
buf                65 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &status, &cnt, PMIX_STATUS);
buf                76 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &cred, &cnt, PMIX_BYTE_OBJECT);
buf                84 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &ninfo, &cnt, PMIX_SIZE);
buf                92 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c         PMIX_BFROPS_UNPACK(rc, peer, buf, info, &cnt, PMIX_INFO);
buf               235 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c                          pmix_buffer_t *buf, void *cbdata)
buf               245 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c                         (int)buf->bytes_used);
buf               249 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c     if (PMIX_BUFFER_IS_EMPTY(buf)) {
buf               260 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &status, &cnt, PMIX_STATUS);
buf               271 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &ninfo, &cnt, PMIX_SIZE);
buf               279 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c         PMIX_BFROPS_UNPACK(rc, peer, buf, info, &cnt, PMIX_INFO);
buf                94 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                                 pmix_buffer_t *buf, void *cbdata)
buf               101 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c     PMIX_BFROPS_UNPACK(rc, pr, buf, &ret, &cnt, PMIX_STATUS);
buf                84 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c                              pmix_buffer_t *buf, void *cbdata)
buf                97 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &ret, &cnt, PMIX_STATUS);
buf               457 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c     struct stat buf;
buf               507 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c         rc = stat(filenm, &buf);
buf               518 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c         if (buf.st_uid != epi->uid ||
buf               519 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c             buf.st_gid != epi->gid) {
buf               524 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c         if (S_ISDIR(buf.st_mode)) {
buf               539 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c         if (is_dir && cd->recurse && ((buf.st_mode & S_IRWXU) == S_IRWXU)) {
buf               458 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.h     pmix_buffer_t *buf;
buf               296 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h                                               pmix_buffer_t *buf);
buf                69 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                                 pmix_rank_t rank, pmix_buffer_t *buf);
buf              1410 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                                 pmix_rank_t rank, pmix_buffer_t *buf)
buf              1452 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     PMIX_BFROPS_UNPACK(rc, pmix_globals.mypeer, buf, kp, &cnt, PMIX_KVAL);
buf              1466 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         PMIX_BFROPS_UNPACK(rc, pmix_globals.mypeer, buf, kp, &cnt, PMIX_KVAL);
buf              2525 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                                                         pmix_buffer_t *buf,
buf              2546 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     rc = pmix_gds_base_store_modex(nspace, buf, ds_ctx,
buf              2667 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     pmix_buffer_t buf;
buf              2672 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     PMIX_CONSTRUCT(&buf, pmix_buffer_t);
buf              2709 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                     PMIX_BFROPS_PACK(rc, pmix_globals.mypeer, &buf, kv2, 1, PMIX_KVAL);
buf              2719 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c             PMIX_BFROPS_PACK(rc, pmix_globals.mypeer, &buf, kv, 1, PMIX_KVAL);
buf              2727 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     PMIX_UNLOAD_BUFFER(&buf, kvp->value->data.bo.bytes, kvp->value->data.bo.size);
buf              2736 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     PMIX_DESTRUCT(&buf);
buf                11 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h typedef int (*pmix_common_dstore_put_key_fn)(uint8_t *addr, char *key, void *buf,
buf                46 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h #define PMIX_DS_PUT_KEY(rc, ctx, addr, key, buf, size)              \
buf                50 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h             rc = (ctx)->file_cbs->put_key(addr, key, buf, size);         \
buf               136 opal/mca/pmix/pmix4x/pmix/src/mca/gds/base/base.h                                             pmix_buffer_t *buf, char ***kmap,
buf               141 opal/mca/pmix/pmix4x/pmix/src/mca/gds/base/base.h                                               pmix_buffer_t *buf, char **kmap,
buf               297 opal/mca/pmix/pmix4x/pmix/src/mca/gds/base/gds_base_fns.c                                             pmix_buffer_t *buf, char ***kmap,
buf               310 opal/mca/pmix/pmix4x/pmix/src/mca/gds/base/gds_base_fns.c         PMIX_BFROPS_PACK(rc, pmix_globals.mypeer, buf, &key_idx, 1, PMIX_UINT32);
buf               316 opal/mca/pmix/pmix4x/pmix/src/mca/gds/base/gds_base_fns.c         PMIX_BFROPS_PACK(rc, pmix_globals.mypeer, buf, kv->value, 1, PMIX_VALUE);
buf               322 opal/mca/pmix/pmix4x/pmix/src/mca/gds/base/gds_base_fns.c         PMIX_BFROPS_PACK(rc, pmix_globals.mypeer, buf, kv, 1, PMIX_KVAL);
buf               347 opal/mca/pmix/pmix4x/pmix/src/mca/gds/base/gds_base_fns.c                                               pmix_buffer_t *buf, char **kmap,
buf               356 opal/mca/pmix/pmix4x/pmix/src/mca/gds/base/gds_base_fns.c         PMIX_BFROPS_UNPACK(rc, pmix_globals.mypeer, buf, &key_idx, &cnt, PMIX_UINT32);
buf               369 opal/mca/pmix/pmix4x/pmix/src/mca/gds/base/gds_base_fns.c         PMIX_BFROPS_UNPACK(rc, pmix_globals.mypeer, buf, kv->value, &cnt, PMIX_VALUE);
buf               378 opal/mca/pmix/pmix4x/pmix/src/mca/gds/base/gds_base_fns.c         PMIX_BFROPS_UNPACK(rc, pmix_globals.mypeer, buf, kv, &cnt, PMIX_KVAL);
buf               105 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_base.c static pmix_status_t ds12_store_job_info(const char *nspace,  pmix_buffer_t *buf)
buf               107 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_base.c     return pmix_common_dstor_store_job_info(ds12_ctx, nspace, buf);
buf               122 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_base.c                                       pmix_buffer_t *buf,
buf               125 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_base.c     return pmix_common_dstor_store_modex(ds12_ctx, nspace, buf, cbdata);
buf               125 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_file.c static int pmix_ds12_put_key(uint8_t *addr, char *key, void *buf, size_t size)
buf               127 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_file.c     ESH_PUT_KEY_V12(addr, key, buf, size);
buf               114 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds20_file.c static int pmix_ds20_put_key(uint8_t *addr, char *key, void *buf, size_t size)
buf               116 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds20_file.c     ESH_PUT_KEY_V20(addr, key, buf, size);
buf                93 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_base.c static pmix_status_t ds21_store_job_info(const char *nspace,  pmix_buffer_t *buf)
buf                95 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_base.c     return pmix_common_dstor_store_job_info(ds21_ctx, nspace, buf);
buf               110 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_base.c                                       pmix_buffer_t *buf,
buf               113 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_base.c     return pmix_common_dstor_store_modex(ds21_ctx, nspace, buf, cbdata);
buf                81 opal/mca/pmix/pmix4x/pmix/src/mca/gds/gds.h                                                             pmix_buffer_t *buf,
buf                99 opal/mca/pmix/pmix4x/pmix/src/mca/gds/gds.h typedef pmix_status_t (*pmix_gds_base_module_accept_kvs_resp_fn_t)(pmix_buffer_t *buf);
buf               182 opal/mca/pmix/pmix4x/pmix/src/mca/gds/gds.h                                                                   pmix_buffer_t *buf);
buf                63 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                                         pmix_buffer_t *buf);
buf                98 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c static pmix_status_t accept_kvs_resp(pmix_buffer_t *buf);
buf               602 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c     pmix_buffer_t buf;
buf               658 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c         PMIX_CONSTRUCT(&buf, pmix_buffer_t);
buf               659 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c         PMIX_BFROPS_PACK(rc, peer, &buf, &rank, 1, PMIX_PROC_RANK);
buf               666 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c             PMIX_BFROPS_PACK(rc, peer, &buf, &kv, 1, PMIX_KVAL);
buf               671 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c         PMIX_UNLOAD_BUFFER(&buf, blob.data.bo.bytes, blob.data.bo.size);
buf               674 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c         PMIX_DESTRUCT(&buf);
buf               774 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                                          pmix_buffer_t *buf)
buf               804 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c     if ((NULL == buf) || (0 == buf->bytes_used)) {
buf               829 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                        buf, kptr, &cnt, PMIX_KVAL);
buf              1061 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                            buf, kptr, &cnt, PMIX_KVAL);
buf              1194 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                                       pmix_buffer_t *buf,
buf              1196 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c     return pmix_gds_base_store_modex(nspace, buf, NULL,
buf              1477 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                               pmix_buffer_t *buf,
buf              1485 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c         PMIX_BFROPS_PACK(rc, cd->peer, buf, proc, 1, PMIX_PROC);
buf              1491 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c         PMIX_BFROPS_PACK(rc, cd->peer, buf, kv, 1, PMIX_KVAL);
buf              1499 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c static pmix_status_t accept_kvs_resp(pmix_buffer_t *buf)
buf              1517 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                        buf, &bo, &cnt, PMIX_BYTE_OBJECT);
buf              1565 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                            buf, &bo, &cnt, PMIX_BYTE_OBJECT);
buf                90 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c             struct stat buf;
buf                91 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c             if (stat(name, &buf) < 0) {
buf               202 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c             struct stat buf;
buf               203 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c             if (stat(abs_name, &buf) < 0) {
buf               210 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c             if (!S_ISREG(buf.st_mode)) {
buf               315 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c     pmix_buffer_t buf;
buf               697 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c         PMIX_CONSTRUCT(&buf, pmix_buffer_t);
buf               699 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c         PMIX_BFROPS_PACK(rc, pmix_globals.mypeer, &buf, &n, 1, PMIX_SIZE);
buf               702 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c             PMIX_BFROPS_PACK(rc, pmix_globals.mypeer, &buf, kv, 1, PMIX_KVAL);
buf               705 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c                 PMIX_DESTRUCT(&buf);
buf               716 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c             PMIX_DESTRUCT(&buf);
buf               720 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c         PMIX_UNLOAD_BUFFER(&buf, kv->value->data.bo.bytes, kv->value->data.bo.size);
buf               721 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c         PMIX_DESTRUCT(&buf);
buf               108 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c     pmix_buffer_t buf;
buf               263 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c         PMIX_CONSTRUCT(&buf, pmix_buffer_t);
buf               265 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c         PMIX_BFROPS_PACK(rc, pmix_globals.mypeer, &buf, &n, 1, PMIX_SIZE);
buf               268 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c             PMIX_BFROPS_PACK(rc, pmix_globals.mypeer, &buf, kv, 1, PMIX_KVAL);
buf               271 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c                 PMIX_DESTRUCT(&buf);
buf               282 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c             PMIX_DESTRUCT(&buf);
buf               286 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c         PMIX_UNLOAD_BUFFER(&buf, kv->value->data.bo.bytes, kv->value->data.bo.size);
buf               287 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c         PMIX_DESTRUCT(&buf);
buf               285 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c     struct stat buf;
buf               297 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c     if (0 > stat(ft->file, &buf)) {
buf               311 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c                          (unsigned long)buf.st_size, ctime(&buf.st_atime), ctime(&buf.st_mtime)));
buf               314 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c         if (buf.st_size == (int64_t)ft->last_size) {
buf               318 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c             ft->last_size = buf.st_size;
buf               321 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c         if (buf.st_atime == ft->last_access) {
buf               325 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c             ft->last_access = buf.st_atime;
buf               328 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c         if (buf.st_mtime == ft->last_mod) {
buf               332 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c             ft->last_mod = buf.st_mtime;
buf               348 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/heartbeat/psensor_heartbeat.c                                        pmix_buffer_t *buf, void *cbdata)
buf                40 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/heartbeat/psensor_heartbeat.h                                        pmix_buffer_t *buf, void *cbdata);
buf               263 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_frame.c     p->buf = NULL;
buf                69 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c     pmix_buffer_t buf;
buf               238 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c         PMIX_CONSTRUCT(&buf, pmix_buffer_t);
buf               240 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c         buf.type = pmix_client_globals.myserver->nptr->compat.type;
buf               246 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c                 rcv->cbfunc(pmix_globals.mypeer, &hdr, &buf, rcv->cbdata);
buf               249 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c         PMIX_DESTRUCT(&buf);
buf               330 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c static pmix_status_t read_bytes(int sd, char **buf, size_t *remain)
buf               334 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c     char *ptr = *buf;
buf               378 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c     *buf = ptr;
buf               637 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c         if (NULL != queue->buf) {
buf               638 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c             PMIX_RELEASE(queue->buf);
buf               650 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c     if (NULL == queue->buf) {
buf               659 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c     snd->hdr.nbytes = htonl((queue->buf)->bytes_used);
buf               660 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c     snd->data = (queue->buf);
buf               764 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c     pmix_buffer_t buf;
buf               783 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c                 PMIX_CONSTRUCT(&buf, pmix_buffer_t);
buf               785 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c                     PMIX_LOAD_BUFFER(msg->peer, &buf, msg->data, msg->hdr.nbytes);
buf               789 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c                     buf.type = msg->peer->nptr->compat.type;
buf               796 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c                 rcv->cbfunc(msg->peer, &msg->hdr, &buf, rcv->cbdata);
buf               800 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c                 PMIX_DESTRUCT(&buf);  // free's the msg data
buf               129 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_stubs.c     pmix_buffer_t buf;
buf               143 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_stubs.c                 PMIX_CONSTRUCT(&buf, pmix_buffer_t);
buf               145 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_stubs.c                     buf.base_ptr = (char*)msg->data;
buf               146 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_stubs.c                     buf.bytes_allocated = buf.bytes_used = msg->hdr.nbytes;
buf               147 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_stubs.c                     buf.unpack_ptr = buf.base_ptr;
buf               148 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_stubs.c                     buf.pack_ptr = ((char*)buf.base_ptr) + buf.bytes_used;
buf               151 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_stubs.c                 req->cbfunc(msg->peer, &msg->hdr, &buf, req->cbdata);
buf               152 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_stubs.c                 PMIX_DESTRUCT(&buf);  // free's the msg data
buf               119 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/ptl_types.h                                   pmix_buffer_t *buf, void *cbdata);
buf               183 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/ptl_types.h     pmix_buffer_t *buf;
buf               717 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c     q->buf = bfr;
buf               971 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c     pmix_buffer_t buf;
buf              1079 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c     PMIX_CONSTRUCT(&buf, pmix_buffer_t);
buf              1081 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c         PMIX_BFROPS_PACK(rc, pmix_globals.mypeer, &buf, &niptr, 1, PMIX_SIZE);
buf              1082 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c         PMIX_BFROPS_PACK(rc, pmix_globals.mypeer, &buf, iptr, niptr, PMIX_INFO);
buf              1090 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c                 + buf.bytes_used;
buf              1097 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c         PMIX_DESTRUCT(&buf);
buf              1166 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c         PMIX_DESTRUCT(&buf);
buf              1187 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c     memcpy(msg+csize, buf.base_ptr, buf.bytes_used);
buf              1188 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c     csize += buf.bytes_used;
buf              1193 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c         PMIX_DESTRUCT(&buf);
buf              1197 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c     PMIX_DESTRUCT(&buf);
buf              1352 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c     struct stat buf;
buf              1371 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c         if (-1 == stat(newdir, &buf)) {
buf              1376 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c         if (S_ISDIR(buf.st_mode)) {
buf               974 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c     pmix_buffer_t buf;
buf              1416 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c             PMIX_CONSTRUCT(&buf, pmix_buffer_t);
buf              1417 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c             PMIX_LOAD_BUFFER(peer, &buf, mg, cnt);
buf              1419 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c             PMIX_BFROPS_UNPACK(rc, peer, &buf, &pnd->ninfo, &foo, PMIX_SIZE);
buf              1428 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c             PMIX_BFROPS_UNPACK(rc, peer, &buf, pnd->info, &foo, PMIX_INFO);
buf               269 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c     q->buf = bfr;
buf               454 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c static pmix_status_t send_bytes(int sd, char **buf, size_t *remain)
buf               458 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c     char *ptr = *buf;
buf               492 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c     *buf = ptr;
buf               496 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c static pmix_status_t read_bytes(int sd, char **buf, size_t *remain)
buf               500 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c     char *ptr = *buf;
buf               544 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c     *buf = ptr;
buf               925 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c     snd->hdr.nbytes = htonl((queue->buf)->bytes_used);
buf               926 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c     snd->data = (queue->buf);
buf              2440 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     pmix_buffer_t *reply, buf;
buf              2472 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     PMIX_CONSTRUCT(&buf, pmix_buffer_t);
buf              2473 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     PMIX_LOAD_BUFFER(cd->peer, &buf, data, ndata);
buf              2474 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     PMIX_BFROPS_COPY_PAYLOAD(rc, cd->peer, reply, &buf);
buf              2475 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     buf.base_ptr = NULL;
buf              2476 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     buf.bytes_used = 0;
buf              2477 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     PMIX_DESTRUCT(&buf);
buf              3247 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c                                        pmix_buffer_t *buf)
buf              3258 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &cmd, &cnt, PMIX_COMMAND);
buf              3288 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         if (PMIX_SUCCESS != (rc = pmix_server_abort(peer, buf, op_cbfunc, cd))) {
buf              3295 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         rc = pmix_server_commit(peer, buf);
buf              3316 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         if (PMIX_SUCCESS != (rc = pmix_server_fence(cd, buf, modex_cbfunc, op_cbfunc))) {
buf              3324 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         if (PMIX_SUCCESS != (rc = pmix_server_get(buf, get_cbfunc, cd))) {
buf              3384 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         if (PMIX_SUCCESS != (rc = pmix_server_publish(peer, buf, op_cbfunc, cd))) {
buf              3393 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         if (PMIX_SUCCESS != (rc = pmix_server_lookup(peer, buf, lookup_cbfunc, cd))) {
buf              3402 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         if (PMIX_SUCCESS != (rc = pmix_server_unpublish(peer, buf, op_cbfunc, cd))) {
buf              3411 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         if (PMIX_SUCCESS != (rc = pmix_server_spawn(peer, buf, spawn_cbfunc, cd))) {
buf              3420 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         rc = pmix_server_connect(cd, buf, cnct_cbfunc);
buf              3429 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         rc = pmix_server_disconnect(cd, buf, discnct_cbfunc);
buf              3438 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         if (PMIX_SUCCESS != (rc = pmix_server_register_events(peer, buf, regevents_cbfunc, cd))) {
buf              3445 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         pmix_server_deregister_events(peer, buf);
buf              3451 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         if (PMIX_SUCCESS != (rc = pmix_server_event_recvd_from_client(peer, buf, notifyerror_cbfunc, cd))) {
buf              3459 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         if (PMIX_SUCCESS != (rc = pmix_server_query(peer, buf, query_cbfunc, cd))) {
buf              3467 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         if (PMIX_SUCCESS != (rc = pmix_server_log(peer, buf, op_cbfunc, cd))) {
buf              3475 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         if (PMIX_SUCCESS != (rc = pmix_server_alloc(peer, buf, alloc_cbfunc, cd))) {
buf              3483 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         if (PMIX_SUCCESS != (rc = pmix_server_job_ctrl(peer, buf, jctrl_cbfunc, cd))) {
buf              3491 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         if (PMIX_SUCCESS != (rc = pmix_server_monitor(peer, buf, monitor_cbfunc, cd))) {
buf              3499 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         if (PMIX_SUCCESS != (rc = pmix_server_get_credential(peer, buf, cred_cbfunc, cd))) {
buf              3507 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         if (PMIX_SUCCESS != (rc = pmix_server_validate_credential(peer, buf, validate_cbfunc, cd))) {
buf              3515 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         if (PMIX_SUCCESS != (rc = pmix_server_iofreg(peer, buf, iof_cbfunc, cd))) {
buf              3523 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         if (PMIX_SUCCESS != (rc = pmix_server_iofstdin(peer, buf, op_cbfunc, cd))) {
buf              3531 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         if (PMIX_SUCCESS != (rc = pmix_server_grpconstruct(cd, buf))) {
buf              3539 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         if (PMIX_SUCCESS != (rc = pmix_server_grpdestruct(cd, buf))) {
buf              3550 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c                                  pmix_buffer_t *buf, void *cbdata)
buf              3561 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     ret = server_switchyard(peer, hdr->tag, buf);
buf               111 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_get.c pmix_status_t pmix_server_get(pmix_buffer_t *buf,
buf               145 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_get.c     PMIX_BFROPS_UNPACK(rc, cd->peer, buf, &cptr, &cnt, PMIX_STRING);
buf               153 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_get.c     PMIX_BFROPS_UNPACK(rc, cd->peer, buf, &rank, &cnt, PMIX_PROC_RANK);
buf               160 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_get.c     PMIX_BFROPS_UNPACK(rc, cd->peer, buf, &ninfo, &cnt, PMIX_SIZE);
buf               172 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_get.c         PMIX_BFROPS_UNPACK(rc, cd->peer, buf, info, &cnt, PMIX_INFO);
buf                71 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     pmix_buffer_t *buf;
buf                84 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c pmix_status_t pmix_server_abort(pmix_peer_t *peer, pmix_buffer_t *buf,
buf                99 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &status, &cnt, PMIX_STATUS);
buf               105 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &msg, &cnt, PMIX_STRING);
buf               111 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &nprocs, &cnt, PMIX_SIZE);
buf               127 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_BFROPS_UNPACK(rc, peer, buf, procs, &cnt, PMIX_PROC);
buf               156 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c pmix_status_t pmix_server_commit(pmix_peer_t *peer, pmix_buffer_t *buf)
buf               188 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &scope, &cnt, PMIX_SCOPE);
buf               194 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_BFROPS_UNPACK(rc, peer, buf, &b2, &cnt, PMIX_BUFFER);
buf               237 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_BFROPS_UNPACK(rc, peer, buf, &scope, &cnt, PMIX_SCOPE);
buf               523 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c                                    pmix_buffer_t *buf)
buf               697 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c                 blob->buf = pbkt;
buf               732 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c             PMIX_UNLOAD_BUFFER(blob->buf, bo.bytes, bo.size);
buf               764 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_BFROPS_PACK(rc, pmix_globals.mypeer, buf,
buf               779 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c                                 pmix_buffer_t *buf,
buf               809 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, cd->peer, buf, &nprocs, &cnt, PMIX_SIZE);
buf               829 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, cd->peer, buf, procs, &cnt, PMIX_PROC);
buf               890 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, cd->peer, buf, &ninfo, &cnt, PMIX_SIZE);
buf               902 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_BFROPS_UNPACK(rc, cd->peer, buf, info, &cnt, PMIX_INFO);
buf              1041 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c                                   pmix_buffer_t *buf,
buf              1060 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &uid, &cnt, PMIX_UINT32);
buf              1067 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &ninfo, &cnt, PMIX_SIZE);
buf              1088 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_BFROPS_UNPACK(rc, peer, buf, cd->info, &cnt, PMIX_INFO);
buf              1134 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c                                  pmix_buffer_t *buf,
buf              1155 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &uid, &cnt, PMIX_UINT32);
buf              1162 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &nkeys, &cnt, PMIX_SIZE);
buf              1177 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_BFROPS_UNPACK(rc, peer, buf, &sptr, &cnt, PMIX_STRING);
buf              1187 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &ninfo, &cnt, PMIX_SIZE);
buf              1202 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_BFROPS_UNPACK(rc, peer, buf, cd->info, &cnt, PMIX_INFO);
buf              1231 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c                                     pmix_buffer_t *buf,
buf              1251 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &uid, &cnt, PMIX_UINT32);
buf              1258 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &nkeys, &cnt, PMIX_SIZE);
buf              1273 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_BFROPS_UNPACK(rc, peer, buf, &sptr, &cnt, PMIX_STRING);
buf              1283 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &ninfo, &cnt, PMIX_SIZE);
buf              1298 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_BFROPS_UNPACK(rc, peer, buf, cd->info, &cnt, PMIX_INFO);
buf              1423 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c                                 pmix_buffer_t *buf,
buf              1453 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &ninfo, &cnt, PMIX_SIZE);
buf              1471 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_BFROPS_UNPACK(rc, peer, buf, cd->info, &cnt, PMIX_INFO);
buf              1526 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &cd->napps, &cnt, PMIX_SIZE);
buf              1539 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_BFROPS_UNPACK(rc, peer, buf, cd->apps, &cnt, PMIX_APP);
buf              1564 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c                                      pmix_buffer_t *buf,
buf              1580 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, cd->peer, buf, &nprocs, &cnt, PMIX_SIZE);
buf              1603 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, cd->peer, buf, procs, &cnt, PMIX_PROC);
buf              1611 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, cd->peer, buf, &ninfo, &cnt, PMIX_SIZE);
buf              1623 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_BFROPS_UNPACK(rc, cd->peer, buf, info, &cnt, PMIX_INFO);
buf              1696 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c                                   pmix_buffer_t *buf,
buf              1718 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, cd->peer, buf, &nprocs, &cnt, PMIX_SIZE);
buf              1741 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, cd->peer, buf, procs, &cnt, PMIX_PROC);
buf              1749 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, cd->peer, buf, &ninfo, &cnt, PMIX_SIZE);
buf              1761 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_BFROPS_UNPACK(rc, cd->peer, buf, info, &cnt, PMIX_INFO);
buf              2011 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c                                           pmix_buffer_t *buf,
buf              2034 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &ncodes, &cnt, PMIX_SIZE);
buf              2047 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_BFROPS_UNPACK(rc, peer, buf, codes, &cnt, PMIX_STATUS);
buf              2056 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &ninfo, &cnt, PMIX_SIZE);
buf              2069 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_BFROPS_UNPACK(rc, peer, buf, info, &cnt, PMIX_INFO);
buf              2304 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c                                    pmix_buffer_t *buf)
buf              2317 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &code, &cnt, PMIX_STATUS);
buf              2339 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_BFROPS_UNPACK(rc, peer, buf, &code, &cnt, PMIX_STATUS);
buf              2411 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c                                                   pmix_buffer_t *buf,
buf              2436 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &cd->status, &cnt, PMIX_STATUS);
buf              2444 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &cd->range, &cnt, PMIX_DATA_RANGE);
buf              2452 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &ninfo, &cnt, PMIX_SIZE);
buf              2465 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_BFROPS_UNPACK(rc, peer, buf, cd->info, &cnt, PMIX_INFO);
buf              2505 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c                                 pmix_buffer_t *buf,
buf              2528 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &cd->nqueries, &cnt, PMIX_SIZE);
buf              2543 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_BFROPS_UNPACK(rc, peer, buf, cd->queries, &cnt, PMIX_QUERY);
buf              2683 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c                               pmix_buffer_t *buf,
buf              2712 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &timestamp, &cnt, PMIX_TIME);
buf              2720 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &cd->ninfo, &cnt, PMIX_SIZE);
buf              2729 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_BFROPS_UNPACK(rc, peer, buf, cd->info, &cnt, PMIX_INFO);
buf              2737 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &cd->ndirs, &cnt, PMIX_SIZE);
buf              2760 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_BFROPS_UNPACK(rc, peer, buf, cd->directives, &cnt, PMIX_INFO);
buf              2779 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c                                 pmix_buffer_t *buf,
buf              2804 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &directive, &cnt, PMIX_ALLOC_DIRECTIVE);
buf              2812 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &cd->ninfo, &cnt, PMIX_SIZE);
buf              2821 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_BFROPS_UNPACK(rc, peer, buf, cd->info, &cnt, PMIX_INFO);
buf              2854 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c                                    pmix_buffer_t *buf,
buf              2888 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &cd->ntargets, &cnt, PMIX_SIZE);
buf              2896 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_BFROPS_UNPACK(rc, peer, buf, cd->targets, &cnt, PMIX_PROC);
buf              2955 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &cd->ninfo, &cnt, PMIX_SIZE);
buf              2964 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_BFROPS_UNPACK(rc, peer, buf, cd->info, &cnt, PMIX_INFO);
buf              3153 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c                                   pmix_buffer_t *buf,
buf              3176 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &monitor, &cnt, PMIX_INFO);
buf              3184 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &error, &cnt, PMIX_STATUS);
buf              3192 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &cd->ninfo, &cnt, PMIX_SIZE);
buf              3201 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_BFROPS_UNPACK(rc, peer, buf, cd->info, &cnt, PMIX_INFO);
buf              3245 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c                                          pmix_buffer_t *buf,
buf              3269 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &cd->ninfo, &cnt, PMIX_SIZE);
buf              3278 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_BFROPS_UNPACK(rc, peer, buf, cd->info, &cnt, PMIX_INFO);
buf              3302 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c                                               pmix_buffer_t *buf,
buf              3326 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &cd->bo, &cnt, PMIX_BYTE_OBJECT);
buf              3334 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &cd->ninfo, &cnt, PMIX_SIZE);
buf              3343 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_BFROPS_UNPACK(rc, peer, buf, cd->info, &cnt, PMIX_INFO);
buf              3368 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c                                  pmix_buffer_t *buf,
buf              3396 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &cd->nprocs, &cnt, PMIX_SIZE);
buf              3405 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_BFROPS_UNPACK(rc, peer, buf, cd->procs, &cnt, PMIX_PROC);
buf              3414 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &cd->ninfo, &cnt, PMIX_SIZE);
buf              3423 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_BFROPS_UNPACK(rc, peer, buf, cd->info, &cnt, PMIX_INFO);
buf              3432 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &cd->channels, &cnt, PMIX_IOF_CHANNEL);
buf              3568 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c                                    pmix_buffer_t *buf,
buf              3593 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &cd->nprocs, &cnt, PMIX_SIZE);
buf              3605 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_BFROPS_UNPACK(rc, peer, buf, cd->procs, &cnt, PMIX_PROC);
buf              3614 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &cd->ninfo, &cnt, PMIX_SIZE);
buf              3626 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_BFROPS_UNPACK(rc, peer, buf, cd->info, &cnt, PMIX_INFO);
buf              3641 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, cd->bo, &cnt, PMIX_BYTE_OBJECT);
buf              3879 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c                                        pmix_buffer_t *buf)
buf              3907 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &grpid, &cnt, PMIX_STRING);
buf              3936 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &nprocs, &cnt, PMIX_SIZE);
buf              3950 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, procs, &cnt, PMIX_PROC);
buf              4014 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &ninfo, &cnt, PMIX_SIZE);
buf              4022 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_BFROPS_UNPACK(rc, peer, buf, info, &cnt, PMIX_INFO);
buf              4209 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c                                       pmix_buffer_t *buf)
buf              4231 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &grpid, &cnt, PMIX_STRING);
buf              4256 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &ninfo, &cnt, PMIX_SIZE);
buf              4264 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_BFROPS_UNPACK(rc, peer, buf, info, &cnt, PMIX_INFO);
buf               242 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.h pmix_status_t pmix_server_abort(pmix_peer_t *peer, pmix_buffer_t *buf,
buf               245 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.h pmix_status_t pmix_server_commit(pmix_peer_t *peer, pmix_buffer_t *buf);
buf               248 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.h                                 pmix_buffer_t *buf,
buf               252 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.h pmix_status_t pmix_server_get(pmix_buffer_t *buf,
buf               257 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.h                                   pmix_buffer_t *buf,
buf               262 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.h                                  pmix_buffer_t *buf,
buf               267 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.h                                     pmix_buffer_t *buf,
buf               272 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.h                                 pmix_buffer_t *buf,
buf               277 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.h                                   pmix_buffer_t *buf,
buf               281 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.h                                      pmix_buffer_t *buf,
buf               291 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.h                                           pmix_buffer_t *buf,
buf               296 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.h                                    pmix_buffer_t *buf);
buf               299 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.h                                 pmix_buffer_t *buf,
buf               304 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.h                               pmix_buffer_t *buf,
buf               309 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.h                                 pmix_buffer_t *buf,
buf               314 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.h                                    pmix_buffer_t *buf,
buf               319 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.h                                   pmix_buffer_t *buf,
buf               324 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.h                                          pmix_buffer_t *buf,
buf               329 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.h                                               pmix_buffer_t *buf,
buf               334 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.h                                  pmix_buffer_t *buf,
buf               339 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.h                                    pmix_buffer_t *buf,
buf               344 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.h                                        pmix_buffer_t *buf);
buf               347 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.h                                       pmix_buffer_t *buf);
buf               350 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.h                                                   pmix_buffer_t *buf,
buf               359 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.h                                  pmix_buffer_t *buf, void *cbdata);
buf                84 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c                                   pmix_buffer_t *buf, void *cbdata)
buf                97 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c     if (PMIX_BUFFER_IS_EMPTY(buf)) {
buf               108 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c                        buf, &cmd, &cnt, PMIX_COMMAND);
buf               117 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c                        buf, &chain->status, &cnt, PMIX_STATUS);
buf               127 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c                        buf, &chain->source, &cnt, PMIX_PROC);
buf               137 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c                        buf, &ninfo, &cnt, PMIX_SIZE);
buf               157 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c                            buf, chain->info, &cnt, PMIX_INFO);
buf               186 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c                              pmix_buffer_t *buf, void *cbdata)
buf               196 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c                         "recvd IOF with %d bytes", (int)buf->bytes_used);
buf               199 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c     if (0 == buf->bytes_used) {
buf               204 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &source, &cnt, PMIX_PROC);
buf               210 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &channel, &cnt, PMIX_IOF_CHANNEL);
buf               216 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &bo, &cnt, PMIX_BYTE_OBJECT);
buf               230 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c                      pmix_buffer_t *buf, void *cbdata)
buf               239 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c                        buf, &nspace, &cnt, PMIX_STRING);
buf               251 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c                             nspace, buf);
buf              1108 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c                            pmix_buffer_t *buf, void *cbdata)
buf               106 opal/mca/pmix/pmix4x/pmix/src/util/fd.c     struct stat buf;
buf               107 opal/mca/pmix/pmix4x/pmix/src/util/fd.c     if (fstat(fd, &buf)) {
buf               110 opal/mca/pmix/pmix4x/pmix/src/util/fd.c     return S_ISREG(buf.st_mode);
buf               115 opal/mca/pmix/pmix4x/pmix/src/util/fd.c     struct stat buf;
buf               116 opal/mca/pmix/pmix4x/pmix/src/util/fd.c     if (fstat(fd, &buf)) {
buf               119 opal/mca/pmix/pmix4x/pmix/src/util/fd.c     return S_ISCHR(buf.st_mode);
buf               124 opal/mca/pmix/pmix4x/pmix/src/util/fd.c     struct stat buf;
buf               125 opal/mca/pmix/pmix4x/pmix/src/util/fd.c     if (fstat(fd, &buf)) {
buf               128 opal/mca/pmix/pmix4x/pmix/src/util/fd.c     return S_ISBLK(buf.st_mode);
buf                53 opal/mca/pmix/pmix4x/pmix/src/util/os_dirpath.c     struct stat buf;
buf                62 opal/mca/pmix/pmix4x/pmix/src/util/os_dirpath.c     if (0 == (ret = stat(path, &buf))) { /* already exists */
buf                63 opal/mca/pmix/pmix4x/pmix/src/util/os_dirpath.c         if (mode == (mode & buf.st_mode)) { /* has correct mode */
buf                66 opal/mca/pmix/pmix4x/pmix/src/util/os_dirpath.c         if (0 == (ret = chmod(path, (buf.st_mode | mode)))) { /* successfully change mode */
buf               119 opal/mca/pmix/pmix4x/pmix/src/util/os_dirpath.c         if (0 != stat(tmp, &buf)) {
buf               125 opal/mca/pmix/pmix4x/pmix/src/util/os_dirpath.c         } else if (i == (len-1) && (mode != (mode & buf.st_mode)) && (0 > chmod(tmp, (buf.st_mode | mode)))) {
buf               158 opal/mca/pmix/pmix4x/pmix/src/util/os_dirpath.c     struct stat buf;
buf               196 opal/mca/pmix/pmix4x/pmix/src/util/os_dirpath.c         rc = stat(filenm, &buf);
buf               206 opal/mca/pmix/pmix4x/pmix/src/util/os_dirpath.c         if (S_ISDIR(buf.st_mode)) {
buf               291 opal/mca/pmix/pmix4x/pmix/src/util/os_dirpath.c     struct stat buf;
buf               301 opal/mca/pmix/pmix4x/pmix/src/util/os_dirpath.c     if (0 == stat(path, &buf)) { /* exists - check access */
buf               302 opal/mca/pmix/pmix4x/pmix/src/util/os_dirpath.c         if ((buf.st_mode & loc_mode) == loc_mode) { /* okay, I can work here */
buf               399 opal/mca/pmix/pmix4x/pmix/src/util/output.c     unsigned char *buf = (unsigned char *) ptr;
buf               417 opal/mca/pmix/pmix4x/pmix/src/util/output.c                         buf[i + j]);
buf               431 opal/mca/pmix/pmix4x/pmix/src/util/output.c                         isprint(buf[i+j]) ?
buf               432 opal/mca/pmix/pmix4x/pmix/src/util/output.c                         buf[i + j] :
buf               234 opal/mca/pmix/pmix4x/pmix/src/util/path.c     struct stat buf;
buf               248 opal/mca/pmix/pmix4x/pmix/src/util/path.c     if (0 != stat(fullpath, &buf)) {
buf               256 opal/mca/pmix/pmix4x/pmix/src/util/path.c     if (!(S_IFREG & buf.st_mode) &&
buf               257 opal/mca/pmix/pmix4x/pmix/src/util/path.c         !(S_IFLNK & buf.st_mode)) {
buf               266 opal/mca/pmix/pmix4x/pmix/src/util/path.c     if ((X_OK & mode) && !(S_IXUSR & buf.st_mode)) {
buf               273 opal/mca/pmix/pmix4x/pmix/src/util/path.c     if ((R_OK & mode) && !(S_IRUSR & buf.st_mode)) {
buf               280 opal/mca/pmix/pmix4x/pmix/src/util/path.c     if ((W_OK & mode) && !(S_IWUSR & buf.st_mode)) {
buf               687 opal/mca/pmix/pmix4x/pmix/src/util/path.c     struct statfs buf;
buf               689 opal/mca/pmix/pmix4x/pmix/src/util/path.c     struct statvfs buf;
buf               699 opal/mca/pmix/pmix4x/pmix/src/util/path.c         rc = statfs(path, &buf);
buf               701 opal/mca/pmix/pmix4x/pmix/src/util/path.c         rc = statvfs(path, &buf);
buf               715 opal/mca/pmix/pmix4x/pmix/src/util/path.c     *out_avail = buf.f_bsize * ((int)buf.f_bavail < 0 ? 0 : buf.f_bavail);
buf               263 opal/mca/pmix/pmix4x/pmix/src/util/printf.c     char *buf;
buf               265 opal/mca/pmix/pmix4x/pmix/src/util/printf.c     length = pmix_vasprintf(&buf, fmt, ap);
buf               273 opal/mca/pmix/pmix4x/pmix/src/util/printf.c             strcpy(str, buf);
buf               275 opal/mca/pmix/pmix4x/pmix/src/util/printf.c             memcpy(str, buf, size - 1);
buf               281 opal/mca/pmix/pmix4x/pmix/src/util/printf.c     free(buf);
buf               330 opal/mca/pmix/pmix4x/pmix/src/util/timings.c     char *buf = NULL;
buf               347 opal/mca/pmix/pmix4x/pmix/src/util/timings.c     buf = malloc(PMIX_TIMING_OUTBUF_SIZE+1);
buf               348 opal/mca/pmix/pmix4x/pmix/src/util/timings.c     if( buf == NULL ){
buf               352 opal/mca/pmix/pmix4x/pmix/src/util/timings.c     buf[0] = '\0';
buf               398 opal/mca/pmix/pmix4x/pmix/src/util/timings.c                 fprintf(fp,"%s", buf);
buf               401 opal/mca/pmix/pmix4x/pmix/src/util/timings.c                 pmix_output(0,"\n%s", buf);
buf               403 opal/mca/pmix/pmix4x/pmix/src/util/timings.c             buf[0] = '\0';
buf               406 opal/mca/pmix/pmix4x/pmix/src/util/timings.c         sprintf(buf,"%s%s", buf, line);
buf               414 opal/mca/pmix/pmix4x/pmix/src/util/timings.c             fprintf(fp,"%s", buf);
buf               417 opal/mca/pmix/pmix4x/pmix/src/util/timings.c             pmix_output(0,"\n%s", buf);
buf               419 opal/mca/pmix/pmix4x/pmix/src/util/timings.c         buf[0] = '\0';
buf               427 opal/mca/pmix/pmix4x/pmix/src/util/timings.c     if( buf != NULL ){
buf               428 opal/mca/pmix/pmix4x/pmix/src/util/timings.c         free(buf);
buf               444 opal/mca/pmix/pmix4x/pmix/src/util/timings.c     char *buf = NULL;
buf               540 opal/mca/pmix/pmix4x/pmix/src/util/timings.c     buf = malloc(PMIX_TIMING_OUTBUF_SIZE + 1);
buf               541 opal/mca/pmix/pmix4x/pmix/src/util/timings.c     if( buf == NULL ){
buf               545 opal/mca/pmix/pmix4x/pmix/src/util/timings.c     buf[0] = '\0';
buf               578 opal/mca/pmix/pmix4x/pmix/src/util/timings.c             buf = realloc(buf, buf_size);
buf               579 opal/mca/pmix/pmix4x/pmix/src/util/timings.c             if( buf == NULL ){
buf               585 opal/mca/pmix/pmix4x/pmix/src/util/timings.c         sprintf(buf,"%s%s", buf, line);
buf               594 opal/mca/pmix/pmix4x/pmix/src/util/timings.c             fprintf(fp,"%s", buf);
buf               597 opal/mca/pmix/pmix4x/pmix/src/util/timings.c             pmix_output(0,"\n%s", buf);
buf               599 opal/mca/pmix/pmix4x/pmix/src/util/timings.c         buf[0] = '\0';
buf               607 opal/mca/pmix/pmix4x/pmix/src/util/timings.c     if( NULL != buf ){
buf               608 opal/mca/pmix/pmix4x/pmix/src/util/timings.c         free(buf);
buf                82 opal/mca/pmix/pmix4x/pmix/test/test_server.c static int server_fwd_msg(msg_hdr_t *msg_hdr, char *buf, size_t size);
buf                85 opal/mca/pmix/pmix4x/pmix/test/test_server.c static void server_unpack_dmdx(char *buf, int *sender, pmix_proc_t *proc);
buf                87 opal/mca/pmix/pmix4x/pmix/test/test_server.c                             char **buf);
buf               182 opal/mca/pmix/pmix4x/pmix/test/test_server.c static void server_unpack_procs(char *buf, size_t size)
buf               184 opal/mca/pmix/pmix4x/pmix/test/test_server.c     char *ptr = buf;
buf               189 opal/mca/pmix/pmix4x/pmix/test/test_server.c     while ((size_t)(ptr - buf) < size) {
buf               240 opal/mca/pmix/pmix4x/pmix/test/test_server.c static size_t server_pack_procs(int server_id, char **buf, size_t size)
buf               257 opal/mca/pmix/pmix4x/pmix/test/test_server.c     *buf = (char*)realloc(*buf, buf_size);
buf               258 opal/mca/pmix/pmix4x/pmix/test/test_server.c     memset(*buf + size, 0, buf_size);
buf               259 opal/mca/pmix/pmix4x/pmix/test/test_server.c     ptr = *buf + size;
buf               289 opal/mca/pmix/pmix4x/pmix/test/test_server.c     assert((size_t)(ptr - *buf) == buf_size);
buf               343 opal/mca/pmix/pmix4x/pmix/test/test_server.c static int server_fwd_msg(msg_hdr_t *msg_hdr, char *buf, size_t size)
buf               361 opal/mca/pmix/pmix4x/pmix/test/test_server.c     rc = write(server->wr_fd, buf, size);
buf               410 opal/mca/pmix/pmix4x/pmix/test/test_server.c     char *buf = NULL;
buf               421 opal/mca/pmix/pmix4x/pmix/test/test_server.c     msg_hdr.size = server_pack_procs(my_server_id, &buf, 0);
buf               427 opal/mca/pmix/pmix4x/pmix/test/test_server.c     if (PMIX_SUCCESS != (rc = server_send_msg(&msg_hdr, buf, msg_hdr.size))) {
buf               428 opal/mca/pmix/pmix4x/pmix/test/test_server.c         if (buf) {
buf               429 opal/mca/pmix/pmix4x/pmix/test/test_server.c             free(buf);
buf               433 opal/mca/pmix/pmix4x/pmix/test/test_server.c     if (buf) {
buf               434 opal/mca/pmix/pmix4x/pmix/test/test_server.c         free(buf);
buf               630 opal/mca/pmix/pmix4x/pmix/test/test_server.c                             char **buf)
buf               635 opal/mca/pmix/pmix4x/pmix/test/test_server.c     *buf = (char*)malloc(buf_size);
buf               636 opal/mca/pmix/pmix4x/pmix/test/test_server.c     ptr = *buf;
buf               650 opal/mca/pmix/pmix4x/pmix/test/test_server.c static void server_unpack_dmdx(char *buf, int *sender, pmix_proc_t *proc)
buf               652 opal/mca/pmix/pmix4x/pmix/test/test_server.c     char *ptr = buf;
buf               685 opal/mca/pmix/pmix4x/pmix/test/test_server.c     char *buf = NULL;
buf               710 opal/mca/pmix/pmix4x/pmix/test/test_server.c     msg_hdr.size = server_pack_dmdx(my_server_id, nspace, rank, &buf);
buf               714 opal/mca/pmix/pmix4x/pmix/test/test_server.c     if (PMIX_SUCCESS != (rc = server_send_msg(&msg_hdr, buf, msg_hdr.size))) {
buf               717 opal/mca/pmix/pmix4x/pmix/test/test_server.c     free(buf);
buf               165 opal/mca/pmix/s2/pmix_s2.c     char buf[16];
buf               286 opal/mca/pmix/s2/pmix_s2.c     rc = PMI2_Info_GetJobAttr("universeSize", buf, 16, &found);
buf               296 opal/mca/pmix/s2/pmix_s2.c     kv.data.uint32 = atoi(buf);
buf               307 opal/mca/pmix/s2/pmix_s2.c     kv.data.uint32 = atoi(buf);
buf               217 opal/mca/reachable/netlink/reachable_netlink_utils_common.c         char buf[128];
buf               218 opal/mca/reachable/netlink/reachable_netlink_utils_common.c         nl_nlmsgtype2str(nlm_hdr->nlmsg_type, buf, sizeof(buf));
buf               220 opal/mca/reachable/netlink/reachable_netlink_utils_common.c                     buf);
buf               250 opal/mca/shmem/mmap/shmem_mmap_module.c     struct stat buf;
buf               253 opal/mca/shmem/mmap/shmem_mmap_module.c     rc = stat(path, &buf);
buf                82 opal/mca/timer/linux/timer_linux_component.c find_info(FILE* fp, char *str, char *buf, size_t buflen)
buf                87 opal/mca/timer/linux/timer_linux_component.c     while (NULL != fgets(buf, buflen, fp)) {
buf                88 opal/mca/timer/linux/timer_linux_component.c         if (strncmp(buf, str, strlen(str)) == 0) {
buf                91 opal/mca/timer/linux/timer_linux_component.c             for (tmp = buf ; (*tmp != '\0') && (*tmp != ':') ; ++tmp) ;
buf               111 opal/mca/timer/linux/timer_linux_component.c     char buf[1024];
buf               127 opal/mca/timer/linux/timer_linux_component.c         loc = find_info(fp, "timebase", buf, 1024);
buf               140 opal/mca/timer/linux/timer_linux_component.c         loc = find_info(fp, "bogomips", buf, 1024);
buf               154 opal/mca/timer/linux/timer_linux_component.c         loc = find_info(fp, "cpu MHz", buf, 1024);
buf               166 opal/mca/timer/linux/timer_linux_component.c         loc = find_info(fp, "Cpu0ClkTck", buf, 1024);
buf               119 opal/memoryhooks/memory.c opal_mem_hooks_release_hook(void *buf, size_t length, bool from_alloc)
buf               138 opal/memoryhooks/memory.c         cbitem->cbfunc(buf, length, cbitem->cbdata, (bool) from_alloc);
buf               109 opal/memoryhooks/memory.h typedef void (opal_mem_hooks_callback_fn_t)(void *buf, size_t length,
buf                37 opal/memoryhooks/memory_internal.h OPAL_DECLSPEC void opal_mem_hooks_release_hook(void *buf, size_t length, bool from_alloc);
buf               563 opal/tools/wrappers/opal_wrapper.c             struct stat buf;
buf               565 opal/tools/wrappers/opal_wrapper.c             if (0 != stat(filename, &buf)) {
buf               803 opal/tools/wrappers/opal_wrapper.c         struct stat buf;
buf               825 opal/tools/wrappers/opal_wrapper.c         if (0 == stat(filename1, &buf)) {
buf               832 opal/tools/wrappers/opal_wrapper.c         if (0 == stat(filename2, &buf)) {
buf               114 opal/util/fd.c     struct stat buf;
buf               115 opal/util/fd.c     if (fstat(fd, &buf)) {
buf               118 opal/util/fd.c     return S_ISREG(buf.st_mode);
buf               123 opal/util/fd.c     struct stat buf;
buf               124 opal/util/fd.c     if (fstat(fd, &buf)) {
buf               127 opal/util/fd.c     return S_ISCHR(buf.st_mode);
buf               132 opal/util/fd.c     struct stat buf;
buf               133 opal/util/fd.c     if (fstat(fd, &buf)) {
buf               136 opal/util/fd.c     return S_ISBLK(buf.st_mode);
buf                31 opal/util/numtostr.c     char *buf = NULL;
buf                34 opal/util/numtostr.c     buf = (char*) malloc(sizeof(char) * buflen);
buf                35 opal/util/numtostr.c     if (NULL == buf) return NULL;
buf                37 opal/util/numtostr.c     ret = snprintf(buf, buflen, "%ld", num);
buf                39 opal/util/numtostr.c         free(buf);
buf                43 opal/util/numtostr.c     return buf;
buf                52 opal/util/numtostr.c     char *buf = NULL;
buf                55 opal/util/numtostr.c     buf = (char*) malloc(sizeof(char) * buflen);
buf                56 opal/util/numtostr.c     if (NULL == buf) return NULL;
buf                58 opal/util/numtostr.c     ret = snprintf(buf, buflen, "%f", num);
buf                60 opal/util/numtostr.c         free(buf);
buf                64 opal/util/numtostr.c     return buf;
buf                36 opal/util/opal_getcwd.c int opal_getcwd(char *buf, size_t size)
buf                45 opal/util/opal_getcwd.c     if (NULL == buf || size > INT_MAX) {
buf                94 opal/util/opal_getcwd.c         opal_string_copy(buf, shortened, size);
buf                99 opal/util/opal_getcwd.c     opal_string_copy(buf, pwd, size);
buf                45 opal/util/opal_getcwd.h OPAL_DECLSPEC int opal_getcwd(char *buf, size_t size);
buf                52 opal/util/os_dirpath.c     struct stat buf;
buf                61 opal/util/os_dirpath.c     if (0 == (ret = stat(path, &buf))) { /* already exists */
buf                62 opal/util/os_dirpath.c         if (mode == (mode & buf.st_mode)) { /* has correct mode */
buf                65 opal/util/os_dirpath.c         if (0 == (ret = chmod(path, (buf.st_mode | mode)))) { /* successfully change mode */
buf               118 opal/util/os_dirpath.c         if (0 != stat(tmp, &buf)) {
buf               124 opal/util/os_dirpath.c         } else if (i == (len-1) && (mode != (mode & buf.st_mode)) && (0 > chmod(tmp, (buf.st_mode | mode)))) {
buf               157 opal/util/os_dirpath.c     struct stat buf;
buf               195 opal/util/os_dirpath.c         rc = stat(filenm, &buf);
buf               205 opal/util/os_dirpath.c         if (S_ISDIR(buf.st_mode)) {
buf               290 opal/util/os_dirpath.c     struct stat buf;
buf               300 opal/util/os_dirpath.c     if (0 == stat(path, &buf)) { /* exists - check access */
buf               301 opal/util/os_dirpath.c         if ((buf.st_mode & loc_mode) == loc_mode) { /* okay, I can work here */
buf               231 opal/util/path.c     struct stat buf;
buf               247 opal/util/path.c     if (0 != stat(fullpath, &buf)) {
buf               255 opal/util/path.c     if (!(S_IFREG & buf.st_mode) &&
buf               256 opal/util/path.c         !(S_IFLNK & buf.st_mode)) {
buf               265 opal/util/path.c     if ((X_OK & mode) && !(S_IXUSR & buf.st_mode)) {
buf               272 opal/util/path.c     if ((R_OK & mode) && !(S_IRUSR & buf.st_mode)) {
buf               279 opal/util/path.c     if ((W_OK & mode) && !(S_IWUSR & buf.st_mode)) {
buf               675 opal/util/path.c     struct statfs buf;
buf               677 opal/util/path.c     struct statvfs buf;
buf               687 opal/util/path.c         rc = statfs(path, &buf);
buf               689 opal/util/path.c         rc = statvfs(path, &buf);
buf               703 opal/util/path.c     *out_avail = (uint64_t)buf.f_bsize * (uint64_t)((long)buf.f_bavail < 0 ? 0 : buf.f_bavail);
buf               284 opal/util/printf.c     char *buf;
buf               286 opal/util/printf.c     length = opal_vasprintf(&buf, fmt, ap);
buf               294 opal/util/printf.c             strcpy(str, buf);
buf               296 opal/util/printf.c             memcpy(str, buf, size - 1);
buf               302 opal/util/printf.c     free(buf);
buf                32 opal/win32/opal_uio.h #define iov_base data.buf
buf               140 orte/include/orte/types.h         opal_buffer_t buf;
buf               101 orte/mca/ess/base/ess_base_std_tool.c     opal_buffer_t *buf;
buf               271 orte/mca/ess/base/ess_base_std_tool.c         buf = OBJ_NEW(opal_buffer_t);
buf               273 orte/mca/ess/base/ess_base_std_tool.c                                       buf, ORTE_RML_TAG_WARMUP_CONNECTION,
buf               581 orte/mca/filem/raw/filem_raw_module.c     struct stat buf;
buf               591 orte/mca/filem/raw/filem_raw_module.c     if (0 != stat(fullname, &buf)) {
buf               859 orte/mca/filem/raw/filem_raw_module.c     opal_buffer_t *buf;
buf               862 orte/mca/filem/raw/filem_raw_module.c     buf = OBJ_NEW(opal_buffer_t);
buf               863 orte/mca/filem/raw/filem_raw_module.c     if (OPAL_SUCCESS != (rc = opal_dss.pack(buf, &file, 1, OPAL_STRING))) {
buf               865 orte/mca/filem/raw/filem_raw_module.c         OBJ_RELEASE(buf);
buf               868 orte/mca/filem/raw/filem_raw_module.c     if (OPAL_SUCCESS != (rc = opal_dss.pack(buf, &status, 1, OPAL_INT))) {
buf               870 orte/mca/filem/raw/filem_raw_module.c         OBJ_RELEASE(buf);
buf               873 orte/mca/filem/raw/filem_raw_module.c     if (0 > (rc = orte_rml.send_buffer_nb(ORTE_PROC_MY_HNP, buf,
buf               877 orte/mca/filem/raw/filem_raw_module.c         OBJ_RELEASE(buf);
buf                81 orte/mca/grpcomm/base/base.h                                          opal_buffer_t *buf);
buf                84 orte/mca/grpcomm/base/base.h                                              opal_buffer_t *buf,
buf                64 orte/mca/grpcomm/base/grpcomm_base_stubs.c     opal_buffer_t *buf;
buf                71 orte/mca/grpcomm/base/grpcomm_base_stubs.c     p->buf = NULL;
buf                77 orte/mca/grpcomm/base/grpcomm_base_stubs.c     if (NULL != p->buf) {
buf                78 orte/mca/grpcomm/base/grpcomm_base_stubs.c         OBJ_RELEASE(p->buf);
buf                90 orte/mca/grpcomm/base/grpcomm_base_stubs.c     opal_buffer_t *buf;
buf               104 orte/mca/grpcomm/base/grpcomm_base_stubs.c     buf = OBJ_NEW(opal_buffer_t);
buf               109 orte/mca/grpcomm/base/grpcomm_base_stubs.c         OBJ_RELEASE(buf);
buf               114 orte/mca/grpcomm/base/grpcomm_base_stubs.c     if (ORTE_SUCCESS != (rc = pack_xcast(sig, buf, msg, tag))) {
buf               116 orte/mca/grpcomm/base/grpcomm_base_stubs.c         OBJ_RELEASE(buf);
buf               126 orte/mca/grpcomm/base/grpcomm_base_stubs.c             if (ORTE_SUCCESS == (rc = active->module->xcast(dmns, ndmns, buf))) {
buf               131 orte/mca/grpcomm/base/grpcomm_base_stubs.c     OBJ_RELEASE(buf);  // if the module needs to keep the buf, it should OBJ_RETAIN it
buf               192 orte/mca/grpcomm/base/grpcomm_base_stubs.c             if (ORTE_SUCCESS == (rc = active->module->allgather(coll, cd->buf))) {
buf               201 orte/mca/grpcomm/base/grpcomm_base_stubs.c                                opal_buffer_t *buf,
buf               215 orte/mca/grpcomm/base/grpcomm_base_stubs.c     OBJ_RETAIN(buf);
buf               217 orte/mca/grpcomm/base/grpcomm_base_stubs.c     cd->buf = buf;
buf                47 orte/mca/grpcomm/direct/grpcomm_direct.c                  opal_buffer_t *buf);
buf                49 orte/mca/grpcomm/direct/grpcomm_direct.c                      opal_buffer_t *buf);
buf               109 orte/mca/grpcomm/direct/grpcomm_direct.c                  opal_buffer_t *buf)
buf               114 orte/mca/grpcomm/direct/grpcomm_direct.c     OBJ_RETAIN(buf);  // we'll let the RML release it
buf               115 orte/mca/grpcomm/direct/grpcomm_direct.c     if (0 > (rc = orte_rml.send_buffer_nb(ORTE_PROC_MY_HNP, buf, ORTE_RML_TAG_XCAST,
buf               118 orte/mca/grpcomm/direct/grpcomm_direct.c         OBJ_RELEASE(buf);
buf               125 orte/mca/grpcomm/direct/grpcomm_direct.c                      opal_buffer_t *buf)
buf               147 orte/mca/grpcomm/direct/grpcomm_direct.c     opal_dss.copy_payload(relay, buf);
buf                57 orte/mca/grpcomm/grpcomm.h typedef void (*orte_grpcomm_cbfunc_t)(int status, opal_buffer_t *buf, void *cbdata);
buf               124 orte/mca/grpcomm/grpcomm.h                                                        opal_buffer_t *buf);
buf               159 orte/mca/grpcomm/grpcomm.h                                                     opal_buffer_t *buf,
buf                51 orte/mca/iof/hnp/iof_hnp_send.c     opal_buffer_t *buf;
buf                65 orte/mca/iof/hnp/iof_hnp_send.c     buf = OBJ_NEW(opal_buffer_t);
buf                70 orte/mca/iof/hnp/iof_hnp_send.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &tag, 1, ORTE_IOF_TAG))) {
buf                72 orte/mca/iof/hnp/iof_hnp_send.c         OBJ_RELEASE(buf);
buf                79 orte/mca/iof/hnp/iof_hnp_send.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, target, 1, ORTE_NAME))) {
buf                81 orte/mca/iof/hnp/iof_hnp_send.c         OBJ_RELEASE(buf);
buf                88 orte/mca/iof/hnp/iof_hnp_send.c         if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, data, numbytes, OPAL_BYTE))) {
buf                90 orte/mca/iof/hnp/iof_hnp_send.c             OBJ_RELEASE(buf);
buf               103 orte/mca/iof/hnp/iof_hnp_send.c         (void)orte_grpcomm.xcast(sig, ORTE_RML_TAG_IOF_PROXY, buf);
buf               104 orte/mca/iof/hnp/iof_hnp_send.c         OBJ_RELEASE(buf);
buf               112 orte/mca/iof/hnp/iof_hnp_send.c     if (0 > (rc = orte_rml.send_buffer_nb(host, buf, ORTE_RML_TAG_IOF_PROXY,
buf               135 orte/mca/iof/iof.h         opal_buffer_t *buf;                                             \
buf               139 orte/mca/iof/iof.h         buf = OBJ_NEW(opal_buffer_t);                                   \
buf               143 orte/mca/iof/iof.h         opal_dss.pack(buf, &tag, 1, ORTE_IOF_TAG);                      \
buf               147 orte/mca/iof/iof.h         opal_dss.pack(buf, &nm, 1, ORTE_NAME);                          \
buf               149 orte/mca/iof/iof.h         opal_dss.pack(buf, (b), 1, ORTE_NAME);                          \
buf               152 orte/mca/iof/iof.h         orte_rml.send_buffer_nb(ORTE_PROC_MY_HNP, buf,                  \
buf               484 orte/mca/iof/orted/iof_orted.c     opal_buffer_t *buf;
buf               488 orte/mca/iof/orted/iof_orted.c     buf = OBJ_NEW(opal_buffer_t);
buf               493 orte/mca/iof/orted/iof_orted.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &source_tag, 1, ORTE_IOF_TAG))) {
buf               499 orte/mca/iof/orted/iof_orted.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, peer, 1, ORTE_NAME))) {
buf               506 orte/mca/iof/orted/iof_orted.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, msg, strlen(msg)+1, OPAL_BYTE))) {
buf               516 orte/mca/iof/orted/iof_orted.c     orte_rml.send_buffer_nb(ORTE_PROC_MY_HNP, buf, ORTE_RML_TAG_IOF_HNP,
buf                51 orte/mca/iof/orted/iof_orted_read.c     opal_buffer_t *buf=NULL;
buf               116 orte/mca/iof/orted/iof_orted_read.c     buf = OBJ_NEW(opal_buffer_t);
buf               121 orte/mca/iof/orted/iof_orted_read.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &rev->tag, 1, ORTE_IOF_TAG))) {
buf               127 orte/mca/iof/orted/iof_orted_read.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &proct->name, 1, ORTE_NAME))) {
buf               133 orte/mca/iof/orted/iof_orted_read.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &data, numbytes, OPAL_BYTE))) {
buf               143 orte/mca/iof/orted/iof_orted_read.c     orte_rml.send_buffer_nb(ORTE_PROC_MY_HNP, buf, ORTE_RML_TAG_IOF_HNP,
buf               183 orte/mca/iof/orted/iof_orted_read.c     if (NULL != buf) {
buf               184 orte/mca/iof/orted/iof_orted_read.c         OBJ_RELEASE(buf);
buf                46 orte/mca/iof/orted/iof_orted_receive.c                     opal_buffer_t *buf, orte_rml_tag_t tag,
buf                50 orte/mca/iof/orted/iof_orted_receive.c     OBJ_RELEASE(buf);
buf                55 orte/mca/iof/orted/iof_orted_receive.c     opal_buffer_t *buf;
buf                58 orte/mca/iof/orted/iof_orted_receive.c     buf = OBJ_NEW(opal_buffer_t);
buf                63 orte/mca/iof/orted/iof_orted_receive.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &tag, 1, ORTE_IOF_TAG))) {
buf                65 orte/mca/iof/orted/iof_orted_receive.c         OBJ_RELEASE(buf);
buf                75 orte/mca/iof/orted/iof_orted_receive.c     if (0 > (rc = orte_rml.send_buffer_nb(ORTE_PROC_MY_HNP, buf, ORTE_RML_TAG_IOF_HNP,
buf               110 orte/mca/iof/tool/iof_tool.c                     opal_buffer_t *buf, orte_rml_tag_t tag,
buf               114 orte/mca/iof/tool/iof_tool.c     OBJ_RELEASE(buf);
buf               135 orte/mca/iof/tool/iof_tool.c     opal_buffer_t *buf;
buf               145 orte/mca/iof/tool/iof_tool.c     buf = OBJ_NEW(opal_buffer_t);
buf               153 orte/mca/iof/tool/iof_tool.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &tag, 1, ORTE_IOF_TAG))) {
buf               155 orte/mca/iof/tool/iof_tool.c         OBJ_RELEASE(buf);
buf               159 orte/mca/iof/tool/iof_tool.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, src_name, 1, ORTE_NAME))) {
buf               161 orte/mca/iof/tool/iof_tool.c         OBJ_RELEASE(buf);
buf               165 orte/mca/iof/tool/iof_tool.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, ORTE_PROC_MY_NAME, 1, ORTE_NAME))) {
buf               167 orte/mca/iof/tool/iof_tool.c         OBJ_RELEASE(buf);
buf               173 orte/mca/iof/tool/iof_tool.c     orte_rml.send_buffer_nb(&hnp, buf, ORTE_RML_TAG_IOF_HNP,
buf               187 orte/mca/iof/tool/iof_tool.c     opal_buffer_t *buf;
buf               197 orte/mca/iof/tool/iof_tool.c     buf = OBJ_NEW(opal_buffer_t);
buf               205 orte/mca/iof/tool/iof_tool.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &tag, 1, ORTE_IOF_TAG))) {
buf               207 orte/mca/iof/tool/iof_tool.c         OBJ_RELEASE(buf);
buf               211 orte/mca/iof/tool/iof_tool.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, src_name, 1, ORTE_NAME))) {
buf               213 orte/mca/iof/tool/iof_tool.c         OBJ_RELEASE(buf);
buf               222 orte/mca/iof/tool/iof_tool.c     orte_rml.send_buffer_nb(&hnp, buf, ORTE_RML_TAG_IOF_HNP,
buf               152 orte/mca/odls/alps/odls_alps_utils.c         rdmacred_buf = (alpsAppGni_t *)(rdmacred_rsp->u.buf);
buf               135 orte/mca/plm/base/plm_base_launch_support.c     opal_buffer_t buf;
buf               185 orte/mca/plm/base/plm_base_launch_support.c     OBJ_CONSTRUCT(&buf, opal_buffer_t);
buf               187 orte/mca/plm/base/plm_base_launch_support.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(&buf, &command, 1, ORTE_DAEMON_CMD))) {
buf               189 orte/mca/plm/base/plm_base_launch_support.c         OBJ_DESTRUCT(&buf);
buf               201 orte/mca/plm/base/plm_base_launch_support.c         if (ORTE_SUCCESS != (rc = opal_dss.pack(&buf, &u8, 1, OPAL_UINT8))) {
buf               203 orte/mca/plm/base/plm_base_launch_support.c             OBJ_DESTRUCT(&buf);
buf               208 orte/mca/plm/base/plm_base_launch_support.c         if (OPAL_SUCCESS != (rc = orte_util_nidmap_create(orte_node_pool, &buf))) {
buf               210 orte/mca/plm/base/plm_base_launch_support.c             OBJ_DESTRUCT(&buf);
buf               218 orte/mca/plm/base/plm_base_launch_support.c         if (ORTE_SUCCESS != (rc = opal_dss.pack(&buf, &u8, 1, OPAL_UINT8))) {
buf               220 orte/mca/plm/base/plm_base_launch_support.c             OBJ_DESTRUCT(&buf);
buf               230 orte/mca/plm/base/plm_base_launch_support.c     if (OPAL_SUCCESS != (rc = orte_util_pass_node_info(&buf))) {
buf               232 orte/mca/plm/base/plm_base_launch_support.c         OBJ_DESTRUCT(&buf);
buf               244 orte/mca/plm/base/plm_base_launch_support.c     if (ORTE_SUCCESS != (rc = orte_grpcomm.xcast(sig, ORTE_RML_TAG_DAEMON, &buf))) {
buf               247 orte/mca/plm/base/plm_base_launch_support.c         OBJ_DESTRUCT(&buf);
buf               252 orte/mca/plm/base/plm_base_launch_support.c     OBJ_DESTRUCT(&buf);
buf               284 orte/mca/plm/rsh/plm_rsh_module.c             opal_buffer_t *buf;
buf               289 orte/mca/plm/rsh/plm_rsh_module.c             buf = OBJ_NEW(opal_buffer_t);
buf               290 orte/mca/plm/rsh/plm_rsh_module.c             opal_dss.pack(buf, &(daemon->name.vpid), 1, ORTE_VPID);
buf               291 orte/mca/plm/rsh/plm_rsh_module.c             opal_dss.pack(buf, &daemon->exit_code, 1, OPAL_INT);
buf               292 orte/mca/plm/rsh/plm_rsh_module.c             orte_rml.send_buffer_nb(ORTE_PROC_MY_HNP, buf,
buf               907 orte/mca/plm/rsh/plm_rsh_module.c         opal_buffer_t *buf;
buf               908 orte/mca/plm/rsh/plm_rsh_module.c         buf = OBJ_NEW(opal_buffer_t);
buf               909 orte/mca/plm/rsh/plm_rsh_module.c         opal_dss.pack(buf, &target.vpid, 1, ORTE_VPID);
buf               910 orte/mca/plm/rsh/plm_rsh_module.c         opal_dss.pack(buf, &rc, 1, OPAL_INT);
buf               911 orte/mca/plm/rsh/plm_rsh_module.c         orte_rml.send_buffer_nb(ORTE_PROC_MY_HNP, buf,
buf                67 orte/mca/ras/gridengine/ras_gridengine_module.c     char buf[1024], *tok, *num, *queue, *arch, *ptr, *tmp;
buf                95 orte/mca/ras/gridengine/ras_gridengine_module.c     while (fgets(buf, sizeof(buf), fp)) {
buf                96 orte/mca/ras/gridengine/ras_gridengine_module.c         ptr = strtok_r(buf, " \n", &tok);
buf               164 orte/mca/ras/gridengine/ras_gridengine_module.c     char buf[1024], *tok, *name, *num, *queue, *arch;
buf               176 orte/mca/ras/gridengine/ras_gridengine_module.c     while (fgets(buf, sizeof(buf), fp)) {
buf               177 orte/mca/ras/gridengine/ras_gridengine_module.c         name = strtok_r(buf, " \n", &tok);
buf                71 orte/mca/ras/lsf/ras_lsf_module.c     struct stat buf;
buf               119 orte/mca/ras/lsf/ras_lsf_module.c         if (0 != stat(affinity_file, &buf)) {
buf               123 orte/mca/ras/lsf/ras_lsf_module.c         if (0 == buf.st_size) {
buf               166 orte/mca/rml/base/rml_base_msg_handlers.c     opal_buffer_t buf;
buf               214 orte/mca/rml/base/rml_base_msg_handlers.c                 OBJ_CONSTRUCT(&buf, opal_buffer_t);
buf               215 orte/mca/rml/base/rml_base_msg_handlers.c                 opal_dss.load(&buf, msg->iov.iov_base, msg->iov.iov_len);
buf               218 orte/mca/rml/base/rml_base_msg_handlers.c                 post->cbfunc.buffer(ORTE_SUCCESS, &msg->sender, &buf, msg->tag, post->cbdata);
buf               227 orte/mca/rml/base/rml_base_msg_handlers.c                 OBJ_DESTRUCT(&buf);
buf                46 orte/mca/routed/base/base.h ORTE_DECLSPEC void orte_routed_base_update_hnps(opal_buffer_t *buf);
buf               478 orte/mca/state/base/state_base_fns.c     opal_buffer_t *buf;
buf               487 orte/mca/state/base/state_base_fns.c     buf = OBJ_NEW(opal_buffer_t);
buf               490 orte/mca/state/base/state_base_fns.c     if (OPAL_SUCCESS != (rc = opal_dss.pack(buf, &room, 1, OPAL_INT))) {
buf               492 orte/mca/state/base/state_base_fns.c         OBJ_RELEASE(buf);
buf               497 orte/mca/state/base/state_base_fns.c     if (OPAL_SUCCESS != (rc = opal_dss.pack(buf, &cmd, 1, OPAL_UINT8))) {
buf               499 orte/mca/state/base/state_base_fns.c         OBJ_RELEASE(buf);
buf               504 orte/mca/state/base/state_base_fns.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, target, 1, ORTE_NAME))) {
buf               506 orte/mca/state/base/state_base_fns.c         OBJ_RELEASE(buf);
buf               511 orte/mca/state/base/state_base_fns.c     rc = orte_rml.send_buffer_nb(&orte_pmix_server_globals.server, buf,
buf               515 orte/mca/state/base/state_base_fns.c         OBJ_RELEASE(buf);
buf               524 orte/mca/state/base/state_base_fns.c     opal_buffer_t *buf;
buf               530 orte/mca/state/base/state_base_fns.c     buf = OBJ_NEW(opal_buffer_t);
buf               540 orte/mca/state/base/state_base_fns.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &status, 1, OPAL_INT))) {
buf               542 orte/mca/state/base/state_base_fns.c         OBJ_RELEASE(buf);
buf               547 orte/mca/state/base/state_base_fns.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, proc, 1, ORTE_NAME))) {
buf               549 orte/mca/state/base/state_base_fns.c         OBJ_RELEASE(buf);
buf               560 orte/mca/state/base/state_base_fns.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &rc, 1, OPAL_INT))) {
buf               562 orte/mca/state/base/state_base_fns.c         OBJ_RELEASE(buf);
buf               573 orte/mca/state/base/state_base_fns.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &kvptr, 1, OPAL_VALUE))) {
buf               576 orte/mca/state/base/state_base_fns.c         OBJ_RELEASE(buf);
buf               589 orte/mca/state/base/state_base_fns.c         if (ORTE_SUCCESS != (rc = orte_grpcomm.xcast(&sig, ORTE_RML_TAG_NOTIFICATION, buf))) {
buf               593 orte/mca/state/base/state_base_fns.c         OBJ_RELEASE(buf);
buf               602 orte/mca/state/base/state_base_fns.c         if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &kvptr, 1, OPAL_VALUE))) {
buf               605 orte/mca/state/base/state_base_fns.c             OBJ_RELEASE(buf);
buf               619 orte/mca/state/base/state_base_fns.c         if (ORTE_SUCCESS != (rc = orte_rml.send_buffer_nb(&daemon, buf,
buf               623 orte/mca/state/base/state_base_fns.c             OBJ_RELEASE(buf);
buf               214 orte/mca/state/hnp/state_hnp.c     opal_buffer_t *buf;
buf               220 orte/mca/state/hnp/state_hnp.c     buf = OBJ_NEW(opal_buffer_t);
buf               230 orte/mca/state/hnp/state_hnp.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &status, 1, OPAL_INT))) {
buf               232 orte/mca/state/hnp/state_hnp.c         OBJ_RELEASE(buf);
buf               237 orte/mca/state/hnp/state_hnp.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, proc, 1, ORTE_NAME))) {
buf               239 orte/mca/state/hnp/state_hnp.c         OBJ_RELEASE(buf);
buf               246 orte/mca/state/hnp/state_hnp.c         if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &rc, 1, OPAL_INT))) {
buf               248 orte/mca/state/hnp/state_hnp.c             OBJ_RELEASE(buf);
buf               258 orte/mca/state/hnp/state_hnp.c         if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &kvptr, 1, OPAL_VALUE))) {
buf               261 orte/mca/state/hnp/state_hnp.c             OBJ_RELEASE(buf);
buf               268 orte/mca/state/hnp/state_hnp.c         if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &rc, 1, OPAL_INT))) {
buf               270 orte/mca/state/hnp/state_hnp.c             OBJ_RELEASE(buf);
buf               282 orte/mca/state/hnp/state_hnp.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &kvptr, 1, OPAL_VALUE))) {
buf               285 orte/mca/state/hnp/state_hnp.c         OBJ_RELEASE(buf);
buf               297 orte/mca/state/hnp/state_hnp.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &kvptr, 1, OPAL_VALUE))) {
buf               300 orte/mca/state/hnp/state_hnp.c         OBJ_RELEASE(buf);
buf               313 orte/mca/state/hnp/state_hnp.c         if (ORTE_SUCCESS != (rc = orte_grpcomm.xcast(&sig, ORTE_RML_TAG_NOTIFICATION, buf))) {
buf               317 orte/mca/state/hnp/state_hnp.c         OBJ_RELEASE(buf);
buf               329 orte/mca/state/hnp/state_hnp.c         if (ORTE_SUCCESS != (rc = orte_rml.send_buffer_nb(&daemon, buf,
buf               333 orte/mca/state/hnp/state_hnp.c             OBJ_RELEASE(buf);
buf                68 orte/mca/state/orted/state_orted.c static int pack_state_update(opal_buffer_t *buf, orte_job_t *jdata);
buf              2357 orte/orted/orted_submit.c     opal_buffer_t buf;
buf              2362 orte/orted/orted_submit.c     OBJ_CONSTRUCT(&buf, opal_buffer_t);
buf              2365 orte/orted/orted_submit.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(&buf, &status, 1, OPAL_INT))) {
buf              2367 orte/orted/orted_submit.c         OBJ_DESTRUCT(&buf);
buf              2372 orte/orted/orted_submit.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(&buf, ORTE_PROC_MY_NAME, 1, ORTE_NAME))) {
buf              2374 orte/orted/orted_submit.c         OBJ_DESTRUCT(&buf);
buf              2380 orte/orted/orted_submit.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(&buf, &status, 1, OPAL_INT))) {
buf              2382 orte/orted/orted_submit.c         OBJ_DESTRUCT(&buf);
buf              2390 orte/orted/orted_submit.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(&buf, &kvptr, 1, OPAL_VALUE))) {
buf              2393 orte/orted/orted_submit.c         OBJ_DESTRUCT(&buf);
buf              2405 orte/orted/orted_submit.c     if (ORTE_SUCCESS != (rc = orte_grpcomm.xcast(&sig, ORTE_RML_TAG_NOTIFICATION, &buf))) {
buf              2409 orte/orted/orted_submit.c     OBJ_DESTRUCT(&buf);
buf               112 orte/orted/pmix/pmix_server_dyn.c     opal_buffer_t *buf;
buf               128 orte/orted/pmix/pmix_server_dyn.c     buf = OBJ_NEW(opal_buffer_t);
buf               130 orte/orted/pmix/pmix_server_dyn.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &command, 1, ORTE_PLM_CMD))) {
buf               132 orte/orted/pmix/pmix_server_dyn.c         OBJ_RELEASE(buf);
buf               138 orte/orted/pmix/pmix_server_dyn.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &req->jdata, 1, ORTE_JOB))) {
buf               141 orte/orted/pmix/pmix_server_dyn.c         OBJ_RELEASE(buf);
buf               147 orte/orted/pmix/pmix_server_dyn.c     if (ORTE_SUCCESS != (rc = orte_rml.send_buffer_nb(ORTE_PROC_MY_HNP, buf,
buf               152 orte/orted/pmix/pmix_server_dyn.c         OBJ_RELEASE(buf);
buf               545 orte/orted/pmix/pmix_server_dyn.c     opal_buffer_t buf, bucket;
buf               571 orte/orted/pmix/pmix_server_dyn.c     OBJ_CONSTRUCT(&buf, opal_buffer_t);
buf               572 orte/orted/pmix/pmix_server_dyn.c     opal_dss.load(&buf, pdat->value.data.bo.bytes, pdat->value.data.bo.size);
buf               576 orte/orted/pmix/pmix_server_dyn.c     if (OPAL_SUCCESS != (rc = opal_dss.unpack(&buf, &jdata, &cnt, ORTE_JOB))) {
buf               578 orte/orted/pmix/pmix_server_dyn.c         OBJ_DESTRUCT(&buf);
buf               584 orte/orted/pmix/pmix_server_dyn.c     if (ORTE_SUCCESS != (rc = opal_dss.unpack(&buf, &bo, &cnt, OPAL_BYTE_OBJECT))) {
buf               586 orte/orted/pmix/pmix_server_dyn.c         OBJ_DESTRUCT(&buf);
buf               601 orte/orted/pmix/pmix_server_dyn.c             OBJ_DESTRUCT(&buf);
buf               620 orte/orted/pmix/pmix_server_dyn.c             OBJ_DESTRUCT(&buf);
buf               633 orte/orted/pmix/pmix_server_dyn.c     if (ORTE_SUCCESS != (rc = opal_dss.unpack(&buf, &bo, &cnt, OPAL_BYTE_OBJECT))) {
buf               635 orte/orted/pmix/pmix_server_dyn.c         OBJ_DESTRUCT(&buf);
buf               648 orte/orted/pmix/pmix_server_dyn.c             OBJ_DESTRUCT(&buf);
buf               667 orte/orted/pmix/pmix_server_dyn.c     OBJ_DESTRUCT(&buf);
buf                57 orte/orted/pmix/pmix_server_fence.c static void pmix_server_release(int status, opal_buffer_t *buf, void *cbdata)
buf                67 orte/orted/pmix/pmix_server_fence.c     if (NULL != buf) {
buf                68 orte/orted/pmix/pmix_server_fence.c         rc = opal_dss.unload(buf, (void**)&data, &ndata);
buf                89 orte/orted/pmix/pmix_server_fence.c     opal_buffer_t *buf=NULL;
buf               108 orte/orted/pmix/pmix_server_fence.c     buf = OBJ_NEW(opal_buffer_t);
buf               111 orte/orted/pmix/pmix_server_fence.c         opal_dss.load(buf, data, ndata);
buf               122 orte/orted/pmix/pmix_server_fence.c     if (ORTE_SUCCESS != (rc = orte_grpcomm.allgather(cd->sig, buf, pmix_server_release, cd))) {
buf               124 orte/orted/pmix/pmix_server_fence.c         OBJ_RELEASE(buf);
buf               127 orte/orted/pmix/pmix_server_fence.c     OBJ_RELEASE(buf);
buf               138 orte/orted/pmix/pmix_server_fence.c     opal_buffer_t *buf;
buf               250 orte/orted/pmix/pmix_server_fence.c     buf = OBJ_NEW(opal_buffer_t);
buf               251 orte/orted/pmix/pmix_server_fence.c     if (OPAL_SUCCESS != (rc = opal_dss.pack(buf, &req->target, 1, OPAL_NAME))) {
buf               254 orte/orted/pmix/pmix_server_fence.c         OBJ_RELEASE(buf);
buf               258 orte/orted/pmix/pmix_server_fence.c     if (OPAL_SUCCESS != (rc = opal_dss.pack(buf, &req->room_num, 1, OPAL_INT))) {
buf               261 orte/orted/pmix/pmix_server_fence.c         OBJ_RELEASE(buf);
buf               266 orte/orted/pmix/pmix_server_fence.c     if (ORTE_SUCCESS != (rc = orte_rml.send_buffer_nb(&dmn->name, buf, ORTE_RML_TAG_DIRECT_MODEX,
buf               270 orte/orted/pmix/pmix_server_fence.c         OBJ_RELEASE(buf);
buf               386 orte/orted/pmix/pmix_server_gen.c     opal_buffer_t *buf;
buf               407 orte/orted/pmix/pmix_server_gen.c     buf = OBJ_NEW(opal_buffer_t);
buf               408 orte/orted/pmix/pmix_server_gen.c     if (NULL == buf) {
buf               412 orte/orted/pmix/pmix_server_gen.c     if (OPAL_SUCCESS != (rc = opal_dss.pack(buf, &code, 1, OPAL_INT))) {
buf               414 orte/orted/pmix/pmix_server_gen.c         OBJ_RELEASE(buf);
buf               418 orte/orted/pmix/pmix_server_gen.c     if (OPAL_SUCCESS != (rc = opal_dss.pack(buf, source, 1, ORTE_NAME))) {
buf               420 orte/orted/pmix/pmix_server_gen.c         OBJ_RELEASE(buf);
buf               430 orte/orted/pmix/pmix_server_gen.c     if (OPAL_SUCCESS != (rc = opal_dss.pack(buf, &ninfo, 1, OPAL_INT))) {
buf               432 orte/orted/pmix/pmix_server_gen.c         OBJ_RELEASE(buf);
buf               437 orte/orted/pmix/pmix_server_gen.c             if (OPAL_SUCCESS != (rc = opal_dss.pack(buf, &val, 1, OPAL_VALUE))) {
buf               439 orte/orted/pmix/pmix_server_gen.c                 OBJ_RELEASE(buf);
buf               448 orte/orted/pmix/pmix_server_gen.c         OBJ_RELEASE(buf);
buf               453 orte/orted/pmix/pmix_server_gen.c         OBJ_RELEASE(buf);
buf               460 orte/orted/pmix/pmix_server_gen.c     if (ORTE_SUCCESS != (rc = orte_grpcomm.xcast(sig, ORTE_RML_TAG_NOTIFICATION, buf))) {
buf               462 orte/orted/pmix/pmix_server_gen.c         OBJ_RELEASE(buf);
buf               466 orte/orted/pmix/pmix_server_gen.c     OBJ_RELEASE(buf);
buf              1063 orte/orted/pmix/pmix_server_gen.c     opal_buffer_t *buf;
buf              1080 orte/orted/pmix/pmix_server_gen.c             buf = OBJ_NEW(opal_buffer_t);
buf              1081 orte/orted/pmix/pmix_server_gen.c             opal_dss.load(buf, val->data.bo.bytes, val->data.bo.size);
buf              1083 orte/orted/pmix/pmix_server_gen.c             if (ORTE_SUCCESS != (rc = orte_rml.send_buffer_nb(ORTE_PROC_MY_HNP, buf,
buf              1087 orte/orted/pmix/pmix_server_gen.c                 OBJ_RELEASE(buf);
buf                74 orte/orted/pmix/pmix_server_register_fns.c     opal_buffer_t buf, bucket;
buf               513 orte/orted/pmix/pmix_server_register_fns.c         OBJ_CONSTRUCT(&buf, opal_buffer_t);
buf               514 orte/orted/pmix/pmix_server_register_fns.c         if (OPAL_SUCCESS != (rc = opal_dss.pack(&buf, &jdata, 1, ORTE_JOB))) {
buf               516 orte/orted/pmix/pmix_server_register_fns.c             OBJ_DESTRUCT(&buf);
buf               531 orte/orted/pmix/pmix_server_register_fns.c         opal_dss.pack(&buf, &boptr, 1, OPAL_BYTE_OBJECT);
buf               544 orte/orted/pmix/pmix_server_register_fns.c         opal_dss.pack(&buf, &boptr, 1, OPAL_BYTE_OBJECT);
buf               552 orte/orted/pmix/pmix_server_register_fns.c         opal_dss.unload(&buf, (void**)&kv->data.bo.bytes, &kv->data.bo.size);
buf               553 orte/orted/pmix/pmix_server_register_fns.c         OBJ_DESTRUCT(&buf);
buf               886 orte/runtime/orte_globals.c         OBJ_DESTRUCT(&p->data.buf);
buf                11 orte/test/mpi/client.c  double buf[MAX_DATA];
buf                27 orte/test/mpi/client.c      MPI_Send( buf, n, MPI_DOUBLE, 0, tag, server );
buf                22 orte/test/mpi/intercomm_create.c     char* buf = NULL;
buf                26 orte/test/mpi/intercomm_create.c     opal_vasprintf( &buf, fmt, va_list );
buf                28 orte/test/mpi/intercomm_create.c     printf( "*warning* %s:%d %s\n", filename, lineno, buf );
buf                29 orte/test/mpi/intercomm_create.c     free(buf);
buf                34 orte/test/mpi/intercomm_create.c     char* buf = NULL;
buf                38 orte/test/mpi/intercomm_create.c     opal_vasprintf( &buf, fmt, va_list );
buf                40 orte/test/mpi/intercomm_create.c     printf( "*error* %s:%d %s\n", filename, lineno, buf );
buf                41 orte/test/mpi/intercomm_create.c     free(buf);
buf                35 orte/test/mpi/no-disconnect.c static int nice_send(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) {
buf                37 orte/test/mpi/no-disconnect.c     return MPI_Send(buf, count, datatype, dest, tag, comm);
buf                41 orte/test/mpi/no-disconnect.c static int nice_recv(void *buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Status *status) {
buf                57 orte/test/mpi/no-disconnect.c     MPI_Irecv(buf, count, datatype, source, tag, comm, &req);
buf                69 orte/test/mpi/no-disconnect.c     int me, np, jump, buf = -1;
buf                77 orte/test/mpi/no-disconnect.c             nice_send(&buf, 1, MPI_INT, me - jump, 343, comm);
buf                80 orte/test/mpi/no-disconnect.c             nice_recv(&buf, 1, MPI_INT, me + jump, 343, comm, MPI_STATUS_IGNORE);
buf                86 orte/test/mpi/no-disconnect.c         nice_recv(&buf, 1, MPI_INT, me - jump, 344, comm, MPI_STATUS_IGNORE);
buf                91 orte/test/mpi/no-disconnect.c             nice_send(&buf, 1, MPI_INT, me + jump, 344, comm);
buf               103 orte/test/mpi/no-disconnect.c     struct utsname buf;
buf               116 orte/test/mpi/no-disconnect.c     uname(&buf);
buf               117 orte/test/mpi/no-disconnect.c     printf("I AM pid %d with level %d on %s\n", getpid(), (argc < 2)?0:atoi(argv[1]), buf.nodename);
buf                34 orte/test/mpi/parallel_r64.c   int buf[ng];
buf               166 orte/test/mpi/parallel_r64.c      MPI_File_read_all(thefile, buf, ng, MPI_INT, &status);
buf                34 orte/test/mpi/parallel_r8.c   int buf[ng];
buf               166 orte/test/mpi/parallel_r8.c      MPI_File_read_all(thefile, buf, ng, MPI_INT, &status);
buf                34 orte/test/mpi/parallel_w64.c   int buf[ng];
buf               122 orte/test/mpi/parallel_w64.c   for ( i=0; i<ng; i++ ) buf[i] = rank*10000 + (i+1)%1024;
buf               174 orte/test/mpi/parallel_w64.c      MPI_File_write_all(thefile, buf, ng, MPI_INT, &status);
buf                33 orte/test/mpi/parallel_w8.c     int buf[ng];
buf               121 orte/test/mpi/parallel_w8.c     for ( i=0; i<ng; i++ ) buf[i] = rank*10000 + (i+1)%1024;
buf               173 orte/test/mpi/parallel_w8.c         MPI_File_write_all(thefile, buf, ng, MPI_INT, &status);
buf                13 orte/test/mpi/server.c  double buf[MAX_DATA];
buf                33 orte/test/mpi/server.c          MPI_Recv( buf, MAX_DATA, MPI_DOUBLE, MPI_ANY_SOURCE,
buf                45 orte/test/system/ofi_big_msg.c     opal_buffer_t *buf;
buf                73 orte/test/system/ofi_big_msg.c             buf = OBJ_NEW(opal_buffer_t);
buf                81 orte/test/system/ofi_big_msg.c             opal_dss.pack(buf, msg, msgsize, OPAL_BYTE);
buf                83 orte/test/system/ofi_big_msg.c             orte_rml.send_buffer_transport_nb(sock_conduit_id,&peer, buf, MY_TAG, orte_rml_send_callback, NULL);
buf               107 orte/test/system/ofi_big_msg.c             buf = OBJ_NEW(opal_buffer_t);
buf               108 orte/test/system/ofi_big_msg.c             opal_dss.copy_payload(buf, &blob.data);
buf               111 orte/test/system/ofi_big_msg.c             orte_rml.send_buffer_transport_nb(sock_conduit_id,&peer, buf, MY_TAG, send_callback, NULL);
buf                47 orte/test/system/ofi_conduit_stress.c     opal_buffer_t *buf;
buf                97 orte/test/system/ofi_conduit_stress.c             buf = OBJ_NEW(opal_buffer_t);
buf               103 orte/test/system/ofi_conduit_stress.c             opal_dss.pack(buf, msg, msgsize, OPAL_BYTE);
buf               105 orte/test/system/ofi_conduit_stress.c             orte_rml.send_buffer_nb(conduit_id,&peer, buf, MY_TAG, orte_rml_send_callback, NULL);
buf               129 orte/test/system/ofi_conduit_stress.c             buf = OBJ_NEW(opal_buffer_t);
buf               130 orte/test/system/ofi_conduit_stress.c             opal_dss.copy_payload(buf, &blob.data);
buf               133 orte/test/system/ofi_conduit_stress.c             orte_rml.send_buffer_nb(conduit_id,&peer, buf, MY_TAG, send_callback, NULL);
buf               106 orte/test/system/ofi_query_test.c     opal_buffer_t *buf;
buf                46 orte/test/system/ofi_stress.c     opal_buffer_t *buf;
buf                75 orte/test/system/ofi_stress.c             buf = OBJ_NEW(opal_buffer_t);
buf                81 orte/test/system/ofi_stress.c             opal_dss.pack(buf, msg, msgsize, OPAL_BYTE);
buf                83 orte/test/system/ofi_stress.c             orte_rml.send_buffer_transport_nb(sock_conduit_id,&peer, buf, MY_TAG, orte_rml_send_callback, NULL);
buf               107 orte/test/system/ofi_stress.c             buf = OBJ_NEW(opal_buffer_t);
buf               108 orte/test/system/ofi_stress.c             opal_dss.copy_payload(buf, &blob.data);
buf               111 orte/test/system/ofi_stress.c             orte_rml.send_buffer_transport_nb(sock_conduit_id,&peer, buf, MY_TAG, send_callback, NULL);
buf                46 orte/test/system/oob_stress.c     opal_buffer_t *buf;
buf                74 orte/test/system/oob_stress.c             buf = OBJ_NEW(opal_buffer_t);
buf                80 orte/test/system/oob_stress.c             opal_dss.pack(buf, msg, msgsize, OPAL_BYTE);
buf                82 orte/test/system/oob_stress.c             orte_rml.send_buffer_nb(&peer, buf, MY_TAG, orte_rml_send_callback, NULL);
buf               104 orte/test/system/oob_stress.c             buf = OBJ_NEW(opal_buffer_t);
buf               105 orte/test/system/oob_stress.c             opal_dss.copy_payload(buf, &blob.data);
buf               108 orte/test/system/oob_stress.c             orte_rml.send_buffer_nb(&peer, buf, MY_TAG, send_callback, NULL);
buf               110 orte/test/system/oob_stress_channel.c     opal_buffer_t *buf;
buf               179 orte/test/system/oob_stress_channel.c                 buf = OBJ_NEW(opal_buffer_t);
buf               184 orte/test/system/oob_stress_channel.c                 opal_dss.pack(buf, msg, msgsize, OPAL_BYTE);
buf               186 orte/test/system/oob_stress_channel.c                 orte_rml.send_buffer_channel_nb(channel, buf, MY_TAG, channel_send_callback, NULL);
buf               213 orte/test/system/oob_stress_channel.c                buf = OBJ_NEW(opal_buffer_t);
buf               214 orte/test/system/oob_stress_channel.c                opal_dss.copy_payload(buf, &blob.data);
buf               216 orte/test/system/oob_stress_channel.c                orte_rml.send_buffer_channel_nb(channel, buf, MY_TAG, channel_send_callback, NULL);
buf               108 orte/test/system/orte_dfs.c     opal_buffer_t *buf, *xfer;
buf               187 orte/test/system/orte_dfs.c             buf = OBJ_NEW(opal_buffer_t);
buf               188 orte/test/system/orte_dfs.c             opal_dss.pack(buf, &host, 1, OPAL_STRING);
buf               189 orte/test/system/orte_dfs.c             opal_dss.pack(buf, &argv[1], 1, OPAL_STRING);
buf               191 orte/test/system/orte_dfs.c             opal_dss.pack(buf, &i64, 1, OPAL_INT64);
buf               193 orte/test/system/orte_dfs.c             opal_dss.pack(buf, &i64, 1, OPAL_INT64);
buf               195 orte/test/system/orte_dfs.c             opal_dss.pack(buf, &i64, 1, OPAL_INT64);
buf               197 orte/test/system/orte_dfs.c             orte_dfs.post_file_map(buf, dfs_post_cbfunc, buf);
buf               204 orte/test/system/orte_dfs.c         buf = OBJ_NEW(opal_buffer_t);
buf               205 orte/test/system/orte_dfs.c         orte_dfs.get_file_map(ORTE_PROC_MY_NAME, dfs_getfm_cbfunc, buf);
buf               209 orte/test/system/orte_dfs.c                     ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), (int)buf->bytes_used);
buf               213 orte/test/system/orte_dfs.c         if (OPAL_SUCCESS != (rc = opal_dss.unpack(buf, &nvpids, &cnt, OPAL_INT32))) {
buf               224 orte/test/system/orte_dfs.c             if (OPAL_SUCCESS != (rc = opal_dss.unpack(buf, &vpid, &cnt, ORTE_VPID))) {
buf               230 orte/test/system/orte_dfs.c             if (OPAL_SUCCESS != (rc = opal_dss.unpack(buf, &nentries, &cnt, OPAL_INT32))) {
buf               239 orte/test/system/orte_dfs.c                 if (OPAL_SUCCESS != (rc = opal_dss.unpack(buf, &xfer, &cnt, OPAL_BUFFER))) {
buf               687 orte/util/attr.c         opal_dss.copy_payload(*data, &kv->data.buf);
buf               155 orte/util/comm/comm.c     opal_buffer_t *buf;
buf               165 orte/util/comm/comm.c     buf = OBJ_NEW(opal_buffer_t);
buf               167 orte/util/comm/comm.c     opal_dss.pack(buf, &ev, 1, ORTE_COMM_EVENT);
buf               176 orte/util/comm/comm.c                 opal_dss.pack(buf, &node->name, 1, OPAL_STRING);
buf               188 orte/util/comm/comm.c             OBJ_RELEASE(buf);
buf               204 orte/util/comm/comm.c     if (0 > (rc = orte_rml.send_buffer_nb(&tool, buf, ORTE_RML_TAG_TOOL, send_cbfunc, NULL))) {
buf               206 orte/util/comm/comm.c         OBJ_RELEASE(buf);
buf               623 orte/util/comm/comm.c     opal_buffer_t *buf = (opal_buffer_t*)cbdata;
buf               625 orte/util/comm/comm.c     if (NULL != buf) {
buf               626 orte/util/comm/comm.c         opal_dss.copy_payload(buf, buffer);
buf               633 orte/util/comm/comm.c     opal_buffer_t *buf;
buf               644 orte/util/comm/comm.c     buf = OBJ_NEW(opal_buffer_t);
buf               648 orte/util/comm/comm.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &command, 1, ORTE_DAEMON_CMD))) {
buf               650 orte/util/comm/comm.c         OBJ_RELEASE(buf);
buf               655 orte/util/comm/comm.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &jdata, 1, ORTE_JOB))) {
buf               657 orte/util/comm/comm.c         OBJ_RELEASE(buf);
buf               668 orte/util/comm/comm.c     if (0 > (rc = orte_rml.send_buffer_nb((orte_process_name_t*)hnp, buf,
buf               672 orte/util/comm/comm.c         OBJ_RELEASE(buf);
buf               683 orte/util/comm/comm.c     buf = OBJ_NEW(opal_buffer_t);
buf               685 orte/util/comm/comm.c                             comm_cbfunc, buf);
buf               690 orte/util/comm/comm.c     if (ORTE_SUCCESS != (rc = opal_dss.unpack(buf, &(jdata->jobid), &count, ORTE_JOBID))) {
buf               692 orte/util/comm/comm.c         OBJ_RELEASE(buf);
buf               698 orte/util/comm/comm.c         OBJ_RELEASE(buf);
buf               701 orte/util/comm/comm.c     OBJ_RELEASE(buf);
buf               712 orte/util/comm/comm.c     opal_buffer_t *buf;
buf               724 orte/util/comm/comm.c     buf = OBJ_NEW(opal_buffer_t);
buf               728 orte/util/comm/comm.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &command, 1, ORTE_DAEMON_CMD))) {
buf               731 orte/util/comm/comm.c         OBJ_RELEASE(buf);
buf               736 orte/util/comm/comm.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &job, 1, ORTE_JOBID))) {
buf               739 orte/util/comm/comm.c         OBJ_RELEASE(buf);
buf               749 orte/util/comm/comm.c     if (0 > (rc = orte_rml.send_buffer_nb((orte_process_name_t*)hnp, buf,
buf               754 orte/util/comm/comm.c         OBJ_RELEASE(buf);
buf               765 orte/util/comm/comm.c     buf = OBJ_NEW(opal_buffer_t);
buf               768 orte/util/comm/comm.c                             comm_cbfunc, buf);
buf               773 orte/util/comm/comm.c     if (ORTE_SUCCESS != (rc = opal_dss.unpack(buf, &ret, &count, OPAL_INT))) {
buf               777 orte/util/comm/comm.c     OBJ_RELEASE(buf);
buf               785 orte/util/comm/comm.c     opal_buffer_t *buf;
buf               795 orte/util/comm/comm.c     buf = OBJ_NEW(opal_buffer_t);
buf               799 orte/util/comm/comm.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &command, 1, ORTE_DAEMON_CMD))) {
buf               801 orte/util/comm/comm.c         OBJ_RELEASE(buf);
buf               806 orte/util/comm/comm.c     if (0 > (rc = orte_rml.send_buffer_nb((orte_process_name_t*)hnp, buf,
buf               810 orte/util/comm/comm.c         OBJ_RELEASE(buf);
buf               813 orte/util/comm/comm.c     OBJ_RELEASE(buf);
buf               221 orte/util/nidmap.c int orte_util_decode_nidmap(opal_buffer_t *buf)
buf               238 orte/util/nidmap.c     if (OPAL_SUCCESS != (rc = opal_dss.unpack(buf, &u8, &cnt, OPAL_UINT8))) {
buf               250 orte/util/nidmap.c     if (OPAL_SUCCESS != (rc = opal_dss.unpack(buf, &u8, &cnt, OPAL_UINT8))) {
buf               262 orte/util/nidmap.c     if (OPAL_SUCCESS != (rc = opal_dss.unpack(buf, &compressed, &cnt, OPAL_BOOL))) {
buf               270 orte/util/nidmap.c         if (OPAL_SUCCESS != (rc = opal_dss.unpack(buf, &sz, &cnt, OPAL_SIZE))) {
buf               278 orte/util/nidmap.c     if (OPAL_SUCCESS != (rc = opal_dss.unpack(buf, &boptr, &cnt, OPAL_BYTE_OBJECT))) {
buf               310 orte/util/nidmap.c     if (OPAL_SUCCESS != (rc = opal_dss.unpack(buf, &compressed, &cnt, OPAL_BOOL))) {
buf               317 orte/util/nidmap.c     if (OPAL_SUCCESS != (rc = opal_dss.unpack(buf, &nbytes, &cnt, OPAL_INT))) {
buf               325 orte/util/nidmap.c         if (OPAL_SUCCESS != (rc = opal_dss.unpack(buf, &sz, &cnt, OPAL_SIZE))) {
buf               333 orte/util/nidmap.c     if (OPAL_SUCCESS != (rc = opal_dss.unpack(buf, &boptr, &cnt, OPAL_BYTE_OBJECT))) {
buf               735 orte/util/nidmap.c int orte_util_parse_node_info(opal_buffer_t *buf)
buf               754 orte/util/nidmap.c     if (OPAL_SUCCESS != (rc = opal_dss.unpack(buf, &i8, &cnt, OPAL_INT8))) {
buf               763 orte/util/nidmap.c         if (OPAL_SUCCESS != (rc = opal_dss.unpack(buf, &compressed, &cnt, OPAL_BOOL))) {
buf               770 orte/util/nidmap.c             if (OPAL_SUCCESS != (rc = opal_dss.unpack(buf, &sz, &cnt, OPAL_SIZE))) {
buf               777 orte/util/nidmap.c         if (OPAL_SUCCESS != (rc = opal_dss.unpack(buf, &boptr, &cnt, OPAL_BYTE_OBJECT))) {
buf               838 orte/util/nidmap.c         if (OPAL_SUCCESS != (rc = opal_dss.unpack(buf, &compressed, &cnt, OPAL_BOOL))) {
buf               845 orte/util/nidmap.c             if (OPAL_SUCCESS != (rc = opal_dss.unpack(buf, &sz, &cnt, OPAL_SIZE))) {
buf               852 orte/util/nidmap.c         if (OPAL_SUCCESS != (rc = opal_dss.unpack(buf, &boptr, &cnt, OPAL_BYTE_OBJECT))) {
buf               896 orte/util/nidmap.c     if (OPAL_SUCCESS != (rc = opal_dss.unpack(buf, &i8, &cnt, OPAL_INT8))) {
buf               913 orte/util/nidmap.c             if (OPAL_SUCCESS != (rc = opal_dss.unpack(buf, &sz, &cnt, OPAL_SIZE))) {
buf               920 orte/util/nidmap.c         if (OPAL_SUCCESS != (rc = opal_dss.unpack(buf, &boptr, &cnt, OPAL_BYTE_OBJECT))) {
buf               956 orte/util/nidmap.c     if (OPAL_SUCCESS != (rc = opal_dss.unpack(buf, &i8, &cnt, OPAL_INT8))) {
buf               977 orte/util/nidmap.c             if (OPAL_SUCCESS != (rc = opal_dss.unpack(buf, &sz, &cnt, OPAL_SIZE))) {
buf               984 orte/util/nidmap.c         if (OPAL_SUCCESS != (rc = opal_dss.unpack(buf, &boptr, &cnt, OPAL_BYTE_OBJECT))) {
buf              1037 orte/util/nidmap.c                            opal_buffer_t *buf)
buf              1094 orte/util/nidmap.c         if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &compressed, 1, OPAL_BOOL))) {
buf              1103 orte/util/nidmap.c             if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &sz, 1, OPAL_SIZE))) {
buf              1110 orte/util/nidmap.c         rc = opal_dss.pack(buf, &boptr, 1, OPAL_BYTE_OBJECT);
buf              1122 orte/util/nidmap.c                          opal_buffer_t *buf)
buf              1146 orte/util/nidmap.c         if (OPAL_SUCCESS != (rc = opal_dss.unpack(buf, &compressed, &cnt, OPAL_BOOL))) {
buf              1153 orte/util/nidmap.c             if (OPAL_SUCCESS != (rc = opal_dss.unpack(buf, &sz, &cnt, OPAL_SIZE))) {
buf              1160 orte/util/nidmap.c         if (OPAL_SUCCESS != (rc = opal_dss.unpack(buf, &boptr, &cnt, OPAL_BYTE_OBJECT))) {
buf                34 orte/util/nidmap.h                                           opal_buffer_t *buf);
buf                36 orte/util/nidmap.h ORTE_DECLSPEC int orte_util_decode_nidmap(opal_buffer_t *buf);
buf                40 orte/util/nidmap.h ORTE_DECLSPEC int orte_util_pass_node_info(opal_buffer_t *buf);
buf                42 orte/util/nidmap.h ORTE_DECLSPEC int orte_util_parse_node_info(opal_buffer_t *buf);
buf                47 orte/util/nidmap.h                                          opal_buffer_t *buf);
buf                50 orte/util/nidmap.h                                        opal_buffer_t *buf);
buf               142 orte/util/pre_condition_transports.c     struct stat buf;
buf               147 orte/util/pre_condition_transports.c     if(0 != stat("/dev/urandom", &buf)) {
buf               631 orte/util/show_help.c     opal_buffer_t *buf;
buf               684 orte/util/show_help.c         buf = OBJ_NEW(opal_buffer_t);
buf               686 orte/util/show_help.c         opal_dss.pack(buf, &filename, 1, OPAL_STRING);
buf               688 orte/util/show_help.c         opal_dss.pack(buf, &topic, 1, OPAL_STRING);
buf               690 orte/util/show_help.c         opal_dss.pack(buf, &have_output, 1, OPAL_INT8);
buf               692 orte/util/show_help.c         opal_dss.pack(buf, &output, 1, OPAL_STRING);
buf               697 orte/util/show_help.c             if (ORTE_SUCCESS != (rc = orte_rml.send_buffer_nb(ORTE_PROC_MY_HNP, buf,
buf               700 orte/util/show_help.c                 OBJ_RELEASE(buf);
buf               714 orte/util/show_help.c                 opal_dss.unload(buf, (void**)&kv->data.bo.bytes, &kv->data.bo.size);
buf               723 orte/util/show_help.c                 OBJ_RELEASE(buf);
buf               768 orte/util/show_help.c         opal_buffer_t *buf;
buf               781 orte/util/show_help.c             buf = OBJ_NEW(opal_buffer_t);
buf               783 orte/util/show_help.c             opal_dss.pack(buf, &filename, 1, OPAL_STRING);
buf               785 orte/util/show_help.c             opal_dss.pack(buf, &topic, 1, OPAL_STRING);
buf               787 orte/util/show_help.c             opal_dss.pack(buf, &have_output, 1, OPAL_INT8);
buf               789 orte/util/show_help.c             if (ORTE_SUCCESS != (rc = orte_rml.send_buffer_nb(ORTE_PROC_MY_HNP, buf,
buf               793 orte/util/show_help.c                 OBJ_RELEASE(buf);
buf                46 oshmem/mca/memheap/base/memheap_base_mkey.c     char buf[MEMHEAP_MKEY_MAXSIZE];
buf               347 oshmem/mca/memheap/base/memheap_base_mkey.c 		    memcpy(tmp_buf, (void*)&r->buf, size);
buf               398 oshmem/mca/memheap/base/memheap_base_mkey.c         rc = PMPI_Recv_init(r->buf, sizeof(r->buf), MPI_BYTE,
buf              2805 oshmem/mca/memheap/ptmalloc/malloc.c       unsigned char buf[sizeof(size_t)];
buf              2808 oshmem/mca/memheap/ptmalloc/malloc.c           read(fd, buf, sizeof(buf)) == sizeof(buf)) {
buf              2809 oshmem/mca/memheap/ptmalloc/malloc.c         s = *((size_t *) buf);
buf                47 oshmem/mca/scoll/mpi/scoll_mpi_ops.c     void* buf;
buf                52 oshmem/mca/scoll/mpi/scoll_mpi_ops.c         buf = (void *) source;
buf                54 oshmem/mca/scoll/mpi/scoll_mpi_ops.c         buf = target;
buf                87 oshmem/mca/scoll/mpi/scoll_mpi_ops.c     rc = mpi_module->comm->c_coll->coll_bcast(buf, nlong, dtype, root, mpi_module->comm, mpi_module->comm->c_coll->coll_bcast_module);
buf              1034 oshmem/mca/spml/ikrit/spml_ikrit.c int mca_spml_ikrit_recv(void* buf, size_t size, int src)
buf              1043 oshmem/mca/spml/ikrit/spml_ikrit.c                  src, (int)size, buf);
buf              1053 oshmem/mca/spml/ikrit/spml_ikrit.c     req.base.data.buffer.ptr = buf == NULL ? dummy_buf : buf;
buf              1073 oshmem/mca/spml/ikrit/spml_ikrit.c int mca_spml_ikrit_send(void* buf,
buf              1083 oshmem/mca/spml/ikrit/spml_ikrit.c                  buf, (int)size, dst, (int)mode);
buf              1095 oshmem/mca/spml/ikrit/spml_ikrit.c     req.base.data.buffer.ptr = buf == NULL ? dummy_buf : buf;
buf               174 oshmem/mca/spml/ikrit/spml_ikrit.h extern int mca_spml_ikrit_recv(void* buf, size_t size, int src);
buf               175 oshmem/mca/spml/ikrit/spml_ikrit.h extern int mca_spml_ikrit_send(void* buf,
buf                84 oshmem/mca/spml/spml.h     static char buf[64];
buf                87 oshmem/mca/spml/spml.h         snprintf(buf, sizeof(buf), "mkey: base=%p len=%d key=%" PRIu64, mkey->va_base, mkey->len, mkey->u.key);
buf                89 oshmem/mca/spml/spml.h         snprintf(buf, sizeof(buf), "mkey: base=%p len=%d data=0x%p", mkey->va_base, mkey->len, mkey->u.data);
buf                92 oshmem/mca/spml/spml.h     return buf;
buf               301 oshmem/mca/spml/spml.h typedef int (*mca_spml_base_module_recv_fn_t)(void *buf, size_t count, int src);
buf               312 oshmem/mca/spml/spml.h typedef int (*mca_spml_base_module_send_fn_t)(void *buf,
buf               791 oshmem/mca/spml/ucx/spml_ucx.c int mca_spml_ucx_recv(void* buf, size_t size, int src)
buf               795 oshmem/mca/spml/ucx/spml_ucx.c     rc = MCA_PML_CALL(recv(buf,
buf               807 oshmem/mca/spml/ucx/spml_ucx.c int mca_spml_ucx_send(void* buf,
buf               814 oshmem/mca/spml/ucx/spml_ucx.c     rc = MCA_PML_CALL(send(buf,
buf               141 oshmem/mca/spml/ucx/spml_ucx.h extern int mca_spml_ucx_recv(void* buf, size_t size, int src);
buf               142 oshmem/mca/spml/ucx/spml_ucx.h extern int mca_spml_ucx_send(void* buf,
buf               309 oshmem/mca/sshmem/sysv/sshmem_sysv_module.c     char buf[256];
buf               317 oshmem/mca/sshmem/sysv/sshmem_sysv_module.c             while (fgets(buf, sizeof(buf), f)) {
buf               318 oshmem/mca/sshmem/sysv/sshmem_sysv_module.c                 if (sscanf(buf, "Hugepagesize: %d kB", &size_kb) == 1) {
buf                93 test/class/ompi_rb_tree.c     char buf[200];
buf               130 test/class/ompi_rb_tree.c             sprintf(buf, "lookup returned invalid item, returned %d, extected %d",
buf               132 test/class/ompi_rb_tree.c             test_failure(buf);
buf                36 test/event/event-test.c 	char buf[255];
buf                49 test/event/event-test.c 	len = ReadFile((HANDLE)fd, buf, sizeof(buf) - 1, &dwBytesRead, NULL);
buf                58 test/event/event-test.c 	buf[dwBytesRead + 1] = '\0';
buf                60 test/event/event-test.c 	len = read(fd, buf, sizeof(buf) - 1);
buf                70 test/event/event-test.c 	buf[len] = '\0';
buf                72 test/event/event-test.c 	fprintf(stdout, "Read: %s\n", buf);
buf                54 test/util/opal_error.c     char buf[1024];
buf                62 test/util/opal_error.c         opal_strerror_r(errors[i], buf, sizeof(buf));
buf                63 test/util/opal_error.c         printf("strerror_r test: %s\n", buf);
buf                72 test/util/opal_error.c     opal_strerror_r(OPAL_ERR_IN_ERRNO, buf, sizeof(buf));
buf                73 test/util/opal_error.c     printf("strerror_r test: %s\n", buf);
buf                98 test/util/opal_os_create_dirpath.c     struct stat buf;
buf               122 test/util/opal_os_create_dirpath.c     stat(tmp, &buf);
buf               123 test/util/opal_os_create_dirpath.c     if (S_IRWXU != (S_IRWXU & buf.st_mode)) {
buf               138 test/util/opal_os_create_dirpath.c     struct stat buf;
buf               149 test/util/opal_os_create_dirpath.c         if (0 == stat(out, &buf))
buf               152 test/util/opal_os_create_dirpath.c         if (0 == stat(out, &buf))
buf               155 test/util/opal_os_create_dirpath.c         if (0 == stat(out, &buf))