status            125 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c     char src[64], dst[64], *status;
status            201 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c         status = "connecting"; break;
status            203 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c         status = "connect ack"; break;
status            205 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c         status = "closed"; break;
status            207 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c         status = "failed"; break;
status            209 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c         status = "connected"; break;
status            211 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c         status = "undefined"; break;
status            218 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c                      msg, btl_endpoint->endpoint_sd, status,
status             25 contrib/scaling/mpi_memprobe.c static void _release_fn(int status,
status             39 contrib/scaling/mpi_memprobe.c static void _register_fn(int status,
status             45 contrib/scaling/mpi_memprobe.c     if (0 != status) {
status             47 contrib/scaling/mpi_memprobe.c                    status, (unsigned long)evhandler_ref);
status             49 contrib/scaling/mpi_memprobe.c     *active = status;
status             52 contrib/scaling/mpi_memprobe.c static void qcbfunc(int status,
status             72 contrib/scaling/mpi_memprobe.c static void notifycbfunc(int status, void *cbdata)
status             75 contrib/scaling/mpi_memprobe.c     *active = status;
status             20 examples/connectivity_c.c     MPI_Status  status;
status             52 examples/connectivity_c.c                 MPI_Recv(&peer, 1, MPI_INT, j, j, MPI_COMM_WORLD, &status);
status             56 examples/connectivity_c.c             MPI_Recv(&peer, 1, MPI_INT, i, i, MPI_COMM_WORLD, &status);
status             23 examples/spc_example.c     MPI_Status status;
status             32 examples/spc_example.c             MPI_Recv(data, message_size, MPI_BYTE, 0, 123, MPI_COMM_WORLD, &status);
status             29 ompi/contrib/libompitrace/recv.c              int tag, MPI_Comm comm, MPI_Status *status)
status             43 ompi/contrib/libompitrace/recv.c     return PMPI_Recv(buf, count, type, source, tag, comm, status);
status             35 ompi/contrib/libompitrace/sendrecv.c                  MPI_Comm comm,  MPI_Status *status)
status             59 ompi/contrib/libompitrace/sendrecv.c                          comm, status);
status            872 ompi/debuggers/mpihandles_interface.h                         mqs_taddr_t status,
status            352 ompi/debuggers/msgq_interface.h   int status;					/* Status of the message (really enum mqs_status) */
status           1043 ompi/debuggers/ompi_msgq_dll.c         (long long)current_item, res->status, (long)res->desired_local_rank,
status           1048 ompi/debuggers/ompi_msgq_dll.c     if( res->status > mqs_st_pending ) {
status           1136 ompi/debuggers/ompi_msgq_dll.c         res->status = (0 == req_complete ? mqs_st_pending : mqs_st_complete);
status           1203 ompi/debuggers/ompi_msgq_dll.c                 res->status = mqs_st_matched;
status           1225 ompi/debuggers/ompi_msgq_dll.c         if( (mqs_st_pending < res->status) && (MCA_PML_REQUEST_SEND != req_type) ) {  /* The real data from the status */
status            226 ompi/errhandler/errhandler.c void ompi_errhandler_registration_callback(int status,
status            233 ompi/errhandler/errhandler.c     errtrk->status = status;
status            240 ompi/errhandler/errhandler.c void ompi_errhandler_callback(int status,
status            252 ompi/errhandler/errhandler.c     ompi_mpi_abort(MPI_COMM_WORLD, status);
status            392 ompi/errhandler/errhandler.h     int status;
status            395 ompi/errhandler/errhandler.h OMPI_DECLSPEC void ompi_errhandler_callback(int status,
status            401 ompi/errhandler/errhandler.h OMPI_DECLSPEC void ompi_errhandler_registration_callback(int status,
status            322 ompi/include/ompi/memchecker.h static inline int memchecker_status(MPI_Status *status)
status            328 ompi/include/ompi/memchecker.h     opal_memchecker_base_isdefined (&status->MPI_SOURCE, sizeof(int));
status            329 ompi/include/ompi/memchecker.h     opal_memchecker_base_isdefined (&status->MPI_TAG, sizeof(int));
status            330 ompi/include/ompi/memchecker.h     opal_memchecker_base_isdefined (&status->MPI_ERROR, sizeof(int));
status            331 ompi/include/ompi/memchecker.h     opal_memchecker_base_isdefined (&status->_cancelled, sizeof(int));
status            332 ompi/include/ompi/memchecker.h     opal_memchecker_base_isdefined (&status->_ucount, sizeof(size_t));
status            337 ompi/include/ompi/memchecker.h #define memchecker_status(status)
status             37 ompi/interlib/interlib.c     int status;
status             47 ompi/interlib/interlib.c static void model_registration_callback(int status,
status             53 ompi/interlib/interlib.c     trk->status = status;
status             57 ompi/interlib/interlib.c static void model_callback(int status,
status             99 ompi/interlib/interlib.c     trk.status = OPAL_ERROR;
status            126 ompi/interlib/interlib.c     if (OPAL_SUCCESS != trk.status) {
status            127 ompi/interlib/interlib.c         return trk.status;
status             90 ompi/mca/bml/base/bml_base_btl.c                                     int status)
status             99 ompi/mca/bml/base/bml_base_btl.c     des->des_cbfunc(btl,ep,des,status);
status            567 ompi/mca/bml/bml.h typedef int (*mca_bml_base_module_ft_event_fn_t)(int status);
status             66 ompi/mca/bml/r2/bml_r2.h int mca_bml_r2_ft_event(int status);
status             52 ompi/mca/coll/base/coll_base_barrier.c     ompi_status_public_t status;
status             64 ompi/mca/coll/base/coll_base_barrier.c     rc = ompi_request_wait( &req, &status );
status             72 ompi/mca/coll/base/coll_base_barrier.c         (void)ompi_request_wait(&req, &status);
status            776 ompi/mca/coll/base/coll_base_bcast.c     MPI_Status status;
status            815 ompi/mca/coll/base/coll_base_bcast.c                                         MCA_COLL_BASE_TAG_BCAST, comm, &status));
status            818 ompi/mca/coll/base/coll_base_bcast.c                 curr_count = (int)(status._ucount / datatype_size);
status            872 ompi/mca/coll/base/coll_base_bcast.c                                           comm, &status, rank);
status            874 ompi/mca/coll/base/coll_base_bcast.c             recv_count = (int)(status._ucount / datatype_size);
status            908 ompi/mca/coll/base/coll_base_bcast.c                                             comm, &status));
status            910 ompi/mca/coll/base/coll_base_bcast.c                     recv_count = (int)(status._ucount / datatype_size);
status            953 ompi/mca/coll/base/coll_base_bcast.c     MPI_Status status;
status            992 ompi/mca/coll/base/coll_base_bcast.c                                         MCA_COLL_BASE_TAG_BCAST, comm, &status));
status            995 ompi/mca/coll/base/coll_base_bcast.c                 curr_count = (int)(status._ucount / datatype_size);
status             52 ompi/mca/coll/base/coll_base_gather.c     MPI_Status status;
status            150 ompi/mca/coll/base/coll_base_gather.c                                     comm, &status));
status             70 ompi/mca/coll/base/coll_base_scatter.c     MPI_Status status;
status            147 ompi/mca/coll/base/coll_base_scatter.c                                     MCA_COLL_BASE_TAG_SCATTER, comm, &status));
status            153 ompi/mca/coll/base/coll_base_scatter.c             curr_count = (int)(status._ucount / rdtype_size);
status            180 ompi/mca/coll/base/coll_base_scatter.c                                 MCA_COLL_BASE_TAG_SCATTER, comm, &status));
status             39 ompi/mca/coll/base/coll_base_util.c                                     ompi_status_public_t* status )
status             62 ompi/mca/coll/base/coll_base_util.c     if (MPI_STATUS_IGNORE != status) {
status             63 ompi/mca/coll/base/coll_base_util.c         *status = rstatus;
status             75 ompi/mca/coll/base/coll_base_util.c     if (MPI_STATUS_IGNORE != status) {
status             76 ompi/mca/coll/base/coll_base_util.c         status->MPI_ERROR = err;
status             46 ompi/mca/coll/base/coll_base_util.h                                     ompi_status_public_t* status );
status             61 ompi/mca/coll/base/coll_base_util.h                           ompi_status_public_t* status, int myid )
status             70 ompi/mca/coll/base/coll_base_util.h                                            source, rtag, comm, status);
status            283 ompi/mca/coll/basic/coll_basic.h     int mca_coll_basic_ft_event(int status);
status            238 ompi/mca/coll/demo/coll_demo.h     int mca_coll_demo_ft_event(int status);
status            210 ompi/mca/coll/hcoll/coll_hcoll_rte.c     req->status = HCOLRTE_REQUEST_ACTIVE;
status            249 ompi/mca/coll/hcoll/coll_hcoll_rte.c     req->status = HCOLRTE_REQUEST_ACTIVE;
status            257 ompi/mca/coll/hcoll/coll_hcoll_rte.c     if (HCOLRTE_REQUEST_ACTIVE != request->status){
status            266 ompi/mca/coll/hcoll/coll_hcoll_rte.c         request->status = HCOLRTE_REQUEST_DONE;
status            116 ompi/mca/coll/sync/coll_sync.h int mca_coll_sync_ft_event(int status);
status            244 ompi/mca/common/ompio/common_ompio.h                                                ompi_status_public_t *status);
status            248 ompi/mca/common/ompio/common_ompio.h                                                   ompi_status_public_t *status);
status            259 ompi/mca/common/ompio/common_ompio.h                                                    ompi_status_public_t *status);
status            263 ompi/mca/common/ompio/common_ompio.h                                                       ompi_status_public_t *status);
status            279 ompi/mca/common/ompio/common_ompio.h                                               struct ompi_datatype_t *datatype, ompi_status_public_t *status);
status            283 ompi/mca/common/ompio/common_ompio.h                                                  ompi_status_public_t * status);
status            293 ompi/mca/common/ompio/common_ompio.h                                                   ompi_status_public_t * status);
status            297 ompi/mca/common/ompio/common_ompio.h                                                      ompi_status_public_t * status);
status             60 ompi/mca/common/ompio/common_ompio_file_read.c 			      ompi_status_public_t *status)
status             85 ompi/mca/common/ompio/common_ompio_file_read.c         if ( MPI_STATUS_IGNORE != status ) {
status             86 ompi/mca/common/ompio/common_ompio_file_read.c             status->_ucount = 0;
status            130 ompi/mca/common/ompio/common_ompio_file_read.c         if ( MPI_STATUS_IGNORE != status ) {
status            131 ompi/mca/common/ompio/common_ompio_file_read.c             status->_ucount = 0;
status            197 ompi/mca/common/ompio/common_ompio_file_read.c     if ( MPI_STATUS_IGNORE != status ) {
status            198 ompi/mca/common/ompio/common_ompio_file_read.c         status->_ucount = real_bytes_read;
status            209 ompi/mca/common/ompio/common_ompio_file_read.c 				 ompi_status_public_t * status)
status            221 ompi/mca/common/ompio/common_ompio_file_read.c 				    status);
status            360 ompi/mca/common/ompio/common_ompio_file_read.c 	ompi_status_public_t status;
status            361 ompi/mca/common/ompio/common_ompio_file_read.c 	ret = mca_common_ompio_file_read (fh, buf, count, datatype, &status);
status            364 ompi/mca/common/ompio/common_ompio_file_read.c 	ompio_req->req_ompi.req_status._ucount = status._ucount;
status            410 ompi/mca/common/ompio/common_ompio_file_read.c                                     ompi_status_public_t * status)
status            442 ompi/mca/common/ompio/common_ompio_file_read.c                                                 status);
status            457 ompi/mca/common/ompio/common_ompio_file_read.c                                                 status);
status            467 ompi/mca/common/ompio/common_ompio_file_read.c 				     ompi_status_public_t * status)
status            478 ompi/mca/common/ompio/common_ompio_file_read.c                                           status);
status             42 ompi/mca/common/ompio/common_ompio_file_write.c 			       ompi_status_public_t *status)
status             66 ompi/mca/common/ompio/common_ompio_file_write.c         if ( MPI_STATUS_IGNORE != status ) {
status             67 ompi/mca/common/ompio/common_ompio_file_write.c             status->_ucount = 0;
status            115 ompi/mca/common/ompio/common_ompio_file_write.c         if ( MPI_STATUS_IGNORE != status ) {
status            116 ompi/mca/common/ompio/common_ompio_file_write.c             status->_ucount = 0;
status            177 ompi/mca/common/ompio/common_ompio_file_write.c     if ( MPI_STATUS_IGNORE != status ) {
status            178 ompi/mca/common/ompio/common_ompio_file_write.c         status->_ucount = real_bytes_written;
status            189 ompi/mca/common/ompio/common_ompio_file_write.c 				  ompi_status_public_t *status)
status            200 ompi/mca/common/ompio/common_ompio_file_write.c                                      status);
status            338 ompi/mca/common/ompio/common_ompio_file_write.c         ompi_status_public_t status;
status            339 ompi/mca/common/ompio/common_ompio_file_write.c         ret = mca_common_ompio_file_write(fh,buf,count,datatype, &status);
status            342 ompi/mca/common/ompio/common_ompio_file_write.c         ompio_req->req_ompi.req_status._ucount = status._ucount;
status            387 ompi/mca/common/ompio/common_ompio_file_write.c                                      ompi_status_public_t *status)
status            421 ompi/mca/common/ompio/common_ompio_file_write.c                                                  status);
status            435 ompi/mca/common/ompio/common_ompio_file_write.c                                                  status);
status            445 ompi/mca/common/ompio/common_ompio_file_write.c 				      ompi_status_public_t *status)
status            456 ompi/mca/common/ompio/common_ompio_file_write.c                                            status);
status             80 ompi/mca/crcp/base/base.h     ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_iprobe(int dst, int tag, struct ompi_communicator_t* comm, int *matched, ompi_status_public_t* status, ompi_crcp_base_pml_state_t* );
status             82 ompi/mca/crcp/base/base.h     ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_probe( int dst, int tag, struct ompi_communicator_t* comm, ompi_status_public_t* status, ompi_crcp_base_pml_state_t* );
status            100 ompi/mca/crcp/base/base.h                                        struct ompi_communicator_t* comm,  ompi_status_public_t* status, ompi_crcp_base_pml_state_t*);
status            159 ompi/mca/crcp/base/crcp_base_fns.c                                                            int *matched, ompi_status_public_t* status,
status            168 ompi/mca/crcp/base/crcp_base_fns.c                                                            ompi_status_public_t* status,
status            236 ompi/mca/crcp/base/crcp_base_fns.c                                                            ompi_status_public_t* status,
status            258 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                     ompi_status_public_t** status,
status            292 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                      ompi_status_public_t **status,
status            349 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c static void recv_bookmarks_cbfunc(int status,
status            422 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c static void drain_message_ack_cbfunc(int status,
status            465 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                ompi_status_public_t * status);
status           1258 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   ompi_status_public_t* status,
status           1298 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c             if( MPI_STATUS_IGNORE != status ) {
status           1299 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                 memcpy(status, &content_ref->status, sizeof(ompi_status_public_t));
status           1327 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   ompi_status_public_t* status,
status           1366 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c             if( MPI_STATUS_IGNORE != status ) {
status           1367 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                 memcpy(status, &content_ref->status, sizeof(ompi_status_public_t));
status           2629 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   ompi_status_public_t* status,
status           2653 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                             &src, &tag, comm, NULL, &status,
status           2727 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c             src = status->MPI_SOURCE;
status           3840 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                     ompi_status_public_t** status,
status           3878 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                              src, tag, request, status,
status           4070 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     memcpy(&(content_ref->status), &drain_content_ref->status, sizeof(ompi_status_public_t));
status           4093 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                      ompi_status_public_t **status,
status           4112 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     if( NULL != status && MPI_STATUS_IGNORE != *status ) {
status           4113 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         memcpy(*status, &drain_content_ref->status, sizeof(ompi_status_public_t));
status           4748 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c static void drain_message_ack_cbfunc(int status,
status           4908 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                     quiesce_statuses[quiesce_request_count] = &content_ref->status;
status           5166 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     ompi_status_public_t * status;
status           5175 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         status = statuses[i];
status           5177 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         coord_request_wait(req, status);
status           5189 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                ompi_status_public_t * status)
status           5193 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     if( MPI_STATUS_IGNORE != status ) {
status           5194 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         status->MPI_TAG    = req->req_status.MPI_TAG;
status           5195 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         status->MPI_SOURCE = req->req_status.MPI_SOURCE;
status           5196 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         status->_cancelled = req->req_status._cancelled;
status           5197 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         status->_ucount    = req->req_status._ucount;
status           5337 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c static void recv_bookmarks_cbfunc(int status,
status             63 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h      int *matched, ompi_status_public_t* status,
status             68 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h       ompi_status_public_t* status,
status            106 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h        ompi_status_public_t* status,
status            177 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h         ompi_status_public_t status;
status            124 ompi/mca/crcp/crcp.h       ompi_status_public_t* status, ompi_crcp_base_pml_state_t* );
status            128 ompi/mca/crcp/crcp.h        ompi_status_public_t* status, ompi_crcp_base_pml_state_t* );
status            157 ompi/mca/crcp/crcp.h         struct ompi_communicator_t* comm,  ompi_status_public_t* status,
status             57 ompi/mca/fcoll/dynamic/fcoll_dynamic.h                                      ompi_status_public_t * status);
status             64 ompi/mca/fcoll/dynamic/fcoll_dynamic.h                                       ompi_status_public_t * status);
status             57 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c                                  ompi_status_public_t *status)
status            144 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c     if ( MPI_STATUS_IGNORE != status ) {
status            145 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c         status->_ucount = max_data;
status             58 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c                                   ompi_status_public_t *status)
status            146 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c     if ( MPI_STATUS_IGNORE != status ) {
status            147 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c 	status->_ucount = max_data;
status             59 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2.h                                      ompi_status_public_t * status);
status             66 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2.h                                       ompi_status_public_t * status);
status             57 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c                                  ompi_status_public_t *status)
status            144 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c     if ( MPI_STATUS_IGNORE != status ) {
status            145 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c         status->_ucount = max_data;
status            122 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c                                       ompi_status_public_t *status)
status            180 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c     if ( MPI_STATUS_IGNORE != status ) {
status            181 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c 	status->_ucount = max_data;
status            120 ompi/mca/fcoll/fcoll.h  ompi_status_public_t *status);
status            134 ompi/mca/fcoll/fcoll.h  ompi_status_public_t *status);
status             57 ompi/mca/fcoll/individual/fcoll_individual.h                                      ompi_status_public_t * status);
status             64 ompi/mca/fcoll/individual/fcoll_individual.h                                       ompi_status_public_t * status);
status             40 ompi/mca/fcoll/individual/fcoll_individual_file_read_all.c                                     ompi_status_public_t *status)
status             42 ompi/mca/fcoll/individual/fcoll_individual_file_read_all.c     return mca_common_ompio_file_read( fh, buf, count, datatype, status);
status             37 ompi/mca/fcoll/individual/fcoll_individual_file_write_all.c                                          ompi_status_public_t *status)
status             39 ompi/mca/fcoll/individual/fcoll_individual_file_write_all.c     return mca_common_ompio_file_write (fh, buf, count, datatype, status);
status             57 ompi/mca/fcoll/two_phase/fcoll_two_phase.h                                      ompi_status_public_t * status);
status             64 ompi/mca/fcoll/two_phase/fcoll_two_phase.h                                       ompi_status_public_t * status);
status            126 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 				   ompi_status_public_t *status)
status            186 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c     if ( MPI_STATUS_IGNORE != status ) {
status            187 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 	status->_ucount = max_data;
status            148 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c                                     ompi_status_public_t *status)
status            222 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c     if ( MPI_STATUS_IGNORE != status ) {
status            223 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 	status->_ucount = max_data;
status             60 ompi/mca/fcoll/vulcan/fcoll_vulcan.h                                     ompi_status_public_t * status);
status             67 ompi/mca/fcoll/vulcan/fcoll_vulcan.h                                      ompi_status_public_t * status);
status             56 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c                                  ompi_status_public_t *status)
status            143 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c     if ( MPI_STATUS_IGNORE != status ) {
status            144 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c         status->_ucount = max_data;
status            125 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c                                       ompi_status_public_t *status)
status            195 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c     if ( MPI_STATUS_IGNORE != status ) {
status            196 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c 	status->_ucount = max_data;
status            169 ompi/mca/io/io.h      struct ompi_status_public_t *status);
status            173 ompi/mca/io/io.h      struct ompi_status_public_t *status);
status            177 ompi/mca/io/io.h      struct ompi_status_public_t *status);
status            181 ompi/mca/io/io.h      struct ompi_status_public_t *status);
status            203 ompi/mca/io/io.h      datatype, struct ompi_status_public_t *status);
status            206 ompi/mca/io/io.h      datatype, struct ompi_status_public_t *status);
status            209 ompi/mca/io/io.h      datatype, struct ompi_status_public_t *status);
status            212 ompi/mca/io/io.h      datatype, struct ompi_status_public_t *status);
status            237 ompi/mca/io/io.h      struct ompi_datatype_t *datatype, struct ompi_status_public_t *status);
status            240 ompi/mca/io/io.h      struct ompi_datatype_t *datatype, struct ompi_status_public_t *status);
status            249 ompi/mca/io/io.h      struct ompi_datatype_t *datatype, struct ompi_status_public_t *status);
status            252 ompi/mca/io/io.h      struct ompi_datatype_t *datatype, struct ompi_status_public_t *status);
status            262 ompi/mca/io/io.h     (struct ompi_file_t *fh, void *buf, struct ompi_status_public_t *status);
status            267 ompi/mca/io/io.h     (struct ompi_file_t *fh, const void *buf, struct ompi_status_public_t *status);
status            272 ompi/mca/io/io.h     (struct ompi_file_t *fh, void *buf, struct ompi_status_public_t *status);
status            277 ompi/mca/io/io.h     (struct ompi_file_t *fh, const void *buf, struct ompi_status_public_t *status);
status            282 ompi/mca/io/io.h     (struct ompi_file_t *fh, void *buf, struct ompi_status_public_t *status);
status            287 ompi/mca/io/io.h     (struct ompi_file_t *fh, const void *buf, struct ompi_status_public_t *status);
status            184 ompi/mca/io/ompio/io_ompio.h                                ompi_status_public_t *status);
status            190 ompi/mca/io/ompio/io_ompio.h                                    ompi_status_public_t *status);
status            196 ompi/mca/io/ompio/io_ompio.h                                 ompi_status_public_t *status);
status            202 ompi/mca/io/ompio/io_ompio.h                                     ompi_status_public_t *status);
status            221 ompi/mca/io/ompio/io_ompio.h                             ompi_status_public_t *status);
status            226 ompi/mca/io/ompio/io_ompio.h                                 ompi_status_public_t *status);
status            243 ompi/mca/io/ompio/io_ompio.h                              ompi_status_public_t *status);
status            248 ompi/mca/io/ompio/io_ompio.h                                  ompi_status_public_t *status);
status            284 ompi/mca/io/ompio/io_ompio.h                                    ompi_status_public_t *status);
status            289 ompi/mca/io/ompio/io_ompio.h                                     ompi_status_public_t *status);
status            304 ompi/mca/io/ompio/io_ompio.h                                     ompi_status_public_t *status);
status            309 ompi/mca/io/ompio/io_ompio.h                                      ompi_status_public_t *status);
status            324 ompi/mca/io/ompio/io_ompio.h                                        ompi_status_public_t *status);
status            332 ompi/mca/io/ompio/io_ompio.h                                         ompi_status_public_t *status);
status            339 ompi/mca/io/ompio/io_ompio.h                                     ompi_status_public_t *status);
status            346 ompi/mca/io/ompio/io_ompio.h                                      ompi_status_public_t *status);
status            353 ompi/mca/io/ompio/io_ompio.h                                         ompi_status_public_t *status);
status            360 ompi/mca/io/ompio/io_ompio.h                                          struct ompi_status_public_t *status);
status            113 ompi/mca/io/ompio/io_ompio_file_open.c     ompi_status_public_t *status = NULL;
status            179 ompi/mca/io/ompio/io_ompio_file_open.c             ret = mca_common_ompio_file_read (&data->ompio_fh, buf, len, MPI_BYTE, status);
status            183 ompi/mca/io/ompio/io_ompio_file_open.c             ret = mca_common_ompio_file_write (&data->ompio_fh, buf, len, MPI_BYTE, status);
status            200 ompi/mca/io/ompio/io_ompio_file_open.c                 ret = mca_common_ompio_file_write (&data->ompio_fh, buf, len, MPI_BYTE, status);
status             58 ompi/mca/io/ompio/io_ompio_file_read.c 			    ompi_status_public_t *status)
status             65 ompi/mca/io/ompio/io_ompio_file_read.c     ret = mca_common_ompio_file_read(&data->ompio_fh,buf,count,datatype,status);
status             76 ompi/mca/io/ompio/io_ompio_file_read.c 			       ompi_status_public_t * status)
status             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);
status            132 ompi/mca/io/ompio/io_ompio_file_read.c 				ompi_status_public_t * status)
status            144 ompi/mca/io/ompio/io_ompio_file_read.c                                           status);
status            146 ompi/mca/io/ompio/io_ompio_file_read.c     if ( MPI_STATUS_IGNORE != status ) {
status            150 ompi/mca/io/ompio/io_ompio_file_read.c 	status->_ucount = count * size;
status            186 ompi/mca/io/ompio/io_ompio_file_read.c 				   ompi_status_public_t * status)
status            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);
status            224 ompi/mca/io/ompio/io_ompio_file_read.c 				   ompi_status_public_t * status)
status            241 ompi/mca/io/ompio/io_ompio_file_read.c     ret = shared_fp_base_module->sharedfp_read(fh,buf,count,datatype,status);
status            278 ompi/mca/io/ompio/io_ompio_file_read.c 				    ompi_status_public_t * status)
status            295 ompi/mca/io/ompio/io_ompio_file_read.c     ret = shared_fp_base_module->sharedfp_read_ordered(ompio_fh,buf,count,datatype,status);
status            328 ompi/mca/io/ompio/io_ompio_file_read.c 					ompi_status_public_t * status)
status            345 ompi/mca/io/ompio/io_ompio_file_read.c     ret = shared_fp_base_module->sharedfp_read_ordered_end(ompio_fh,buf,status);
status            378 ompi/mca/io/ompio/io_ompio_file_read.c 				    ompi_status_public_t * status)
status            386 ompi/mca/io/ompio/io_ompio_file_read.c     ret = ompi_request_wait ( &fp->f_split_coll_req, status );
status            418 ompi/mca/io/ompio/io_ompio_file_read.c 				       ompi_status_public_t * status)
status            426 ompi/mca/io/ompio/io_ompio_file_read.c     ret = ompi_request_wait ( &fp->f_split_coll_req, status );
status             61 ompi/mca/io/ompio/io_ompio_file_write.c 			     ompi_status_public_t *status)
status             70 ompi/mca/io/ompio/io_ompio_file_write.c     ret = mca_common_ompio_file_write(fh,buf,count,datatype,status);
status             81 ompi/mca/io/ompio/io_ompio_file_write.c 				ompi_status_public_t *status)
status             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);
status            138 ompi/mca/io/ompio/io_ompio_file_write.c 				 ompi_status_public_t *status)
status            150 ompi/mca/io/ompio/io_ompio_file_write.c                                            status);
status            152 ompi/mca/io/ompio/io_ompio_file_write.c     if ( MPI_STATUS_IGNORE != status ) {
status            156 ompi/mca/io/ompio/io_ompio_file_write.c 	status->_ucount = count * size;
status            167 ompi/mca/io/ompio/io_ompio_file_write.c 				    ompi_status_public_t *status)
status            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);
status            231 ompi/mca/io/ompio/io_ompio_file_write.c 				    ompi_status_public_t * status)
status            248 ompi/mca/io/ompio/io_ompio_file_write.c     ret = shared_fp_base_module->sharedfp_write(fh,buf,count,datatype,status);
status            285 ompi/mca/io/ompio/io_ompio_file_write.c 				     ompi_status_public_t * status)
status            302 ompi/mca/io/ompio/io_ompio_file_write.c     ret = shared_fp_base_module->sharedfp_write_ordered(fh,buf,count,datatype,status);
status            336 ompi/mca/io/ompio/io_ompio_file_write.c 					 ompi_status_public_t *status)
status            353 ompi/mca/io/ompio/io_ompio_file_write.c     ret = shared_fp_base_module->sharedfp_write_ordered_end(fh,buf,status);
status            386 ompi/mca/io/ompio/io_ompio_file_write.c 				     ompi_status_public_t *status)
status            394 ompi/mca/io/ompio/io_ompio_file_write.c     ret = ompi_request_wait ( &fp->f_split_coll_req, status );
status            430 ompi/mca/io/ompio/io_ompio_file_write.c 					ompi_status_public_t * status)
status            438 ompi/mca/io/ompio/io_ompio_file_write.c     ret = ompi_request_wait ( &fp->f_split_coll_req, status );
status             40 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs.h                      ADIO_Offset offset, ADIO_Status *status, int
status             44 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs.h                       ADIO_Offset offset, ADIO_Status *status, int
status             51 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs.h 		       ADIO_Offset offset, ADIO_Status *status, int
status             55 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs.h 		       ADIO_Offset offset, ADIO_Status *status, int
status             60 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs.h                                ADIO_Offset offset, ADIO_Status *status, int
status             65 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs.h                        ADIO_Offset offset, ADIO_Status *status, int
status             93 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 			       ADIO_Offset offset, ADIO_Status *status, int
status            132 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 			file_ptr_type, offset, status, error_code);
status            268 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c                        off, status, error_code);
status            271 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c                        0, status, error_code);
status            274 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c                        offset, status, error_code);
status            491 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     MPIR_Status_set_bytes(status, datatype, bufsize);
status            527 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     MPI_Status status;
status            737 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 			    ADIO_EXPLICIT_OFFSET, off, &status, error_code);
status            111 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c                        ADIO_Offset offset, ADIO_Status *status, int
status            272 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 				 off, status, error_code);
status            275 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 				  0, status, error_code);
status            278 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 			       offset, status, error_code);
status            495 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c     if (status) {
status            500 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c       MPIR_Status_set_bytes(status, datatype, bufsize);
status            638 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c     MPI_Status status;
status            921 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 		io_thread_args.status = &status;
status            928 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 			ADIO_EXPLICIT_OFFSET, off, &status, error_code);
status           1024 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c     MPI_Status *statuses, status;
status           1114 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 			    ADIO_EXPLICIT_OFFSET, off, &status, &err);
status           1546 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c     MPI_Status status;
status           1659 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c                             ADIO_EXPLICIT_OFFSET, off, &status, &err);
status             31 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h 			     ADIO_Offset offset, ADIO_Status *status, int
status             35 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h 			      ADIO_Offset offset, ADIO_Status *status, int
status             45 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h int ADIOI_GRIDFTP_ReadDone(ADIO_Request *request, ADIO_Status *status, int
status             47 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h int ADIOI_GRIDFTP_WriteDone(ADIO_Request *request, ADIO_Status *status, int
status             49 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h void ADIOI_GRIDFTP_ReadComplete(ADIO_Request *request, ADIO_Status *status, int
status             51 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h void ADIOI_GRIDFTP_WriteComplete(ADIO_Request *request, ADIO_Status *status,
status             57 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h 			       ADIO_Offset offset, ADIO_Status *status,
status             61 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h 			      ADIO_Offset offset, ADIO_Status *status, int
status             65 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h 				   ADIO_Offset offset, ADIO_Status *status, int
status             69 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h 				  ADIO_Offset offset, ADIO_Status *status, int
status            105 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 			     ADIO_Offset offset, ADIO_Status *status, int
status            178 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c     MPIR_Status_set_bytes(status, datatype, bytes_read);
status            192 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 				 ADIO_Offset offset, ADIO_Status *status, int
status            366 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c     MPIR_Status_set_bytes(status, datatype, bytes_read);
status            380 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 			      ADIO_Offset offset, ADIO_Status *status, int
status            424 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 					file_ptr_type, offset, status, error_code);
status            434 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 				     file_ptr_type, offset, status, error_code);
status            449 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 					file_ptr_type, offset, status, error_code);
status            461 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 				     file_ptr_type, offset, status, error_code);
status            111 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 			     ADIO_Offset offset, ADIO_Status *status, int
status            189 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c     MPIR_Status_set_bytes(status, datatype, bytes_written);
status            205 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 				 ADIO_Offset offset, ADIO_Status *status, int
status            359 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c     MPIR_Status_set_bytes(status, datatype, bytes_written);
status            375 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 			       ADIO_Offset offset, ADIO_Status *status,
status            393 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 			   status, error_code);
status            419 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 					file_ptr_type, offset, status, error_code);
status            437 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 				     file_ptr_type, offset, status, error_code);
status            456 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 				     file_ptr_type, offset, status, error_code);
status            466 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 				      file_ptr_type, offset, status, error_code);
status             24 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs.h                      ADIO_Offset offset, ADIO_Status *status, int
status             28 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs.h                       ADIO_Offset offset, ADIO_Status *status, int
status             18 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_fcntl.c     ADIO_Status status;
status             16 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_read.c 		     ADIO_Offset offset, ADIO_Status *status, int *error_code)
status             55 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_read.c     if (err != -1) MPIR_Status_set_bytes(status, datatype, err);
status             16 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_write.c 		     ADIO_Offset offset, ADIO_Status *status, int *error_code)
status             54 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_write.c     if (err != -1) MPIR_Status_set_bytes(status, datatype, err);
status             53 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre.h                              ADIO_Offset offset, ADIO_Status *status,
status             57 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre.h                               ADIO_Offset offset, ADIO_Status *status,
status             61 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre.h 			       ADIO_Offset offset, ADIO_Status *status,
status             65 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre.h 		                   ADIO_Offset offset, ADIO_Status *status,
status             69 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre.h 		                  ADIO_Offset offset, ADIO_Status *status,
status             73 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre.h 			      ADIO_Offset offset, ADIO_Status *status,
status             16 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_fcntl.c     ADIO_Status status;
status             57 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_fcntl.c 			    &status, error_code);
status             65 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_fcntl.c                              done, &status, error_code);
status             77 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_fcntl.c 				 done, &status, error_code);
status            118 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c 	           ADIO_Offset offset, ADIO_Status *status, 
status            122 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c 	           ADIO_Offset offset, ADIO_Status *status, 
status            171 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c     if (status) MPIR_Status_set_bytes(status, datatype, err);
status            191 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c 	           ADIO_Offset offset, ADIO_Status *status, int *error_code)
status            194 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c 	           offset, status, 1, error_code);
status            199 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c 	           ADIO_Offset offset, ADIO_Status *status, int *error_code)
status            202 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c 	           offset, status, 0, error_code);
status             65 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 				   ADIO_Status *status, int *error_code)
status            159 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 				 off, status, error_code);
status            162 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 				 0, status, error_code);
status            165 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 			      offset, status, error_code);
status            268 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c     if (status) {
status            273 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 	MPIR_Status_set_bytes(status, datatype, bufsize);
status            317 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c     MPI_Status status;
status            536 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 			         ADIO_EXPLICIT_OFFSET, off, &status,
status            543 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c                                      ADIO_EXPLICIT_OFFSET, off, &status,
status            562 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c                                                      block_offset, &status,
status            577 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c                                          block_offset, &status,
status            638 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c     MPI_Status *statuses, status;
status            711 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c                         ADIO_EXPLICIT_OFFSET, off, &status, &err);
status            149 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c 			       ADIO_Offset offset, ADIO_Status * status,
status            180 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c 				     offset, status, error_code);
status            192 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c 	MPIR_Status_set_bytes(status, datatype, 0);
status            350 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c             MPIR_Status_set_bytes(status, datatype, bufsize);
status            520 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c     MPIR_Status_set_bytes(status, datatype, bufsize);
status             49 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs.h                      ADIO_Offset offset, ADIO_Status *status, int
status             53 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs.h                       ADIO_Offset offset, ADIO_Status *status, int
status             63 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs.h int ADIOI_NFS_ReadDone(ADIO_Request *request, ADIO_Status *status, int
status             65 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs.h int ADIOI_NFS_WriteDone(ADIO_Request *request, ADIO_Status *status, int
status             67 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs.h void ADIOI_NFS_ReadComplete(ADIO_Request *request, ADIO_Status *status, int
status             69 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs.h void ADIOI_NFS_WriteComplete(ADIO_Request *request, ADIO_Status *status,
status             75 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs.h 		       ADIO_Offset offset, ADIO_Status *status, int
status             79 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs.h 		       ADIO_Offset offset, ADIO_Status *status, int
status              9 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_done.c int ADIOI_NFS_ReadDone(ADIO_Request *request, ADIO_Status *status,
status             15 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_done.c int ADIOI_NFS_WriteDone(ADIO_Request *request, ADIO_Status *status,
status             18 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_done.c     return ADIOI_NFS_ReadDone(request, status, error_code);
status             62 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_iwrite.c     MPI_Status status;
status            112 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_iwrite.c 			    offset, &status, &error_code);
status             13 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c 		     ADIO_Offset offset, ADIO_Status *status, int *error_code)
status             82 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c     MPIR_Status_set_bytes(status, datatype, err);
status            165 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c                        ADIO_Offset offset, ADIO_Status *status, int
status            195 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c 	MPIR_Status_set_bytes(status, datatype, 0);
status            342 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c                              offset, status, error_code);
status            362 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c            MPIR_Status_set_bytes(status, datatype, bufsize);
status            545 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c     MPIR_Status_set_bytes(status, datatype, bufsize);
status              9 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_wait.c void ADIOI_NFS_ReadComplete(ADIO_Request *request, ADIO_Status *status,
status             16 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_wait.c void ADIOI_NFS_WriteComplete(ADIO_Request *request, ADIO_Status *status,
status             19 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_wait.c     ADIOI_NFS_ReadComplete(request, status, error_code);
status             13 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c 		     ADIO_Offset offset, ADIO_Status *status, int *error_code)
status             79 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c     MPIR_Status_set_bytes(status, datatype, err);
status            269 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c                        ADIO_Offset offset, ADIO_Status *status, int
status            298 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c 	MPIR_Status_set_bytes(status, datatype, 0);
status            442 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c                              offset, status, error_code);
status            462 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c            MPIR_Status_set_bytes(status, datatype, bufsize);
status            668 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c     MPIR_Status_set_bytes(status, datatype, bufsize);
status             33 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h                      ADIO_Offset offset, ADIO_Status *status, int
status             37 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h                       ADIO_Offset offset, ADIO_Status *status, int
status             47 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h int ADIOI_NTFS_ReadDone(ADIO_Request *request, ADIO_Status *status, int
status             49 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h int ADIOI_NTFS_WriteDone(ADIO_Request *request, ADIO_Status *status, int
status             51 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h void ADIOI_NTFS_ReadComplete(ADIO_Request *request, ADIO_Status *status, int
status             53 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h void ADIOI_NTFS_WriteComplete(ADIO_Request *request, ADIO_Status *status,
status              9 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_done.c int ADIOI_NTFS_ReadDone(ADIO_Request *request, ADIO_Status *status,
status             16 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_done.c int ADIOI_NTFS_WriteDone(ADIO_Request *request, ADIO_Status *status,
status             42 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c int ADIOI_NTFS_aio_poll_fn(void *extra_state, MPI_Status *status)
status             78 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c 		double timeout, MPI_Status *status)
status            136 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c int ADIOI_NTFS_aio_query_fn(void *extra_state, MPI_Status *status) 
status            143 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c 	MPI_Status_set_elements(status, MPI_BYTE, aio_req->nbytes); 
status            146 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c 	MPI_Status_set_cancelled(status, 0); 
status            149 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c 	status->MPI_SOURCE = MPI_UNDEFINED; 
status            151 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c 	status->MPI_TAG = MPI_UNDEFINED; 
status             11 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_read.c 			   ADIO_Offset offset, ADIO_Status *status,
status            241 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_read.c 	MPIR_Status_set_bytes(status, datatype, dwNumRead);
status              9 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_wait.c void ADIOI_NTFS_ReadComplete(ADIO_Request *request, ADIO_Status *status,
status             16 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_wait.c void ADIOI_NTFS_WriteComplete(ADIO_Request *request, ADIO_Status *status,
status             11 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_write.c 			    ADIO_Offset offset, ADIO_Status *status,
status            204 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_write.c 	MPIR_Status_set_bytes(status, datatype, dwNumWritten);
status             40 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs.h 			  ADIO_Offset offset, ADIO_Status *status,
status             45 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs.h 			   ADIO_Offset offset, ADIO_Status *status,
status             16 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_read.c 			  ADIO_Offset offset, ADIO_Status *status,
status             64 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_read.c     if (err != -1) MPIR_Status_set_bytes(status, datatype, err);
status             16 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_write.c 			   ADIO_Offset offset, ADIO_Status *status,
status             64 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_write.c     if (err != -1 && status) MPIR_Status_set_bytes(status, datatype, err);
status             35 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs.h                      ADIO_Offset offset, ADIO_Status *status, int
status             39 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs.h                       ADIO_Offset offset, ADIO_Status *status, int
status             49 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs.h int ADIOI_PFS_ReadDone(ADIO_Request *request, ADIO_Status *status, int
status             51 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs.h int ADIOI_PFS_WriteDone(ADIO_Request *request, ADIO_Status *status, int
status             53 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs.h void ADIOI_PFS_ReadComplete(ADIO_Request *request, ADIO_Status *status, int
status             55 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs.h void ADIOI_PFS_WriteComplete(ADIO_Request *request, ADIO_Status *status,
status             10 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_done.c int ADIOI_PFS_ReadDone(ADIO_Request *request, ADIO_Status *status,
status             28 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_done.c 	MPIR_Status_set_bytes(status, (*request)->datatype, (*request)->nbytes);
status             53 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_done.c int ADIOI_PFS_WriteDone(ADIO_Request *request, ADIO_Status *status,
status             56 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_done.c     return ADIOI_PFS_ReadDone(request, status, error_code);
status             12 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_read.c 		     ADIO_Offset offset, ADIO_Status *status, int *error_code)
status             38 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_read.c     if (err != -1) MPIR_Status_set_bytes(status, datatype, err);
status             10 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_wait.c void ADIOI_PFS_ReadComplete(ADIO_Request *request, ADIO_Status *status,
status             34 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_wait.c 	MPIR_Status_set_bytes(status, (*request)->datatype, (*request)->nbytes);
status             59 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_wait.c void ADIOI_PFS_WriteComplete(ADIO_Request *request, ADIO_Status *status, int *error_code)  
status             61 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_wait.c     ADIOI_PFS_ReadComplete(request, status, error_code);
status             12 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_write.c 			   ADIO_Offset offset, ADIO_Status *status,
status             39 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_write.c     if (err != -1) MPIR_Status_set_bytes(status, datatype, err);
status             24 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs.h                      ADIO_Offset offset, ADIO_Status *status, int
status             28 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs.h                       ADIO_Offset offset, ADIO_Status *status, int
status             34 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs.h 		       ADIO_Offset offset, ADIO_Status *status, int
status             16 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_fcntl.c     ADIO_Status status;
status             12 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_read.c 		     ADIO_Offset offset, ADIO_Status *status, int *error_code)
status             40 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_read.c     if (err != -1) MPIR_Status_set_bytes(status, datatype, err);
status             13 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c 		     ADIO_Offset offset, ADIO_Status *status, int *error_code)
status             41 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c     if (err != -1) MPIR_Status_set_bytes(status, datatype, err);
status             63 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c                        ADIO_Offset offset, ADIO_Status *status, int
status             98 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c 	MPIR_Status_set_bytes(status, datatype, 0);
status            334 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c     MPIR_Status_set_bytes(status, datatype, bufsize);
status             32 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs.h                      ADIO_Offset offset, ADIO_Status *status, int
status             36 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs.h                       ADIO_Offset offset, ADIO_Status *status, int
status             42 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs.h 		       ADIO_Offset offset, ADIO_Status *status, int
status             46 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs.h 		       ADIO_Offset offset, ADIO_Status *status, int
status             15 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c                        ADIO_Offset offset, ADIO_Status *status, int
status             21 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 		     ADIO_Offset offset, ADIO_Status *status, int *error_code)
status             73 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c     if (err != -1) MPIR_Status_set_bytes(status, datatype, err);
status             88 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 			    ADIO_Offset offset, ADIO_Status *status, int
status             94 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 			    offset, status, error_code);
status            100 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 		    offset, status, error_code);
status            106 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c                        ADIO_Offset offset, ADIO_Status *status, int
status            155 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 	MPIR_Status_set_bytes(status, datatype, 0);
status            234 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 	MPIR_Status_set_bytes(status, datatype, bufsize);
status            776 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c     MPIR_Status_set_bytes(status, datatype, bufsize);
status             14 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c                        ADIO_Offset offset, ADIO_Status *status, int
status             20 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 			    ADIO_Offset offset, ADIO_Status *status,
status             73 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c     if (err != -1) MPIR_Status_set_bytes(status, datatype, err);
status             89 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 			     ADIO_Offset offset, ADIO_Status *status, int
status            113 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 			    file_ptr_type, offset, status, error_code);
status            135 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 	MPIR_Status_set_bytes(status, datatype, 0);
status            448 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c     MPIR_Status_set_bytes(status, datatype, bufsize);
status            459 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c                        ADIO_Offset offset, ADIO_Status *status, int
status            519 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 	MPIR_Status_set_bytes(status, datatype, 0);
status            623 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 	MPIR_Status_set_bytes(status, datatype, bufsize);
status           1160 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c     MPIR_Status_set_bytes(status, datatype, bufsize);
status             24 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h                      ADIO_Offset offset, ADIO_Status *status, int
status             28 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h                       ADIO_Offset offset, ADIO_Status *status, int
status             34 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h 		       ADIO_Offset offset, ADIO_Status *status, int
status             38 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h 		       ADIO_Offset offset, ADIO_Status *status, int
status             60 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h 		       ADIO_Offset offset, ADIO_Status *status, int
status             64 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h 		       ADIO_Offset offset, ADIO_Status *status, int
status             69 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h 				   ADIO_Offset offset, ADIO_Status *status,
status             73 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h 				    ADIO_Offset offset, ADIO_Status *status,
status             22 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c int ADIOI_PVFS2_aio_poll_fn(void *extra_state, MPI_Status *status);
status             24 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c 		double timeout, MPI_Status *status);
status            163 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c int ADIOI_PVFS2_aio_poll_fn(void *extra_state, MPI_Status *status)
status            182 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c 		double timeout, MPI_Status *status)
status             20 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io.h 		       ADIO_Offset offset, ADIO_Status *status,
status             26 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io.h 			      ADIO_Offset offset, ADIO_Status *status,
status             63 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io.h 			       ADIO_Offset offset, ADIO_Status *status, 
status             17 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 			       ADIO_Offset offset, ADIO_Status *status, int
status            194 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c     MPIR_Status_set_bytes(status, datatype, resp_io.total_completed);
status             18 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 			      ADIO_Offset offset, ADIO_Status *status,
status            325 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c     MPIR_Status_set_bytes(status, datatype, total_bytes_accessed);
status             16 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c 			    ADIO_Offset offset, ADIO_Status *status,
status             86 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c     MPIR_Status_set_bytes(status, datatype, resp_io.total_completed);
status             98 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c 				  ADIO_Offset offset, ADIO_Status *status,
status            103 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c 				     offset, status,
status            109 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c 				   ADIO_Offset offset, ADIO_Status *status, 
status            114 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c 				      offset, status, error_code,
status            120 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c 			     ADIO_Offset offset, ADIO_Status *status, int
status            135 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c 		file_ptr_type, offset, status, error_code);
status            141 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c                                              offset, status, error_code);
status            150 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c                                                 offset, status, error_code);
status            156 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c 		file_ptr_type, offset, status, error_code);
status            162 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c 	    file_ptr_type, offset, status, error_code);
status             16 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 			     ADIO_Offset offset, ADIO_Status *status, int
status             75 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 	MPIR_Status_set_bytes(status, datatype, 0);
status            185 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 	MPIR_Status_set_bytes(status, datatype, bufsize);
status            651 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 		    file_ptr_type, initial_off, status, error_code);
status            901 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c     MPIR_Status_set_bytes(status, datatype, bufsize);
status             15 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c 			     ADIO_Offset offset, ADIO_Status *status,
status             99 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c     MPIR_Status_set_bytes(status, datatype, resp_io.total_completed);
status            110 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c 				   ADIO_Offset offset, ADIO_Status *status,
status            115 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c 				     offset, status,
status            121 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c 				    ADIO_Offset offset, ADIO_Status *status, 
status            126 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c 				      offset, status, error_code,
status            133 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c 			      ADIO_Offset offset, ADIO_Status *status,
status            152 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c                                      offset, status, error_code);
status            158 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c                                               offset, status, error_code);
status            167 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c                                                  offset, status, error_code);
status            174 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c 			file_ptr_type, offset, status, error_code);
status            180 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c 	    file_ptr_type, offset, status, error_code);
status             16 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 			ADIO_Offset offset, ADIO_Status *status,
status             91 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 	MPIR_Status_set_bytes(status, datatype, 0);
status            228 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 	MPIR_Status_set_bytes(status, datatype, bufsize);
status            697 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 		    file_ptr_type, initial_off, status, error_code);
status            957 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c     MPIR_Status_set_bytes(status, datatype, bufsize);
status             15 ompi/mca/io/romio321/romio/adio/ad_sfs/ad_sfs_fcntl.c     ADIO_Status status;
status             21 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h 			     ADIO_Offset offset, ADIO_Status *status, int
status             25 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h 			      ADIO_Offset offset, ADIO_Status *status, int
status             35 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h int ADIOI_TESTFS_ReadDone(ADIO_Request *request, ADIO_Status *status, int
status             37 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h int ADIOI_TESTFS_WriteDone(ADIO_Request *request, ADIO_Status *status, int
status             39 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h void ADIOI_TESTFS_ReadComplete(ADIO_Request *request, ADIO_Status *status, int
status             41 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h void ADIOI_TESTFS_WriteComplete(ADIO_Request *request, ADIO_Status *status,
status             47 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h 			       ADIO_Offset offset, ADIO_Status *status,
status             51 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h 			      ADIO_Offset offset, ADIO_Status *status, int
status             55 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h 				   ADIO_Offset offset, ADIO_Status *status, int
status             59 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h 				  ADIO_Offset offset, ADIO_Status *status, int
status             11 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_done.c int ADIOI_TESTFS_ReadDone(ADIO_Request *request, ADIO_Status *status, int
status             26 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_done.c int ADIOI_TESTFS_WriteDone(ADIO_Request *request, ADIO_Status *status, int
status             20 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iread.c     ADIO_Status status;
status             36 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iread.c 			    offset, &status, error_code);
status             46 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iread.c     ADIO_Status status;
status             59 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iread.c 			     offset, &status, error_code); 
status             23 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iwrite.c     ADIO_Status status;
status             39 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iwrite.c 			     offset, &status, error_code);
status             49 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iwrite.c     ADIO_Status status;
status             65 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iwrite.c 			      offset, &status, error_code);
status             13 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_rdcoll.c 				  ADIO_Offset offset, ADIO_Status *status, 
status             28 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_rdcoll.c 			      offset, status, error_code);
status             12 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_read.c 			     ADIO_Offset offset, ADIO_Status *status, int
status             40 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_read.c     MPIR_Status_set_bytes(status, datatype, datatype_size * count);
status             46 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_read.c 			      ADIO_Offset offset, ADIO_Status *status, int
status             61 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_read.c 			  status, error_code);
status             11 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_wait.c void ADIOI_TESTFS_ReadComplete(ADIO_Request *request, ADIO_Status *status, int
status             26 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_wait.c void ADIOI_TESTFS_WriteComplete(ADIO_Request *request, ADIO_Status *status, int
status             13 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_wrcoll.c 				   ADIO_Offset offset, ADIO_Status *status, 
status             28 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_wrcoll.c 			       offset, status, error_code);
status             12 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_write.c 			      ADIO_Offset offset, ADIO_Status *status, int
status             41 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_write.c     MPIR_Status_set_bytes(status, datatype, datatype_size * count);
status             47 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_write.c 			       ADIO_Offset offset, ADIO_Status *status,
status             62 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_write.c 			   status, error_code);
status             51 ompi/mca/io/romio321/romio/adio/ad_ufs/ad_ufs.h int ADIOI_UFS_ReadDone(ADIO_Request *request, ADIO_Status *status, int
status             53 ompi/mca/io/romio321/romio/adio/ad_ufs/ad_ufs.h int ADIOI_UFS_WriteDone(ADIO_Request *request, ADIO_Status *status, int
status             55 ompi/mca/io/romio321/romio/adio/ad_ufs/ad_ufs.h void ADIOI_UFS_ReadComplete(ADIO_Request *request, ADIO_Status *status, int
status             57 ompi/mca/io/romio321/romio/adio/ad_ufs/ad_ufs.h void ADIOI_UFS_WriteComplete(ADIO_Request *request, ADIO_Status *status,
status             28 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs.h                      ADIO_Offset offset, ADIO_Status *status, int
status             32 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs.h                       ADIO_Offset offset, ADIO_Status *status, int
status             20 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c 		     ADIO_Offset offset, ADIO_Status *status, int *error_code)
status             90 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c     if (err != -1) MPIR_Status_set_bytes(status, datatype, err);
status             21 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c 		     ADIO_Offset offset, ADIO_Status *status, int *error_code)
status             99 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c     if (err != -1) MPIR_Status_set_bytes(status, datatype, len);
status             23 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs.h                      ADIO_Offset offset, ADIO_Status *status, int
status             27 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs.h                       ADIO_Offset offset, ADIO_Status *status, int
status             33 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs.h 		       ADIO_Offset offset, ADIO_Status *status, int
status             37 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs.h 		       ADIO_Offset offset, ADIO_Status *status, int
status             18 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_io.c 	    ADIO_Offset offset, ADIO_Status *status,
status             66 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_io.c     MPIR_Status_set_bytes(status, datatype, file_len);
status             77 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_io.c 			    ADIO_Offset offset, ADIO_Status *status,
status             81 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_io.c 	    offset, status, ZOIDFS_READ, error_code);
status             86 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_io.c 			   ADIO_Offset offset, ADIO_Status *status,
status             90 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_io.c 	    offset, status, ZOIDFS_WRITE, error_code);
status             18 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 			     ADIO_Offset offset, ADIO_Status *status, int
status             77 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 	MPIR_Status_set_bytes(status, datatype, 0);
status            180 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 	MPIR_Status_set_bytes(status, datatype, bufsize);
status            592 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 		    file_ptr_type, initial_off, status, error_code);
status            818 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c     MPIR_Status_set_bytes(status, datatype, bufsize);
status             18 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 			ADIO_Offset offset, ADIO_Status *status,
status             91 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 	MPIR_Status_set_bytes(status, datatype, 0);
status            208 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 	MPIR_Status_set_bytes(status, datatype, bufsize);
status            623 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 		    file_ptr_type, initial_off, status, error_code);
status            851 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c     MPIR_Status_set_bytes(status, datatype, bufsize);
status             47 ompi/mca/io/romio321/romio/adio/common/ad_done.c int ADIOI_GEN_IODone(ADIO_Request *request, ADIO_Status *status,
status             15 ompi/mca/io/romio321/romio/adio/common/ad_done_fake.c int ADIOI_FAKE_IODone(ADIO_Request *request, ADIO_Status *status,
status             20 ompi/mca/io/romio321/romio/adio/common/ad_get_sh_fp.c     ADIO_Status status;
status             51 ompi/mca/io/romio321/romio/adio/common/ad_get_sh_fp.c 		       MPI_BYTE, ADIO_EXPLICIT_OFFSET, 0, &status, error_code);
status             59 ompi/mca/io/romio321/romio/adio/common/ad_get_sh_fp.c 		       MPI_BYTE, ADIO_EXPLICIT_OFFSET, 0, &status, error_code);
status             71 ompi/mca/io/romio321/romio/adio/common/ad_get_sh_fp.c 		    MPI_BYTE, ADIO_EXPLICIT_OFFSET, 0, &status, error_code);
status             46 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 			  ADIO_Offset offset, ADIO_Status *status,
status            167 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 				    ADIO_EXPLICIT_OFFSET, off, status,
status            171 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 				     ADIO_EXPLICIT_OFFSET, off, status,
status            177 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 				    0, status, error_code);
status            180 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 				     0, status, error_code);
status            186 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 				 offset, status, error_code);
status            189 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 				  offset, status, error_code);
status            353 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 				  ADIOI_READ, status, error_code);
status            504 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 				  ADIOI_WRITE, status, error_code);
status            520 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 				  ADIOI_READ, status, error_code);
status            552 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 				  ADIOI_WRITE, status, error_code);
status            682 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c     MPIR_Status_set_bytes(status, datatype, bufsize);
status            878 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		      int rdwr, ADIO_Status *status, int *error_code)
status            947 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 			    status, error_code);
status            950 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 			     status, error_code);
status            956 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 			     status, error_code);
status            959 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 			      status, error_code);
status            993 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c     MPI_Status status;
status           1050 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 	    MPI_Waitany (fd->hints->cb_nodes, recv_requests, &recv_idx, &status);
status             76 ompi/mca/io/romio321/romio/adio/common/ad_iread.c     ADIO_Status status;
status             84 ompi/mca/io/romio321/romio/adio/common/ad_iread.c 		     offset, &status, error_code);  
status            193 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c static int ADIOI_GEN_irc_query_fn(void *extra_state, MPI_Status *status);
status            195 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c static int ADIOI_GEN_irc_poll_fn(void *extra_state, MPI_Status *status);
status            197 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c                                  double timeout, MPI_Status *status);
status            367 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c         MPI_Status status;
status            372 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c                                 off, &status, error_code);
status            375 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c                                  0, &status, error_code);
status            379 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c                              offset, &status, error_code);
status            859 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c         MPI_Status status;
status            862 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c                         &status, error_code);
status           1166 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c static int ADIOI_GEN_irc_query_fn(void *extra_state, MPI_Status *status)
status           1172 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     MPI_Status_set_elements_x(status, MPI_BYTE, nbc_req->nbytes);
status           1175 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     MPI_Status_set_cancelled(status, 0);
status           1178 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     status->MPI_SOURCE = MPI_UNDEFINED;
status           1180 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     status->MPI_TAG = MPI_UNDEFINED;
status           1196 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c static int ADIOI_GEN_irc_poll_fn(void *extra_state, MPI_Status *status)
status           1311 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c                                  double timeout, MPI_Status *status)
status             19 ompi/mca/io/romio321/romio/adio/common/ad_iread_fake.c     ADIO_Status status;
status             31 ompi/mca/io/romio321/romio/adio/common/ad_iread_fake.c 		    &status, error_code);  
status             47 ompi/mca/io/romio321/romio/adio/common/ad_iread_fake.c     ADIO_Status status;
status             55 ompi/mca/io/romio321/romio/adio/common/ad_iread_fake.c 		     offset, &status, error_code);  
status             91 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c     MPI_Status status;
status            155 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c 			    ADIO_EXPLICIT_OFFSET, offset, &status, &error_code);  
status            158 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c 			    ADIO_EXPLICIT_OFFSET, offset, &status, &error_code);  
status            192 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c     ADIO_Status status;
status            200 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c 		      offset, &status, error_code);  
status            211 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c int ADIOI_GEN_aio_poll_fn(void *extra_state, MPI_Status *status)
status            244 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c 		double timeout, MPI_Status *status)
status            324 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c int ADIOI_GEN_aio_query_fn(void *extra_state, MPI_Status *status) 
status            330 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c 	MPI_Status_set_elements_x(status, MPI_BYTE, aio_req->nbytes);
status            333 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c 	MPI_Status_set_cancelled(status, 0); 
status            336 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c 	status->MPI_SOURCE = MPI_UNDEFINED; 
status            338 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c 	status->MPI_TAG = MPI_UNDEFINED; 
status            216 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c static int ADIOI_GEN_iwc_query_fn(void *extra_state, MPI_Status *status);
status            218 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c static int ADIOI_GEN_iwc_poll_fn(void *extra_state, MPI_Status *status);
status            220 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c                                  double timeout, MPI_Status *status);
status            385 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c         MPI_Status status;
status            391 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c                                  off, &status, error_code);
status            394 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c                                   0, &status, error_code);
status            398 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c                               offset, &status, error_code);
status            919 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c         MPI_Status status;
status            921 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c                          ADIO_EXPLICIT_OFFSET, vars->off, &status,
status           1357 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c static int ADIOI_GEN_iwc_query_fn(void *extra_state, MPI_Status *status)
status           1363 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     MPI_Status_set_elements_x(status, MPI_BYTE, nbc_req->nbytes);
status           1366 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     MPI_Status_set_cancelled(status, 0);
status           1369 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     status->MPI_SOURCE = MPI_UNDEFINED;
status           1371 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     status->MPI_TAG = MPI_UNDEFINED;
status           1387 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c static int ADIOI_GEN_iwc_poll_fn(void *extra_state, MPI_Status *status)
status           1536 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c                                  double timeout, MPI_Status *status)
status             20 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_fake.c     ADIO_Status status;
status             33 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_fake.c 		     &status, error_code);  
status             51 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_fake.c     ADIO_Status status;
status             59 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_fake.c 		      offset, &status, error_code);  
status             19 ompi/mca/io/romio321/romio/adio/common/ad_prealloc.c 	ADIO_Status status;
status             54 ompi/mca/io/romio321/romio/adio/common/ad_prealloc.c 			    &status, error_code);
status             68 ompi/mca/io/romio321/romio/adio/common/ad_prealloc.c                              done, &status, error_code);
status             83 ompi/mca/io/romio321/romio/adio/common/ad_prealloc.c 				 done, &status, error_code);
status             25 ompi/mca/io/romio321/romio/adio/common/ad_read.c 			  ADIO_Offset offset, ADIO_Status *status,
status            105 ompi/mca/io/romio321/romio/adio/common/ad_read.c     if (err != -1) MPIR_Status_set_bytes(status, datatype, bytes_xfered);
status             57 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 			       ADIO_Offset offset, ADIO_Status *status, int
status             89 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 			file_ptr_type, offset, status, error_code);
status            161 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c                        off, status, error_code);
status            164 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c                        0, status, error_code);
status            167 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c                        offset, status, error_code);
status            268 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c     MPIR_Status_set_bytes(status, datatype, bufsize);
status            524 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c     MPI_Status status;
status            719 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 			    ADIO_EXPLICIT_OFFSET, off, &status, error_code);
status             44 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c                        ADIO_Offset offset, ADIO_Status *status, int
status             78 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c 				    status,
status             91 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c 	MPIR_Status_set_bytes(status, datatype, 0);
status            221 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c                              offset, status, error_code);
status            241 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c 	    MPIR_Status_set_bytes(status, datatype, bufsize);
status            396 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c     MPIR_Status_set_bytes(status, datatype, bufsize);
status             13 ompi/mca/io/romio321/romio/adio/common/ad_read_str_naive.c                        ADIO_Offset offset, ADIO_Status *status, int
status             40 ompi/mca/io/romio321/romio/adio/common/ad_read_str_naive.c 	MPIR_Status_set_bytes(status, buftype, 0);
status            373 ompi/mca/io/romio321/romio/adio/common/ad_read_str_naive.c     MPIR_Status_set_bytes(status, buftype, bufsize);
status             16 ompi/mca/io/romio321/romio/adio/common/ad_set_sh_fp.c     ADIO_Status status;
status             42 ompi/mca/io/romio321/romio/adio/common/ad_set_sh_fp.c 		     MPI_BYTE, ADIO_EXPLICIT_OFFSET, 0, &status, error_code);
status             24 ompi/mca/io/romio321/romio/adio/common/ad_threaded_io.c 		args->status, &(args->error_code));
status             28 ompi/mca/io/romio321/romio/adio/common/ad_threaded_io.c 		args->status, &(args->error_code));
status             42 ompi/mca/io/romio321/romio/adio/common/ad_wait.c void ADIOI_GEN_IOComplete(ADIO_Request *request, ADIO_Status *status,
status             15 ompi/mca/io/romio321/romio/adio/common/ad_wait_fake.c void ADIOI_FAKE_IOComplete(ADIO_Request *request, ADIO_Status *status,
status             27 ompi/mca/io/romio321/romio/adio/common/ad_write.c 			   ADIO_Offset offset, ADIO_Status *status,
status            107 ompi/mca/io/romio321/romio/adio/common/ad_write.c     if (err != -1 && status) MPIR_Status_set_bytes(status, datatype, bytes_xfered);
status             56 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c                        ADIO_Offset offset, ADIO_Status *status, int
status             87 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 			file_ptr_type, offset, status, error_code);
status            154 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 				 off, status, error_code);
status            157 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 				  0, status, error_code);
status            160 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 			       offset, status, error_code);
status            273 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c     if (status) {
status            278 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c       MPIR_Status_set_bytes(status, datatype, bufsize);
status            322 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c     MPI_Status status;
status            521 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c                         off, &status, error_code);
status            583 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c     MPI_Status *statuses, status;
status            678 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 			    ADIO_EXPLICIT_OFFSET, off, &status, &err);
status             17 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c 			     ADIO_Offset offset, ADIO_Status *status, int
status             63 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c 	MPIR_Status_set_bytes(status, datatype, 0);
status            400 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c     MPIR_Status_set_bytes(status, datatype, bufsize);
status            113 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c                        ADIO_Offset offset, ADIO_Status *status, int
status            147 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c 				    status,
status            161 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c 	MPIR_Status_set_bytes(status, datatype, 0);
status            291 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c                              offset, status, error_code);
status            311 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c 	    MPIR_Status_set_bytes(status, datatype, bufsize);
status            477 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c     MPIR_Status_set_bytes(status, datatype, bufsize);
status             13 ompi/mca/io/romio321/romio/adio/common/ad_write_str_naive.c                        ADIO_Offset offset, ADIO_Status *status, int
status             41 ompi/mca/io/romio321/romio/adio/common/ad_write_str_naive.c 	MPIR_Status_set_bytes(status, buftype, 0);
status            372 ompi/mca/io/romio321/romio/adio/common/ad_write_str_naive.c     MPIR_Status_set_bytes(status, buftype, bufsize);
status            106 ompi/mca/io/romio321/romio/adio/common/async_list.c     ADIO_Status status;
status            123 ompi/mca/io/romio321/romio/adio/common/async_list.c 	    ADIO_ReadComplete(request, &status, error_code);
status            128 ompi/mca/io/romio321/romio/adio/common/async_list.c 	    ADIO_WriteComplete(request, &status, error_code);
status             17 ompi/mca/io/romio321/romio/adio/common/greq_fns.c 	MPI_Status *status;
status             18 ompi/mca/io/romio321/romio/adio/common/greq_fns.c 	status = (MPI_Status *)ADIOI_Malloc(sizeof(MPI_Status));
status             20 ompi/mca/io/romio321/romio/adio/common/greq_fns.c 	status->MPI_ERROR = *error_code;
status             22 ompi/mca/io/romio321/romio/adio/common/greq_fns.c 	MPIR_Status_set_bytes(status, MPI_BYTE, bytes);
status             29 ompi/mca/io/romio321/romio/adio/common/greq_fns.c 			MPIU_Greq_cancel_fn, status, request);
status            226 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c     MPI_Status status;
status            821 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c           MPI_BYTE, ADIO_EXPLICIT_OFFSET,currentRoundFDStart, &status, error_code);
status           1098 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c               MPI_BYTE, ADIO_EXPLICIT_OFFSET,currentRoundFDStart, &status, error_code);
status           1127 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c         io_thread_args.status = &status;
status           1170 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c           MPI_BYTE, ADIO_EXPLICIT_OFFSET,currentRoundFDStart, &status, error_code);
status           1258 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c     MPI_Status status;
status           1855 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c             &status, error_code);
status           1901 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c             io_thread_args.status = &status;
status             30 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c     MPI_Status status;
status            399 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c 			currentRoundFDStart, &status, error_code);
status            426 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c 		io_thread_args.status = &status;
status            501 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c     MPI_Status status;
status            675 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c 			&status, error_code);
status            725 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c 		    io_thread_args.status = &status;
status             16 ompi/mca/io/romio321/romio/adio/common/status_setb.c int MPIR_Status_set_bytes(MPI_Status *status, MPI_Datatype datatype, 
status             22 ompi/mca/io/romio321/romio/adio/common/status_setb.c     if (status != MPI_STATUS_IGNORE)
status             23 ompi/mca/io/romio321/romio/adio/common/status_setb.c         MPI_Status_set_elements_x(status, MPI_BYTE, nbytes);
status             27 ompi/mca/io/romio321/romio/adio/common/status_setb.c int MPIR_Status_set_bytes(MPI_Status *status, MPI_Datatype datatype,
status             33 ompi/mca/io/romio321/romio/adio/common/status_setb.c   if (status != MPI_STATUS_IGNORE)
status             34 ompi/mca/io/romio321/romio/adio/common/status_setb.c 	  status->st_length = nbytes;
status            361 ompi/mca/io/romio321/romio/adio/include/adio.h                     ADIO_Status *status, int *error_code);
status            374 ompi/mca/io/romio321/romio/adio/include/adio.h int ADIO_ReadDone(ADIO_Request *request, ADIO_Status *status, 
status            376 ompi/mca/io/romio321/romio/adio/include/adio.h int ADIO_WriteDone(ADIO_Request *request, ADIO_Status *status, 
status            378 ompi/mca/io/romio321/romio/adio/include/adio.h int ADIO_ReadIcomplete(ADIO_Request *request, ADIO_Status *status, int
status            380 ompi/mca/io/romio321/romio/adio/include/adio.h int ADIO_WriteIcomplete(ADIO_Request *request, ADIO_Status *status,
status            382 ompi/mca/io/romio321/romio/adio/include/adio.h void ADIO_ReadComplete(ADIO_Request *request, ADIO_Status *status, int
status            384 ompi/mca/io/romio321/romio/adio/include/adio.h void ADIO_WriteComplete(ADIO_Request *request, ADIO_Status *status,
status            390 ompi/mca/io/romio321/romio/adio/include/adio.h 		       ADIO_Offset offset, ADIO_Status *status, int
status            394 ompi/mca/io/romio321/romio/adio/include/adio.h 		       ADIO_Offset offset, ADIO_Status *status, int
status            398 ompi/mca/io/romio321/romio/adio/include/adio.h 		       ADIO_Offset offset, ADIO_Status *status, int
status            402 ompi/mca/io/romio321/romio/adio/include/adio.h 		       ADIO_Offset offset, ADIO_Status *status, int
status            162 ompi/mca/io/romio321/romio/adio/include/adioi.h                    ADIO_Offset offset, ADIO_Status *status, int *error_code);
status            165 ompi/mca/io/romio321/romio/adio/include/adioi.h                    ADIO_Offset offset, ADIO_Status *status, int *error_code);  
status            168 ompi/mca/io/romio321/romio/adio/include/adioi.h 	       ADIO_Offset offset, ADIO_Status *status, int *error_code);
status            171 ompi/mca/io/romio321/romio/adio/include/adioi.h 	       ADIO_Offset offset, ADIO_Status *status, int *error_code);
status            180 ompi/mca/io/romio321/romio/adio/include/adioi.h 	       ADIO_Offset offset, ADIO_Status *status, int *error_code);
status            183 ompi/mca/io/romio321/romio/adio/include/adioi.h 	       ADIO_Offset offset, ADIO_Status *status, int *error_code);
status            191 ompi/mca/io/romio321/romio/adio/include/adioi.h     int (*ADIOI_xxx_ReadDone) (ADIO_Request *request, ADIO_Status *status, 
status            193 ompi/mca/io/romio321/romio/adio/include/adioi.h     int (*ADIOI_xxx_WriteDone) (ADIO_Request *request, ADIO_Status *status, 
status            195 ompi/mca/io/romio321/romio/adio/include/adioi.h     void (*ADIOI_xxx_ReadComplete) (ADIO_Request *request, ADIO_Status *status, 
status            197 ompi/mca/io/romio321/romio/adio/include/adioi.h     void (*ADIOI_xxx_WriteComplete) (ADIO_Request *request, ADIO_Status *status,
status            251 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_ReadContig(fd,buf,count,datatype,file_ptr_type,offset,status,error_code) \
status            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)
status            254 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_WriteContig(fd,buf,count,datatype,file_ptr_type,offset,status,error_code) \
status            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)
status            270 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_ReadDone(request,status,error_code) \
status            271 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*((*(request))->fd->fns->ADIOI_xxx_ReadDone))(request,status,error_code)
status            273 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_WriteDone(request,status,error_code) \
status            274 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*((*(request))->fd->fns->ADIOI_xxx_WriteDone))(request,status,error_code)
status            276 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_ReadIcomplete(request,status,error_code) \
status            277 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*((*(request))->fd->fns->ADIOI_xxx_ReadIcomplete))(request,status,error_code)
status            279 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_WriteIcomplete(request,status,error_code) \
status            280 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*((*(request))->fd->fns->ADIOI_xxx_WriteIcomplete))(request,status,error_code)
status            282 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_ReadComplete(request,status,error_code) \
status            283 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*((*(request))->fd->fns->ADIOI_xxx_ReadComplete))(request,status,error_code)
status            285 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_WriteComplete(request,status,error_code) \
status            286 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*((*(request))->fd->fns->ADIOI_xxx_WriteComplete))(request,status,error_code)
status            288 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_ReadStrided(fd,buf,count,datatype,file_ptr_type,offset,status,error_code) \
status            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)
status            291 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_WriteStrided(fd,buf,count,datatype,file_ptr_type,offset,status,error_code) \
status            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)
status            294 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_ReadStridedColl(fd,buf,count,datatype,file_ptr_type,offset,status,error_code) \
status            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)
status            297 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_WriteStridedColl(fd,buf,count,datatype,file_ptr_type,offset,status,error_code) \
status            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)
status            390 ompi/mca/io/romio321/romio/adio/include/adioi.h 			  ADIO_Offset offset, ADIO_Status *status,
status            400 ompi/mca/io/romio321/romio/adio/include/adioi.h 			   ADIO_Offset offset, ADIO_Status *status,
status            408 ompi/mca/io/romio321/romio/adio/include/adioi.h 			   ADIO_Offset offset, ADIO_Status *status, int
status            418 ompi/mca/io/romio321/romio/adio/include/adioi.h int ADIOI_GEN_IODone(ADIO_Request *request, ADIO_Status *status,
status            420 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_GEN_IOComplete(ADIO_Request *request, ADIO_Status *status,
status            422 ompi/mca/io/romio321/romio/adio/include/adioi.h int ADIOI_GEN_aio_poll_fn(void *extra_state, ADIO_Status *status);
status            424 ompi/mca/io/romio321/romio/adio/include/adioi.h 		ADIO_Status *status);
status            425 ompi/mca/io/romio321/romio/adio/include/adioi.h int ADIOI_GEN_aio_query_fn(void *extra_state, ADIO_Status *status);
status            431 ompi/mca/io/romio321/romio/adio/include/adioi.h                        ADIO_Offset offset, ADIO_Status *status, int
status            435 ompi/mca/io/romio321/romio/adio/include/adioi.h                        ADIO_Offset offset, ADIO_Status *status, int
status            439 ompi/mca/io/romio321/romio/adio/include/adioi.h                        ADIO_Offset offset, ADIO_Status *status, int
status            443 ompi/mca/io/romio321/romio/adio/include/adioi.h                        ADIO_Offset offset, ADIO_Status *status, int
status            447 ompi/mca/io/romio321/romio/adio/include/adioi.h                        ADIO_Offset offset, ADIO_Status *status, int
status            459 ompi/mca/io/romio321/romio/adio/include/adioi.h                        ADIO_Offset offset, ADIO_Status *status, int
status            653 ompi/mca/io/romio321/romio/adio/include/adioi.h 		      int rdwr, ADIO_Status *status, int
status            657 ompi/mca/io/romio321/romio/adio/include/adioi.h                        ADIO_Offset offset, ADIO_Status *status, int
status            750 ompi/mca/io/romio321/romio/adio/include/adioi.h int MPIR_Status_set_bytes(MPI_Status *status, MPI_Datatype datatype, MPI_Count nbytes);
status            761 ompi/mca/io/romio321/romio/adio/include/adioi.h int ADIOI_FAKE_IODone(ADIO_Request *request, ADIO_Status *status,
status            779 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_FAKE_IOComplete(ADIO_Request *request, ADIO_Status *status,
status            791 ompi/mca/io/romio321/romio/adio/include/adioi.h 		    MPI_Status *status);
status            799 ompi/mca/io/romio321/romio/adio/include/adioi.h 		     MPI_Status *status);
status            807 ompi/mca/io/romio321/romio/adio/include/adioi.h 			MPI_Status *status);
status            815 ompi/mca/io/romio321/romio/adio/include/adioi.h 			 MPI_Status *status);
status            833 ompi/mca/io/romio321/romio/adio/include/adioi.h 			    MPI_Status *status);
status            837 ompi/mca/io/romio321/romio/adio/include/adioi.h 			     MPI_Status *status);
status           1081 ompi/mca/io/romio321/romio/adio/include/adioi.h     ADIO_Status *status;
status             11 ompi/mca/io/romio321/romio/adio/include/mpiu_greq.h int MPIU_Greq_query_fn(void *extra_state, MPI_Status *status);
status             16 ompi/mca/io/romio321/romio/mpi-io/fortran/iotestf.c FORTRAN_API void FORT_CALL MPIO_TEST(MPI_Fint *request,MPI_Fint *flag,MPI_Status *status, MPI_Fint *ierr );
status             19 ompi/mca/io/romio321/romio/mpi-io/fortran/iotestf.c FORTRAN_API void FORT_CALL mpio_test__(MPI_Fint *request,MPI_Fint *flag,MPI_Status *status, MPI_Fint *ierr );
status             22 ompi/mca/io/romio321/romio/mpi-io/fortran/iotestf.c FORTRAN_API void FORT_CALL mpio_test(MPI_Fint *request,MPI_Fint *flag,MPI_Status *status, MPI_Fint *ierr );
status             25 ompi/mca/io/romio321/romio/mpi-io/fortran/iotestf.c FORTRAN_API void FORT_CALL mpio_test_(MPI_Fint *request,MPI_Fint *flag,MPI_Status *status, MPI_Fint *ierr );
status             92 ompi/mca/io/romio321/romio/mpi-io/fortran/iotestf.c FORTRAN_API void FORT_CALL mpio_test_(MPI_Fint *request,MPI_Fint *flag,MPI_Status *status, MPI_Fint *ierr );
status             94 ompi/mca/io/romio321/romio/mpi-io/fortran/iotestf.c FORTRAN_API void FORT_CALL mpio_test_(MPI_Fint *request,MPI_Fint *flag,MPI_Status *status, MPI_Fint *ierr )
status             99 ompi/mca/io/romio321/romio/mpi-io/fortran/iotestf.c     *ierr = MPIO_Test(&req_c,flag,status);
status             16 ompi/mca/io/romio321/romio/mpi-io/fortran/iowaitf.c FORTRAN_API void FORT_CALL MPIO_WAIT(MPI_Fint *request,MPI_Status *status, MPI_Fint *ierr );
status             19 ompi/mca/io/romio321/romio/mpi-io/fortran/iowaitf.c FORTRAN_API void FORT_CALL mpio_wait__(MPI_Fint *request,MPI_Status *status, MPI_Fint *ierr );
status             22 ompi/mca/io/romio321/romio/mpi-io/fortran/iowaitf.c FORTRAN_API void FORT_CALL mpio_wait(MPI_Fint *request,MPI_Status *status, MPI_Fint *ierr );
status             25 ompi/mca/io/romio321/romio/mpi-io/fortran/iowaitf.c FORTRAN_API void FORT_CALL mpio_wait_(MPI_Fint *request,MPI_Status *status, MPI_Fint *ierr );
status             92 ompi/mca/io/romio321/romio/mpi-io/fortran/iowaitf.c FORTRAN_API void FORT_CALL mpio_wait_(MPI_Fint *request,MPI_Status *status, MPI_Fint *ierr );
status             94 ompi/mca/io/romio321/romio/mpi-io/fortran/iowaitf.c FORTRAN_API void FORT_CALL mpio_wait_(MPI_Fint *request,MPI_Status *status, MPI_Fint *ierr )
status             99 ompi/mca/io/romio321/romio/mpi-io/fortran/iowaitf.c     *ierr = MPIO_Wait(&req_c, status);
status             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 );
status             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 )
status            100 ompi/mca/io/romio321/romio/mpi-io/fortran/rd_atallef.c     *ierr = MPI_File_read_at_all_end(fh_c,buf,status);
status             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, 
status             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 )
status            102 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allef.c     *ierr = MPI_File_read_all_end(fh_c,buf,status);
status             95 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allf.c 			MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr );
status             98 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allf.c                       MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr )
status            106 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allf.c     *ierr = MPI_File_read_all(fh_c,buf,*count,datatype_c,status);
status            111 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allf.c 			MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr );
status            114 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allf.c                       MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr ){
status            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);
status             96 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atallf.c 			   MPI_Status *status, MPI_Fint *ierr );
status            100 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atallf.c                          MPI_Status *status, MPI_Fint *ierr )
status            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);
status            114 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atallf.c 			   MPI_Status *status, MPI_Fint *ierr );
status            118 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atallf.c                          MPI_Status *status, MPI_Fint *ierr )
status            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);
status             95 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atf.c        MPI_Fint *count,MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr );
status             98 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atf.c       MPI_Fint *count,MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr )
status            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);
status            111 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atf.c        MPI_Fint *count,MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr );
status            114 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atf.c       MPI_Fint *count,MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr )
status            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);
status             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, 
status             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 )
status            102 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordef.c     *ierr = MPI_File_read_ordered_end(fh_c,buf,status);
status             95 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordf.c 		    MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr );
status             98 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordf.c                       MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr )
status            106 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordf.c     *ierr = MPI_File_read_ordered(fh_c,buf,*count,datatype_c,status);
status            111 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordf.c 		    MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr );
status            114 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordf.c                       MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr ){
status            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);
status             95 ompi/mca/io/romio321/romio/mpi-io/fortran/read_shf.c 			   MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr );
status             97 ompi/mca/io/romio321/romio/mpi-io/fortran/read_shf.c                   MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr )
status            105 ompi/mca/io/romio321/romio/mpi-io/fortran/read_shf.c     *ierr = MPI_File_read_shared(fh_c,buf,*count,datatype_c,status);
status            110 ompi/mca/io/romio321/romio/mpi-io/fortran/read_shf.c 			   MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr ); 
status            112 ompi/mca/io/romio321/romio/mpi-io/fortran/read_shf.c                   MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr )
status            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);
status             95 ompi/mca/io/romio321/romio/mpi-io/fortran/readf.c 		    MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr );
status             98 ompi/mca/io/romio321/romio/mpi-io/fortran/readf.c                   MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr )
status            106 ompi/mca/io/romio321/romio/mpi-io/fortran/readf.c     *ierr = MPI_File_read(fh_c,buf,*count,datatype_c,status);
status            111 ompi/mca/io/romio321/romio/mpi-io/fortran/readf.c 		    MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr );
status            114 ompi/mca/io/romio321/romio/mpi-io/fortran/readf.c                   MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr )
status            119 ompi/mca/io/romio321/romio/mpi-io/fortran/readf.c     *ierr = MPI_File_read(fh_c,buf,*count,(MPI_Datatype)*datatype,status);
status             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, 
status             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 )
status            102 ompi/mca/io/romio321/romio/mpi-io/fortran/wr_atallef.c     *ierr = MPI_File_write_at_all_end(fh_c,buf,status);
status             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 ); 
status             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 ){
status            100 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allef.c     *ierr = MPI_File_write_all_end(fh_c,buf,status);
status             95 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allf.c 		 MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr );
status             98 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allf.c                        MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr ){
status            105 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allf.c     *ierr = MPI_File_write_all(fh_c,buf,*count,datatype_c,status);
status            110 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allf.c 		 MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr );
status            113 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allf.c                   MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr ){
status            117 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allf.c     *ierr = MPI_File_write_all(fh_c,buf,*count,*datatype,status);
status             96 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atallf.c 			    MPI_Status *status, MPI_Fint *ierr );
status            100 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atallf.c                           MPI_Status *status, MPI_Fint *ierr )
status            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);
status            114 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atallf.c 			    MPI_Status *status, MPI_Fint *ierr );
status            118 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atallf.c                           MPI_Status *status, MPI_Fint *ierr )
status            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);
status             96 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atf.c 			MPI_Status *status, MPI_Fint *ierr );
status            100 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atf.c                       MPI_Status *status, MPI_Fint *ierr )
status            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);
status            114 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atf.c 			MPI_Status *status, MPI_Fint *ierr );
status            118 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atf.c                       MPI_Status *status, MPI_Fint *ierr )
status            123 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atf.c     *ierr = MPI_File_write_at(fh_c,*offset,buf,*count,*datatype,status);
status             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, 
status             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 ){
status            101 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordef.c     *ierr = MPI_File_write_ordered_end(fh_c,buf,status);
status             95 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordf.c 		     MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr );
status             98 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordf.c                        MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr ){
status            105 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordf.c     *ierr = MPI_File_write_ordered(fh_c,buf,*count,datatype_c,status);
status            110 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordf.c 		     MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr );
status            113 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordf.c                        MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr ){
status            117 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordf.c     *ierr = MPI_File_write_ordered(fh_c,buf,*count,*datatype,status);
status             95 ompi/mca/io/romio321/romio/mpi-io/fortran/write_shf.c 		    MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr );
status             98 ompi/mca/io/romio321/romio/mpi-io/fortran/write_shf.c                    MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr )
status            106 ompi/mca/io/romio321/romio/mpi-io/fortran/write_shf.c     *ierr = MPI_File_write_shared(fh_c, buf,*count,datatype_c,status);
status            111 ompi/mca/io/romio321/romio/mpi-io/fortran/write_shf.c 		    MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr );
status            114 ompi/mca/io/romio321/romio/mpi-io/fortran/write_shf.c                    MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr )
status            119 ompi/mca/io/romio321/romio/mpi-io/fortran/write_shf.c     *ierr = MPI_File_write_shared(fh_c, buf,*count,*datatype,status);
status             95 ompi/mca/io/romio321/romio/mpi-io/fortran/writef.c 		     MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr );
status             98 ompi/mca/io/romio321/romio/mpi-io/fortran/writef.c                    MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr )
status            106 ompi/mca/io/romio321/romio/mpi-io/fortran/writef.c     *ierr = MPI_File_write(fh_c, buf,*count,datatype_c,status);
status            111 ompi/mca/io/romio321/romio/mpi-io/fortran/writef.c 		     MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr );
status            114 ompi/mca/io/romio321/romio/mpi-io/fortran/writef.c                    MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr )
status            119 ompi/mca/io/romio321/romio/mpi-io/fortran/writef.c     *ierr = MPI_File_write(fh_c, buf,*count,*datatype,status);
status             20 ompi/mca/io/romio321/romio/mpi-io/glue/large_count.c int MPI_Status_set_elements_x(MPI_Status *status, MPI_Datatype datatype,
status             24 ompi/mca/io/romio321/romio/mpi-io/glue/large_count.c     return MPI_Status_set_elements(status, datatype, count_int);
status             41 ompi/mca/io/romio321/romio/mpi-io/iotest.c int MPIO_Test(MPIO_Request *request, int *flag, MPI_Status *status)
status             43 ompi/mca/io/romio321/romio/mpi-io/iotest.c 	return (MPI_Test(request, flag, status));
status             46 ompi/mca/io/romio321/romio/mpi-io/iotest.c int MPIO_Test(MPIO_Request *request, int *flag, MPI_Status *status)
status             80 ompi/mca/io/romio321/romio/mpi-io/iotest.c         *flag = ADIO_ReadDone(request, status, &error_code);
status             83 ompi/mca/io/romio321/romio/mpi-io/iotest.c         *flag = ADIO_WriteDone(request, status, &error_code);
status             32 ompi/mca/io/romio321/romio/mpi-io/iotestany.c 		 int *flag, MPI_Status *status)
status             40 ompi/mca/io/romio321/romio/mpi-io/iotestany.c 	err = MPIO_Test( requests, flag, status );
status             55 ompi/mca/io/romio321/romio/mpi-io/iotestany.c 	if (status != MPI_STATUS_IGNORE) {
status             56 ompi/mca/io/romio321/romio/mpi-io/iotestany.c 	    status->MPI_SOURCE = MPI_ANY_SOURCE;
status             57 ompi/mca/io/romio321/romio/mpi-io/iotestany.c 	    status->MPI_TAG    = MPI_ANY_TAG;
status             58 ompi/mca/io/romio321/romio/mpi-io/iotestany.c             MPIR_STATUS_SET_COUNT(*status, 0);
status             59 ompi/mca/io/romio321/romio/mpi-io/iotestany.c             MPIR_STATUS_SET_CANCEL_BIT(*status, 0);
status             69 ompi/mca/io/romio321/romio/mpi-io/iotestany.c 	err = MPIO_Test( &requests[i], flag, status );
status             40 ompi/mca/io/romio321/romio/mpi-io/iowait.c int MPIO_Wait(MPIO_Request *request, MPI_Status *status)
status             42 ompi/mca/io/romio321/romio/mpi-io/iowait.c 	return(MPI_Wait(request, status));
status             45 ompi/mca/io/romio321/romio/mpi-io/iowait.c int MPIO_Wait(MPIO_Request *request, MPI_Status *status)
status             81 ompi/mca/io/romio321/romio/mpi-io/iowait.c         ADIO_ReadComplete(request, status, &error_code);
status             84 ompi/mca/io/romio321/romio/mpi-io/iowait.c         ADIO_WriteComplete(request, status, &error_code);
status             32 ompi/mca/io/romio321/romio/mpi-io/iowaitany.c 		 MPI_Status *status)
status             40 ompi/mca/io/romio321/romio/mpi-io/iowaitany.c 	err = MPIO_Wait( requests, status );
status             55 ompi/mca/io/romio321/romio/mpi-io/iowaitany.c 	if (status != MPI_STATUS_IGNORE) {
status             56 ompi/mca/io/romio321/romio/mpi-io/iowaitany.c 	    status->MPI_SOURCE = MPI_ANY_SOURCE;
status             57 ompi/mca/io/romio321/romio/mpi-io/iowaitany.c 	    status->MPI_TAG    = MPI_ANY_TAG;
status             58 ompi/mca/io/romio321/romio/mpi-io/iowaitany.c             MPIR_STATUS_SET_COUNT(*status, 0);
status             59 ompi/mca/io/romio321/romio/mpi-io/iowaitany.c             MPIR_STATUS_SET_CANCEL_BIT(*status, 0);
status             71 ompi/mca/io/romio321/romio/mpi-io/iowaitany.c 		err = MPIO_Test( &requests[i], &flag, status );
status             81 ompi/mca/io/romio321/romio/mpi-io/iread.c     ADIO_Status status;
status            141 ompi/mca/io/romio321/romio/mpi-io/iread.c 			    off, &status, &error_code);
status             54 ompi/mca/io/romio321/romio/mpi-io/iread_sh.c     MPI_Status status;
status            113 ompi/mca/io/romio321/romio/mpi-io/iread_sh.c 			    off, &status, &error_code);  
status             88 ompi/mca/io/romio321/romio/mpi-io/iwrite.c     ADIO_Status status;
status            147 ompi/mca/io/romio321/romio/mpi-io/iwrite.c 			     &status, &error_code);  
status             54 ompi/mca/io/romio321/romio/mpi-io/iwrite_sh.c     ADIO_Status status;
status            104 ompi/mca/io/romio321/romio/mpi-io/iwrite_sh.c 			     off, &status, &error_code);  
status             16 ompi/mca/io/romio321/romio/mpi-io/mpiu_greq.c int MPIU_Greq_query_fn(void *extra_state, MPI_Status *status)
status             21 ompi/mca/io/romio321/romio/mpi-io/mpiu_greq.c     foo = status->MPI_ERROR;
status             24 ompi/mca/io/romio321/romio/mpi-io/mpiu_greq.c     memcpy(status, extra_state, sizeof(MPI_Status));
status             27 ompi/mca/io/romio321/romio/mpi-io/mpiu_greq.c     status->MPI_ERROR = foo;
status             30 ompi/mca/io/romio321/romio/mpi-io/mpiu_greq.c     MPI_Status_set_cancelled(status, 0);
status             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")));
status             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)
status             47 ompi/mca/io/romio321/romio/mpi-io/rd_atalle.c     error_code = MPIOI_File_read_all_end(fh, buf, myname, status);
status             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)
status             45 ompi/mca/io/romio321/romio/mpi-io/read.c                   MPI_Datatype datatype, MPI_Status *status)
status             56 ompi/mca/io/romio321/romio/mpi-io/read.c 				 count, datatype, myname, status);
status             74 ompi/mca/io/romio321/romio/mpi-io/read.c 		    MPI_Status *status)
status            110 ompi/mca/io/romio321/romio/mpi-io/read.c        MPIR_Status_set_bytes(status, datatype, 0);
status            158 ompi/mca/io/romio321/romio/mpi-io/read.c 			off, status, &error_code); 
status            167 ompi/mca/io/romio321/romio/mpi-io/read.c 			  offset, status, &error_code);
status             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)
status             45 ompi/mca/io/romio321/romio/mpi-io/read_all.c                       MPI_Datatype datatype, MPI_Status *status)
status             57 ompi/mca/io/romio321/romio/mpi-io/read_all.c 				     count, datatype, myname, status);
status             76 ompi/mca/io/romio321/romio/mpi-io/read_all.c 			MPI_Status *status)
status            124 ompi/mca/io/romio321/romio/mpi-io/read_all.c 			 offset, status, &error_code);
status             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")));
status             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)
status             46 ompi/mca/io/romio321/romio/mpi-io/read_alle.c     error_code = MPIOI_File_read_all_end(fh, buf, myname, status);
status             56 ompi/mca/io/romio321/romio/mpi-io/read_alle.c 			    MPI_Status *status)
status             80 ompi/mca/io/romio321/romio/mpi-io/read_alle.c     if (status != MPI_STATUS_IGNORE)
status             81 ompi/mca/io/romio321/romio/mpi-io/read_alle.c        *status = adio_fh->split_status;
status             20 ompi/mca/io/romio321/romio/mpi-io/read_at.c                      MPI_Status *status) __attribute__((weak,alias("PMPI_File_read_at")));
status             46 ompi/mca/io/romio321/romio/mpi-io/read_at.c 		     int count, MPI_Datatype datatype, MPI_Status *status)
status             59 ompi/mca/io/romio321/romio/mpi-io/read_at.c 				 count, datatype, myname, status);
status             21 ompi/mca/io/romio321/romio/mpi-io/read_atall.c                          MPI_Datatype datatype, MPI_Status *status)
status             49 ompi/mca/io/romio321/romio/mpi-io/read_atall.c                          MPI_Status *status)
status             61 ompi/mca/io/romio321/romio/mpi-io/read_atall.c 				     count, datatype, myname, status);
status             21 ompi/mca/io/romio321/romio/mpi-io/read_ord.c                           MPI_Status *status) __attribute__((weak,alias("PMPI_File_read_ordered")));
status             46 ompi/mca/io/romio321/romio/mpi-io/read_ord.c                           MPI_Datatype datatype, MPI_Status *status)
status             99 ompi/mca/io/romio321/romio/mpi-io/read_ord.c 			 shared_fp, status, &error_code);
status             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")));
status             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)
status             66 ompi/mca/io/romio321/romio/mpi-io/read_orde.c     if (status != MPI_STATUS_IGNORE)
status             67 ompi/mca/io/romio321/romio/mpi-io/read_orde.c        *status = adio_fh->split_status;
status             21 ompi/mca/io/romio321/romio/mpi-io/read_sh.c                          MPI_Status *status) __attribute__((weak,alias("PMPI_File_read_shared")));
status             46 ompi/mca/io/romio321/romio/mpi-io/read_sh.c 			 MPI_Datatype datatype, MPI_Status *status)
status             74 ompi/mca/io/romio321/romio/mpi-io/read_sh.c 	MPIR_Status_set_bytes(status, datatype, 0);
status            129 ompi/mca/io/romio321/romio/mpi-io/read_sh.c                         off, status, &error_code); 
status            137 ompi/mca/io/romio321/romio/mpi-io/read_sh.c                           shared_fp, status, &error_code);
status             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")));
status             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)
status             45 ompi/mca/io/romio321/romio/mpi-io/wr_atalle.c     error_code = MPIOI_File_write_all_end(fh, buf, myname, status);
status             20 ompi/mca/io/romio321/romio/mpi-io/write.c                    MPI_Status *status) __attribute__((weak,alias("PMPI_File_write")));
status             45 ompi/mca/io/romio321/romio/mpi-io/write.c                    MPI_Datatype datatype, MPI_Status *status)
status             56 ompi/mca/io/romio321/romio/mpi-io/write.c 				  count, datatype, myname, status);
status             74 ompi/mca/io/romio321/romio/mpi-io/write.c 		     MPI_Status *status)
status            111 ompi/mca/io/romio321/romio/mpi-io/write.c        MPIR_Status_set_bytes(status, datatype, 0);
status            160 ompi/mca/io/romio321/romio/mpi-io/write.c 		     off, status, &error_code); 
status            171 ompi/mca/io/romio321/romio/mpi-io/write.c 			  offset, status, &error_code);
status             21 ompi/mca/io/romio321/romio/mpi-io/write_all.c                        MPI_Status *status) __attribute__((weak,alias("PMPI_File_write_all")));
status             46 ompi/mca/io/romio321/romio/mpi-io/write_all.c                        MPI_Datatype datatype, MPI_Status *status)
status             58 ompi/mca/io/romio321/romio/mpi-io/write_all.c 				      count, datatype, myname, status);
status             76 ompi/mca/io/romio321/romio/mpi-io/write_all.c 			 MPI_Status *status)
status            121 ompi/mca/io/romio321/romio/mpi-io/write_all.c                           offset, status, &error_code);
status             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")));
status             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)
status             45 ompi/mca/io/romio321/romio/mpi-io/write_alle.c     error_code = MPIOI_File_write_all_end(fh, buf, myname, status);
status             55 ompi/mca/io/romio321/romio/mpi-io/write_alle.c 			     MPI_Status *status)
status             83 ompi/mca/io/romio321/romio/mpi-io/write_alle.c     if (status != MPI_STATUS_IGNORE)
status             84 ompi/mca/io/romio321/romio/mpi-io/write_alle.c        *status = adio_fh->split_status;
status             20 ompi/mca/io/romio321/romio/mpi-io/write_at.c                       MPI_Datatype datatype, MPI_Status *status)
status             47 ompi/mca/io/romio321/romio/mpi-io/write_at.c                       int count, MPI_Datatype datatype, MPI_Status *status)
status             59 ompi/mca/io/romio321/romio/mpi-io/write_at.c 				  count, datatype, myname, status);
status             21 ompi/mca/io/romio321/romio/mpi-io/write_atall.c                           MPI_Datatype datatype, MPI_Status *status)
status             49 ompi/mca/io/romio321/romio/mpi-io/write_atall.c                           MPI_Status *status)
status             60 ompi/mca/io/romio321/romio/mpi-io/write_atall.c 				      buf, count, datatype, myname, status);
status             22 ompi/mca/io/romio321/romio/mpi-io/write_ord.c                            MPI_Status *status) __attribute__((weak,alias("PMPI_File_write_ordered")));
status             47 ompi/mca/io/romio321/romio/mpi-io/write_ord.c 			   MPI_Datatype datatype, MPI_Status *status)
status            114 ompi/mca/io/romio321/romio/mpi-io/write_ord.c                           shared_fp, status, &error_code);
status             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")));
status             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)
status             66 ompi/mca/io/romio321/romio/mpi-io/write_orde.c     if (status != MPI_STATUS_IGNORE)
status             67 ompi/mca/io/romio321/romio/mpi-io/write_orde.c        *status = adio_fh->split_status;
status             21 ompi/mca/io/romio321/romio/mpi-io/write_sh.c                           MPI_Status *status) __attribute__((weak,alias("PMPI_File_write_shared")));
status             46 ompi/mca/io/romio321/romio/mpi-io/write_sh.c                           MPI_Datatype datatype, MPI_Status *status)
status             75 ompi/mca/io/romio321/romio/mpi-io/write_sh.c        MPIR_Status_set_bytes(status, datatype, 0);
status            128 ompi/mca/io/romio321/romio/mpi-io/write_sh.c 		     off, status, &error_code); 
status            136 ompi/mca/io/romio321/romio/mpi-io/write_sh.c 			 shared_fp, status, &error_code);
status             37 ompi/mca/io/romio321/romio/test/aggregation2.c     MPI_Status status;
status             58 ompi/mca/io/romio321/romio/test/aggregation2.c 		MPI_INT,  &status);
status             67 ompi/mca/io/romio321/romio/test/aggregation2.c 		MPI_INT,  &status);
status             35 ompi/mca/io/romio321/romio/test/async-multiple.c     MPI_Status status[NR_NBOPS];
status             90 ompi/mca/io/romio321/romio/test/async-multiple.c     MPI_Waitall(NR_NBOPS, request, status);
status            111 ompi/mca/io/romio321/romio/test/async-multiple.c     MPI_Waitall(NR_NBOPS, request, status);
status             33 ompi/mca/io/romio321/romio/test/async.c     MPI_Status status;
status             86 ompi/mca/io/romio321/romio/test/async.c     MPI_Wait( &request, &status );
status             88 ompi/mca/io/romio321/romio/test/async.c     MPIO_Wait(&request, &status);
status            107 ompi/mca/io/romio321/romio/test/async.c     MPI_Wait( &request, &status );
status            109 ompi/mca/io/romio321/romio/test/async.c     MPIO_Wait(&request, &status);
status             26 ompi/mca/io/romio321/romio/test/atomicity.c     MPI_Status status;
status             69 ompi/mca/io/romio321/romio/test/atomicity.c 	MPI_File_write(fh, writebuf, BUFSIZE, MPI_INT, &status);
status             96 ompi/mca/io/romio321/romio/test/atomicity.c     if (!mynod) MPI_File_write(fh, writebuf, BUFSIZE, MPI_INT, &status);
status             98 ompi/mca/io/romio321/romio/test/atomicity.c 	err = MPI_File_read(fh, readbuf, BUFSIZE, MPI_INT, &status);
status            145 ompi/mca/io/romio321/romio/test/atomicity.c 	MPI_File_write(fh, writebuf, BUFSIZE, MPI_INT, &status);
status            162 ompi/mca/io/romio321/romio/test/atomicity.c     if (!mynod) MPI_File_write(fh, writebuf, BUFSIZE, MPI_INT, &status);
status            164 ompi/mca/io/romio321/romio/test/atomicity.c 	err = MPI_File_read(fh, readbuf, BUFSIZE, MPI_INT, &status);
status             51 ompi/mca/io/romio321/romio/test/big_extents.c     MPI_Status status;
status             67 ompi/mca/io/romio321/romio/test/big_extents.c 	CHECK( MPI_File_write_at_all(fh, tsize, &canary, 1, MPI_INT, &status));
status             69 ompi/mca/io/romio321/romio/test/big_extents.c 	CHECK( MPI_File_write_at(fh, tsize, &canary, 1, MPI_INT, &status));
status             77 ompi/mca/io/romio321/romio/test/big_extents.c 		&compare, 1, MPI_INT, &status));
status             80 ompi/mca/io/romio321/romio/test/big_extents.c 		&compare, 1, MPI_INT, &status));
status             29 ompi/mca/io/romio321/romio/test/coll_perf.c     MPI_Status status;
status             97 ompi/mca/io/romio321/romio/test/coll_perf.c     MPI_File_write_all(fh, buf, bufcount, MPI_INT, &status);
status             99 ompi/mca/io/romio321/romio/test/coll_perf.c     MPI_File_read_all(fh, buf, bufcount, MPI_INT, &status);
status            111 ompi/mca/io/romio321/romio/test/coll_perf.c     MPI_File_write_all(fh, buf, bufcount, MPI_INT, &status);
status            133 ompi/mca/io/romio321/romio/test/coll_perf.c     MPI_File_read_all(fh, buf, bufcount, MPI_INT, &status);
status             43 ompi/mca/io/romio321/romio/test/coll_test.c     MPI_Status status;
status            113 ompi/mca/io/romio321/romio/test/coll_test.c     MPI_Wait(&request, &status);
status            137 ompi/mca/io/romio321/romio/test/coll_test.c     errcode = MPI_File_write_all(fh, writebuf, bufcount, MPI_INT, &status);
status            151 ompi/mca/io/romio321/romio/test/coll_test.c         errcode = MPI_File_read(fh, readbuf, array_size, MPI_INT, &status);
status            176 ompi/mca/io/romio321/romio/test/coll_test.c     errcode = MPI_File_read_all(fh, readbuf, bufcount, MPI_INT, &status);
status             77 ompi/mca/io/romio321/romio/test/creat_excl.c 	MPI_Status status;
status             35 ompi/mca/io/romio321/romio/test/darray_read.c   MPI_Status status;
status             69 ompi/mca/io/romio321/romio/test/darray_read.c     CHECK(MPI_File_write(dfile, data, NSIDE*NSIDE, MPI_DOUBLE, &status));
status             87 ompi/mca/io/romio321/romio/test/darray_read.c   CHECK(MPI_File_read_all(mpi_fh, ldata, nelem, MPI_DOUBLE, &status));
status             57 ompi/mca/io/romio321/romio/test/hindexed.c     MPI_Status   status;
status            147 ompi/mca/io/romio321/romio/test/hindexed.c         MPI_File_write(fh, wr_buf, num_io*global_array_size, MPI_CHAR, &status);
status            165 ompi/mca/io/romio321/romio/test/hindexed.c         MPI_File_write_all(fh, buf, ftype_size, MPI_CHAR, &status);
status            174 ompi/mca/io/romio321/romio/test/hindexed.c         MPI_File_read(fh, rd_buf, num_io*global_array_size, MPI_CHAR, &status);
status             23 ompi/mca/io/romio321/romio/test/i_noncontig.c     MPI_Status status;
status             94 ompi/mca/io/romio321/romio/test/i_noncontig.c     MPI_Wait(&req, &status);
status             96 ompi/mca/io/romio321/romio/test/i_noncontig.c     MPIO_Wait(&req, &status);
status            105 ompi/mca/io/romio321/romio/test/i_noncontig.c     MPI_Wait(&req, &status);
status            107 ompi/mca/io/romio321/romio/test/i_noncontig.c     MPIO_Wait(&req, &status);
status            155 ompi/mca/io/romio321/romio/test/i_noncontig.c     MPI_Wait(&req, &status);
status            157 ompi/mca/io/romio321/romio/test/i_noncontig.c     MPIO_Wait(&req, &status);
status            166 ompi/mca/io/romio321/romio/test/i_noncontig.c     MPI_Wait(&req, &status);
status            168 ompi/mca/io/romio321/romio/test/i_noncontig.c     MPIO_Wait(&req, &status);
status            218 ompi/mca/io/romio321/romio/test/i_noncontig.c     MPI_Wait(&req, &status);
status            220 ompi/mca/io/romio321/romio/test/i_noncontig.c     MPIO_Wait(&req, &status);
status            229 ompi/mca/io/romio321/romio/test/i_noncontig.c     MPI_Wait(&req, &status);
status            231 ompi/mca/io/romio321/romio/test/i_noncontig.c     MPIO_Wait(&req, &status);
status             30 ompi/mca/io/romio321/romio/test/large_array.c     MPI_Status status;
status            110 ompi/mca/io/romio321/romio/test/large_array.c     MPI_File_write_all(fh, writebuf, bufcount, MPI_INT, &status);
status            122 ompi/mca/io/romio321/romio/test/large_array.c     MPI_File_read_all(fh, readbuf, bufcount, MPI_INT, &status);
status             22 ompi/mca/io/romio321/romio/test/noncontig.c     MPI_Status status;
status            106 ompi/mca/io/romio321/romio/test/noncontig.c     MPI_File_write(fh, buf, 1, newtype, &status);
status            115 ompi/mca/io/romio321/romio/test/noncontig.c     MPI_File_read_at(fh, 0, buf, 1, newtype, &status);
status            167 ompi/mca/io/romio321/romio/test/noncontig.c     MPI_File_write_at(fh, mynod*(SIZE/2)*sizeof(int), buf, 1, newtype, &status);
status            175 ompi/mca/io/romio321/romio/test/noncontig.c     MPI_File_read_at(fh, mynod*(SIZE/2)*sizeof(int), buf, 1, newtype, &status);
status            225 ompi/mca/io/romio321/romio/test/noncontig.c     MPI_File_write(fh, buf, SIZE, MPI_INT, &status);
status            231 ompi/mca/io/romio321/romio/test/noncontig.c     MPI_File_read_at(fh, 0, buf, SIZE, MPI_INT, &status);
status             22 ompi/mca/io/romio321/romio/test/noncontig_coll.c     MPI_Status status;
status             90 ompi/mca/io/romio321/romio/test/noncontig_coll.c     MPI_File_write_all(fh, buf, 1, newtype, &status);
status             96 ompi/mca/io/romio321/romio/test/noncontig_coll.c     MPI_File_read_at_all(fh, 0, buf, 1, newtype, &status);
status            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);
status            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);
status            194 ompi/mca/io/romio321/romio/test/noncontig_coll.c     MPI_File_write_all(fh, buf, SIZE, MPI_INT, &status);
status            200 ompi/mca/io/romio321/romio/test/noncontig_coll.c     MPI_File_read_at_all(fh, 0, buf, SIZE, MPI_INT, &status);
status            357 ompi/mca/io/romio321/romio/test/noncontig_coll2.c     MPI_Status status;
status            406 ompi/mca/io/romio321/romio/test/noncontig_coll2.c     errcode = MPI_File_write_all(fh, buf, 1, newtype, &status);
status            415 ompi/mca/io/romio321/romio/test/noncontig_coll2.c     errcode = MPI_File_read_at_all(fh, 0, buf, 1, newtype, &status);
status            464 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 		    buf, 1, newtype, &status);
status            473 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 		    buf, 1, newtype, &status);
status            513 ompi/mca/io/romio321/romio/test/noncontig_coll2.c     errcode = MPI_File_write_all(fh, buf, SIZE, MPI_INT, &status);
status            521 ompi/mca/io/romio321/romio/test/noncontig_coll2.c     errcode = MPI_File_read_at_all(fh, 0, buf, SIZE, MPI_INT, &status);
status             34 ompi/mca/io/romio321/romio/test/ordered_fp.c     MPI_Status status;
status             82 ompi/mca/io/romio321/romio/test/ordered_fp.c     errcode = MPI_File_write_ordered(fh, buf, COUNT, MPI_INT, &status);
status             98 ompi/mca/io/romio321/romio/test/ordered_fp.c     errcode = MPI_File_read_ordered(fh, buf, COUNT, MPI_INT, &status);
status             22 ompi/mca/io/romio321/romio/test/perf.c     MPI_Status status;
status             65 ompi/mca/io/romio321/romio/test/perf.c 	MPI_File_write(fh, buf, SIZE, MPI_BYTE, &status);
status             78 ompi/mca/io/romio321/romio/test/perf.c 	MPI_File_read(fh, buf, SIZE, MPI_BYTE, &status);
status            112 ompi/mca/io/romio321/romio/test/perf.c 	MPI_File_write(fh, buf, SIZE, MPI_BYTE, &status);
status            130 ompi/mca/io/romio321/romio/test/perf.c 	MPI_File_read(fh, buf, SIZE, MPI_BYTE, &status);
status             26 ompi/mca/io/romio321/romio/test/psimple.c     MPI_Status status;
status             68 ompi/mca/io/romio321/romio/test/psimple.c     PMPI_File_write(fh, buf, nints, MPI_INT, &status);
status             76 ompi/mca/io/romio321/romio/test/psimple.c     PMPI_File_read(fh, buf, nints, MPI_INT, &status);
status             32 ompi/mca/io/romio321/romio/test/shared_fp.c     MPI_Status status;
status             75 ompi/mca/io/romio321/romio/test/shared_fp.c     errcode = MPI_File_write_shared(fh, buf, COUNT, MPI_INT, &status);
status             89 ompi/mca/io/romio321/romio/test/shared_fp.c     errcode = MPI_File_read_shared(fh, buf, COUNT, MPI_INT, &status);
status             31 ompi/mca/io/romio321/romio/test/simple.c     MPI_Status status;
status             75 ompi/mca/io/romio321/romio/test/simple.c     errcode = MPI_File_write(fh, buf, nints, MPI_INT, &status);
status             88 ompi/mca/io/romio321/romio/test/simple.c     errcode = MPI_File_read(fh, buf, nints, MPI_INT, &status);
status             32 ompi/mca/io/romio321/romio/test/split_coll.c     MPI_Status status;
status            100 ompi/mca/io/romio321/romio/test/split_coll.c     MPI_Wait(&request, &status);
status            121 ompi/mca/io/romio321/romio/test/split_coll.c     MPI_File_write_all_end(fh, writebuf, &status);
status            131 ompi/mca/io/romio321/romio/test/split_coll.c     MPI_File_read_all_end(fh, readbuf, &status);
status             21 ompi/mca/io/romio321/romio/test/status.c     MPI_Status status;
status             61 ompi/mca/io/romio321/romio/test/status.c     MPI_File_write(fh, buf, nints, MPI_INT, &status);
status             63 ompi/mca/io/romio321/romio/test/status.c     MPI_Get_count(&status, MPI_INT, &count);
status             64 ompi/mca/io/romio321/romio/test/status.c     MPI_Get_elements(&status, MPI_INT, &elements);
status             38 ompi/mca/io/romio321/romio/test/types_with_zeros.c     MPI_Status status;
status             57 ompi/mca/io/romio321/romio/test/types_with_zeros.c         err = MPI_File_write(fh, buf, MAXLEN, MPI_INT, &status);
status             98 ompi/mca/io/romio321/romio/test/types_with_zeros.c     err = MPI_File_write_all(fh, buf, buflen, MPI_INT, &status);
status            108 ompi/mca/io/romio321/romio/test/types_with_zeros.c         err = MPI_File_read(fh,buf, MAXLEN, MPI_INT, &status);
status            107 ompi/mca/io/romio321/src/io_romio321.h                                ompi_status_public_t * status);
status            113 ompi/mca/io/romio321/src/io_romio321.h                                    ompi_status_public_t * status);
status            119 ompi/mca/io/romio321/src/io_romio321.h                                 ompi_status_public_t * status);
status            125 ompi/mca/io/romio321/src/io_romio321.h                                     ompi_status_public_t * status);
status            156 ompi/mca/io/romio321/src/io_romio321.h                             ompi_status_public_t * status);
status            161 ompi/mca/io/romio321/src/io_romio321.h                                 ompi_status_public_t * status);
status            166 ompi/mca/io/romio321/src/io_romio321.h                              ompi_status_public_t * status);
status            171 ompi/mca/io/romio321/src/io_romio321.h                                  ompi_status_public_t * status);
status            206 ompi/mca/io/romio321/src/io_romio321.h                                    ompi_status_public_t * status);
status            211 ompi/mca/io/romio321/src/io_romio321.h                                     ompi_status_public_t * status);
status            226 ompi/mca/io/romio321/src/io_romio321.h                                     ompi_status_public_t * status);
status            231 ompi/mca/io/romio321/src/io_romio321.h                                      ompi_status_public_t * status);
status            246 ompi/mca/io/romio321/src/io_romio321.h                                        ompi_status_public_t * status);
status            254 ompi/mca/io/romio321/src/io_romio321.h                                         ompi_status_public_t * status);
status            261 ompi/mca/io/romio321/src/io_romio321.h                                     ompi_status_public_t * status);
status            268 ompi/mca/io/romio321/src/io_romio321.h                                      ompi_status_public_t * status);
status            275 ompi/mca/io/romio321/src/io_romio321.h                                         ompi_status_public_t * status);
status            282 ompi/mca/io/romio321/src/io_romio321.h                                          struct ompi_status_public_t * status);
status             34 ompi/mca/io/romio321/src/io_romio321_file_read.c                            ompi_status_public_t * status)
status             43 ompi/mca/io/romio321/src/io_romio321_file_read.c                                        datatype, status);
status             56 ompi/mca/io/romio321/src/io_romio321_file_read.c                                ompi_status_public_t * status)
status             65 ompi/mca/io/romio321/src/io_romio321_file_read.c                                            datatype, status);
status            126 ompi/mca/io/romio321/src/io_romio321_file_read.c                         ompi_status_public_t * status)
status            135 ompi/mca/io/romio321/src/io_romio321_file_read.c                                     status);
status            147 ompi/mca/io/romio321/src/io_romio321_file_read.c                             ompi_status_public_t * status)
status            156 ompi/mca/io/romio321/src/io_romio321_file_read.c                                         status);
status            214 ompi/mca/io/romio321/src/io_romio321_file_read.c                                ompi_status_public_t * status)
status            223 ompi/mca/io/romio321/src/io_romio321_file_read.c                                             datatype, status);
status            256 ompi/mca/io/romio321/src/io_romio321_file_read.c                                 ompi_status_public_t * status)
status            265 ompi/mca/io/romio321/src/io_romio321_file_read.c                                              datatype, status);
status            296 ompi/mca/io/romio321/src/io_romio321_file_read.c                                    ompi_status_public_t * status)
status            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);
status            333 ompi/mca/io/romio321/src/io_romio321_file_read.c                                 ompi_status_public_t * status)
status            340 ompi/mca/io/romio321/src/io_romio321_file_read.c     ret = ROMIO_PREFIX(MPI_File_read_all_end) (data->romio_fh, buf, status);
status            370 ompi/mca/io/romio321/src/io_romio321_file_read.c                                     ompi_status_public_t * status)
status            378 ompi/mca/io/romio321/src/io_romio321_file_read.c                                                    status);
status             34 ompi/mca/io/romio321/src/io_romio321_file_write.c                             ompi_status_public_t * status)
status             43 ompi/mca/io/romio321/src/io_romio321_file_write.c                                         datatype, status);
status             57 ompi/mca/io/romio321/src/io_romio321_file_write.c                                 ompi_status_public_t * status)
status             66 ompi/mca/io/romio321/src/io_romio321_file_write.c                                              count, datatype, status);
status            130 ompi/mca/io/romio321/src/io_romio321_file_write.c                          ompi_status_public_t * status)
status            139 ompi/mca/io/romio321/src/io_romio321_file_write.c                                      status);
status            150 ompi/mca/io/romio321/src/io_romio321_file_write.c                              ompi_status_public_t * status)
status            159 ompi/mca/io/romio321/src/io_romio321_file_write.c                                          status);
status            217 ompi/mca/io/romio321/src/io_romio321_file_write.c                                 ompi_status_public_t * status)
status            226 ompi/mca/io/romio321/src/io_romio321_file_write.c                                              datatype, status);
status            257 ompi/mca/io/romio321/src/io_romio321_file_write.c                                  ompi_status_public_t * status)
status            266 ompi/mca/io/romio321/src/io_romio321_file_write.c                                              datatype, status);
status            294 ompi/mca/io/romio321/src/io_romio321_file_write.c                                     ompi_status_public_t * status)
status            302 ompi/mca/io/romio321/src/io_romio321_file_write.c                                                    status);
status            329 ompi/mca/io/romio321/src/io_romio321_file_write.c                                  ompi_status_public_t * status)
status            336 ompi/mca/io/romio321/src/io_romio321_file_write.c     ret = ROMIO_PREFIX(MPI_File_write_all_end) (data->romio_fh, buf, status);
status            363 ompi/mca/io/romio321/src/io_romio321_file_write.c                                      ompi_status_public_t * status)
status            371 ompi/mca/io/romio321/src/io_romio321_file_write.c                                                     status);
status             35 ompi/mca/io/romio321/src/io_romio321_module.c int MPIR_Status_set_bytes(ompi_status_public_t *status,
status            117 ompi/mca/io/romio321/src/io_romio321_module.c int MPIR_Status_set_bytes(ompi_status_public_t *status,
status            128 ompi/mca/io/romio321/src/io_romio321_module.c     MPI_Status_set_elements(status, MPI_CHAR, nbytes);
status            338 ompi/mca/mtl/mtl.h                           struct ompi_status_public_t *status);
status            352 ompi/mca/mtl/mtl.h                                                 struct ompi_status_public_t *status);
status            271 ompi/mca/mtl/ofi/mtl_ofi.h             ofi_req->status.MPI_ERROR = MPI_ERR_TRUNCATE;
status            274 ompi/mca/mtl/ofi/mtl_ofi.h             ofi_req->status.MPI_ERROR = MPI_ERR_INTERN;
status            300 ompi/mca/mtl/ofi/mtl_ofi.h     parent_req->status.MPI_ERROR = MPI_ERR_INTERN;
status            320 ompi/mca/mtl/ofi/mtl_ofi.h             ofi_req->status.MPI_ERROR;
status            428 ompi/mca/mtl/ofi/mtl_ofi.h     ofi_req.status.MPI_ERROR = OMPI_SUCCESS;
status            441 ompi/mca/mtl/ofi/mtl_ofi.h         ofi_req.status.MPI_ERROR = ompi_mtl_ofi_ssend_recv(ack_req, comm, &src_addr,
status            444 ompi/mca/mtl/ofi/mtl_ofi.h         if (OPAL_UNLIKELY(ofi_req.status.MPI_ERROR != OMPI_SUCCESS))
status            472 ompi/mca/mtl/ofi/mtl_ofi.h             ofi_req.status.MPI_ERROR = ompi_mtl_ofi_get_error(ret);
status            499 ompi/mca/mtl/ofi/mtl_ofi.h             ofi_req.status.MPI_ERROR = ompi_mtl_ofi_get_error(ret);
status            517 ompi/mca/mtl/ofi/mtl_ofi.h     return ofi_req.status.MPI_ERROR;
status            560 ompi/mca/mtl/ofi/mtl_ofi.h     ofi_req->status.MPI_ERROR = OMPI_SUCCESS;
status            572 ompi/mca/mtl/ofi/mtl_ofi.h         ofi_req->status.MPI_ERROR = ompi_mtl_ofi_ssend_recv(ack_req, comm, &sep_peer_fiaddr,
status            575 ompi/mca/mtl/ofi/mtl_ofi.h         if (OPAL_UNLIKELY(ofi_req->status.MPI_ERROR != OMPI_SUCCESS))
status            601 ompi/mca/mtl/ofi/mtl_ofi.h         ofi_req->status.MPI_ERROR = ompi_mtl_ofi_get_error(ret);
status            605 ompi/mca/mtl/ofi/mtl_ofi.h     if (OPAL_UNLIKELY(OMPI_SUCCESS != ofi_req->status.MPI_ERROR
status            610 ompi/mca/mtl/ofi/mtl_ofi.h     return ofi_req->status.MPI_ERROR;
status            625 ompi/mca/mtl/ofi/mtl_ofi.h     ompi_status_public_t *status = NULL;
status            631 ompi/mca/mtl/ofi/mtl_ofi.h     status = &ofi_req->super.ompi_req->req_status;
status            639 ompi/mca/mtl/ofi/mtl_ofi.h     status->MPI_SOURCE = src;
status            640 ompi/mca/mtl/ofi/mtl_ofi.h     status->MPI_TAG = MTL_OFI_GET_TAG(wc->tag);
status            641 ompi/mca/mtl/ofi/mtl_ofi.h     status->_ucount = wc->len;
status            647 ompi/mca/mtl/ofi/mtl_ofi.h         status->MPI_ERROR = MPI_ERR_TRUNCATE;
status            661 ompi/mca/mtl/ofi/mtl_ofi.h             status->MPI_ERROR = ompi_ret;
status            712 ompi/mca/mtl/ofi/mtl_ofi.h             status->MPI_ERROR = OMPI_ERROR;
status            728 ompi/mca/mtl/ofi/mtl_ofi.h     ompi_status_public_t *status;
status            730 ompi/mca/mtl/ofi/mtl_ofi.h     status = &ofi_req->super.ompi_req->req_status;
status            731 ompi/mca/mtl/ofi/mtl_ofi.h     status->MPI_TAG = MTL_OFI_GET_TAG(ofi_req->match_bits);
status            732 ompi/mca/mtl/ofi/mtl_ofi.h     status->MPI_SOURCE = mtl_ofi_get_source((struct fi_cq_tagged_entry *) error);
status            736 ompi/mca/mtl/ofi/mtl_ofi.h             status->MPI_ERROR = MPI_ERR_TRUNCATE;
status            739 ompi/mca/mtl/ofi/mtl_ofi.h             status->_cancelled = true;
status            742 ompi/mca/mtl/ofi/mtl_ofi.h             status->MPI_ERROR = MPI_ERR_INTERN;
status            803 ompi/mca/mtl/ofi/mtl_ofi.h     ofi_req->status.MPI_ERROR = OMPI_SUCCESS;
status            834 ompi/mca/mtl/ofi/mtl_ofi.h     ompi_status_public_t *status = &mrecv_req->ompi_req->req_status;
status            835 ompi/mca/mtl/ofi/mtl_ofi.h     status->MPI_SOURCE = mtl_ofi_get_source(wc);
status            836 ompi/mca/mtl/ofi/mtl_ofi.h     status->MPI_TAG = MTL_OFI_GET_TAG(wc->tag);
status            837 ompi/mca/mtl/ofi/mtl_ofi.h     status->MPI_ERROR = MPI_SUCCESS;
status            838 ompi/mca/mtl/ofi/mtl_ofi.h     status->_ucount = wc->len;
status            855 ompi/mca/mtl/ofi/mtl_ofi.h     ompi_status_public_t *status = &mrecv_req->ompi_req->req_status;
status            856 ompi/mca/mtl/ofi/mtl_ofi.h     status->MPI_TAG = MTL_OFI_GET_TAG(ofi_req->match_bits);
status            857 ompi/mca/mtl/ofi/mtl_ofi.h     status->MPI_SOURCE = mtl_ofi_get_source((struct fi_cq_tagged_entry  *) error);
status            861 ompi/mca/mtl/ofi/mtl_ofi.h             status->MPI_ERROR = MPI_ERR_TRUNCATE;
status            864 ompi/mca/mtl/ofi/mtl_ofi.h             status->_cancelled = true;
status            867 ompi/mca/mtl/ofi/mtl_ofi.h             status->MPI_ERROR = MPI_ERR_INTERN;
status            912 ompi/mca/mtl/ofi/mtl_ofi.h     ofi_req->status.MPI_ERROR = OMPI_SUCCESS;
status            947 ompi/mca/mtl/ofi/mtl_ofi.h     ofi_req->status.MPI_SOURCE = mtl_ofi_get_source(wc);
status            948 ompi/mca/mtl/ofi/mtl_ofi.h     ofi_req->status.MPI_TAG = MTL_OFI_GET_TAG(wc->tag);
status            949 ompi/mca/mtl/ofi/mtl_ofi.h     ofi_req->status.MPI_ERROR = MPI_SUCCESS;
status            950 ompi/mca/mtl/ofi/mtl_ofi.h     ofi_req->status._ucount = wc->len;
status            963 ompi/mca/mtl/ofi/mtl_ofi.h     ofi_req->status.MPI_ERROR = MPI_ERR_INTERN;
status            975 ompi/mca/mtl/ofi/mtl_ofi.h                     struct ompi_status_public_t *status,
status           1049 ompi/mca/mtl/ofi/mtl_ofi.h         if (MPI_STATUS_IGNORE != status) {
status           1050 ompi/mca/mtl/ofi/mtl_ofi.h             *status = ofi_req.status;
status           1064 ompi/mca/mtl/ofi/mtl_ofi.h                      struct ompi_status_public_t *status,
status           1149 ompi/mca/mtl/ofi/mtl_ofi.h         if (MPI_STATUS_IGNORE != status) {
status           1150 ompi/mca/mtl/ofi/mtl_ofi.h             *status = ofi_req->status;
status           1160 ompi/mca/mtl/ofi/mtl_ofi.h         (*message)->peer = ofi_req->status.MPI_SOURCE;
status           1161 ompi/mca/mtl/ofi/mtl_ofi.h         (*message)->count = ofi_req->status._ucount;
status           1490 ompi/mca/mtl/ofi/mtl_ofi.h                 struct ompi_status_public_t *status)
status           1493 ompi/mca/mtl/ofi/mtl_ofi.h                                     flag, status,
status           1504 ompi/mca/mtl/ofi/mtl_ofi.h                  struct ompi_status_public_t *status)
status           1507 ompi/mca/mtl/ofi/mtl_ofi.h                                     matched, message, status,
status             55 ompi/mca/mtl/ofi/mtl_ofi_opt.h                 struct ompi_status_public_t *status);
status             63 ompi/mca/mtl/ofi/mtl_ofi_opt.h                  struct ompi_status_public_t *status);
status             51 ompi/mca/mtl/ofi/mtl_ofi_request.h     struct ompi_status_public_t status;
status            294 ompi/mca/mtl/portals4/mtl_portals4.h                                     struct ompi_status_public_t *status);
status            307 ompi/mca/mtl/portals4/mtl_portals4.h                                      struct ompi_status_public_t *status);
status             41 ompi/mca/mtl/portals4/mtl_portals4_probe.c         ptl_request->status.MPI_SOURCE = MTL_PORTALS4_GET_SOURCE(ev->match_bits);
status             42 ompi/mca/mtl/portals4/mtl_portals4_probe.c         ptl_request->status.MPI_TAG = MTL_PORTALS4_GET_TAG(ev->match_bits);
status             43 ompi/mca/mtl/portals4/mtl_portals4_probe.c         ptl_request->status.MPI_ERROR = MPI_SUCCESS;
status             44 ompi/mca/mtl/portals4/mtl_portals4_probe.c         ptl_request->status._ucount = MTL_PORTALS4_GET_LENGTH(ev->hdr_data);
status             63 ompi/mca/mtl/portals4/mtl_portals4_probe.c                          struct ompi_status_public_t *status)
status            123 ompi/mca/mtl/portals4/mtl_portals4_probe.c         *status = request.status;
status            137 ompi/mca/mtl/portals4/mtl_portals4_probe.c                           struct ompi_status_public_t *status)
status            201 ompi/mca/mtl/portals4/mtl_portals4_probe.c         *status = request.status;
status            210 ompi/mca/mtl/portals4/mtl_portals4_probe.c         (*message)->peer = status->MPI_SOURCE;
status            211 ompi/mca/mtl/portals4/mtl_portals4_probe.c         (*message)->count = status->_ucount;
status             48 ompi/mca/mtl/portals4/mtl_portals4_recv_short.c             switch (block->status) {
status             50 ompi/mca/mtl/portals4/mtl_portals4_recv_short.c                     block->status = BLOCK_STATUS_WAITING_UNLINK;
status             73 ompi/mca/mtl/portals4/mtl_portals4_recv_short.c                                         __FILE__, __LINE__, block->status);
status             82 ompi/mca/mtl/portals4/mtl_portals4_recv_short.c             switch (block->status) {
status             84 ompi/mca/mtl/portals4/mtl_portals4_recv_short.c                     block->status = BLOCK_STATUS_WAITING_FREE;
status            107 ompi/mca/mtl/portals4/mtl_portals4_recv_short.c                                         __FILE__, __LINE__, block->status);
status            115 ompi/mca/mtl/portals4/mtl_portals4_recv_short.c             switch (block->status) {
status            117 ompi/mca/mtl/portals4/mtl_portals4_recv_short.c                     block->status = BLOCK_STATUS_ACTIVATED;
status            126 ompi/mca/mtl/portals4/mtl_portals4_recv_short.c                                         __FILE__, __LINE__, block->status);
status            149 ompi/mca/mtl/portals4/mtl_portals4_recv_short.c     block->status = BLOCK_STATUS_INACTIVE;
status            211 ompi/mca/mtl/portals4/mtl_portals4_recv_short.c     block->status = BLOCK_STATUS_WAITING_LINK;
status             31 ompi/mca/mtl/portals4/mtl_portals4_recv_short.h     char status;   /* see Note after */
status            121 ompi/mca/mtl/portals4/mtl_portals4_request.h     struct ompi_status_public_t status;
status             76 ompi/mca/mtl/psm/mtl_psm.h                               struct ompi_status_public_t *status);
status             89 ompi/mca/mtl/psm/mtl_psm.h                                 struct ompi_status_public_t *status);
status             29 ompi/mca/mtl/psm/mtl_psm_cancel.c   psm_mq_status_t status;
status             41 ompi/mca/mtl/psm/mtl_psm_cancel.c     err = psm_mq_test(&mtl_psm_request->psm_request, &status);
status             34 ompi/mca/mtl/psm/mtl_psm_probe.c                               struct ompi_status_public_t *status)
status             45 ompi/mca/mtl/psm/mtl_psm_probe.c 	if(MPI_STATUS_IGNORE != status) {
status             46 ompi/mca/mtl/psm/mtl_psm_probe.c             status->MPI_SOURCE = PSM_GET_MQRANK(mqstat.msg_tag);
status             47 ompi/mca/mtl/psm/mtl_psm_probe.c             status->MPI_TAG = PSM_GET_MQUTAG(mqstat.msg_tag);
status             48 ompi/mca/mtl/psm/mtl_psm_probe.c             status->_ucount = mqstat.nbytes;
status             52 ompi/mca/mtl/psm/mtl_psm_probe.c 		status->MPI_ERROR = OMPI_SUCCESS;
status             55 ompi/mca/mtl/psm/mtl_psm_probe.c 		status->MPI_ERROR = MPI_ERR_TRUNCATE;
status             58 ompi/mca/mtl/psm/mtl_psm_probe.c 		status->MPI_ERROR = MPI_ERR_INTERN;
status             80 ompi/mca/mtl/psm/mtl_psm_probe.c                      struct ompi_status_public_t *status)
status             79 ompi/mca/mtl/psm2/mtl_psm2.h                               struct ompi_status_public_t *status);
status             92 ompi/mca/mtl/psm2/mtl_psm2.h                                 struct ompi_status_public_t *status);
status             30 ompi/mca/mtl/psm2/mtl_psm2_cancel.c   psm2_mq_status_t status;
status             42 ompi/mca/mtl/psm2/mtl_psm2_cancel.c     err = psm2_mq_test(&mtl_psm2_request->psm2_request, &status);
status             36 ompi/mca/mtl/psm2/mtl_psm2_probe.c                               struct ompi_status_public_t *status)
status             48 ompi/mca/mtl/psm2/mtl_psm2_probe.c 	if(MPI_STATUS_IGNORE != status) {
status             49 ompi/mca/mtl/psm2/mtl_psm2_probe.c             status->MPI_SOURCE = mqstat.msg_tag.tag1;
status             50 ompi/mca/mtl/psm2/mtl_psm2_probe.c             status->MPI_TAG = mqstat.msg_tag.tag0;
status             51 ompi/mca/mtl/psm2/mtl_psm2_probe.c             status->_ucount = mqstat.nbytes;
status             55 ompi/mca/mtl/psm2/mtl_psm2_probe.c 		status->MPI_ERROR = OMPI_SUCCESS;
status             58 ompi/mca/mtl/psm2/mtl_psm2_probe.c 		status->MPI_ERROR = MPI_ERR_TRUNCATE;
status             61 ompi/mca/mtl/psm2/mtl_psm2_probe.c 		status->MPI_ERROR = MPI_ERR_INTERN;
status             83 ompi/mca/mtl/psm2/mtl_psm2_probe.c                      struct ompi_status_public_t *status)
status             97 ompi/mca/mtl/psm2/mtl_psm2_probe.c 	if(MPI_STATUS_IGNORE != status) {
status             98 ompi/mca/mtl/psm2/mtl_psm2_probe.c             status->MPI_SOURCE = mqstat.msg_tag.tag1;
status             99 ompi/mca/mtl/psm2/mtl_psm2_probe.c             status->MPI_TAG = mqstat.msg_tag.tag0;
status            100 ompi/mca/mtl/psm2/mtl_psm2_probe.c             status->_ucount = mqstat.nbytes;
status            104 ompi/mca/mtl/psm2/mtl_psm2_probe.c 		status->MPI_ERROR = OMPI_SUCCESS;
status            107 ompi/mca/mtl/psm2/mtl_psm2_probe.c 		status->MPI_ERROR = MPI_ERR_TRUNCATE;
status            110 ompi/mca/mtl/psm2/mtl_psm2_probe.c 		status->MPI_ERROR = MPI_ERR_INTERN;
status            679 ompi/mca/osc/rdma/osc_rdma_accumulate.c                                             void *context, void *data, int status)
status             84 ompi/mca/osc/rdma/osc_rdma_active_target.c                                     void *context, void *data, int status)
status             88 ompi/mca/osc/rdma/osc_rdma_active_target.c     OSC_RDMA_VERBOSE(MCA_BASE_VERBOSE_INFO, "pending atomic %p complete with status %d", (void*)pending_op, status);
status             95 ompi/mca/osc/rdma/osc_rdma_active_target.c         pending_op->cbfunc (pending_op->cbdata, pending_op->cbcontext, status);
status             51 ompi/mca/osc/rdma/osc_rdma_comm.c                                         void *context, void *data, int status)
status             53 ompi/mca/osc/rdma/osc_rdma_comm.c     assert (OPAL_SUCCESS == status);
status            383 ompi/mca/osc/rdma/osc_rdma_comm.c                                         void *context, void *data, int status)
status            387 ompi/mca/osc/rdma/osc_rdma_comm.c     assert (OPAL_SUCCESS == status);
status            395 ompi/mca/osc/rdma/osc_rdma_comm.c         ompi_osc_rdma_request_complete (request, status);
status            398 ompi/mca/osc/rdma/osc_rdma_comm.c     OSC_RDMA_VERBOSE(status ? MCA_BASE_VERBOSE_ERROR : MCA_BASE_VERBOSE_TRACE, "btl put complete on sync %p. local "
status            399 ompi/mca/osc/rdma/osc_rdma_comm.c                      "address %p. opal status %d", (void *) sync, local_address, status);
status            412 ompi/mca/osc/rdma/osc_rdma_comm.c                                               void *context, void *data, int status)
status            416 ompi/mca/osc/rdma/osc_rdma_comm.c     assert (OPAL_SUCCESS == status);
status            424 ompi/mca/osc/rdma/osc_rdma_comm.c         ompi_osc_rdma_request_complete (request, status);
status            427 ompi/mca/osc/rdma/osc_rdma_comm.c     OSC_RDMA_VERBOSE(status ? MCA_BASE_VERBOSE_ERROR : MCA_BASE_VERBOSE_TRACE, "btl put complete on module %p. local "
status            428 ompi/mca/osc/rdma/osc_rdma_comm.c                      "address %p. opal status %d", (void *) module, local_address, status);
status            533 ompi/mca/osc/rdma/osc_rdma_comm.c                                         void *context, void *data, int status)
status            541 ompi/mca/osc/rdma/osc_rdma_comm.c     OSC_RDMA_VERBOSE(status ? MCA_BASE_VERBOSE_ERROR : MCA_BASE_VERBOSE_TRACE, "btl get complete on sync %p. local "
status            542 ompi/mca/osc/rdma/osc_rdma_comm.c                      "address %p. origin %p. opal status %d", (void *) sync, local_address, origin_addr, status);
status            544 ompi/mca/osc/rdma/osc_rdma_comm.c     assert (OPAL_SUCCESS == status);
status            547 ompi/mca/osc/rdma/osc_rdma_comm.c         if (OPAL_LIKELY(OMPI_SUCCESS == status)) {
status            566 ompi/mca/osc/rdma/osc_rdma_comm.c     ompi_osc_rdma_request_complete (request, status);
status             34 ompi/mca/osc/rdma/osc_rdma_lock.h                                     void *context, void *data, int status);
status            129 ompi/mca/osc/ucx/osc_ucx_comm.c     int status;
status            159 ompi/mca/osc/ucx/osc_ucx_comm.c             status = opal_common_ucx_wpmem_putget(module->mem, op, target,
status            162 ompi/mca/osc/ucx/osc_ucx_comm.c             if (OPAL_SUCCESS != status) {
status            163 ompi/mca/osc/ucx/osc_ucx_comm.c                 OSC_UCX_VERBOSE(1, "opal_common_ucx_mem_putget failed: %d", status);
status            192 ompi/mca/osc/ucx/osc_ucx_comm.c             status = opal_common_ucx_wpmem_putget(module->mem, op, target,
status            196 ompi/mca/osc/ucx/osc_ucx_comm.c             if (OPAL_SUCCESS != status) {
status            197 ompi/mca/osc/ucx/osc_ucx_comm.c                 OSC_UCX_VERBOSE(1, "opal_common_ucx_mem_putget failed: %d", status);
status            214 ompi/mca/osc/ucx/osc_ucx_comm.c             status = opal_common_ucx_wpmem_putget(module->mem, op, target,
status            218 ompi/mca/osc/ucx/osc_ucx_comm.c             if (OPAL_SUCCESS != status) {
status            219 ompi/mca/osc/ucx/osc_ucx_comm.c                 OSC_UCX_VERBOSE(1, "opal_common_ucx_mem_putget failed: %d", status);
status            149 ompi/mca/pml/cm/pml_cm.h                 ompi_status_public_t * status)
status            215 ompi/mca/pml/cm/pml_cm.h     if (NULL != status) {  /* return status */
status            216 ompi/mca/pml/cm/pml_cm.h         *status = req.req_ompi.req_status;
status            410 ompi/mca/pml/cm/pml_cm.h                    int *matched, ompi_status_public_t * status)
status            414 ompi/mca/pml/cm/pml_cm.h                                 matched, status));
status            420 ompi/mca/pml/cm/pml_cm.h                   ompi_status_public_t * status)
status            427 ompi/mca/pml/cm/pml_cm.h                                    &matched, status));
status            442 ompi/mca/pml/cm/pml_cm.h                    ompi_status_public_t* status)
status            447 ompi/mca/pml/cm/pml_cm.h                                  status));
status            455 ompi/mca/pml/cm/pml_cm.h                   ompi_status_public_t* status)
status            463 ompi/mca/pml/cm/pml_cm.h                                     status));
status            511 ompi/mca/pml/cm/pml_cm.h                  ompi_status_public_t* status)
status            542 ompi/mca/pml/cm/pml_cm.h     if (NULL != status) {  /* return status */
status            543 ompi/mca/pml/cm/pml_cm.h         *status = recvreq->req_base.req_ompi.req_status;
status             93 ompi/mca/pml/crcpw/pml_crcpw.h     int mca_pml_crcpw_iprobe(int dst, int tag, struct ompi_communicator_t* comm, int *matched, ompi_status_public_t* status );
status             95 ompi/mca/pml/crcpw/pml_crcpw.h     int mca_pml_crcpw_probe( int dst, int tag, struct ompi_communicator_t* comm, ompi_status_public_t* status );
status            103 ompi/mca/pml/crcpw/pml_crcpw.h                              ompi_status_public_t* status );
status            109 ompi/mca/pml/crcpw/pml_crcpw.h                             ompi_status_public_t* status );
status            127 ompi/mca/pml/crcpw/pml_crcpw.h                              struct ompi_communicator_t* comm,  ompi_status_public_t* status);
status            139 ompi/mca/pml/crcpw/pml_crcpw.h                               ompi_status_public_t* status );
status            285 ompi/mca/pml/crcpw/pml_crcpw_module.c int mca_pml_crcpw_iprobe(int dst, int tag, struct ompi_communicator_t* comm, int *matched, ompi_status_public_t* status )
status            296 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_iprobe(dst, tag, comm, matched, status, pml_state);
status            308 ompi/mca/pml/crcpw/pml_crcpw_module.c         if( OMPI_SUCCESS != (ret = mca_pml_crcpw_module.wrapped_pml_module.pml_iprobe(dst, tag, comm, matched, status) ) ) {
status            315 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_iprobe(dst, tag, comm, matched, status, pml_state);
status            328 ompi/mca/pml/crcpw/pml_crcpw_module.c int mca_pml_crcpw_probe( int dst, int tag, struct ompi_communicator_t* comm, ompi_status_public_t* status )
status            339 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_probe(dst, tag, comm, status, pml_state);
status            351 ompi/mca/pml/crcpw/pml_crcpw_module.c         if( OMPI_SUCCESS != (ret = mca_pml_crcpw_module.wrapped_pml_module.pml_probe(dst, tag, comm, status) ) ) {
status            358 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_probe(dst, tag, comm, status, pml_state);
status            581 ompi/mca/pml/crcpw/pml_crcpw_module.c     ompi_status_public_t* status = NULL;
status            590 ompi/mca/pml/crcpw/pml_crcpw_module.c         status = (ompi_status_public_t*)malloc(sizeof(ompi_status_public_t));
status            593 ompi/mca/pml/crcpw/pml_crcpw_module.c         status = given_status;
status            597 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_recv(buf, count, datatype, src, tag, comm, status, pml_state);
status            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) ) ) {
status            616 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_recv(buf, count, datatype, src, tag, comm, status, pml_state);
status            624 ompi/mca/pml/crcpw/pml_crcpw_module.c         free(status);
status            766 ompi/mca/pml/crcpw/pml_crcpw_module.c                       ompi_status_public_t* status)
status            777 ompi/mca/pml/crcpw/pml_crcpw_module.c                      ompi_status_public_t* status)
status            799 ompi/mca/pml/crcpw/pml_crcpw_module.c                     ompi_status_public_t* status)
status             61 ompi/mca/pml/example/pml_example.h                                ompi_status_public_t* status );
status             66 ompi/mca/pml/example/pml_example.h                               ompi_status_public_t* status );
status             73 ompi/mca/pml/example/pml_example.h                                    ompi_status_public_t* status);
status             79 ompi/mca/pml/example/pml_example.h                                   ompi_status_public_t* status);
status            132 ompi/mca/pml/example/pml_example.h                              ompi_status_public_t* status );
status            144 ompi/mca/pml/example/pml_example.h                                  ompi_status_public_t* status);
status             18 ompi/mca/pml/example/pml_example_iprobe.c                         int *matched, ompi_status_public_t * status )
status             25 ompi/mca/pml/example/pml_example_iprobe.c                        ompi_status_public_t * status )
status             35 ompi/mca/pml/example/pml_example_iprobe.c                             ompi_status_public_t* status)
status             44 ompi/mca/pml/example/pml_example_iprobe.c                            ompi_status_public_t* status)
status             46 ompi/mca/pml/example/pml_example_irecv.c                       ompi_status_public_t * status )
status             64 ompi/mca/pml/example/pml_example_irecv.c                           ompi_status_public_t* status)
status             52 ompi/mca/pml/monitoring/pml_monitoring.h                                      ompi_status_public_t* status );
status             57 ompi/mca/pml/monitoring/pml_monitoring.h                                     ompi_status_public_t* status );
status             64 ompi/mca/pml/monitoring/pml_monitoring.h                                       ompi_status_public_t* status );
status             70 ompi/mca/pml/monitoring/pml_monitoring.h                                      ompi_status_public_t* status );
status            120 ompi/mca/pml/monitoring/pml_monitoring.h                                    ompi_status_public_t* status);
status            132 ompi/mca/pml/monitoring/pml_monitoring.h                                     ompi_status_public_t* status);
status             23 ompi/mca/pml/monitoring/pml_monitoring_iprobe.c                                ompi_status_public_t* status )
status             26 ompi/mca/pml/monitoring/pml_monitoring_iprobe.c                                           matched, status);
status             32 ompi/mca/pml/monitoring/pml_monitoring_iprobe.c                               ompi_status_public_t* status )
status             34 ompi/mca/pml/monitoring/pml_monitoring_iprobe.c     return pml_selected_module.pml_probe(dst, tag, comm, status);
status             42 ompi/mca/pml/monitoring/pml_monitoring_iprobe.c                                ompi_status_public_t* status)
status             45 ompi/mca/pml/monitoring/pml_monitoring_iprobe.c                                            matched, message, status);
status             53 ompi/mca/pml/monitoring/pml_monitoring_iprobe.c                               ompi_status_public_t* status)
status             55 ompi/mca/pml/monitoring/pml_monitoring_iprobe.c     return pml_selected_module.pml_mprobe(dst, tag, comm, message, status);
status             51 ompi/mca/pml/monitoring/pml_monitoring_irecv.c                             ompi_status_public_t* status)
status             54 ompi/mca/pml/monitoring/pml_monitoring_irecv.c                                         src, tag, comm, status);
status             73 ompi/mca/pml/monitoring/pml_monitoring_irecv.c                              ompi_status_public_t* status)
status             77 ompi/mca/pml/monitoring/pml_monitoring_irecv.c                                          message, status);
status            661 ompi/mca/pml/ob1/pml_ob1.c                                         int status )
status            681 ompi/mca/pml/ob1/pml_ob1.c                           int status )
status            690 ompi/mca/pml/ob1/pml_ob1.c         MCA_PML_OB1_ADD_FIN_TO_PENDING(proc, hdr_frag, rdma_size, bml_btl, order, status);
status            698 ompi/mca/pml/ob1/pml_ob1.c                                  0, hdr_frag.lval, status ? status : (int64_t) rdma_size);
status            711 ompi/mca/pml/ob1/pml_ob1.c     MCA_PML_OB1_ADD_FIN_TO_PENDING(proc, hdr_frag, rdma_size, bml_btl, order, status);
status            767 ompi/mca/pml/ob1/pml_ob1.c                                           pckt->status);
status            122 ompi/mca/pml/ob1/pml_ob1.h                                ompi_status_public_t* status );
status            127 ompi/mca/pml/ob1/pml_ob1.h                               ompi_status_public_t* status );
status            134 ompi/mca/pml/ob1/pml_ob1.h                                ompi_status_public_t* status );
status            140 ompi/mca/pml/ob1/pml_ob1.h                               ompi_status_public_t* status );
status            190 ompi/mca/pml/ob1/pml_ob1.h                              ompi_status_public_t* status );
status            202 ompi/mca/pml/ob1/pml_ob1.h                               ompi_status_public_t* status );
status            228 ompi/mca/pml/ob1/pml_ob1.h     int status;
status            256 ompi/mca/pml/ob1/pml_ob1.h         _pckt->status = (S);                                        \
status            283 ompi/mca/pml/ob1/pml_ob1.h         opal_ptr_t hdr_frag, uint64_t size, uint8_t order, int status);
status             30 ompi/mca/pml/ob1/pml_ob1_iprobe.c                        int *matched, ompi_status_public_t * status)
status             43 ompi/mca/pml/ob1/pml_ob1_iprobe.c         if( NULL != status ) {
status             44 ompi/mca/pml/ob1/pml_ob1_iprobe.c             *status = recvreq.req_recv.req_base.req_ompi.req_status;
status             60 ompi/mca/pml/ob1/pml_ob1_iprobe.c                       ompi_status_public_t * status)
status             74 ompi/mca/pml/ob1/pml_ob1_iprobe.c     if (NULL != status) {
status             75 ompi/mca/pml/ob1/pml_ob1_iprobe.c         *status = recvreq.req_recv.req_base.req_ompi.req_status;
status             89 ompi/mca/pml/ob1/pml_ob1_iprobe.c                     ompi_status_public_t * status)
status            110 ompi/mca/pml/ob1/pml_ob1_iprobe.c         if( NULL != status ) {
status            111 ompi/mca/pml/ob1/pml_ob1_iprobe.c             *status = recvreq->req_recv.req_base.req_ompi.req_status;
status            143 ompi/mca/pml/ob1/pml_ob1_iprobe.c                    ompi_status_public_t * status)
status            166 ompi/mca/pml/ob1/pml_ob1_iprobe.c     if( NULL != status ) {
status            167 ompi/mca/pml/ob1/pml_ob1_iprobe.c         *status = recvreq->req_recv.req_base.req_ompi.req_status;
status            110 ompi/mca/pml/ob1/pml_ob1_irecv.c                      ompi_status_public_t * status)
status            147 ompi/mca/pml/ob1/pml_ob1_irecv.c     if (NULL != status) {  /* return status */
status            148 ompi/mca/pml/ob1/pml_ob1_irecv.c         *status = recvreq->req_recv.req_base.req_ompi.req_status;
status            273 ompi/mca/pml/ob1/pml_ob1_irecv.c                    ompi_status_public_t* status )
status            357 ompi/mca/pml/ob1/pml_ob1_irecv.c     if (NULL != status) {  /* return status */
status            358 ompi/mca/pml/ob1/pml_ob1_irecv.c         *status = recvreq->req_recv.req_base.req_ompi.req_status;
status            184 ompi/mca/pml/ob1/pml_ob1_recvreq.c                                              int status )
status            377 ompi/mca/pml/ob1/pml_ob1_recvreq.c                                          void *context, void *cbdata, int status)
status            384 ompi/mca/pml/ob1/pml_ob1_recvreq.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != status)) {
status            385 ompi/mca/pml/ob1/pml_ob1_recvreq.c         status = mca_pml_ob1_recv_request_get_frag_failed (frag, status);
status            386 ompi/mca/pml/ob1/pml_ob1_recvreq.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != status)) {
status            388 ompi/mca/pml/ob1/pml_ob1_recvreq.c             OMPI_ERROR_LOG(status);
status            626 ompi/mca/pml/ob1/pml_ob1_recvreq.c                                                   int status )
status            341 ompi/mca/pml/ob1/pml_ob1_recvreq.h     int status );
status            182 ompi/mca/pml/ob1/pml_ob1_sendreq.c                                    int status )
status            188 ompi/mca/pml/ob1/pml_ob1_sendreq.c     if( OPAL_UNLIKELY(OMPI_SUCCESS != status) ) {
status            227 ompi/mca/pml/ob1/pml_ob1_sendreq.c                              int status )
status            234 ompi/mca/pml/ob1/pml_ob1_sendreq.c     if( OPAL_UNLIKELY(OMPI_SUCCESS != status) ) {
status            291 ompi/mca/pml/ob1/pml_ob1_sendreq.c                                  int status )
status            308 ompi/mca/pml/ob1/pml_ob1_sendreq.c                              int status )
status            315 ompi/mca/pml/ob1/pml_ob1_sendreq.c     if( OPAL_UNLIKELY(OMPI_SUCCESS != status) ) {
status            349 ompi/mca/pml/ob1/pml_ob1_sendreq.c                                   int status )
status           1136 ompi/mca/pml/ob1/pml_ob1_sendreq.c                                         void *context, void *cbdata, int status)
status           1143 ompi/mca/pml/ob1/pml_ob1_sendreq.c     if( OPAL_UNLIKELY(OMPI_SUCCESS == status) ) {
status           1157 ompi/mca/pml/ob1/pml_ob1_sendreq.c         mca_pml_ob1_send_request_put_frag_failed (frag, status);
status            269 ompi/mca/pml/pml.h     ompi_status_public_t* status
status            276 ompi/mca/pml/pml.h     ompi_status_public_t* status
status            376 ompi/mca/pml/pml.h     ompi_status_public_t *status
status            385 ompi/mca/pml/pml.h     ompi_status_public_t *status
status            402 ompi/mca/pml/pml.h     ompi_status_public_t *status
status            410 ompi/mca/pml/pml.h     ompi_status_public_t *status
status            478 ompi/mca/pml/pml.h typedef int (*mca_pml_base_module_ft_event_fn_t) (int status);
status             88 ompi/mca/pml/ucx/pml_ucx.c     ucs_status_t status;
status             96 ompi/mca/pml/ucx/pml_ucx.c     status = ucp_worker_query(ompi_pml_ucx.ucp_worker, &attrs);
status             97 ompi/mca/pml/ucx/pml_ucx.c     if (UCS_OK != status) {
status            121 ompi/mca/pml/ucx/pml_ucx.c     ucs_status_t status;
status            128 ompi/mca/pml/ucx/pml_ucx.c     status = ucp_worker_get_address(ompi_pml_ucx.ucp_worker, &address, &addrlen);
status            129 ompi/mca/pml/ucx/pml_ucx.c     if (UCS_OK != status) {
status            146 ompi/mca/pml/ucx/pml_ucx.c     status = mca_pml_ucx_send_worker_address_type(UCP_WORKER_ADDRESS_FLAG_NET_ONLY,
status            148 ompi/mca/pml/ucx/pml_ucx.c     if (UCS_OK != status) {
status            152 ompi/mca/pml/ucx/pml_ucx.c     status = mca_pml_ucx_send_worker_address_type(0, OPAL_PMIX_LOCAL);
status            153 ompi/mca/pml/ucx/pml_ucx.c     if (UCS_OK != status) {
status            189 ompi/mca/pml/ucx/pml_ucx.c     ucs_status_t status;
status            194 ompi/mca/pml/ucx/pml_ucx.c     status = ucp_config_read("MPI", NULL, &config);
status            195 ompi/mca/pml/ucx/pml_ucx.c     if (UCS_OK != status) {
status            216 ompi/mca/pml/ucx/pml_ucx.c     status = ucp_init(&params, config, &ompi_pml_ucx.ucp_context);
status            219 ompi/mca/pml/ucx/pml_ucx.c     if (UCS_OK != status) {
status            225 ompi/mca/pml/ucx/pml_ucx.c     status = ucp_context_query(ompi_pml_ucx.ucp_context, &attr);
status            226 ompi/mca/pml/ucx/pml_ucx.c     if (UCS_OK != status) {
status            252 ompi/mca/pml/ucx/pml_ucx.c     ucs_status_t status;
status            265 ompi/mca/pml/ucx/pml_ucx.c     status = ucp_worker_create(ompi_pml_ucx.ucp_context, &params,
status            267 ompi/mca/pml/ucx/pml_ucx.c     if (UCS_OK != status) {
status            274 ompi/mca/pml/ucx/pml_ucx.c     status = ucp_worker_query(ompi_pml_ucx.ucp_worker, &attr);
status            275 ompi/mca/pml/ucx/pml_ucx.c     if (UCS_OK != status) {
status            360 ompi/mca/pml/ucx/pml_ucx.c     ucs_status_t status;
status            375 ompi/mca/pml/ucx/pml_ucx.c     status = ucp_ep_create(ompi_pml_ucx.ucp_worker, &ep_params, &ep);
status            377 ompi/mca/pml/ucx/pml_ucx.c     if (UCS_OK != status) {
status            380 ompi/mca/pml/ucx/pml_ucx.c                       ucs_status_string(status));
status            583 ompi/mca/pml/ucx/pml_ucx.c     ucs_status_t status;
status            591 ompi/mca/pml/ucx/pml_ucx.c     status = ucp_tag_recv_nbr(ompi_pml_ucx.ucp_worker, buf, count,
status            596 ompi/mca/pml/ucx/pml_ucx.c         status = ucp_request_test(req, &info);
status            597 ompi/mca/pml/ucx/pml_ucx.c         if (status != UCS_INPROGRESS) {
status            598 ompi/mca/pml/ucx/pml_ucx.c             mca_pml_ucx_set_recv_status_safe(mpi_status, status, &info);
status            809 ompi/mca/pml/ucx/pml_ucx.c     ucs_status_t status;
status            813 ompi/mca/pml/ucx/pml_ucx.c     status = ucp_tag_send_nbr(ep, buf, count, ucx_datatype, tag, req);
status            814 ompi/mca/pml/ucx/pml_ucx.c     if (OPAL_LIKELY(status == UCS_OK)) {
status            973 ompi/mca/pml/ucx/pml_ucx.c                         ompi_status_public_t* status)
status            990 ompi/mca/pml/ucx/pml_ucx.c     ompi_request_wait(&req, status);
status             89 ompi/mca/pml/ucx/pml_ucx.h                        ompi_status_public_t* status);
status            106 ompi/mca/pml/ucx/pml_ucx.h                          int *matched, ompi_status_public_t* status);
status            109 ompi/mca/pml/ucx/pml_ucx.h                         ompi_status_public_t* status);
status            113 ompi/mca/pml/ucx/pml_ucx.h                           ompi_status_public_t* status);
status            117 ompi/mca/pml/ucx/pml_ucx.h                          ompi_status_public_t* status);
status            125 ompi/mca/pml/ucx/pml_ucx.h                         ompi_status_public_t* status);
status            146 ompi/mca/pml/ucx/pml_ucx_datatype.c     ucs_status_t status;
status            163 ompi/mca/pml/ucx/pml_ucx_datatype.c     status = ucp_dt_create_generic(&pml_ucx_generic_datatype_ops,
status            165 ompi/mca/pml/ucx/pml_ucx_datatype.c     if (status != UCS_OK) {
status             37 ompi/mca/pml/ucx/pml_ucx_request.c void mca_pml_ucx_send_completion(void *request, ucs_status_t status)
status             42 ompi/mca/pml/ucx/pml_ucx_request.c                     ucs_status_string(status));
status             44 ompi/mca/pml/ucx/pml_ucx_request.c     mca_pml_ucx_set_send_status(&req->req_status, status);
status             49 ompi/mca/pml/ucx/pml_ucx_request.c void mca_pml_ucx_bsend_completion(void *request, ucs_status_t status)
status             54 ompi/mca/pml/ucx/pml_ucx_request.c                     req->req_complete_cb_data, ucs_status_string(status));
status             57 ompi/mca/pml/ucx/pml_ucx_request.c     mca_pml_ucx_set_send_status(&req->req_status, status);
status             62 ompi/mca/pml/ucx/pml_ucx_request.c void mca_pml_ucx_recv_completion(void *request, ucs_status_t status,
status             68 ompi/mca/pml/ucx/pml_ucx_request.c                     (void*)req, ucs_status_string(status), info->sender_tag,
status             71 ompi/mca/pml/ucx/pml_ucx_request.c     mca_pml_ucx_set_recv_status(&req->req_status, status, info);
status            106 ompi/mca/pml/ucx/pml_ucx_request.c void mca_pml_ucx_psend_completion(void *request, ucs_status_t status)
status            111 ompi/mca/pml/ucx/pml_ucx_request.c                     (void*)tmp_req, ucs_status_string(status));
status            113 ompi/mca/pml/ucx/pml_ucx_request.c     mca_pml_ucx_set_send_status(&tmp_req->req_status, status);
status            117 ompi/mca/pml/ucx/pml_ucx_request.c void mca_pml_ucx_precv_completion(void *request, ucs_status_t status,
status            123 ompi/mca/pml/ucx/pml_ucx_request.c                     (void*)tmp_req, ucs_status_string(status), info->sender_tag,
status            126 ompi/mca/pml/ucx/pml_ucx_request.c     mca_pml_ucx_set_recv_status(&tmp_req->req_status, status, info);
status            117 ompi/mca/pml/ucx/pml_ucx_request.h void mca_pml_ucx_send_completion(void *request, ucs_status_t status);
status            119 ompi/mca/pml/ucx/pml_ucx_request.h void mca_pml_ucx_recv_completion(void *request, ucs_status_t status,
status            122 ompi/mca/pml/ucx/pml_ucx_request.h void mca_pml_ucx_psend_completion(void *request, ucs_status_t status);
status            124 ompi/mca/pml/ucx/pml_ucx_request.h void mca_pml_ucx_bsend_completion(void *request, ucs_status_t status);
status            126 ompi/mca/pml/ucx/pml_ucx_request.h void mca_pml_ucx_precv_completion(void *request, ucs_status_t status,
status            145 ompi/mca/pml/ucx/pml_ucx_request.h                                         ucs_status_t status)
status            147 ompi/mca/pml/ucx/pml_ucx_request.h     if (OPAL_LIKELY(status == UCS_OK)) {
status            150 ompi/mca/pml/ucx/pml_ucx_request.h     } else if (status == UCS_ERR_CANCELED) {
status            372 ompi/mca/pml/yalla/pml_yalla.c                        ompi_status_public_t* status)
status            395 ompi/mca/pml/yalla/pml_yalla.c     rc = PML_YALLA_SET_RECV_STATUS(&rreq, rreq.completion.actual_len, status);
status            535 ompi/mca/pml/yalla/pml_yalla.c                          int *matched, ompi_status_public_t* status)
status            546 ompi/mca/pml/yalla/pml_yalla.c         PML_YALLA_SET_RECV_STATUS(&rreq, rreq.completion.sender_len, status);
status            559 ompi/mca/pml/yalla/pml_yalla.c                         ompi_status_public_t* status)
status            569 ompi/mca/pml/yalla/pml_yalla.c             PML_YALLA_SET_RECV_STATUS(&rreq, rreq.completion.sender_len, status);
status            583 ompi/mca/pml/yalla/pml_yalla.c                           ompi_status_public_t* status)
status            595 ompi/mca/pml/yalla/pml_yalla.c         PML_YALLA_SET_RECV_STATUS(&rreq, rreq.completion.sender_len, status);
status            610 ompi/mca/pml/yalla/pml_yalla.c                          ompi_status_public_t* status)
status            621 ompi/mca/pml/yalla/pml_yalla.c             PML_YALLA_SET_RECV_STATUS(&rreq, rreq.completion.sender_len, status);
status            662 ompi/mca/pml/yalla/pml_yalla.c                         ompi_status_public_t* status)
status            686 ompi/mca/pml/yalla/pml_yalla.c     return PML_YALLA_SET_RECV_STATUS(&rreq, rreq.completion.actual_len, status);
status            108 ompi/mca/pml/yalla/pml_yalla.h                        ompi_status_public_t* status);
status            125 ompi/mca/pml/yalla/pml_yalla.h                          int *matched, ompi_status_public_t* status);
status            128 ompi/mca/pml/yalla/pml_yalla.h                         ompi_status_public_t* status);
status            132 ompi/mca/pml/yalla/pml_yalla.h                           ompi_status_public_t* status);
status            136 ompi/mca/pml/yalla/pml_yalla.h                          ompi_status_public_t* status);
status            144 ompi/mca/pml/yalla/pml_yalla.h                         ompi_status_public_t* status);
status            105 ompi/mca/rte/orte/rte_orte_module.c static void _release_fn(int status,
status            118 ompi/mca/rte/orte/rte_orte_module.c static void _register_fn(int status,
status            867 ompi/mca/rte/pmix/rte_pmix_module.c static void _release_fn(int status,
status            880 ompi/mca/rte/pmix/rte_pmix_module.c static void _register_fn(int status,
status             66 ompi/mca/sharedfp/individual/sharedfp_individual.h                                   void *buf, int count, MPI_Datatype datatype, MPI_Status *status);
status             69 ompi/mca/sharedfp/individual/sharedfp_individual.h                                           ompi_status_public_t *status);
status             76 ompi/mca/sharedfp/individual/sharedfp_individual.h                                                ompi_status_public_t *status);
status             86 ompi/mca/sharedfp/individual/sharedfp_individual.h                                    ompi_status_public_t *status);
status             91 ompi/mca/sharedfp/individual/sharedfp_individual.h                                            ompi_status_public_t *status);
status             98 ompi/mca/sharedfp/individual/sharedfp_individual.h                                                ompi_status_public_t *status);
status             51 ompi/mca/sharedfp/individual/sharedfp_individual_collaborate_data.c     ompi_status_public_t status;
status            198 ompi/mca/sharedfp/individual/sharedfp_individual_collaborate_data.c                                               MPI_BYTE, &status);
status            213 ompi/mca/sharedfp/individual/sharedfp_individual_collaborate_data.c                                               ind_recordlength[i], MPI_BYTE, &status);
status            263 ompi/mca/sharedfp/individual/sharedfp_individual_collaborate_data.c     MPI_Status status;
status            304 ompi/mca/sharedfp/individual/sharedfp_individual_collaborate_data.c                                                 &rec, 32, MPI_BYTE,&status);
status            101 ompi/mca/sharedfp/individual/sharedfp_individual_insert_metadata.c     MPI_Status status;
status            138 ompi/mca/sharedfp/individual/sharedfp_individual_insert_metadata.c                                                &buff,32, MPI_BYTE, &status);
status            213 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c                                               ompi_status_public_t *status)
status            216 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c     ret = ompi_request_wait ( &fh->f_split_coll_req, status );
status             32 ompi/mca/sharedfp/individual/sharedfp_individual_read.c 				   void *buf, int count, MPI_Datatype datatype, MPI_Status *status)
status             39 ompi/mca/sharedfp/individual/sharedfp_individual_read.c                                    void *buf, int count, MPI_Datatype datatype, MPI_Status *status)
status             66 ompi/mca/sharedfp/individual/sharedfp_individual_read.c                                               ompi_status_public_t *status)
status             35 ompi/mca/sharedfp/individual/sharedfp_individual_write.c                                        ompi_status_public_t *status)
status             65 ompi/mca/sharedfp/individual/sharedfp_individual_write.c                                                buf, count, datatype, status);
status             82 ompi/mca/sharedfp/individual/sharedfp_individual_write.c                                            ompi_status_public_t *status)
status            191 ompi/mca/sharedfp/individual/sharedfp_individual_write.c     ret = mca_common_ompio_file_write_at_all(fh, offset, buf,count,datatype,status);
status             65 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h                                   void *buf, int count, MPI_Datatype datatype, MPI_Status *status);
status             68 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h                                           ompi_status_public_t *status
status             76 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h                                                ompi_status_public_t *status);
status             86 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h                                    ompi_status_public_t *status);
status             91 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h                                            ompi_status_public_t *status);
status             98 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h                                                ompi_status_public_t *status);
status            199 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c                                               ompi_status_public_t *status)
status            202 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c     ret = ompi_request_wait ( &fh->f_split_coll_req, status );
status            209 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c                                               ompi_status_public_t *status)
status            212 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c     ret = ompi_request_wait ( &fh->f_split_coll_req, status );
status             32 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c                                    void *buf, int count, MPI_Datatype datatype, MPI_Status *status)
status             71 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c         ret = mca_common_ompio_file_read_at(fh,offset,buf,count,datatype,status);
status             81 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c                                            ompi_status_public_t *status)
status            173 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c     ret = mca_common_ompio_file_read_at_all(fh,offset,buf,count,datatype,status);
status             35 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c                                    ompi_status_public_t *status)
status             70 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c         ret = mca_common_ompio_file_write_at ( fh, offset, buf, count, datatype, status);
status             80 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c                                            ompi_status_public_t *status)
status            188 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c     ret = mca_common_ompio_file_write_at_all(fh,offset,buf,count,datatype,status);
status            130 ompi/mca/sharedfp/sharedfp.h         ompi_status_public_t *status);
status            136 ompi/mca/sharedfp/sharedfp.h         ompi_status_public_t *status);
status            145 ompi/mca/sharedfp/sharedfp.h         ompi_status_public_t *status);
status            157 ompi/mca/sharedfp/sharedfp.h         ompi_status_public_t *status);
status            163 ompi/mca/sharedfp/sharedfp.h         ompi_status_public_t *status);
status            178 ompi/mca/sharedfp/sharedfp.h         ompi_status_public_t *status);
status             65 ompi/mca/sharedfp/sm/sharedfp_sm.h                                   void *buf, int count, MPI_Datatype datatype, MPI_Status *status);
status             68 ompi/mca/sharedfp/sm/sharedfp_sm.h                                           ompi_status_public_t *status
status             76 ompi/mca/sharedfp/sm/sharedfp_sm.h                                                ompi_status_public_t *status);
status             86 ompi/mca/sharedfp/sm/sharedfp_sm.h                                    ompi_status_public_t *status);
status             91 ompi/mca/sharedfp/sm/sharedfp_sm.h                                            ompi_status_public_t *status);
status             98 ompi/mca/sharedfp/sm/sharedfp_sm.h                                                ompi_status_public_t *status);
status            197 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c                                      ompi_status_public_t *status)
status            200 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c     ret = ompi_request_wait ( &fh->f_split_coll_req, status );
status            185 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c                                       ompi_status_public_t *status)
status            188 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c     ret = ompi_request_wait ( &fh->f_split_coll_req, status );
status             32 ompi/mca/sharedfp/sm/sharedfp_sm_read.c                            void *buf, int count, MPI_Datatype datatype, MPI_Status *status)
status             65 ompi/mca/sharedfp/sm/sharedfp_sm_read.c         ret = mca_common_ompio_file_read_at(fh,offset,buf,count,datatype,status);
status             75 ompi/mca/sharedfp/sm/sharedfp_sm_read.c                                   ompi_status_public_t *status)
status            174 ompi/mca/sharedfp/sm/sharedfp_sm_read.c     ret = mca_common_ompio_file_read_at_all(fh,offset,buf,count,datatype,status);
status             39 ompi/mca/sharedfp/sm/sharedfp_sm_seek.c     int status=0;
status             73 ompi/mca/sharedfp/sm/sharedfp_sm_seek.c                             current_position,offset,status);
status             35 ompi/mca/sharedfp/sm/sharedfp_sm_write.c                            ompi_status_public_t *status)
status             69 ompi/mca/sharedfp/sm/sharedfp_sm_write.c         ret = mca_common_ompio_file_write_at(fh,offset,buf,count,datatype,status);
status             79 ompi/mca/sharedfp/sm/sharedfp_sm_write.c                                    ompi_status_public_t *status)
status            166 ompi/mca/sharedfp/sm/sharedfp_sm_write.c     ret = mca_common_ompio_file_write_at_all(fh,offset,buf,count,datatype,status);
status             46 ompi/mca/topo/base/topo_base_dist_graph_create.c     ompi_status_public_t status;
status            211 ompi/mca/topo/base/topo_base_dist_graph_create.c                            comm, &status ));
status            212 ompi/mca/topo/base/topo_base_dist_graph_create.c         how_much = status._ucount / int_size;
status            247 ompi/mca/topo/base/topo_base_dist_graph_create.c                            comm, &status ));
status            248 ompi/mca/topo/base/topo_base_dist_graph_create.c         how_much = status._ucount / int_size;
status             57 ompi/mca/vprotocol/example/vprotocol_example.h                                             ompi_status_public_t * status );
status             85 ompi/mca/vprotocol/example/vprotocol_example.h                                             int *matched, ompi_status_public_t * status );
status             88 ompi/mca/vprotocol/example/vprotocol_example.h                                             ompi_status_public_t * status );
status             17 ompi/mca/vprotocol/example/vprotocol_example_probe.c                        ompi_status_public_t * status )
status             20 ompi/mca/vprotocol/example/vprotocol_example_probe.c   return mca_pml_v.host_pml.pml_probe(src, tag, comm, status);
status             25 ompi/mca/vprotocol/example/vprotocol_example_probe.c                         int *matched, ompi_status_public_t * status )
status             28 ompi/mca/vprotocol/example/vprotocol_example_probe.c   return mca_pml_v.host_pml.pml_iprobe(src, tag, comm, matched, status);
status             54 ompi/mca/vprotocol/example/vprotocol_example_recv.c                       ompi_status_public_t * status )
status             58 ompi/mca/vprotocol/example/vprotocol_example_recv.c   ret = mca_pml_v.host_pml.pml_recv(addr, count, datatype, src, tag, comm, status);
status             60 ompi/mca/vprotocol/example/vprotocol_example_recv.c     if(status)
status             61 ompi/mca/vprotocol/example/vprotocol_example_recv.c       V_OUTPUT_VERBOSE(75, "deliver\trecv \tcomm %d\tfrom %d(%d)\ttag %d(%d)\tsize %ld(%ld)\tstatus %d", comm->c_contextid, src, status->MPI_SOURCE, tag, status->MPI_TAG, (long) count, (long) status->_ucount, status->MPI_ERROR);
status             16 ompi/mca/vprotocol/example/vprotocol_example_wait.c int mca_vprotocol_example_wait_any(size_t count, ompi_request_t ** requests, int *index, ompi_status_public_t * status)
status             17 ompi/mca/vprotocol/example/vprotocol_example_wait.h OMPI_DECLSPEC int mca_vprotocol_example_wait_any(size_t count, ompi_request_t ** requests, int *index, ompi_status_public_t * status);
status             80 ompi/mca/vprotocol/pessimist/vprotocol_pessimist.h                                  ompi_status_public_t * status );
status            100 ompi/mca/vprotocol/pessimist/vprotocol_pessimist.h                                    int *matched, ompi_status_public_t * status );
status            103 ompi/mca/vprotocol/pessimist/vprotocol_pessimist.h                                   ompi_status_public_t * status );
status            114 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_eventlog.c                                          ompi_status_public_t *status) {
status            149 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_eventlog.c                     ompi_request_wait(&reqs[i], status);
status            234 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_eventlog.h #define VPROTOCOL_PESSIMIST_DELIVERY_REPLAY(n, reqs, outcount, i, status) do {\
status            236 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_eventlog.h     vprotocol_pessimist_delivery_replay(n, reqs, outcount, i, status);        \
status             16 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c                                   int *matched, ompi_status_public_t * status );
status             19 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c                                int *matched, ompi_status_public_t * status);
status             22 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c                                  ompi_status_public_t * status);
status             25 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c                                ompi_status_public_t * status);
status             32 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c                         int *matched, ompi_status_public_t * status )
status             38 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c     ret = replay_iprobe(src, tag, comm, matched, status);
status             42 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c     ret = mca_pml_v.host_pml.pml_iprobe(src, tag, comm, matched, status);
status             43 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c     log_iprobe(ret, src, tag, comm, matched, status);
status             50 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c                        ompi_status_public_t * status )
status             56 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c     ret = replay_probe(src, tag, comm, status);
status             60 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c     ret = mca_pml_v.host_pml.pml_probe(src, tag, comm, status);
status             61 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c     log_probe(ret, src, tag, comm, status);
status             71 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c                                   int *matched, ompi_status_public_t * status )
status             78 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c                                int *matched, ompi_status_public_t * status)
status             85 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c                                  ompi_status_public_t * status)
status             92 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c                                ompi_status_public_t * status)
status             52 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_recv.c                       ompi_status_public_t * status )
status             66 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_recv.c   VPROTOCOL_PESSIMIST_WAIT(&request, status, ret);
status             32 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.c                                  ompi_status_public_t * status)
status             37 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.c     VPROTOCOL_PESSIMIST_DELIVERY_REPLAY(1, rptr, completed, &index, status);
status             39 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.c     ret = mca_pml_v.host_request_fns.req_test(rptr, completed, status);
status             74 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.c                                      ompi_status_public_t * status)
status             79 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.c     VPROTOCOL_PESSIMIST_DELIVERY_REPLAY(count, requests, completed, index, status);
status             85 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.c                                                   status);
status            116 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.c                                      int *index, ompi_status_public_t * status)
status            122 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.c     VPROTOCOL_PESSIMIST_DELIVERY_REPLAY(count, requests, &dummy, index, status);
status            127 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.c     ret = mca_pml_v.host_request_fns.req_wait_any(count, requests, index, status);
status             19 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.h #define VPROTOCOL_PESSIMIST_WAIT(req, status, rc) \
status             20 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.h   ((rc) = ompi_request_wait(req, status))
status             23 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.h                                  ompi_status_public_t * status);
status             31 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.h                                      ompi_status_public_t * status);
status             38 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.h                                      int *index, ompi_status_public_t * status);
status             42 ompi/mpi/c/file_read.c                   MPI_Datatype datatype, MPI_Status *status)
status             71 ompi/mpi/c/file_read.c             io_module_file_read(fh, buf, count, datatype, status);
status             42 ompi/mpi/c/file_read_all.c                       datatype, MPI_Status *status)
status             71 ompi/mpi/c/file_read_all.c             io_module_file_read_all(fh, buf, count, datatype, status);
status             39 ompi/mpi/c/file_read_all_end.c int MPI_File_read_all_end(MPI_File fh, void *buf, MPI_Status *status)
status             60 ompi/mpi/c/file_read_all_end.c             io_module_file_read_all_end(fh, buf, status);
status             42 ompi/mpi/c/file_read_at.c                      int count, MPI_Datatype datatype, MPI_Status *status)
status             71 ompi/mpi/c/file_read_at.c             io_module_file_read_at(fh, offset, buf, count, datatype, status);
status             43 ompi/mpi/c/file_read_at_all.c                          MPI_Status *status)
status             73 ompi/mpi/c/file_read_at_all.c                                        status);
status             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)
status             60 ompi/mpi/c/file_read_at_all_end.c             io_module_file_read_at_all_end(fh, buf, status);
status             41 ompi/mpi/c/file_read_ordered.c                           MPI_Datatype datatype, MPI_Status *status)
status             66 ompi/mpi/c/file_read_ordered.c             io_module_file_read_ordered(fh, buf, count, datatype, status);
status             39 ompi/mpi/c/file_read_ordered_end.c int MPI_File_read_ordered_end(MPI_File fh, void *buf, MPI_Status *status)
status             60 ompi/mpi/c/file_read_ordered_end.c             io_module_file_read_ordered_end(fh, buf, status);
status             42 ompi/mpi/c/file_read_shared.c                          MPI_Datatype datatype, MPI_Status *status)
status             71 ompi/mpi/c/file_read_shared.c             io_module_file_read_shared(fh, buf, count, datatype, status);
status             45 ompi/mpi/c/file_write.c                    MPI_Datatype datatype, MPI_Status *status)
status             75 ompi/mpi/c/file_write.c           io_module_file_write(fh, buf, count, datatype, status);
status             45 ompi/mpi/c/file_write_all.c                        datatype, MPI_Status *status)
status             75 ompi/mpi/c/file_write_all.c           io_module_file_write_all(fh, buf, count, datatype, status);
status             42 ompi/mpi/c/file_write_all_end.c int MPI_File_write_all_end(MPI_File fh, const void *buf, MPI_Status *status)
status             63 ompi/mpi/c/file_write_all_end.c           io_module_file_write_all_end(fh, buf, status);
status             46 ompi/mpi/c/file_write_at.c                       MPI_Status *status)
status             76 ompi/mpi/c/file_write_at.c           io_module_file_write_at(fh, offset, buf, count, datatype, status);
status             46 ompi/mpi/c/file_write_at_all.c                           MPI_Status *status)
status             77 ompi/mpi/c/file_write_at_all.c                                         status);
status             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)
status             63 ompi/mpi/c/file_write_at_all_end.c           io_module_file_write_at_all_end(fh, buf, status);
status             45 ompi/mpi/c/file_write_ordered.c                            MPI_Datatype datatype, MPI_Status *status)
status             75 ompi/mpi/c/file_write_ordered.c           io_module_file_write_ordered(fh, buf, count, datatype, status);
status             42 ompi/mpi/c/file_write_ordered_end.c int MPI_File_write_ordered_end(MPI_File fh, const void *buf, MPI_Status *status)
status             63 ompi/mpi/c/file_write_ordered_end.c           io_module_file_write_ordered_end(fh, buf, status);
status             45 ompi/mpi/c/file_write_shared.c                           MPI_Datatype datatype, MPI_Status *status)
status             75 ompi/mpi/c/file_write_shared.c           io_module_file_write_shared(fh, buf, count, datatype, status);
status             45 ompi/mpi/c/get_count.c int MPI_Get_count(const MPI_Status *status, MPI_Datatype datatype, int *count)
status             53 ompi/mpi/c/get_count.c                if (status != MPI_STATUSES_IGNORE) {
status             58 ompi/mpi/c/get_count.c                    opal_memchecker_base_mem_defined((void*)&status->MPI_ERROR, sizeof(int));
status             59 ompi/mpi/c/get_count.c                    memchecker_status(status);
status             75 ompi/mpi/c/get_count.c             internal_count = status->_ucount / size; /* count the number of complete datatypes */
status             76 ompi/mpi/c/get_count.c             if( (internal_count * size) != status->_ucount ||
status             44 ompi/mpi/c/get_elements.c int MPI_Get_elements(const MPI_Status *status, MPI_Datatype datatype, int *count)
status             52 ompi/mpi/c/get_elements.c                if (status != MPI_STATUSES_IGNORE) {
status             57 ompi/mpi/c/get_elements.c                    opal_memchecker_base_mem_defined((void*)&status->MPI_ERROR, sizeof(int));
status             58 ompi/mpi/c/get_elements.c                    memchecker_status(status);
status             66 ompi/mpi/c/get_elements.c         if (NULL == status || MPI_STATUSES_IGNORE == status ||
status             67 ompi/mpi/c/get_elements.c             MPI_STATUS_IGNORE == status || NULL == count) {
status             77 ompi/mpi/c/get_elements.c     ret = ompi_datatype_get_elements (datatype, status->_ucount, &internal_count);
status             44 ompi/mpi/c/get_elements_x.c int MPI_Get_elements_x(const MPI_Status *status, MPI_Datatype datatype, MPI_Count *count)
status             52 ompi/mpi/c/get_elements_x.c                if (status != MPI_STATUSES_IGNORE) {
status             57 ompi/mpi/c/get_elements_x.c                    opal_memchecker_base_mem_defined((void*)&status->MPI_ERROR, sizeof(int));
status             58 ompi/mpi/c/get_elements_x.c                    memchecker_status(status);
status             66 ompi/mpi/c/get_elements_x.c         if (NULL == status || MPI_STATUSES_IGNORE == status ||
status             67 ompi/mpi/c/get_elements_x.c             MPI_STATUS_IGNORE == status || NULL == count) {
status             77 ompi/mpi/c/get_elements_x.c     ret = ompi_datatype_get_elements (datatype, status->_ucount, &internal_count);
status             34 ompi/mpi/c/improbe.c                 MPI_Message *message, MPI_Status *status)
status             60 ompi/mpi/c/improbe.c         if (MPI_STATUS_IGNORE != status) {
status             61 ompi/mpi/c/improbe.c             *status = ompi_request_empty.req_status;
status             65 ompi/mpi/c/improbe.c                 opal_memchecker_base_mem_undefined(&status->MPI_ERROR, sizeof(int));
status             75 ompi/mpi/c/improbe.c     rc = MCA_PML_CALL(improbe(source, tag, comm, flag, message, status));
status             79 ompi/mpi/c/improbe.c         opal_memchecker_base_mem_undefined(&status->MPI_ERROR, sizeof(int));
status             42 ompi/mpi/c/iprobe.c int MPI_Iprobe(int source, int tag, MPI_Comm comm, int *flag, MPI_Status *status)
status             69 ompi/mpi/c/iprobe.c         if (MPI_STATUS_IGNORE != status) {
status             70 ompi/mpi/c/iprobe.c             *status = ompi_request_empty.req_status;
status             75 ompi/mpi/c/iprobe.c                 opal_memchecker_base_mem_undefined(&status->MPI_ERROR, sizeof(int));
status             83 ompi/mpi/c/iprobe.c     rc = MCA_PML_CALL(iprobe(source, tag, comm, flag, status));
status             89 ompi/mpi/c/iprobe.c         opal_memchecker_base_mem_undefined(&status->MPI_ERROR, sizeof(int));
status             34 ompi/mpi/c/mprobe.c                MPI_Message *message, MPI_Status *status)
status             60 ompi/mpi/c/mprobe.c         if (MPI_STATUS_IGNORE != status) {
status             61 ompi/mpi/c/mprobe.c             *status = ompi_request_empty.req_status;
status             65 ompi/mpi/c/mprobe.c                 opal_memchecker_base_mem_undefined(&status->MPI_ERROR, sizeof(int));
status             74 ompi/mpi/c/mprobe.c     rc = MCA_PML_CALL(mprobe(source, tag, comm, message, status));
status             78 ompi/mpi/c/mprobe.c         opal_memchecker_base_mem_undefined(&status->MPI_ERROR, sizeof(int));
status             37 ompi/mpi/c/mrecv.c               MPI_Message *message, MPI_Status *status)
status             69 ompi/mpi/c/mrecv.c         if (MPI_STATUS_IGNORE != status) {
status             70 ompi/mpi/c/mrecv.c             *status = ompi_request_empty.req_status;
status             78 ompi/mpi/c/mrecv.c     rc = MCA_PML_CALL(mrecv(buf, count, type, message, status));
status             82 ompi/mpi/c/mrecv.c         opal_memchecker_base_mem_undefined(&status->MPI_ERROR, sizeof(int));
status             42 ompi/mpi/c/probe.c int MPI_Probe(int source, int tag, MPI_Comm comm, MPI_Status *status)
status             68 ompi/mpi/c/probe.c         if (MPI_STATUS_IGNORE != status) {
status             69 ompi/mpi/c/probe.c             *status = ompi_request_empty.req_status;
status             74 ompi/mpi/c/probe.c                 opal_memchecker_base_mem_undefined(&status->MPI_ERROR, sizeof(int));
status             82 ompi/mpi/c/probe.c     rc = MCA_PML_CALL(probe(source, tag, comm, status));
status             87 ompi/mpi/c/probe.c         opal_memchecker_base_mem_undefined(&status->MPI_ERROR, sizeof(int));
status             43 ompi/mpi/c/recv.c              int tag, MPI_Comm comm, MPI_Status *status)
status             74 ompi/mpi/c/recv.c         if (MPI_STATUS_IGNORE != status) {
status             75 ompi/mpi/c/recv.c             *status = ompi_request_empty.req_status;
status             82 ompi/mpi/c/recv.c     rc = MCA_PML_CALL(recv(buf, count, type, source, tag, comm, status));
status             46 ompi/mpi/c/request_get_status.c                            MPI_Status *status)
status             74 ompi/mpi/c/request_get_status.c         if( MPI_STATUS_IGNORE != status ) {
status             75 ompi/mpi/c/request_get_status.c             *status = ompi_status_empty;
status             87 ompi/mpi/c/request_get_status.c         if (MPI_STATUS_IGNORE != status) {
status             88 ompi/mpi/c/request_get_status.c             *status = request->req_status;
status             47 ompi/mpi/c/sendrecv.c                  MPI_Comm comm,  MPI_Status *status)
status             97 ompi/mpi/c/sendrecv.c         rc = ompi_request_wait(&req, status);
status             99 ompi/mpi/c/sendrecv.c         if (MPI_STATUS_IGNORE != status) {
status            100 ompi/mpi/c/sendrecv.c             *status = ompi_request_empty.req_status;
status             47 ompi/mpi/c/sendrecv_replace.c                          MPI_Comm comm, MPI_Status *status)
status             83 ompi/mpi/c/sendrecv_replace.c         rc = PMPI_Sendrecv(buf, count, datatype, dest, sendtag, buf, count, datatype, source, recvtag, comm, status);
status            135 ompi/mpi/c/sendrecv_replace.c     if(status != MPI_STATUS_IGNORE) {
status            136 ompi/mpi/c/sendrecv_replace.c         *status = recv_status;
status             39 ompi/mpi/c/status_set_cancelled.c int MPI_Status_set_cancelled(MPI_Status *status, int flag)
status             42 ompi/mpi/c/status_set_cancelled.c         if(status != MPI_STATUSES_IGNORE) {
status             47 ompi/mpi/c/status_set_cancelled.c             opal_memchecker_base_mem_defined(&status->MPI_ERROR, sizeof(int));
status             48 ompi/mpi/c/status_set_cancelled.c             memchecker_status(status);
status             57 ompi/mpi/c/status_set_cancelled.c         if (NULL == status ||
status             58 ompi/mpi/c/status_set_cancelled.c             MPI_STATUS_IGNORE == status ||
status             59 ompi/mpi/c/status_set_cancelled.c             MPI_STATUSES_IGNORE == status) {
status             65 ompi/mpi/c/status_set_cancelled.c     status->_cancelled = flag;
status             43 ompi/mpi/c/status_set_elements.c int MPI_Status_set_elements(MPI_Status *status, MPI_Datatype datatype, int count)
status             49 ompi/mpi/c/status_set_elements.c         if(status != MPI_STATUSES_IGNORE) {
status             54 ompi/mpi/c/status_set_elements.c             opal_memchecker_base_mem_defined(&status->MPI_ERROR, sizeof(int));
status             55 ompi/mpi/c/status_set_elements.c             memchecker_status (status);
status             74 ompi/mpi/c/status_set_elements.c     if (MPI_STATUS_IGNORE == status || MPI_STATUSES_IGNORE == status) {
status             80 ompi/mpi/c/status_set_elements.c         status->_ucount = count * size;
status             83 ompi/mpi/c/status_set_elements.c         status->_ucount = size;
status             43 ompi/mpi/c/status_set_elements_x.c int MPI_Status_set_elements_x(MPI_Status *status, MPI_Datatype datatype, MPI_Count count)
status             49 ompi/mpi/c/status_set_elements_x.c         if(status != MPI_STATUSES_IGNORE) {
status             54 ompi/mpi/c/status_set_elements_x.c             opal_memchecker_base_mem_defined(&status->MPI_ERROR, sizeof(int));
status             55 ompi/mpi/c/status_set_elements_x.c             memchecker_status (status);
status             74 ompi/mpi/c/status_set_elements_x.c     if (MPI_STATUS_IGNORE == status || MPI_STATUSES_IGNORE == status) {
status             80 ompi/mpi/c/status_set_elements_x.c         status->_ucount = count * size;
status             83 ompi/mpi/c/status_set_elements_x.c         status->_ucount = size;
status             42 ompi/mpi/c/test.c int MPI_Test(MPI_Request *request, int *completed, MPI_Status *status)
status             65 ompi/mpi/c/test.c     rc = ompi_request_test(request, completed, status);
status             71 ompi/mpi/c/test.c         opal_memchecker_base_mem_undefined(&status->MPI_ERROR, sizeof(int));
status             42 ompi/mpi/c/test_cancelled.c int MPI_Test_cancelled(const MPI_Status *status, int *flag)
status             47 ompi/mpi/c/test_cancelled.c         if(status != MPI_STATUSES_IGNORE)
status             48 ompi/mpi/c/test_cancelled.c             memchecker_status(status);
status             55 ompi/mpi/c/test_cancelled.c         if (NULL == flag || NULL == status) {
status             60 ompi/mpi/c/test_cancelled.c     *flag = status->_cancelled;
status             45 ompi/mpi/c/testany.c int MPI_Testany(int count, MPI_Request requests[], int *indx, int *completed, MPI_Status *status)
status             79 ompi/mpi/c/testany.c         if (MPI_STATUS_IGNORE != status) {
status             80 ompi/mpi/c/testany.c             *status = ompi_status_empty;
status             88 ompi/mpi/c/testany.c                                               indx, completed, status)) {
status             40 ompi/mpi/c/topo_test.c int MPI_Topo_test(MPI_Comm comm, int *status)
status             53 ompi/mpi/c/topo_test.c         } else if ( NULL == status ) {
status             59 ompi/mpi/c/topo_test.c         *status = MPI_CART;
status             61 ompi/mpi/c/topo_test.c         *status = MPI_GRAPH;
status             63 ompi/mpi/c/topo_test.c         *status = MPI_DIST_GRAPH;
status             65 ompi/mpi/c/topo_test.c         *status = MPI_UNDEFINED;
status             42 ompi/mpi/c/wait.c int MPI_Wait(MPI_Request *request, MPI_Status *status)
status             60 ompi/mpi/c/wait.c         if (MPI_STATUS_IGNORE != status) {
status             61 ompi/mpi/c/wait.c             *status = ompi_status_empty;
status             66 ompi/mpi/c/wait.c                 opal_memchecker_base_mem_undefined(&status->MPI_ERROR, sizeof(int));
status             74 ompi/mpi/c/wait.c     if (OMPI_SUCCESS == ompi_request_wait(request, status)) {
status             79 ompi/mpi/c/wait.c             if (MPI_STATUS_IGNORE != status) {
status             80 ompi/mpi/c/wait.c                 opal_memchecker_base_mem_undefined(&status->MPI_ERROR, sizeof(int));
status             88 ompi/mpi/c/wait.c         if (MPI_STATUS_IGNORE != status) {
status             89 ompi/mpi/c/wait.c             opal_memchecker_base_mem_undefined(&status->MPI_ERROR, sizeof(int));
status             45 ompi/mpi/c/waitany.c int MPI_Waitany(int count, MPI_Request requests[], int *indx, MPI_Status *status)
status             78 ompi/mpi/c/waitany.c         if (MPI_STATUS_IGNORE != status) {
status             79 ompi/mpi/c/waitany.c             *status = ompi_status_empty;
status             86 ompi/mpi/c/waitany.c     if (OMPI_SUCCESS == ompi_request_wait_any(count, requests, indx, status)) {
status            170 ompi/mpi/cxx/comm.h 		    int source, int tag, Status & status) const;
status            200 ompi/mpi/cxx/comm.h   virtual bool Iprobe(int source, int tag, Status & status) const;
status            204 ompi/mpi/cxx/comm.h   virtual void Probe(int source, int tag, Status & status) const;
status            232 ompi/mpi/cxx/comm.h 			int recvtag, Status & status) const;
status            243 ompi/mpi/cxx/comm.h 				int recvtag, Status & status) const;
status             35 ompi/mpi/cxx/comm_inln.h 		int source, int tag, MPI::Status & status) const
status             37 ompi/mpi/cxx/comm_inln.h   (void)MPI_Recv(buf, count, datatype, source, tag, mpi_comm, &status.mpi_status);
status            124 ompi/mpi/cxx/comm_inln.h MPI::Comm::Iprobe(int source, int tag, MPI::Status & status) const
status            127 ompi/mpi/cxx/comm_inln.h   (void)MPI_Iprobe(source, tag, mpi_comm, &t, &status.mpi_status);
status            140 ompi/mpi/cxx/comm_inln.h MPI::Comm::Probe(int source, int tag, MPI::Status & status) const
status            142 ompi/mpi/cxx/comm_inln.h   (void)MPI_Probe(source, tag, mpi_comm, &status.mpi_status);
status            206 ompi/mpi/cxx/comm_inln.h 		    int recvtag, MPI::Status & status) const
status            212 ompi/mpi/cxx/comm_inln.h 		     source, recvtag, mpi_comm, &status.mpi_status);
status            233 ompi/mpi/cxx/comm_inln.h 			    int recvtag, MPI::Status & status) const
status            237 ompi/mpi/cxx/comm_inln.h 			     &status.mpi_status);
status            517 ompi/mpi/cxx/comm_inln.h   int status;
status            518 ompi/mpi/cxx/comm_inln.h   (void)MPI_Topo_test(mpi_comm, &status);
status            519 ompi/mpi/cxx/comm_inln.h   return status;
status            166 ompi/mpi/cxx/file.h 	    MPI::Status& status);
status            171 ompi/mpi/cxx/file.h 		MPI::Status& status);
status            178 ompi/mpi/cxx/file.h   void Read_all_end(void* buf, MPI::Status& status);
status            184 ompi/mpi/cxx/file.h 	       const MPI::Datatype& datatype, MPI::Status& status);
status            190 ompi/mpi/cxx/file.h 		   const MPI::Datatype& datatype, MPI::Status& status);
status            197 ompi/mpi/cxx/file.h   void Read_at_all_end(void* buf, MPI::Status& status);
status            204 ompi/mpi/cxx/file.h 		    MPI::Status& status);
status            211 ompi/mpi/cxx/file.h   void Read_ordered_end(void* buf, MPI::Status& status);
status            217 ompi/mpi/cxx/file.h 		   const MPI::Datatype& datatype, MPI::Status& status);
status            239 ompi/mpi/cxx/file.h 	      const MPI::Datatype& datatype, MPI::Status& status);
status            245 ompi/mpi/cxx/file.h 		  const MPI::Datatype& datatype, MPI::Status& status);
status            252 ompi/mpi/cxx/file.h   void Write_all_end(const void* buf, MPI::Status& status);
status            258 ompi/mpi/cxx/file.h 		const MPI::Datatype& datatype, MPI::Status& status);
status            265 ompi/mpi/cxx/file.h   			     MPI::Status& status);
status            272 ompi/mpi/cxx/file.h   void Write_at_all_end(const void* buf, MPI::Status& status);
status            278 ompi/mpi/cxx/file.h 		      const MPI::Datatype& datatype, MPI::Status& status);
status            285 ompi/mpi/cxx/file.h   void Write_ordered_end(const void* buf, MPI::Status& status);
status            291 ompi/mpi/cxx/file.h 		     const MPI::Datatype& datatype, MPI::Status& status);
status            209 ompi/mpi/cxx/file_inln.h   MPI_Status status;
status            210 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read(mpi_file, buf, count, datatype, &status);
status            217 ompi/mpi/cxx/file_inln.h 		       MPI::Status& status)
status            219 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read(mpi_file, buf, count, datatype, &status.mpi_status);
status            227 ompi/mpi/cxx/file_inln.h   MPI_Status status;
status            228 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_all(mpi_file, buf, count, datatype, &status);
status            235 ompi/mpi/cxx/file_inln.h 			   MPI::Status& status)
status            237 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_all(mpi_file, buf, count, datatype, &status.mpi_status);
status            252 ompi/mpi/cxx/file_inln.h   MPI_Status status;
status            253 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_all_end(mpi_file, buf, &status);
status            258 ompi/mpi/cxx/file_inln.h MPI::File::Read_all_end(void* buf, MPI::Status& status)
status            260 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_all_end(mpi_file, buf, &status.mpi_status);
status            269 ompi/mpi/cxx/file_inln.h   MPI_Status status;
status            270 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_at(mpi_file, offset, buf, count, datatype, &status);
status            278 ompi/mpi/cxx/file_inln.h 			  MPI::Status& status)
status            281 ompi/mpi/cxx/file_inln.h                           &status.mpi_status);
status            289 ompi/mpi/cxx/file_inln.h   MPI_Status status;
status            290 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_at_all(mpi_file, offset, buf, count, datatype, &status);
status            297 ompi/mpi/cxx/file_inln.h 			      MPI::Status& status)
status            300 ompi/mpi/cxx/file_inln.h                               &status.mpi_status);
status            316 ompi/mpi/cxx/file_inln.h   MPI_Status status;
status            317 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_at_all_end(mpi_file, buf, &status);
status            322 ompi/mpi/cxx/file_inln.h MPI::File::Read_at_all_end(void* buf, MPI::Status& status)
status            324 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_at_all_end(mpi_file, buf, &status.mpi_status);
status            332 ompi/mpi/cxx/file_inln.h   MPI_Status status;
status            333 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_ordered(mpi_file, buf, count, datatype, &status);
status            340 ompi/mpi/cxx/file_inln.h 			       MPI::Status& status)
status            343 ompi/mpi/cxx/file_inln.h                                &status.mpi_status);
status            358 ompi/mpi/cxx/file_inln.h   MPI_Status status;
status            359 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_ordered_end(mpi_file, buf, &status);
status            364 ompi/mpi/cxx/file_inln.h MPI::File::Read_ordered_end(void* buf, MPI::Status& status)
status            366 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_ordered_end(mpi_file, buf, &status.mpi_status);
status            374 ompi/mpi/cxx/file_inln.h   MPI_Status status;
status            375 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_shared(mpi_file, buf, count, datatype, &status);
status            382 ompi/mpi/cxx/file_inln.h 			      MPI::Status& status)
status            385 ompi/mpi/cxx/file_inln.h                               &status.mpi_status);
status            446 ompi/mpi/cxx/file_inln.h   MPI_Status status;
status            447 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write(mpi_file, const_cast<void *>(buf), count, datatype, &status);
status            454 ompi/mpi/cxx/file_inln.h 			MPI::Status& status)
status            457 ompi/mpi/cxx/file_inln.h                         &status.mpi_status);
status            465 ompi/mpi/cxx/file_inln.h   MPI_Status status;
status            466 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_all(mpi_file, const_cast<void *>(buf), count, datatype, &status);
status            474 ompi/mpi/cxx/file_inln.h 			    MPI::Status& status)
status            477 ompi/mpi/cxx/file_inln.h                             &status.mpi_status);
status            492 ompi/mpi/cxx/file_inln.h   MPI_Status status;
status            493 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_all_end(mpi_file, const_cast<void *>(buf), &status);
status            498 ompi/mpi/cxx/file_inln.h MPI::File::Write_all_end(const void* buf, MPI::Status& status)
status            500 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_all_end(mpi_file, const_cast<void *>(buf), &status.mpi_status);
status            509 ompi/mpi/cxx/file_inln.h   MPI_Status status;
status            511 ompi/mpi/cxx/file_inln.h 			   datatype, &status);
status            519 ompi/mpi/cxx/file_inln.h 			   MPI::Status& status)
status            522 ompi/mpi/cxx/file_inln.h 			   datatype, &status.mpi_status);
status            531 ompi/mpi/cxx/file_inln.h   MPI_Status status;
status            533 ompi/mpi/cxx/file_inln.h 			       datatype, &status);
status            541 ompi/mpi/cxx/file_inln.h 			       MPI::Status& status)
status            544 ompi/mpi/cxx/file_inln.h 			       datatype, &status.mpi_status);
status            561 ompi/mpi/cxx/file_inln.h   MPI_Status status;
status            562 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_at_all_end(mpi_file, const_cast<void *>(buf), &status);
status            567 ompi/mpi/cxx/file_inln.h MPI::File::Write_at_all_end(const void* buf, MPI::Status& status)
status            569 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_at_all_end(mpi_file, const_cast<void *>(buf), &status.mpi_status);
status            577 ompi/mpi/cxx/file_inln.h   MPI_Status status;
status            579 ompi/mpi/cxx/file_inln.h 				&status);
status            586 ompi/mpi/cxx/file_inln.h 				MPI::Status& status)
status            589 ompi/mpi/cxx/file_inln.h 				&status.mpi_status);
status            604 ompi/mpi/cxx/file_inln.h   MPI_Status status;
status            605 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_ordered_end(mpi_file, const_cast<void *>(buf), &status);
status            611 ompi/mpi/cxx/file_inln.h 				    MPI::Status& status)
status            613 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_ordered_end(mpi_file, const_cast<void *>(buf), &status.mpi_status);
status            621 ompi/mpi/cxx/file_inln.h   MPI_Status status;
status            623 ompi/mpi/cxx/file_inln.h 			       datatype, &status);
status            629 ompi/mpi/cxx/file_inln.h 			     const MPI::Datatype& datatype, MPI::Status& status)
status            632 ompi/mpi/cxx/file_inln.h 			       datatype, &status.mpi_status);
status            482 ompi/mpi/cxx/intercepts.cc ompi_mpi_cxx_grequest_query_fn_intercept(void *state, MPI_Status *status)
status            487 ompi/mpi/cxx/intercepts.cc     MPI::Status s(*status);
status            489 ompi/mpi/cxx/intercepts.cc     *status = s;
status            139 ompi/mpi/cxx/mpicxx.h ompi_mpi_cxx_grequest_query_fn_intercept(void *state, MPI_Status *status);
status             88 ompi/mpi/cxx/request.h   virtual void Wait(Status &status);
status             92 ompi/mpi/cxx/request.h   virtual bool Test(Status &status);
status             98 ompi/mpi/cxx/request.h   static int Waitany(int count, Request array[], Status& status);
status            102 ompi/mpi/cxx/request.h   static bool Testany(int count, Request array[], int& index, Status& status);
status            128 ompi/mpi/cxx/request.h   virtual bool Get_status(Status& status) const;
status             27 ompi/mpi/cxx/request_inln.h MPI::Request::Wait(MPI::Status &status)
status             29 ompi/mpi/cxx/request_inln.h   (void)MPI_Wait(&mpi_request, &status.mpi_status);
status             45 ompi/mpi/cxx/request_inln.h MPI::Request::Test(MPI::Status &status)
status             48 ompi/mpi/cxx/request_inln.h   (void)MPI_Test(&mpi_request, &t, &status.mpi_status);
status             62 ompi/mpi/cxx/request_inln.h 			     MPI::Status& status)
status             69 ompi/mpi/cxx/request_inln.h   (void)MPI_Waitany(count, array_of_requests, &index, &status.mpi_status);
status             95 ompi/mpi/cxx/request_inln.h 			     int& index, MPI::Status& status)
status            102 ompi/mpi/cxx/request_inln.h   (void)MPI_Testany(count, array_of_requests, &index, &flag, &status.mpi_status);
status            315 ompi/mpi/cxx/request_inln.h inline bool MPI::Request::Get_status(MPI::Status& status) const
status            325 ompi/mpi/cxx/request_inln.h         status = c_status;
status             29 ompi/mpi/cxx/topology_inln.h   int status = 0;
status             31 ompi/mpi/cxx/topology_inln.h     (void)MPI_Topo_test(data, &status) ;
status             32 ompi/mpi/cxx/topology_inln.h     if (status == MPI_CART)
status            147 ompi/mpi/cxx/topology_inln.h   int status = 0;
status            149 ompi/mpi/cxx/topology_inln.h     (void)MPI_Topo_test(data, &status) ;
status            150 ompi/mpi/cxx/topology_inln.h     if (status == MPI_GRAPH)
status             33 ompi/mpi/fortran/base/test_constants_f.c                                                  char *status, char *statuses,
status             36 ompi/mpi/fortran/base/test_constants_f.c PN2(void, OMPI_Test_fortran_constants, ompi_test_fortran_constants, OMPI_TEST_FORTRAN_CONSTANTS, (char *bottom, char *in_place, char *argv, char *argvs, char *status, char *statuses, MPI_Fint *flag));
status             51 ompi/mpi/fortran/base/test_constants_f.c                             (char *bottom, char *in_place, char *argv, char *argvs, char *status, char *statuses, MPI_Fint *flag),
status             52 ompi/mpi/fortran/base/test_constants_f.c                             (bottom, in_place, argv, argvs, status, statuses, flag) )
status             57 ompi/mpi/fortran/base/test_constants_f.c                                    char *status, char *statuses,
status             77 ompi/mpi/fortran/base/test_constants_f.c     if (!OMPI_IS_FORTRAN_STATUS_IGNORE(status)) {
status             44 ompi/mpi/fortran/mpif-h/file_read_all_end_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr),
status             45 ompi/mpi/fortran/mpif-h/file_read_all_end_f.c                            (fh, buf, status, ierr) )
status             64 ompi/mpi/fortran/mpif-h/file_read_all_end_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr),
status             65 ompi/mpi/fortran/mpif-h/file_read_all_end_f.c                            (fh, buf, status, ierr) )
status             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,
status             79 ompi/mpi/fortran/mpif-h/file_read_all_end_f.c     OMPI_FORTRAN_STATUS_SET_POINTER(c_status,c_status2,status)
status             84 ompi/mpi/fortran/mpif-h/file_read_all_end_f.c     OMPI_FORTRAN_STATUS_RETURN(c_status,c_status2,status,c_ierr)
status             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),
status             45 ompi/mpi/fortran/mpif-h/file_read_all_f.c                            (fh, buf, count, datatype, status, ierr) )
status             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),
status             65 ompi/mpi/fortran/mpif-h/file_read_all_f.c                            (fh, buf, count, datatype, status, ierr) )
status             73 ompi/mpi/fortran/mpif-h/file_read_all_f.c 			 MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr)
status             80 ompi/mpi/fortran/mpif-h/file_read_all_f.c     OMPI_FORTRAN_STATUS_SET_POINTER(c_status,c_status2,status)
status             87 ompi/mpi/fortran/mpif-h/file_read_all_f.c     OMPI_FORTRAN_STATUS_RETURN(c_status,c_status2,status,c_ierr)
status             44 ompi/mpi/fortran/mpif-h/file_read_at_all_end_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr),
status             45 ompi/mpi/fortran/mpif-h/file_read_at_all_end_f.c                            (fh, buf, status, ierr) )
status             64 ompi/mpi/fortran/mpif-h/file_read_at_all_end_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr),
status             65 ompi/mpi/fortran/mpif-h/file_read_at_all_end_f.c                            (fh, buf, status, ierr) )
status             73 ompi/mpi/fortran/mpif-h/file_read_at_all_end_f.c 				MPI_Fint *status, MPI_Fint *ierr)
status             79 ompi/mpi/fortran/mpif-h/file_read_at_all_end_f.c     OMPI_FORTRAN_STATUS_SET_POINTER(c_status,c_status2,status)
status             84 ompi/mpi/fortran/mpif-h/file_read_at_all_end_f.c     OMPI_FORTRAN_STATUS_RETURN(c_status,c_status2,status,c_ierr)
status             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),
status             45 ompi/mpi/fortran/mpif-h/file_read_at_all_f.c                            (fh, offset, buf, count, datatype, status, ierr) )
status             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),
status             65 ompi/mpi/fortran/mpif-h/file_read_at_all_f.c                            (fh, offset, buf, count, datatype, status, ierr) )
status             74 ompi/mpi/fortran/mpif-h/file_read_at_all_f.c 			    MPI_Fint *datatype, MPI_Fint *status,
status             82 ompi/mpi/fortran/mpif-h/file_read_at_all_f.c     OMPI_FORTRAN_STATUS_SET_POINTER(c_status,c_status2,status)
status             92 ompi/mpi/fortran/mpif-h/file_read_at_all_f.c     OMPI_FORTRAN_STATUS_RETURN(c_status,c_status2,status,c_ierr)
status             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),
status             45 ompi/mpi/fortran/mpif-h/file_read_at_f.c                            (fh, offset, buf, count, datatype, status, ierr) )
status             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),
status             65 ompi/mpi/fortran/mpif-h/file_read_at_f.c                            (fh, offset, buf, count, datatype, status, ierr) )
status             74 ompi/mpi/fortran/mpif-h/file_read_at_f.c 			MPI_Fint *status, MPI_Fint *ierr)
status             81 ompi/mpi/fortran/mpif-h/file_read_at_f.c     OMPI_FORTRAN_STATUS_SET_POINTER(c_status,c_status2,status)
status             90 ompi/mpi/fortran/mpif-h/file_read_at_f.c     OMPI_FORTRAN_STATUS_RETURN(c_status,c_status2,status,c_ierr)
status             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),
status             45 ompi/mpi/fortran/mpif-h/file_read_f.c                            (fh, buf, count, datatype, status, ierr) )
status             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),
status             65 ompi/mpi/fortran/mpif-h/file_read_f.c                            (fh, buf, count, datatype, status, ierr) )
status             73 ompi/mpi/fortran/mpif-h/file_read_f.c 		     MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr)
status             80 ompi/mpi/fortran/mpif-h/file_read_f.c     OMPI_FORTRAN_STATUS_SET_POINTER(c_status,c_status2,status)
status             87 ompi/mpi/fortran/mpif-h/file_read_f.c     OMPI_FORTRAN_STATUS_RETURN(c_status,c_status2,status,c_ierr)
status             44 ompi/mpi/fortran/mpif-h/file_read_ordered_end_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr),
status             45 ompi/mpi/fortran/mpif-h/file_read_ordered_end_f.c                            (fh, buf, status, ierr) )
status             64 ompi/mpi/fortran/mpif-h/file_read_ordered_end_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr),
status             65 ompi/mpi/fortran/mpif-h/file_read_ordered_end_f.c                            (fh, buf, status, ierr) )
status             73 ompi/mpi/fortran/mpif-h/file_read_ordered_end_f.c 				 MPI_Fint *status, MPI_Fint *ierr)
status             79 ompi/mpi/fortran/mpif-h/file_read_ordered_end_f.c     OMPI_FORTRAN_STATUS_SET_POINTER(c_status,c_status2,status)
status             84 ompi/mpi/fortran/mpif-h/file_read_ordered_end_f.c     OMPI_FORTRAN_STATUS_RETURN(c_status,c_status2,status,c_ierr)
status             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),
status             45 ompi/mpi/fortran/mpif-h/file_read_ordered_f.c                            (fh, buf, count, datatype, status, ierr) )
status             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),
status             65 ompi/mpi/fortran/mpif-h/file_read_ordered_f.c                            (fh, buf, count, datatype, status, ierr) )
status             73 ompi/mpi/fortran/mpif-h/file_read_ordered_f.c 			     MPI_Fint *datatype, MPI_Fint *status,
status             81 ompi/mpi/fortran/mpif-h/file_read_ordered_f.c     OMPI_FORTRAN_STATUS_SET_POINTER(c_status,c_status2,status)
status             90 ompi/mpi/fortran/mpif-h/file_read_ordered_f.c     OMPI_FORTRAN_STATUS_RETURN(c_status,c_status2,status,c_ierr)
status             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),
status             45 ompi/mpi/fortran/mpif-h/file_read_shared_f.c                            (fh, buf, count, datatype, status, ierr) )
status             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),
status             65 ompi/mpi/fortran/mpif-h/file_read_shared_f.c                            (fh, buf, count, datatype, status, ierr) )
status             73 ompi/mpi/fortran/mpif-h/file_read_shared_f.c 			    MPI_Fint *datatype, MPI_Fint *status,
status             81 ompi/mpi/fortran/mpif-h/file_read_shared_f.c     OMPI_FORTRAN_STATUS_SET_POINTER(c_status,c_status2,status)
status             90 ompi/mpi/fortran/mpif-h/file_read_shared_f.c     OMPI_FORTRAN_STATUS_RETURN(c_status,c_status2,status,c_ierr)
status             44 ompi/mpi/fortran/mpif-h/file_write_all_end_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr),
status             45 ompi/mpi/fortran/mpif-h/file_write_all_end_f.c                            (fh, buf, status, ierr) )
status             64 ompi/mpi/fortran/mpif-h/file_write_all_end_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr),
status             65 ompi/mpi/fortran/mpif-h/file_write_all_end_f.c                            (fh, buf, status, ierr) )
status             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,
status             79 ompi/mpi/fortran/mpif-h/file_write_all_end_f.c     OMPI_FORTRAN_STATUS_SET_POINTER(c_status,c_status2,status)
status             84 ompi/mpi/fortran/mpif-h/file_write_all_end_f.c     OMPI_FORTRAN_STATUS_RETURN(c_status,c_status2,status,c_ierr)
status             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),
status             45 ompi/mpi/fortran/mpif-h/file_write_all_f.c                            (fh, buf, count, datatype, status, ierr) )
status             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),
status             65 ompi/mpi/fortran/mpif-h/file_write_all_f.c                            (fh, buf, count, datatype, status, ierr) )
status             73 ompi/mpi/fortran/mpif-h/file_write_all_f.c 			  MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr)
status             80 ompi/mpi/fortran/mpif-h/file_write_all_f.c     OMPI_FORTRAN_STATUS_SET_POINTER(c_status,c_status2,status)
status             87 ompi/mpi/fortran/mpif-h/file_write_all_f.c     OMPI_FORTRAN_STATUS_RETURN(c_status,c_status2,status,c_ierr)
status             44 ompi/mpi/fortran/mpif-h/file_write_at_all_end_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr),
status             45 ompi/mpi/fortran/mpif-h/file_write_at_all_end_f.c                            (fh, buf, status, ierr) )
status             64 ompi/mpi/fortran/mpif-h/file_write_at_all_end_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr),
status             65 ompi/mpi/fortran/mpif-h/file_write_at_all_end_f.c                            (fh, buf, status, ierr) )
status             73 ompi/mpi/fortran/mpif-h/file_write_at_all_end_f.c 				 MPI_Fint *status, MPI_Fint *ierr)
status             79 ompi/mpi/fortran/mpif-h/file_write_at_all_end_f.c     OMPI_FORTRAN_STATUS_SET_POINTER(c_status,c_status2,status)
status             84 ompi/mpi/fortran/mpif-h/file_write_at_all_end_f.c     OMPI_FORTRAN_STATUS_RETURN(c_status,c_status2,status,c_ierr)
status             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),
status             45 ompi/mpi/fortran/mpif-h/file_write_at_all_f.c                            (fh, offset, buf, count, datatype, status, ierr) )
status             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),
status             65 ompi/mpi/fortran/mpif-h/file_write_at_all_f.c                            (fh, offset, buf, count, datatype, status, ierr) )
status             74 ompi/mpi/fortran/mpif-h/file_write_at_all_f.c 			     MPI_Fint *datatype, MPI_Fint *status,
status             82 ompi/mpi/fortran/mpif-h/file_write_at_all_f.c     OMPI_FORTRAN_STATUS_SET_POINTER(c_status,c_status2,status)
status             92 ompi/mpi/fortran/mpif-h/file_write_at_all_f.c     OMPI_FORTRAN_STATUS_RETURN(c_status,c_status2,status,c_ierr)
status             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),
status             45 ompi/mpi/fortran/mpif-h/file_write_at_f.c                            (fh, offset, buf, count, datatype, status, ierr) )
status             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),
status             65 ompi/mpi/fortran/mpif-h/file_write_at_f.c                            (fh, offset, buf, count, datatype, status, ierr) )
status             76 ompi/mpi/fortran/mpif-h/file_write_at_f.c 			 MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr)
status             83 ompi/mpi/fortran/mpif-h/file_write_at_f.c     OMPI_FORTRAN_STATUS_SET_POINTER(c_status,c_status2,status)
status             92 ompi/mpi/fortran/mpif-h/file_write_at_f.c     OMPI_FORTRAN_STATUS_RETURN(c_status,c_status2,status,c_ierr)
status             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),
status             45 ompi/mpi/fortran/mpif-h/file_write_f.c                            (fh, buf, count, datatype, status, ierr) )
status             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),
status             65 ompi/mpi/fortran/mpif-h/file_write_f.c                            (fh, buf, count, datatype, status, ierr) )
status             73 ompi/mpi/fortran/mpif-h/file_write_f.c 		      MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr)
status             80 ompi/mpi/fortran/mpif-h/file_write_f.c     OMPI_FORTRAN_STATUS_SET_POINTER(c_status,c_status2,status)
status             87 ompi/mpi/fortran/mpif-h/file_write_f.c     OMPI_FORTRAN_STATUS_RETURN(c_status,c_status2,status,c_ierr)
status             44 ompi/mpi/fortran/mpif-h/file_write_ordered_end_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr),
status             45 ompi/mpi/fortran/mpif-h/file_write_ordered_end_f.c                            (fh, buf, status, ierr) )
status             64 ompi/mpi/fortran/mpif-h/file_write_ordered_end_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *status, MPI_Fint *ierr),
status             65 ompi/mpi/fortran/mpif-h/file_write_ordered_end_f.c                            (fh, buf, status, ierr) )
status             73 ompi/mpi/fortran/mpif-h/file_write_ordered_end_f.c 				  MPI_Fint *status, MPI_Fint *ierr)
status             79 ompi/mpi/fortran/mpif-h/file_write_ordered_end_f.c     OMPI_FORTRAN_STATUS_SET_POINTER(c_status,c_status2,status)
status             84 ompi/mpi/fortran/mpif-h/file_write_ordered_end_f.c     OMPI_FORTRAN_STATUS_RETURN(c_status,c_status2,status,c_ierr)
status             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),
status             45 ompi/mpi/fortran/mpif-h/file_write_ordered_f.c                            (fh, buf, count, datatype, status, ierr) )
status             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),
status             65 ompi/mpi/fortran/mpif-h/file_write_ordered_f.c                            (fh, buf, count, datatype, status, ierr) )
status             73 ompi/mpi/fortran/mpif-h/file_write_ordered_f.c 			      MPI_Fint *datatype, MPI_Fint *status,
status             81 ompi/mpi/fortran/mpif-h/file_write_ordered_f.c     OMPI_FORTRAN_STATUS_SET_POINTER(c_status,c_status2,status)
status             90 ompi/mpi/fortran/mpif-h/file_write_ordered_f.c     OMPI_FORTRAN_STATUS_RETURN(c_status,c_status2,status,c_ierr)
status             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),
status             45 ompi/mpi/fortran/mpif-h/file_write_shared_f.c                            (fh, buf, count, datatype, status, ierr) )
status             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),
status             65 ompi/mpi/fortran/mpif-h/file_write_shared_f.c                            (fh, buf, count, datatype, status, ierr) )
status             73 ompi/mpi/fortran/mpif-h/file_write_shared_f.c 			     MPI_Fint *datatype, MPI_Fint *status,
status             81 ompi/mpi/fortran/mpif-h/file_write_shared_f.c     OMPI_FORTRAN_STATUS_SET_POINTER(c_status,c_status2,status)
status             90 ompi/mpi/fortran/mpif-h/file_write_shared_f.c     OMPI_FORTRAN_STATUS_RETURN(c_status,c_status2,status,c_ierr)
status             42 ompi/mpi/fortran/mpif-h/get_count_f.c                            (MPI_Fint *status, MPI_Fint *datatype, MPI_Fint *count, MPI_Fint *ierr),
status             43 ompi/mpi/fortran/mpif-h/get_count_f.c                            (status, datatype, count, ierr) )
status             62 ompi/mpi/fortran/mpif-h/get_count_f.c                            (MPI_Fint *status, MPI_Fint *datatype, MPI_Fint *count, MPI_Fint *ierr),
status             63 ompi/mpi/fortran/mpif-h/get_count_f.c                            (status, datatype, count, ierr) )
status             70 ompi/mpi/fortran/mpif-h/get_count_f.c void ompi_get_count_f(MPI_Fint *status, MPI_Fint *datatype, MPI_Fint *count, MPI_Fint *ierr)
status             77 ompi/mpi/fortran/mpif-h/get_count_f.c     if (OMPI_IS_FORTRAN_STATUS_IGNORE(status)) {
status             81 ompi/mpi/fortran/mpif-h/get_count_f.c         c_ierr = PMPI_Status_f2c(status, &c_status);
status             42 ompi/mpi/fortran/mpif-h/get_elements_f.c                            (MPI_Fint *status, MPI_Fint *datatype, MPI_Fint *count, MPI_Fint *ierr),
status             43 ompi/mpi/fortran/mpif-h/get_elements_f.c                            (status, datatype, count, ierr) )
status             62 ompi/mpi/fortran/mpif-h/get_elements_f.c                            (MPI_Fint *status, MPI_Fint *datatype, MPI_Fint *count, MPI_Fint *ierr),
status             63 ompi/mpi/fortran/mpif-h/get_elements_f.c                            (status, datatype, count, ierr) )
status             70 ompi/mpi/fortran/mpif-h/get_elements_f.c void ompi_get_elements_f(MPI_Fint *status, MPI_Fint *datatype, MPI_Fint *count, MPI_Fint *ierr)
status             77 ompi/mpi/fortran/mpif-h/get_elements_f.c     if (OMPI_IS_FORTRAN_STATUS_IGNORE(status)) {
status             81 ompi/mpi/fortran/mpif-h/get_elements_f.c         c_ierr = PMPI_Status_f2c(status, &c_status);
status             44 ompi/mpi/fortran/mpif-h/get_elements_x_f.c                            (MPI_Fint *status, MPI_Fint *datatype, MPI_Count *count, MPI_Fint *ierr),
status             45 ompi/mpi/fortran/mpif-h/get_elements_x_f.c                            (status, datatype, count, ierr) )
status             64 ompi/mpi/fortran/mpif-h/get_elements_x_f.c                            (MPI_Fint *status, MPI_Fint *datatype, MPI_Count *count, MPI_Fint *ierr),
status             65 ompi/mpi/fortran/mpif-h/get_elements_x_f.c                            (status, datatype, count, ierr) )
status             72 ompi/mpi/fortran/mpif-h/get_elements_x_f.c void ompi_get_elements_x_f(MPI_Fint *status, MPI_Fint *datatype, MPI_Count *count, MPI_Fint *ierr)
status             79 ompi/mpi/fortran/mpif-h/get_elements_x_f.c     if (OMPI_IS_FORTRAN_STATUS_IGNORE(status)) {
status             83 ompi/mpi/fortran/mpif-h/get_elements_x_f.c         c_ierr = PMPI_Status_f2c(status, &c_status);
status             47 ompi/mpi/fortran/mpif-h/improbe_f.c                              MPI_Fint *message, MPI_Fint *status, MPI_Fint *ierr),
status             48 ompi/mpi/fortran/mpif-h/improbe_f.c                             (source, tag, comm, flag, message, status, ierr) )
status             68 ompi/mpi/fortran/mpif-h/improbe_f.c                              MPI_Fint *message, MPI_Fint *status, MPI_Fint *ierr),
status             69 ompi/mpi/fortran/mpif-h/improbe_f.c                             (source, tag, comm, flag, message, status, ierr) )
status             78 ompi/mpi/fortran/mpif-h/improbe_f.c                     MPI_Fint *status, MPI_Fint *ierr)
status             88 ompi/mpi/fortran/mpif-h/improbe_f.c     OMPI_FORTRAN_STATUS_SET_POINTER(c_status,c_status2,status)
status             99 ompi/mpi/fortran/mpif-h/improbe_f.c             OMPI_FORTRAN_STATUS_RETURN(c_status,c_status2,status,c_ierr)
status             45 ompi/mpi/fortran/mpif-h/iprobe_f.c                            (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, ompi_fortran_logical_t *flag, MPI_Fint *status, MPI_Fint *ierr),
status             46 ompi/mpi/fortran/mpif-h/iprobe_f.c                            (source, tag, comm, flag, status, ierr) )
status             65 ompi/mpi/fortran/mpif-h/iprobe_f.c                            (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, ompi_fortran_logical_t *flag, MPI_Fint *status, MPI_Fint *ierr),
status             66 ompi/mpi/fortran/mpif-h/iprobe_f.c                            (source, tag, comm, flag, status, ierr) )
status             74 ompi/mpi/fortran/mpif-h/iprobe_f.c                   ompi_fortran_logical_t *flag, MPI_Fint *status, MPI_Fint *ierr)
status             83 ompi/mpi/fortran/mpif-h/iprobe_f.c     OMPI_FORTRAN_STATUS_SET_POINTER(c_status,c_status2,status)
status             93 ompi/mpi/fortran/mpif-h/iprobe_f.c         OMPI_FORTRAN_STATUS_RETURN(c_status,c_status2,status,c_ierr)
status             48 ompi/mpi/fortran/mpif-h/mprobe_f.c                              MPI_Fint *status, MPI_Fint *ierr),
status             49 ompi/mpi/fortran/mpif-h/mprobe_f.c                             (source, tag, comm, message, status, ierr) )
status             69 ompi/mpi/fortran/mpif-h/mprobe_f.c                              MPI_Fint *status, MPI_Fint *ierr),
status             70 ompi/mpi/fortran/mpif-h/mprobe_f.c                             (source, tag, comm, message, status, ierr) )
status             78 ompi/mpi/fortran/mpif-h/mprobe_f.c                    MPI_Fint *message, MPI_Fint *status, MPI_Fint *ierr)
status             87 ompi/mpi/fortran/mpif-h/mprobe_f.c     OMPI_FORTRAN_STATUS_SET_POINTER(c_status,c_status2,status)
status             96 ompi/mpi/fortran/mpif-h/mprobe_f.c         OMPI_FORTRAN_STATUS_RETURN(c_status,c_status2,status,c_ierr)
status             47 ompi/mpi/fortran/mpif-h/mrecv_f.c                              MPI_Fint *status, MPI_Fint *ierr),
status             48 ompi/mpi/fortran/mpif-h/mrecv_f.c                             (buf, count, datatype, message, status, ierr) )
status             68 ompi/mpi/fortran/mpif-h/mrecv_f.c                              MPI_Fint *message, MPI_Fint *status, MPI_Fint *ierr),
status             69 ompi/mpi/fortran/mpif-h/mrecv_f.c                             (buf, count, datatype, message, status, ierr) )
status             77 ompi/mpi/fortran/mpif-h/mrecv_f.c                   MPI_Fint *message, MPI_Fint *status, MPI_Fint *ierr)
status             84 ompi/mpi/fortran/mpif-h/mrecv_f.c     OMPI_FORTRAN_STATUS_SET_POINTER(c_status,c_status2,status)
status             93 ompi/mpi/fortran/mpif-h/mrecv_f.c       OMPI_FORTRAN_STATUS_RETURN(c_status,c_status2,status,c_ierr)
status             45 ompi/mpi/fortran/mpif-h/probe_f.c                            (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr),
status             46 ompi/mpi/fortran/mpif-h/probe_f.c                            (source, tag, comm, status, ierr) )
status             65 ompi/mpi/fortran/mpif-h/probe_f.c                            (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr),
status             66 ompi/mpi/fortran/mpif-h/probe_f.c                            (source, tag, comm, status, ierr) )
status             73 ompi/mpi/fortran/mpif-h/probe_f.c void ompi_probe_f(MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr)
status             81 ompi/mpi/fortran/mpif-h/probe_f.c     OMPI_FORTRAN_STATUS_SET_POINTER(c_status,c_status2,status)
status             88 ompi/mpi/fortran/mpif-h/probe_f.c     OMPI_FORTRAN_STATUS_RETURN(c_status,c_status2,status,c_ierr)
status            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));
status            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));
status            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));
status            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));
status            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));
status            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));
status            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));
status            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));
status            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));
status            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));
status            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));
status            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));
status            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));
status            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));
status            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));
status            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));
status            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));
status            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));
status            236 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Get_count, mpi_get_count, MPI_GET_COUNT, (MPI_Fint *status, MPI_Fint *datatype, MPI_Fint *count, MPI_Fint *ierr));
status            237 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Get_elements, mpi_get_elements, MPI_GET_ELEMENTS, (MPI_Fint *status, MPI_Fint *datatype, MPI_Fint *count, MPI_Fint *ierr));
status            238 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Get_elements_x, mpi_get_elements_x, MPI_GET_ELEMENTS_X, (MPI_Fint *status, MPI_Fint *datatype, MPI_Count *count, MPI_Fint *ierr));
status            275 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Improbe, mpi_improbe, MPI_IMPROBE, (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, ompi_fortran_logical_t *flag, MPI_Fint *message, MPI_Fint *status, MPI_Fint *ierr));
status            302 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Iprobe, mpi_iprobe, MPI_IPROBE, (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, ompi_fortran_logical_t *flag, MPI_Fint *status, MPI_Fint *ierr));
status            311 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Mprobe, mpi_mprobe, MPI_MPROBE, (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *message, MPI_Fint *status, MPI_Fint *ierr));
status            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));
status            327 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Probe, mpi_probe, MPI_PROBE, (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr));
status            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));
status            340 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Request_get_status, mpi_request_get_status, MPI_REQUEST_GET_STATUS, (MPI_Fint *request, ompi_fortran_logical_t *flag, MPI_Fint *status, MPI_Fint *ierr));
status            351 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Sendrecv, mpi_sendrecv, MPI_SENDRECV, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *dest, MPI_Fint *sendtag, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr));
status            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));
status            357 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Status_set_cancelled, mpi_status_set_cancelled, MPI_STATUS_SET_CANCELLED, (MPI_Fint *status, ompi_fortran_logical_t *flag, MPI_Fint *ierr));
status            358 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Status_set_elements, mpi_status_set_elements, MPI_STATUS_SET_ELEMENTS, (MPI_Fint *status, MPI_Fint *datatype, MPI_Fint *count, MPI_Fint *ierr));
status            359 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Status_set_elements_x, mpi_status_set_elements_x, MPI_STATUS_SET_ELEMENTS_X, (MPI_Fint *status, MPI_Fint *datatype, MPI_Count *count, MPI_Fint *ierr));
status            361 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Testany, mpi_testany, MPI_TESTANY, (MPI_Fint *count, MPI_Fint *array_of_requests, MPI_Fint *index, ompi_fortran_logical_t *flag, MPI_Fint *status, MPI_Fint *ierr));
status            362 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Test, mpi_test, MPI_TEST, (MPI_Fint *request, ompi_fortran_logical_t *flag, MPI_Fint *status, MPI_Fint *ierr));
status            363 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Test_cancelled, mpi_test_cancelled, MPI_TEST_CANCELLED, (MPI_Fint *status, ompi_fortran_logical_t *flag, MPI_Fint *ierr));
status            365 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Topo_test, mpi_topo_test, MPI_TOPO_TEST, (MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr));
status            409 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Waitany, mpi_waitany, MPI_WAITANY, (MPI_Fint *count, MPI_Fint *array_of_requests, MPI_Fint *index, MPI_Fint *status, MPI_Fint *ierr));
status            410 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Wait, mpi_wait, MPI_WAIT, (MPI_Fint *request, MPI_Fint *status, MPI_Fint *ierr));
status             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),
status             46 ompi/mpi/fortran/mpif-h/recv_f.c                            (buf, count, datatype, source, tag, comm, status, ierr) )
status             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),
status             66 ompi/mpi/fortran/mpif-h/recv_f.c                            (buf, count, datatype, source, tag, comm, status, ierr) )
status             75 ompi/mpi/fortran/mpif-h/recv_f.c                 MPI_Fint *status, MPI_Fint *ierr)
status             82 ompi/mpi/fortran/mpif-h/recv_f.c     OMPI_FORTRAN_STATUS_SET_POINTER(c_status,c_status2,status)
status             91 ompi/mpi/fortran/mpif-h/recv_f.c     OMPI_FORTRAN_STATUS_RETURN(c_status,c_status2,status,c_ierr)
status             42 ompi/mpi/fortran/mpif-h/request_get_status_f.c                            (MPI_Fint *request, ompi_fortran_logical_t *flag, MPI_Fint *status, MPI_Fint *ierr),
status             43 ompi/mpi/fortran/mpif-h/request_get_status_f.c                            (request, flag, status, ierr) )
status             62 ompi/mpi/fortran/mpif-h/request_get_status_f.c                            (MPI_Fint *request, ompi_fortran_logical_t *flag, MPI_Fint *status, MPI_Fint *ierr),
status             63 ompi/mpi/fortran/mpif-h/request_get_status_f.c                            (request, flag, status, ierr) )
status             71 ompi/mpi/fortran/mpif-h/request_get_status_f.c                               MPI_Fint *status, MPI_Fint *ierr)
status             80 ompi/mpi/fortran/mpif-h/request_get_status_f.c     if (OMPI_IS_FORTRAN_STATUS_IGNORE(status)) {
status             88 ompi/mpi/fortran/mpif-h/request_get_status_f.c         PMPI_Status_c2f( &c_status, status );
status             42 ompi/mpi/fortran/mpif-h/sendrecv_f.c                            (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *dest, MPI_Fint *sendtag, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr),
status             43 ompi/mpi/fortran/mpif-h/sendrecv_f.c                            (sendbuf, sendcount, sendtype, dest, sendtag, recvbuf, recvcount, recvtype, source, recvtag, comm, status, ierr) )
status             62 ompi/mpi/fortran/mpif-h/sendrecv_f.c                            (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *dest, MPI_Fint *sendtag, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr),
status             63 ompi/mpi/fortran/mpif-h/sendrecv_f.c                            (sendbuf, sendcount, sendtype, dest, sendtag, recvbuf, recvcount, recvtype, source, recvtag, comm, status, ierr) )
status             74 ompi/mpi/fortran/mpif-h/sendrecv_f.c 		    MPI_Fint *status, MPI_Fint *ierr)
status             95 ompi/mpi/fortran/mpif-h/sendrecv_f.c        !OMPI_IS_FORTRAN_STATUS_IGNORE(status)) {
status             96 ompi/mpi/fortran/mpif-h/sendrecv_f.c        PMPI_Status_c2f(&c_status, status);
status             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),
status             43 ompi/mpi/fortran/mpif-h/sendrecv_replace_f.c                            (buf, count, datatype, dest, sendtag, source, recvtag, comm, status, ierr) )
status             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),
status             63 ompi/mpi/fortran/mpif-h/sendrecv_replace_f.c                            (buf, count, datatype, dest, sendtag, source, recvtag, comm, status, ierr) )
status             73 ompi/mpi/fortran/mpif-h/sendrecv_replace_f.c 			    MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr)
status             93 ompi/mpi/fortran/mpif-h/sendrecv_replace_f.c         !OMPI_IS_FORTRAN_STATUS_IGNORE(status)) {
status             94 ompi/mpi/fortran/mpif-h/sendrecv_replace_f.c       PMPI_Status_c2f(&c_status, status);
status             99 ompi/mpi/fortran/mpif-h/status-conversion.h #define OMPI_FORTRAN_STATUS_NEED_CONVERSION_2(status) \
status            106 ompi/mpi/fortran/mpif-h/status-conversion.h       (((ulong) (status)) & (OPAL_ALIGNMENT_SIZE_T-1)) \
status            110 ompi/mpi/fortran/mpif-h/status-conversion.h #define OMPI_FORTRAN_STATUS_NEED_CONVERSION_2(status) \
status            131 ompi/mpi/fortran/mpif-h/status-conversion.h #define OMPI_FORTRAN_STATUS_SET_POINTER(c_status,c_status2,status) \
status            133 ompi/mpi/fortran/mpif-h/status-conversion.h       if (OMPI_IS_FORTRAN_STATUS_IGNORE(status)) { \
status            136 ompi/mpi/fortran/mpif-h/status-conversion.h           if ( OMPI_FORTRAN_STATUS_NEED_CONVERSION_2(status) ) { \
status            139 ompi/mpi/fortran/mpif-h/status-conversion.h               c_status = (MPI_Status *) status; \
status            144 ompi/mpi/fortran/mpif-h/status-conversion.h #define OMPI_FORTRAN_STATUS_SET_POINTER(c_status,c_status2,status) \
status            146 ompi/mpi/fortran/mpif-h/status-conversion.h       if (OMPI_IS_FORTRAN_STATUS_IGNORE(status)) { \
status            149 ompi/mpi/fortran/mpif-h/status-conversion.h           c_status = (MPI_Status *) status; \
status            156 ompi/mpi/fortran/mpif-h/status-conversion.h #define OMPI_FORTRAN_STATUS_RETURN(c_status,c_status2,status,c_ierr) \
status            159 ompi/mpi/fortran/mpif-h/status-conversion.h           OMPI_FORTRAN_STATUS_NEED_CONVERSION_2(status) && \
status            163 ompi/mpi/fortran/mpif-h/status-conversion.h           MPI_Status_c2f(c_status, status); \
status            167 ompi/mpi/fortran/mpif-h/status-conversion.h #define OMPI_FORTRAN_STATUS_RETURN(c_status,c_status2,status,c_ierr)
status             42 ompi/mpi/fortran/mpif-h/status_set_cancelled_f.c                            (MPI_Fint *status, ompi_fortran_logical_t *flag, MPI_Fint *ierr),
status             43 ompi/mpi/fortran/mpif-h/status_set_cancelled_f.c                            (status, flag, ierr) )
status             62 ompi/mpi/fortran/mpif-h/status_set_cancelled_f.c                            (MPI_Fint *status, ompi_fortran_logical_t *flag, MPI_Fint *ierr),
status             63 ompi/mpi/fortran/mpif-h/status_set_cancelled_f.c                            (status, flag, ierr) )
status             70 ompi/mpi/fortran/mpif-h/status_set_cancelled_f.c void ompi_status_set_cancelled_f(MPI_Fint *status, ompi_fortran_logical_t *flag, MPI_Fint *ierr)
status             77 ompi/mpi/fortran/mpif-h/status_set_cancelled_f.c     if (OMPI_IS_FORTRAN_STATUS_IGNORE(status)) {
status             80 ompi/mpi/fortran/mpif-h/status_set_cancelled_f.c         PMPI_Status_f2c( status, &c_status );
status             85 ompi/mpi/fortran/mpif-h/status_set_cancelled_f.c             PMPI_Status_c2f(&c_status, status);
status             42 ompi/mpi/fortran/mpif-h/status_set_elements_f.c                            (MPI_Fint *status, MPI_Fint *datatype, MPI_Fint *count, MPI_Fint *ierr),
status             43 ompi/mpi/fortran/mpif-h/status_set_elements_f.c                            (status, datatype, count, ierr) )
status             62 ompi/mpi/fortran/mpif-h/status_set_elements_f.c                            (MPI_Fint *status, MPI_Fint *datatype, MPI_Fint *count, MPI_Fint *ierr),
status             63 ompi/mpi/fortran/mpif-h/status_set_elements_f.c                            (status, datatype, count, ierr) )
status             70 ompi/mpi/fortran/mpif-h/status_set_elements_f.c void ompi_status_set_elements_f(MPI_Fint *status, MPI_Fint *datatype,
status             79 ompi/mpi/fortran/mpif-h/status_set_elements_f.c     if (OMPI_IS_FORTRAN_STATUS_IGNORE(status)) {
status             82 ompi/mpi/fortran/mpif-h/status_set_elements_f.c         PMPI_Status_f2c( status, &c_status );
status             90 ompi/mpi/fortran/mpif-h/status_set_elements_f.c             PMPI_Status_c2f(&c_status, status);
status             44 ompi/mpi/fortran/mpif-h/status_set_elements_x_f.c                            (MPI_Fint *status, MPI_Fint *datatype, MPI_Count *count, MPI_Fint *ierr),
status             45 ompi/mpi/fortran/mpif-h/status_set_elements_x_f.c                            (status, datatype, count, ierr) )
status             64 ompi/mpi/fortran/mpif-h/status_set_elements_x_f.c                            (MPI_Fint *status, MPI_Fint *datatype, MPI_Count *count, MPI_Fint *ierr),
status             65 ompi/mpi/fortran/mpif-h/status_set_elements_x_f.c                            (status, datatype, count, ierr) )
status             72 ompi/mpi/fortran/mpif-h/status_set_elements_x_f.c void ompi_status_set_elements_x_f(MPI_Fint *status, MPI_Fint *datatype,
status             81 ompi/mpi/fortran/mpif-h/status_set_elements_x_f.c     if (OMPI_IS_FORTRAN_STATUS_IGNORE(status)) {
status             84 ompi/mpi/fortran/mpif-h/status_set_elements_x_f.c         PMPI_Status_f2c( status, &c_status );
status             91 ompi/mpi/fortran/mpif-h/status_set_elements_x_f.c             PMPI_Status_c2f(&c_status, status);
status             42 ompi/mpi/fortran/mpif-h/test_cancelled_f.c                            (MPI_Fint *status, ompi_fortran_logical_t *flag, MPI_Fint *ierr),
status             43 ompi/mpi/fortran/mpif-h/test_cancelled_f.c                            (status, flag, ierr) )
status             62 ompi/mpi/fortran/mpif-h/test_cancelled_f.c                            (MPI_Fint *status, ompi_fortran_logical_t *flag, MPI_Fint *ierr),
status             63 ompi/mpi/fortran/mpif-h/test_cancelled_f.c                            (status, flag, ierr) )
status             70 ompi/mpi/fortran/mpif-h/test_cancelled_f.c void ompi_test_cancelled_f(MPI_Fint *status, ompi_fortran_logical_t *flag, MPI_Fint *ierr)
status             78 ompi/mpi/fortran/mpif-h/test_cancelled_f.c     if (OMPI_IS_FORTRAN_STATUS_IGNORE(status)) {
status             82 ompi/mpi/fortran/mpif-h/test_cancelled_f.c         c_ierr = PMPI_Status_f2c( status, &c_status );
status             42 ompi/mpi/fortran/mpif-h/test_f.c                            (MPI_Fint *request, ompi_fortran_logical_t *flag, MPI_Fint *status, MPI_Fint *ierr),
status             43 ompi/mpi/fortran/mpif-h/test_f.c                            (request, flag, status, ierr) )
status             62 ompi/mpi/fortran/mpif-h/test_f.c                            (MPI_Fint *request, ompi_fortran_logical_t *flag, MPI_Fint *status, MPI_Fint *ierr),
status             63 ompi/mpi/fortran/mpif-h/test_f.c                            (request, flag, status, ierr) )
status             71 ompi/mpi/fortran/mpif-h/test_f.c                 MPI_Fint *status, MPI_Fint *ierr)
status             90 ompi/mpi/fortran/mpif-h/test_f.c         if (!OMPI_IS_FORTRAN_STATUS_IGNORE(status)) {
status             91 ompi/mpi/fortran/mpif-h/test_f.c             PMPI_Status_c2f(&c_status, status);
status             44 ompi/mpi/fortran/mpif-h/testany_f.c                            (MPI_Fint *count, MPI_Fint *array_of_requests, MPI_Fint *indx, ompi_fortran_logical_t *flag, MPI_Fint *status, MPI_Fint *ierr),
status             45 ompi/mpi/fortran/mpif-h/testany_f.c                            (count, array_of_requests, indx, flag, status, ierr) )
status             64 ompi/mpi/fortran/mpif-h/testany_f.c                            (MPI_Fint *count, MPI_Fint *array_of_requests, MPI_Fint *indx, ompi_fortran_logical_t *flag, MPI_Fint *status, MPI_Fint *ierr),
status             65 ompi/mpi/fortran/mpif-h/testany_f.c                            (count, array_of_requests, indx, flag, status, ierr) )
status             75 ompi/mpi/fortran/mpif-h/testany_f.c void ompi_testany_f(MPI_Fint *count, MPI_Fint *array_of_requests, MPI_Fint *indx, ompi_fortran_logical_t *flag, MPI_Fint *status, MPI_Fint *ierr)
status             88 ompi/mpi/fortran/mpif-h/testany_f.c         PMPI_Status_c2f(&ompi_status_empty, status);
status            126 ompi/mpi/fortran/mpif-h/testany_f.c         if (!OMPI_IS_FORTRAN_STATUS_IGNORE(status)) {
status            127 ompi/mpi/fortran/mpif-h/testany_f.c             PMPI_Status_c2f(&c_status, status);
status             42 ompi/mpi/fortran/mpif-h/wait_f.c                            (MPI_Fint *request, MPI_Fint *status, MPI_Fint *ierr),
status             43 ompi/mpi/fortran/mpif-h/wait_f.c                            (request, status, ierr) )
status             62 ompi/mpi/fortran/mpif-h/wait_f.c                            (MPI_Fint *request, MPI_Fint *status, MPI_Fint *ierr),
status             63 ompi/mpi/fortran/mpif-h/wait_f.c                            (request, status, ierr) )
status             70 ompi/mpi/fortran/mpif-h/wait_f.c void ompi_wait_f(MPI_Fint *request, MPI_Fint *status, MPI_Fint *ierr)
status             81 ompi/mpi/fortran/mpif-h/wait_f.c         if (!OMPI_IS_FORTRAN_STATUS_IGNORE(status)) {
status             82 ompi/mpi/fortran/mpif-h/wait_f.c             PMPI_Status_c2f(&c_status, status);
status             44 ompi/mpi/fortran/mpif-h/waitany_f.c                            (MPI_Fint *count, MPI_Fint *array_of_requests, MPI_Fint *indx, MPI_Fint *status, MPI_Fint *ierr),
status             45 ompi/mpi/fortran/mpif-h/waitany_f.c                            (count, array_of_requests, indx, status, ierr) )
status             64 ompi/mpi/fortran/mpif-h/waitany_f.c                            (MPI_Fint *count, MPI_Fint *array_of_requests, MPI_Fint *indx, MPI_Fint *status, MPI_Fint *ierr),
status             65 ompi/mpi/fortran/mpif-h/waitany_f.c                            (count, array_of_requests, indx, status, ierr) )
status             76 ompi/mpi/fortran/mpif-h/waitany_f.c 		   MPI_Fint *indx, MPI_Fint *status, MPI_Fint *ierr)
status             87 ompi/mpi/fortran/mpif-h/waitany_f.c         PMPI_Status_c2f(&ompi_status_empty, status);
status            119 ompi/mpi/fortran/mpif-h/waitany_f.c         if (!OMPI_IS_FORTRAN_STATUS_IGNORE(status)) {
status            120 ompi/mpi/fortran/mpif-h/waitany_f.c             PMPI_Status_c2f(&c_status, status);
status             86 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! And we lie in that interface block, saying that the status argument
status            214 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_get_count_f(status,datatype,count,ierror) &
status            218 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    TYPE(MPI_Status), INTENT(IN) :: status
status            279 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_probe_f(source,tag,comm,status,ierror) &
status            285 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    TYPE(MPI_Status), INTENT(OUT) :: status
status            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) &
status            297 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    TYPE(MPI_Status), INTENT(OUT) :: status
status            351 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h                            recvcount,recvtype,source,recvtag,comm,status,ierror) &
status            361 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    TYPE(MPI_Status), INTENT(OUT) :: status
status            366 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h                                    recvtag,comm,status,ierror) &
status            374 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    TYPE(MPI_Status), INTENT(OUT) :: status
status            425 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_wait_f(request,status,ierror) &
status            430 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    TYPE(MPI_Status), INTENT(OUT) :: status
status            444 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_waitany_f(count,array_of_requests,index,status,ierror) &
status            451 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    TYPE(MPI_Status), INTENT(OUT) :: status
status            477 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_get_elements_f(status,datatype,count,ierror) &
status            481 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    TYPE(MPI_Status), INTENT(IN) :: status
status            487 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_get_elements_x_f(status,datatype,count,ierror) &
status            491 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    TYPE(MPI_Status), INTENT(IN) :: status
status           1804 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_topo_test_f(comm,status,ierror) &
status           1809 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(OUT) :: status
status           2638 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_status_set_elements_f(status,datatype,count,ierror) &
status           2642 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    TYPE(MPI_Status), INTENT(INOUT) :: status
status           2648 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_status_set_elements_x_f(status,datatype,count,ierror) &
status           2652 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    TYPE(MPI_Status), INTENT(INOUT) :: status
status           2900 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_f(fh,buf,count,datatype,status,ierror) &
status           2908 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    TYPE(MPI_Status), INTENT(OUT) :: status
status           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) &
status           2920 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    TYPE(MPI_Status), INTENT(OUT) :: status
status           2934 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_all_end_f(fh,buf,status,ierror) &
status           2940 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    TYPE(MPI_Status), INTENT(OUT) :: status
status           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) &
status           2953 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    TYPE(MPI_Status), INTENT(OUT) :: status
status           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) &
status           2966 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    TYPE(MPI_Status), INTENT(OUT) :: status
status           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) &
status           2988 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    TYPE(MPI_Status), INTENT(OUT) :: status
status           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) &
status           3000 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    TYPE(MPI_Status), INTENT(OUT) :: status
status           3014 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_ordered_end_f(fh,buf,status,ierror) &
status           3020 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    TYPE(MPI_Status), INTENT(OUT) :: status
status           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) &
status           3032 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    TYPE(MPI_Status), INTENT(OUT) :: status
status           3095 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_f(fh,buf,count,datatype,status,ierror) &
status           3103 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    TYPE(MPI_Status), INTENT(OUT) :: status
status           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) &
status           3115 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    TYPE(MPI_Status), INTENT(OUT) :: status
status           3129 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_all_end_f(fh,buf,status,ierror) &
status           3135 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    TYPE(MPI_Status), INTENT(OUT) :: status
status           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) &
status           3148 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    TYPE(MPI_Status), INTENT(OUT) :: status
status           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) &
status           3161 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    TYPE(MPI_Status), INTENT(OUT) :: status
status           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) &
status           3183 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    TYPE(MPI_Status), INTENT(OUT) :: status
status           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) &
status           3195 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    TYPE(MPI_Status), INTENT(OUT) :: status
status           3209 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_ordered_end_f(fh,buf,status,ierror) &
status           3215 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    TYPE(MPI_Status), INTENT(OUT) :: status
status           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) &
status           3227 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    TYPE(MPI_Status), INTENT(OUT) :: status
status           3330 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_mprobe_f(source,tag,comm,message,status,ierror) &
status           3337 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    TYPE(MPI_Status), INTENT(OUT) :: status
status           3352 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_mrecv_f(buf,count,datatype,message,status,ierror) &
status           3360 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    TYPE(MPI_Status) :: status
status            626 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Get_count(status, datatype, count, ierror)
status            628 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, dimension(MPI_STATUS_SIZE), intent(in) :: status
status            639 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Get_elements(status, datatype, count, ierror)
status            641 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, dimension(MPI_STATUS_SIZE), intent(in) :: status
status            652 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Get_elements_x(status, datatype, count, ierror)
status            654 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, dimension(MPI_STATUS_SIZE), intent(in) :: status
status           1106 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Iprobe(source, tag, comm, flag, status&
status           1113 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, dimension(MPI_STATUS_SIZE), intent(out) :: status
status           1202 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Probe(source, tag, comm, status, ierror)
status           1207 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, dimension(MPI_STATUS_SIZE), intent(out) :: status
status           1252 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Request_get_status(request, flag, status, ierror)
status           1256 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, dimension(MPI_STATUS_SIZE), intent(out) :: status
status           1286 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Status_set_cancelled(status, flag, ierror)
status           1288 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, dimension(MPI_STATUS_SIZE), intent(inout) :: status
status           1298 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Status_set_elements(status, datatype, count, ierror)
status           1300 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, dimension(MPI_STATUS_SIZE), intent(inout) :: status
status           1311 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Test(request, flag, status, ierror)
status           1315 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, dimension(MPI_STATUS_SIZE), intent(out) :: status
status           1324 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Test_cancelled(status, flag, ierror)
status           1326 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, dimension(MPI_STATUS_SIZE), intent(in) :: status
status           1350 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Testany(count, array_of_requests, index, flag, status&
status           1357 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, dimension(MPI_STATUS_SIZE), intent(out) :: status
status           1382 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Topo_test(comm, status, ierror)
status           1384 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(out) :: status
status           1818 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Wait(request, status, ierror)
status           1821 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, dimension(MPI_STATUS_SIZE), intent(out) :: status
status           1843 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Waitany(count, array_of_requests, index, status, ierror)
status           1848 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, dimension(MPI_STATUS_SIZE), intent(out) :: status
status           2268 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Mprobe(source, tag, comm, message, status, ierror)
status           2274 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, dimension(MPI_STATUS_SIZE), intent(out) :: status
status           2283 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Improbe(source, tag, comm, flag, message, status, ierror)
status           2290 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, dimension(MPI_STATUS_SIZE), intent(out) :: status
status            626 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Get_count(status, datatype, count, ierror)
status            628 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, dimension(MPI_STATUS_SIZE), intent(in) :: status
status            639 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Get_elements(status, datatype, count, ierror)
status            641 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, dimension(MPI_STATUS_SIZE), intent(in) :: status
status            652 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Get_elements_x(status, datatype, count, ierror)
status            654 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, dimension(MPI_STATUS_SIZE), intent(in) :: status
status           1106 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Iprobe(source, tag, comm, flag, status&
status           1113 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, dimension(MPI_STATUS_SIZE), intent(out) :: status
status           1202 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Probe(source, tag, comm, status, ierror)
status           1207 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, dimension(MPI_STATUS_SIZE), intent(out) :: status
status           1252 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Request_get_status(request, flag, status, ierror)
status           1256 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, dimension(MPI_STATUS_SIZE), intent(out) :: status
status           1286 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Status_set_cancelled(status, flag, ierror)
status           1288 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, dimension(MPI_STATUS_SIZE), intent(inout) :: status
status           1298 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Status_set_elements(status, datatype, count, ierror)
status           1300 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, dimension(MPI_STATUS_SIZE), intent(inout) :: status
status           1311 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Test(request, flag, status, ierror)
status           1315 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, dimension(MPI_STATUS_SIZE), intent(out) :: status
status           1324 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Test_cancelled(status, flag, ierror)
status           1326 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, dimension(MPI_STATUS_SIZE), intent(in) :: status
status           1350 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Testany(count, array_of_requests, index, flag, status&
status           1357 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, dimension(MPI_STATUS_SIZE), intent(out) :: status
status           1382 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Topo_test(comm, status, ierror)
status           1384 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(out) :: status
status           1820 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Wait(request, status, ierror)
status           1823 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, dimension(MPI_STATUS_SIZE), intent(out) :: status
status           1845 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Waitany(count, array_of_requests, index, status, ierror)
status           1850 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, dimension(MPI_STATUS_SIZE), intent(out) :: status
status           2270 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Mprobe(source, tag, comm, message, status, ierror)
status           2276 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, dimension(MPI_STATUS_SIZE), intent(out) :: status
status           2285 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Improbe(source, tag, comm, flag, message, status, ierror)
status           2292 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, dimension(MPI_STATUS_SIZE), intent(out) :: status
status            169 ompi/mpi/java/c/mpiJava.h jobject ompi_java_status_new(JNIEnv *env, MPI_Status *status);
status            170 ompi/mpi/java/c/mpiJava.h jobject ompi_java_status_newIndex(JNIEnv *env, MPI_Status *status, int index);
status            173 ompi/mpi/java/c/mpiJava.h         JNIEnv *env, jlongArray jData, MPI_Status *status);
status            175 ompi/mpi/java/c/mpiJava.h         JNIEnv *env, jlongArray jData, MPI_Status *status, int index);
status            129 ompi/mpi/java/c/mpi_Comm.c     int rc, status;
status            130 ompi/mpi/java/c/mpi_Comm.c     rc = MPI_Topo_test(comm, &status);
status            132 ompi/mpi/java/c/mpi_Comm.c     return status;
status            349 ompi/mpi/java/c/mpi_Comm.c     MPI_Status status;
status            350 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Recv(ptr, count, type, source, tag, comm, &status);
status            356 ompi/mpi/java/c/mpi_Comm.c         ompi_java_status_set(env, jStatus, &status);
status            374 ompi/mpi/java/c/mpi_Comm.c     MPI_Status status;
status            380 ompi/mpi/java/c/mpi_Comm.c                           rPtr, rCount, rType, source, rTag, comm, &status);
status            387 ompi/mpi/java/c/mpi_Comm.c         ompi_java_status_set(env, jStatus, &status);
status            402 ompi/mpi/java/c/mpi_Comm.c     MPI_Status status;
status            405 ompi/mpi/java/c/mpi_Comm.c                                   sTag, source, rTag, comm, &status);
status            408 ompi/mpi/java/c/mpi_Comm.c         ompi_java_status_set(env, jStatus, &status);
status            666 ompi/mpi/java/c/mpi_Comm.c     MPI_Status status;
status            667 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Iprobe(source, tag, (MPI_Comm)comm, &flag, &status);
status            669 ompi/mpi/java/c/mpi_Comm.c     return flag ? ompi_java_status_new(env, &status) : NULL;
status            676 ompi/mpi/java/c/mpi_Comm.c     MPI_Status status;
status            677 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Probe(source, tag, (MPI_Comm)comm, &status);
status            680 ompi/mpi/java/c/mpi_Comm.c         ompi_java_status_set(env, jStatus, &status);
status            148 ompi/mpi/java/c/mpi_File.c     MPI_Status status;
status            151 ompi/mpi/java/c/mpi_File.c                               ptr, count, type, &status);
status            157 ompi/mpi/java/c/mpi_File.c         ompi_java_status_set(env, stat, &status);
status            170 ompi/mpi/java/c/mpi_File.c     MPI_Status status;
status            173 ompi/mpi/java/c/mpi_File.c                                   ptr, count, type, &status);
status            179 ompi/mpi/java/c/mpi_File.c         ompi_java_status_set(env, stat, &status);
status            192 ompi/mpi/java/c/mpi_File.c     MPI_Status status;
status            195 ompi/mpi/java/c/mpi_File.c                                ptr, count, type, &status);
status            201 ompi/mpi/java/c/mpi_File.c         ompi_java_status_set(env, stat, &status);
status            214 ompi/mpi/java/c/mpi_File.c     MPI_Status status;
status            217 ompi/mpi/java/c/mpi_File.c                                    ptr, count, (MPI_Datatype)type, &status);
status            223 ompi/mpi/java/c/mpi_File.c         ompi_java_status_set(env, stat, &status);
status            291 ompi/mpi/java/c/mpi_File.c     MPI_Status status;
status            292 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_read((MPI_File)fh, ptr, count, type, &status);
status            297 ompi/mpi/java/c/mpi_File.c         ompi_java_status_set(env, stat, &status);
status            309 ompi/mpi/java/c/mpi_File.c     MPI_Status status;
status            310 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_read_all((MPI_File)fh, ptr, count, type, &status);
status            315 ompi/mpi/java/c/mpi_File.c         ompi_java_status_set(env, stat, &status);
status            327 ompi/mpi/java/c/mpi_File.c     MPI_Status status;
status            328 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_write((MPI_File)fh, ptr, count, type, &status);
status            333 ompi/mpi/java/c/mpi_File.c         ompi_java_status_set(env, stat, &status);
status            345 ompi/mpi/java/c/mpi_File.c     MPI_Status status;
status            346 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_write_all((MPI_File)fh, ptr, count, type, &status);
status            351 ompi/mpi/java/c/mpi_File.c         ompi_java_status_set(env, stat, &status);
status            444 ompi/mpi/java/c/mpi_File.c     MPI_Status status;
status            445 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_read_shared((MPI_File)fh, ptr, count, type, &status);
status            450 ompi/mpi/java/c/mpi_File.c         ompi_java_status_set(env, stat, &status);
status            462 ompi/mpi/java/c/mpi_File.c     MPI_Status status;
status            463 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_write_shared((MPI_File)fh, ptr, count, type, &status);
status            468 ompi/mpi/java/c/mpi_File.c         ompi_java_status_set(env, stat, &status);
status            508 ompi/mpi/java/c/mpi_File.c     MPI_Status status;
status            509 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_read_ordered((MPI_File)fh, ptr, count, type, &status);
status            514 ompi/mpi/java/c/mpi_File.c         ompi_java_status_set(env, stat, &status);
status            526 ompi/mpi/java/c/mpi_File.c     MPI_Status status;
status            527 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_write_ordered((MPI_File)fh, ptr, count, type, &status);
status            532 ompi/mpi/java/c/mpi_File.c         ompi_java_status_set(env, stat, &status);
status            565 ompi/mpi/java/c/mpi_File.c     MPI_Status status;
status            567 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_read_at_all_end((MPI_File)fh, ptr, &status);
status            570 ompi/mpi/java/c/mpi_File.c         ompi_java_status_set(env, stat, &status);
status            587 ompi/mpi/java/c/mpi_File.c     MPI_Status status;
status            589 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_write_at_all_end((MPI_File)fh, ptr, &status);
status            592 ompi/mpi/java/c/mpi_File.c         ompi_java_status_set(env, stat, &status);
status            610 ompi/mpi/java/c/mpi_File.c     MPI_Status status;
status            612 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_read_all_end((MPI_File)fh, ptr, &status);
status            615 ompi/mpi/java/c/mpi_File.c         ompi_java_status_set(env, stat, &status);
status            633 ompi/mpi/java/c/mpi_File.c     MPI_Status status;
status            635 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_write_all_end((MPI_File)fh, ptr, &status);
status            638 ompi/mpi/java/c/mpi_File.c         ompi_java_status_set(env, stat, &status);
status            656 ompi/mpi/java/c/mpi_File.c     MPI_Status status;
status            658 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_read_ordered_end((MPI_File)fh, ptr, &status);
status            661 ompi/mpi/java/c/mpi_File.c         ompi_java_status_set(env, stat, &status);
status            679 ompi/mpi/java/c/mpi_File.c     MPI_Status status;
status            681 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_write_ordered_end((MPI_File)fh, ptr, &status);
status            684 ompi/mpi/java/c/mpi_File.c         ompi_java_status_set(env, stat, &status);
status             44 ompi/mpi/java/c/mpi_Message.c     MPI_Status  status;
status             45 ompi/mpi/java/c/mpi_Message.c     int rc = MPI_Mprobe(source, tag, comm, &message, &status);
status             48 ompi/mpi/java/c/mpi_Message.c         ompi_java_status_set(env, jStatus, &status);
status             58 ompi/mpi/java/c/mpi_Message.c     MPI_Status  status;
status             60 ompi/mpi/java/c/mpi_Message.c     rc = MPI_Improbe(source, tag, comm, &flag, &message, &status);
status             66 ompi/mpi/java/c/mpi_Message.c     return ompi_java_status_new(env, &status);
status             80 ompi/mpi/java/c/mpi_Message.c     MPI_Status status;
status             81 ompi/mpi/java/c/mpi_Message.c     int rc = MPI_Mrecv(ptr, count, type, &message, &status);
status             84 ompi/mpi/java/c/mpi_Message.c         ompi_java_status_set(env, jStatus, &status);
status            148 ompi/mpi/java/c/mpi_Request.c     MPI_Status status;
status            149 ompi/mpi/java/c/mpi_Request.c     int rc = MPI_Wait(&req, &status);
status            152 ompi/mpi/java/c/mpi_Request.c         ompi_java_status_set(env, stat, &status);
status            171 ompi/mpi/java/c/mpi_Request.c     MPI_Status status;
status            172 ompi/mpi/java/c/mpi_Request.c     int rc = MPI_Test(&req, &flag, &status);
status            177 ompi/mpi/java/c/mpi_Request.c     return flag ? ompi_java_status_new(env, &status) : NULL;
status            185 ompi/mpi/java/c/mpi_Request.c     MPI_Status status;
status            186 ompi/mpi/java/c/mpi_Request.c     int rc = MPI_Request_get_status(req, &flag, &status);
status            191 ompi/mpi/java/c/mpi_Request.c     return flag ? ompi_java_status_new(env, &status) : NULL;
status            216 ompi/mpi/java/c/mpi_Request.c     MPI_Status status;
status            217 ompi/mpi/java/c/mpi_Request.c     int rc = MPI_Waitany(count, cReq, &index, &status);
status            222 ompi/mpi/java/c/mpi_Request.c         ompi_java_status_setIndex(env, stat, &status, index);
status            247 ompi/mpi/java/c/mpi_Request.c     MPI_Status status;
status            248 ompi/mpi/java/c/mpi_Request.c     int rc = MPI_Testany(count, cReq, &index, &flag, &status);
status            251 ompi/mpi/java/c/mpi_Request.c     return flag ? ompi_java_status_newIndex(env, &status, index) : NULL;
status             58 ompi/mpi/java/c/mpi_Status.c static void getStatus(MPI_Status *status, jint source, jint tag,
status             62 ompi/mpi/java/c/mpi_Status.c     status->MPI_SOURCE = source;
status             63 ompi/mpi/java/c/mpi_Status.c     status->MPI_TAG    = tag;
status             64 ompi/mpi/java/c/mpi_Status.c     status->MPI_ERROR  = error;
status             65 ompi/mpi/java/c/mpi_Status.c     status->_cancelled = cancelled;
status             66 ompi/mpi/java/c/mpi_Status.c     status->_ucount    = ucount;
status            162 ompi/mpi/java/c/mpi_Status.c jobject ompi_java_status_new(JNIEnv *env, MPI_Status *status)
status            165 ompi/mpi/java/c/mpi_Status.c     ompi_java_status_set(env, jData, status);
status            171 ompi/mpi/java/c/mpi_Status.c jobject ompi_java_status_newIndex(JNIEnv *env, MPI_Status *status, int index)
status            174 ompi/mpi/java/c/mpi_Status.c     ompi_java_status_setIndex(env, jData, status, index);
status            180 ompi/mpi/java/c/mpi_Status.c void ompi_java_status_set(JNIEnv *env, jlongArray jData, MPI_Status *status)
status            185 ompi/mpi/java/c/mpi_Status.c     data[i++] = status->MPI_SOURCE;
status            186 ompi/mpi/java/c/mpi_Status.c     data[i++] = status->MPI_TAG;
status            187 ompi/mpi/java/c/mpi_Status.c     data[i++] = status->MPI_ERROR;
status            188 ompi/mpi/java/c/mpi_Status.c     data[i++] = status->_cancelled;
status            189 ompi/mpi/java/c/mpi_Status.c     data[i++] = status->_ucount;
status            194 ompi/mpi/java/c/mpi_Status.c         JNIEnv *env, jlongArray jData, MPI_Status *status, int index)
status            199 ompi/mpi/java/c/mpi_Status.c     data[i++] = status->MPI_SOURCE;
status            200 ompi/mpi/java/c/mpi_Status.c     data[i++] = status->MPI_TAG;
status            201 ompi/mpi/java/c/mpi_Status.c     data[i++] = status->MPI_ERROR;
status            202 ompi/mpi/java/c/mpi_Status.c     data[i++] = status->_cancelled;
status            203 ompi/mpi/java/c/mpi_Status.c     data[i++] = status->_ucount;
status            411 ompi/mpi/java/java/Comm.java 		Status status = new Status();
status            414 ompi/mpi/java/java/Comm.java 				type.handle, type.baseType, source, tag, status.data);
status            416 ompi/mpi/java/java/Comm.java 		return status;
status            469 ompi/mpi/java/java/Comm.java 		Status status = new Status();
status            474 ompi/mpi/java/java/Comm.java 				recvtype.handle, recvtype.baseType, source, recvtag, status.data);
status            476 ompi/mpi/java/java/Comm.java 		return status;
status            517 ompi/mpi/java/java/Comm.java 		Status status = new Status();
status            520 ompi/mpi/java/java/Comm.java 				dest, sendtag, source, recvtag, status.data);
status            522 ompi/mpi/java/java/Comm.java 		return status;
status           1031 ompi/mpi/java/java/Comm.java 		Status status = new Status();
status           1032 ompi/mpi/java/java/Comm.java 		probe(handle, source, tag, status.data);
status           1033 ompi/mpi/java/java/Comm.java 		return status;
status            269 ompi/mpi/java/java/File.java 		Status status = new Status();
status            278 ompi/mpi/java/java/File.java 				type.handle, type.baseType, status.data);
status            280 ompi/mpi/java/java/File.java 		return status;
status            302 ompi/mpi/java/java/File.java 		Status status = new Status();
status            311 ompi/mpi/java/java/File.java 				type.handle, type.baseType, status.data);
status            313 ompi/mpi/java/java/File.java 		return status;
status            335 ompi/mpi/java/java/File.java 		Status status = new Status();
status            344 ompi/mpi/java/java/File.java 				type.handle, type.baseType, status.data);
status            346 ompi/mpi/java/java/File.java 		return status;
status            368 ompi/mpi/java/java/File.java 		Status status = new Status();
status            377 ompi/mpi/java/java/File.java 				type.handle, type.baseType, status.data);
status            379 ompi/mpi/java/java/File.java 		return status;
status            491 ompi/mpi/java/java/File.java 		Status status = new Status();
status            499 ompi/mpi/java/java/File.java 		read(handle, buf, db, off, count, type.handle, type.baseType, status.data);
status            500 ompi/mpi/java/java/File.java 		return status;
status            520 ompi/mpi/java/java/File.java 		Status status = new Status();
status            528 ompi/mpi/java/java/File.java 		readAll(handle, buf,db,off, count, type.handle, type.baseType, status.data);
status            529 ompi/mpi/java/java/File.java 		return status;
status            549 ompi/mpi/java/java/File.java 		Status status = new Status();
status            557 ompi/mpi/java/java/File.java 		write(handle, buf, db, off, count, type.handle, type.baseType, status.data);
status            558 ompi/mpi/java/java/File.java 		return status;
status            578 ompi/mpi/java/java/File.java 		Status status = new Status();
status            586 ompi/mpi/java/java/File.java 		writeAll(handle, buf,db,off, count, type.handle,type.baseType, status.data);
status            587 ompi/mpi/java/java/File.java 		return status;
status            729 ompi/mpi/java/java/File.java 		Status status = new Status();
status            738 ompi/mpi/java/java/File.java 				type.handle, type.baseType, status.data);
status            740 ompi/mpi/java/java/File.java 		return status;
status            761 ompi/mpi/java/java/File.java 		Status status = new Status();
status            770 ompi/mpi/java/java/File.java 				type.handle, type.baseType, status.data);
status            772 ompi/mpi/java/java/File.java 		return status;
status            835 ompi/mpi/java/java/File.java 		Status status = new Status();
status            844 ompi/mpi/java/java/File.java 				type.handle, type.baseType, status.data);
status            846 ompi/mpi/java/java/File.java 		return status;
status            867 ompi/mpi/java/java/File.java 		Status status = new Status();
status            876 ompi/mpi/java/java/File.java 				type.handle, type.baseType, status.data);
status            878 ompi/mpi/java/java/File.java 		return status;
status            933 ompi/mpi/java/java/File.java 			Status status = new Status();
status            942 ompi/mpi/java/java/File.java 					type.handle, type.baseType, status.data);
status            944 ompi/mpi/java/java/File.java 			beginStatus = status;
status            964 ompi/mpi/java/java/File.java 			Status status = new Status();
status            965 ompi/mpi/java/java/File.java 			readAtAllEnd(handle, buf, status.data);
status            966 ompi/mpi/java/java/File.java 			return status;
status            997 ompi/mpi/java/java/File.java 			Status status = new Status();
status           1006 ompi/mpi/java/java/File.java 					type.handle, type.baseType, status.data);
status           1008 ompi/mpi/java/java/File.java 			beginStatus = status;
status           1028 ompi/mpi/java/java/File.java 			Status status = new Status();
status           1029 ompi/mpi/java/java/File.java 			writeAtAllEnd(handle, buf, status.data);
status           1030 ompi/mpi/java/java/File.java 			return status;
status           1060 ompi/mpi/java/java/File.java 			Status status = new Status();
status           1069 ompi/mpi/java/java/File.java 					type.handle, type.baseType, status.data);
status           1071 ompi/mpi/java/java/File.java 			beginStatus = status;
status           1090 ompi/mpi/java/java/File.java 			Status status = new Status();
status           1091 ompi/mpi/java/java/File.java 			readAllEnd(handle, buf, status.data);
status           1092 ompi/mpi/java/java/File.java 			return status;
status           1122 ompi/mpi/java/java/File.java 			Status status = new Status();
status           1131 ompi/mpi/java/java/File.java 					type.handle, type.baseType, status.data);
status           1133 ompi/mpi/java/java/File.java 			beginStatus = status;
status           1152 ompi/mpi/java/java/File.java 			Status status = new Status();
status           1153 ompi/mpi/java/java/File.java 			writeAllEnd(handle, buf, status.data);
status           1154 ompi/mpi/java/java/File.java 			return status;
status           1184 ompi/mpi/java/java/File.java 			Status status = new Status();
status           1193 ompi/mpi/java/java/File.java 					type.handle, type.baseType, status.data);
status           1195 ompi/mpi/java/java/File.java 			beginStatus = status;
status           1214 ompi/mpi/java/java/File.java 			Status status = new Status();
status           1215 ompi/mpi/java/java/File.java 			readOrderedEnd(handle, buf, status.data);
status           1216 ompi/mpi/java/java/File.java 			return status;
status           1246 ompi/mpi/java/java/File.java 			Status status = new Status();
status           1255 ompi/mpi/java/java/File.java 					type.handle, type.baseType, status.data);
status           1257 ompi/mpi/java/java/File.java 			beginStatus = status;
status           1276 ompi/mpi/java/java/File.java 			Status status = new Status();
status           1277 ompi/mpi/java/java/File.java 			writeOrderedEnd(handle, buf, status.data);
status           1278 ompi/mpi/java/java/File.java 			return status;
status             86 ompi/mpi/java/java/Message.java 		Status status = new Status();
status             87 ompi/mpi/java/java/Message.java 		handle = mProbe(source, tag, comm.handle, status.data);
status             88 ompi/mpi/java/java/Message.java 		return status;
status             91 ompi/mpi/java/java/Message.java 	private native long mProbe(int source, int tag, long comm, long[] status)
status            124 ompi/mpi/java/java/Message.java 		Status status = new Status();
status            133 ompi/mpi/java/java/Message.java 				type.handle, type.baseType, status.data);
status            135 ompi/mpi/java/java/Message.java 		return status;
status            140 ompi/mpi/java/java/Message.java 			long type, int baseType, long[] status) throws MPIException;
status            165 ompi/mpi/java/java/Request.java 		Status status = new Status();
status            166 ompi/mpi/java/java/Request.java 		handle = waitStatus(handle, status.data);
status            167 ompi/mpi/java/java/Request.java 		return status;
status            253 ompi/mpi/java/java/Request.java 		Status status = new Status();
status            254 ompi/mpi/java/java/Request.java 		waitAnyStatus(r, status.data);
status            256 ompi/mpi/java/java/Request.java 		return status;
status            259 ompi/mpi/java/java/Request.java 	private static native void waitAnyStatus(long[] requests, long[] status)
status            300 ompi/mpi/java/java/Request.java 		Status status = testAnyStatus(r);
status            302 ompi/mpi/java/java/Request.java 		return status;
status            343 ompi/mpi/java/java/Request.java 		Status[] status = waitAllStatus(r);
status            345 ompi/mpi/java/java/Request.java 		return status;
status            383 ompi/mpi/java/java/Request.java 		Status[] status = testAllStatus(r);
status            385 ompi/mpi/java/java/Request.java 		return status;
status            429 ompi/mpi/java/java/Request.java 		Status[] status = waitSomeStatus(r);
status            431 ompi/mpi/java/java/Request.java 		return status;
status            473 ompi/mpi/java/java/Request.java 		Status[] status = testSomeStatus(r);
status            475 ompi/mpi/java/java/Request.java 		return status;
status             24 ompi/patterns/net/allreduce.c void send_completion(nt status, struct ompi_process_name_t* peer, struct iovec* msg,
status             32 ompi/patterns/net/allreduce.c void recv_completion(nt status, struct ompi_process_name_t* peer, struct iovec* msg,
status            200 ompi/request/grequest.c                                ompi_status_public_t *status)
status            215 ompi/request/grequest.c             rc = g->greq_query.c_query(g->greq_state, status);
status            220 ompi/request/grequest.c             MPI_Status_f2c(fstatus, status);
status             35 ompi/request/grequest.h                                              MPI_Fint *status,
status             56 ompi/request/grequest.h                                               MPI_Fint *status,
status            132 ompi/request/grequest.h                                              ompi_status_public_t *status);
status             43 ompi/request/grequestx.c             MPI_Status status;
status             45 ompi/request/grequestx.c             request->greq_poll.c_poll(request->greq_state, &status);
status             33 ompi/request/req_test.c                               ompi_status_public_t * status )
status             45 ompi/request/req_test.c         if (MPI_STATUS_IGNORE != status) {
status             46 ompi/request/req_test.c             *status = ompi_status_empty;
status             64 ompi/request/req_test.c             if (MPI_STATUS_IGNORE != status) {
status             65 ompi/request/req_test.c                 int old_error = status->MPI_ERROR;
status             66 ompi/request/req_test.c                 *status = request->req_status;
status             67 ompi/request/req_test.c                 status->MPI_ERROR = old_error;
status             69 ompi/request/req_test.c         } else if (MPI_STATUS_IGNORE != status) {
status             72 ompi/request/req_test.c             int old_error = status->MPI_ERROR;
status             73 ompi/request/req_test.c             *status = request->req_status;
status             74 ompi/request/req_test.c             status->MPI_ERROR = old_error;
status            110 ompi/request/req_test.c     ompi_status_public_t * status)
status            142 ompi/request/req_test.c                 if (MPI_STATUS_IGNORE != status) {
status            145 ompi/request/req_test.c                     int old_error = status->MPI_ERROR;
status            146 ompi/request/req_test.c                     *status = request->req_status;
status            147 ompi/request/req_test.c                     status->MPI_ERROR = old_error;
status            149 ompi/request/req_test.c             } else if (MPI_STATUS_IGNORE != status) {
status            152 ompi/request/req_test.c                 int old_error = status->MPI_ERROR;
status            153 ompi/request/req_test.c                 *status = request->req_status;
status            154 ompi/request/req_test.c                 status->MPI_ERROR = old_error;
status            181 ompi/request/req_test.c         if (MPI_STATUS_IGNORE != status) {
status            182 ompi/request/req_test.c             *status = ompi_status_empty;
status             38 ompi/request/req_wait.c     ompi_status_public_t * status)
status             52 ompi/request/req_wait.c     if( MPI_STATUS_IGNORE != status ) {
status             55 ompi/request/req_wait.c         status->MPI_TAG    = req->req_status.MPI_TAG;
status             56 ompi/request/req_wait.c         status->MPI_SOURCE = req->req_status.MPI_SOURCE;
status             57 ompi/request/req_wait.c         status->_ucount    = req->req_status._ucount;
status             58 ompi/request/req_wait.c         status->_cancelled = req->req_status._cancelled;
status             62 ompi/request/req_wait.c             if (MPI_STATUS_IGNORE != status) {
status             63 ompi/request/req_wait.c                 *status = ompi_status_empty;
status             87 ompi/request/req_wait.c                                   ompi_status_public_t * status)
status            125 ompi/request/req_wait.c         if (MPI_STATUS_IGNORE != status) {
status            126 ompi/request/req_wait.c             *status = ompi_status_empty;
status            178 ompi/request/req_wait.c     if (MPI_STATUS_IGNORE != status) {
status            181 ompi/request/req_wait.c         int old_error = status->MPI_ERROR;
status            182 ompi/request/req_wait.c         *status = request->req_status;
status            183 ompi/request/req_wait.c         status->MPI_ERROR = old_error;
status            217 ompi/request/request.h                                       ompi_status_public_t * status );
status            235 ompi/request/request.h                                           ompi_status_public_t * status);
status            279 ompi/request/request.h                                       ompi_status_public_t * status);
status            293 ompi/request/request.h                                           ompi_status_public_t * status);
status             24 ompi/request/request_default.h                               ompi_status_public_t * status );
status             31 ompi/request/request_default.h                                   ompi_status_public_t * status);
status             48 ompi/request/request_default.h                               ompi_status_public_t * status);
status             54 ompi/request/request_default.h                                   ompi_status_public_t * status);
status             96 ompi/runtime/ompi_mpi_finalize.c static void fence_cbfunc(int status, void *cbdata)
status            366 ompi/runtime/ompi_mpi_init.c static void fence_release(int status, void *cbdata)
status            532 ompi/runtime/ompi_mpi_init.c     errtrk.status = OPAL_ERROR;
status            551 ompi/runtime/ompi_mpi_init.c     if (OPAL_SUCCESS != errtrk.status) {
status            553 ompi/runtime/ompi_mpi_init.c         ret = errtrk.status;
status            837 opal/dss/dss_pack.c             if (OPAL_SUCCESS != (ret = opal_dss_pack_buffer(buffer, &ptr[i]->data.status, 1, OPAL_INT))) {
status            172 opal/dss/dss_types.h         opal_status_t status;
status           1098 opal/dss/dss_unpack.c             if (OPAL_SUCCESS != (ret = opal_dss_unpack_buffer(buffer, &ptr[i]->data.status, &m, OPAL_INT))) {
status            381 opal/mca/btl/btl.h     int status);
status            406 opal/mca/btl/btl.h     int status);
status           1080 opal/mca/btl/smcuda/btl_smcuda_component.c                 int status = (uintptr_t)hdr & MCA_BTL_SMCUDA_FRAG_STATUS_MASK;
status           1093 opal/mca/btl/smcuda/btl_smcuda_component.c                                           &frag->base, status?OPAL_ERROR:OPAL_SUCCESS);
status            123 opal/mca/btl/uct/btl_uct_device_context.h         int rc = UCS_OK == comp->status ? OPAL_SUCCESS : OPAL_ERROR;
status            171 opal/mca/btl/uct/btl_uct_endpoint.c static void mca_btl_uct_endpoint_flush_complete (uct_completion_t *self, ucs_status_t status)
status             14 opal/mca/btl/uct/btl_uct_frag.c static void mca_btl_uct_frag_completion (uct_completion_t *uct_comp, ucs_status_t status)
status             18 opal/mca/btl/uct/btl_uct_frag.c     BTL_VERBOSE(("frag operation complete. frag = %p. status = %d", (void *) comp->frag, status));
status             20 opal/mca/btl/uct/btl_uct_frag.c     comp->status = status;
status             14 opal/mca/btl/uct/btl_uct_rdma.c void mca_btl_uct_uct_completion (uct_completion_t *uct_comp, ucs_status_t status)
status             18 opal/mca/btl/uct/btl_uct_rdma.c     BTL_VERBOSE(("network operation complete. status = %d", status));
status             20 opal/mca/btl/uct/btl_uct_rdma.c     comp->status = status;
status             31 opal/mca/btl/uct/btl_uct_rdma.h void mca_btl_uct_uct_completion (uct_completion_t *uct_comp, ucs_status_t status);
status            227 opal/mca/btl/uct/btl_uct_types.h     int status;
status            757 opal/mca/btl/ugni/btl_ugni_component.c     fprintf (stderr, "desc->gni_desc.status           = %" PRIx64 "\n", desc->gni_desc.status);
status             79 opal/mca/btl/ugni/btl_ugni_get.c                                              void *context, void *cbdata, int status)
status             71 opal/mca/btl/ugni/btl_ugni_init.c     gni_return_t status;
status             77 opal/mca/btl/ugni/btl_ugni_init.c         status = GNI_CdmGetNicAddress(device_id, &address, &cpu_id);
status             78 opal/mca/btl/ugni/btl_ugni_init.c         if(status != GNI_RC_SUCCESS) {
status             79 opal/mca/btl/ugni/btl_ugni_init.c             opal_output (0, "FAILED:GNI_CdmGetNicAddress returned error %d", status);
status             31 opal/mca/btl/ugni/btl_ugni_progress_thread.c     gni_return_t status;
status             52 opal/mca/btl/ugni/btl_ugni_progress_thread.c         status = GNI_CqVectorMonitor(cq_vec,
status             57 opal/mca/btl/ugni/btl_ugni_progress_thread.c         if (status == GNI_RC_NOT_DONE) continue;
status             59 opal/mca/btl/ugni/btl_ugni_progress_thread.c         if ((status == GNI_RC_SUCCESS) && (stop_progress_thread == 0)) {
status             20 opal/mca/btl/vader/btl_vader_atomic.c                                                 mca_btl_base_descriptor_t *desc, int status)
status             31 opal/mca/btl/vader/btl_vader_atomic.c     cbfunc (btl, endpoint, local_address, NULL, context, cbdata, status);
status             54 opal/mca/btl/vader/btl_vader_atomic.c                                                 mca_btl_base_descriptor_t *desc, int status)
status             70 opal/mca/btl/vader/btl_vader_atomic.c     cbfunc (btl, endpoint, local_address, NULL, context, cbdata, status);
status            160 opal/mca/btl/vader/btl_vader_get.c                                                mca_btl_base_descriptor_t *desc, int status)
status            179 opal/mca/btl/vader/btl_vader_get.c     cbfunc (btl, endpoint, local_address, NULL, context, cbdata, status);
status            139 opal/mca/btl/vader/btl_vader_put.c                                                mca_btl_base_descriptor_t *desc, int status)
status            150 opal/mca/btl/vader/btl_vader_put.c     cbfunc (btl, endpoint, local_address, NULL, context, cbdata, status);
status            126 opal/mca/common/ucx/common_ucx.c void opal_common_ucx_empty_complete_cb(void *request, ucs_status_t status)
status            130 opal/mca/common/ucx/common_ucx.c static void opal_common_ucx_mca_fence_complete_cb(int status, void *fenced)
status            141 opal/mca/common/ucx/common_ucx.c     ucs_status_t status;
status            144 opal/mca/common/ucx/common_ucx.c         status = ucm_test_events(UCM_EVENT_VM_UNMAPPED);
status            145 opal/mca/common/ucx/common_ucx.c         if (status != UCS_OK) {
status             72 opal/mca/common/ucx/common_ucx.h         ucs_status_t status;                                                             \
status             75 opal/mca/common/ucx/common_ucx.h             status = opal_common_ucx_request_status(_request);                           \
status             76 opal/mca/common/ucx/common_ucx.h             if (UCS_INPROGRESS != status) {                                              \
status             78 opal/mca/common/ucx/common_ucx.h                 if (OPAL_LIKELY(UCS_OK == status)) {                                     \
status            109 opal/mca/common/ucx/common_ucx.h OPAL_DECLSPEC void opal_common_ucx_empty_complete_cb(void *request, ucs_status_t status);
status            156 opal/mca/common/ucx/common_ucx.h     ucs_status_t status;
status            158 opal/mca/common/ucx/common_ucx.h     status = ucp_ep_flush(ep);
status            159 opal/mca/common/ucx/common_ucx.h     return (status == UCS_OK) ? OPAL_SUCCESS : OPAL_ERROR;
status            172 opal/mca/common/ucx/common_ucx.h     ucs_status_t status;
status            174 opal/mca/common/ucx/common_ucx.h     status = ucp_worker_flush(worker);
status            175 opal/mca/common/ucx/common_ucx.h     return (status == UCS_OK) ? OPAL_SUCCESS : OPAL_ERROR;
status             42 opal/mca/common/ucx/common_ucx_wpool.c     ucs_status_t status;
status             48 opal/mca/common/ucx/common_ucx_wpool.c     status = ucp_worker_create(wpool->ucp_ctx, &worker_params, &worker);
status             49 opal/mca/common/ucx/common_ucx_wpool.c     if (UCS_OK != status) {
status             50 opal/mca/common/ucx/common_ucx_wpool.c         MCA_COMMON_UCX_ERROR("ucp_worker_create failed: %d", status);
status            139 opal/mca/common/ucx/common_ucx_wpool.c     ucs_status_t status;
status            151 opal/mca/common/ucx/common_ucx_wpool.c     status = ucp_config_read("MPI", NULL, &config);
status            152 opal/mca/common/ucx/common_ucx_wpool.c     if (UCS_OK != status) {
status            153 opal/mca/common/ucx/common_ucx_wpool.c         MCA_COMMON_UCX_VERBOSE(1, "ucp_config_read failed: %d", status);
status            171 opal/mca/common/ucx/common_ucx_wpool.c     status = ucp_init(&context_params, config, &wpool->ucp_ctx);
status            173 opal/mca/common/ucx/common_ucx_wpool.c     if (UCS_OK != status) {
status            174 opal/mca/common/ucx/common_ucx_wpool.c         MCA_COMMON_UCX_VERBOSE(1, "ucp_init failed: %d", status);
status            191 opal/mca/common/ucx/common_ucx_wpool.c     status = ucp_worker_get_address(wpool->dflt_worker,
status            193 opal/mca/common/ucx/common_ucx_wpool.c     if (status != UCS_OK) {
status            194 opal/mca/common/ucx/common_ucx_wpool.c         MCA_COMMON_UCX_VERBOSE(1, "ucp_worker_get_address failed: %d", status);
status            524 opal/mca/common/ucx/common_ucx_wpool.c     ucs_status_t status;
status            540 opal/mca/common/ucx/common_ucx_wpool.c     status = ucp_rkey_pack(ctx->wpool->ucp_ctx, mem->memh,
status            542 opal/mca/common/ucx/common_ucx_wpool.c     if (status != UCS_OK) {
status            543 opal/mca/common/ucx/common_ucx_wpool.c         MCA_COMMON_UCX_VERBOSE(1, "ucp_rkey_pack failed: %d", status);
status            599 opal/mca/common/ucx/common_ucx_wpool.c     ucs_status_t status;
status            614 opal/mca/common/ucx/common_ucx_wpool.c     status = ucp_mem_map(wpool->ucp_ctx, &mem_params, memh_ptr);
status            615 opal/mca/common/ucx/common_ucx_wpool.c     if (status != UCS_OK) {
status            616 opal/mca/common/ucx/common_ucx_wpool.c         MCA_COMMON_UCX_VERBOSE(1, "ucp_mem_map failed: %d", status);
status            622 opal/mca/common/ucx/common_ucx_wpool.c     status = ucp_mem_query((*memh_ptr), &mem_attrs);
status            623 opal/mca/common/ucx/common_ucx_wpool.c     if (status != UCS_OK) {
status            624 opal/mca/common/ucx/common_ucx_wpool.c         MCA_COMMON_UCX_VERBOSE(1, "ucp_mem_query failed: %d", status);
status            927 opal/mca/common/ucx/common_ucx_wpool.c     ucs_status_t status;
status            936 opal/mca/common/ucx/common_ucx_wpool.c     status = ucp_ep_create(winfo->worker, &ep_params, &winfo->endpoints[target]);
status            937 opal/mca/common/ucx/common_ucx_wpool.c     if (status != UCS_OK) {
status            939 opal/mca/common/ucx/common_ucx_wpool.c         MCA_COMMON_UCX_VERBOSE(1, "ucp_ep_create failed: %d", status);
status           1066 opal/mca/common/ucx/common_ucx_wpool.c     ucs_status_t status;
status           1068 opal/mca/common/ucx/common_ucx_wpool.c     status = ucp_ep_rkey_unpack(ep, &gmem->mem_addrs[displ],
status           1070 opal/mca/common/ucx/common_ucx_wpool.c     if (status != UCS_OK) {
status           1071 opal/mca/common/ucx/common_ucx_wpool.c         MCA_COMMON_UCX_VERBOSE(1, "ucp_ep_rkey_unpack failed: %d", status);
status           1141 opal/mca/common/ucx/common_ucx_wpool.c     ucs_status_t status = UCS_OK;
status           1165 opal/mca/common/ucx/common_ucx_wpool.c             status = ucp_ep_flush(winfo->endpoints[target]);
status           1167 opal/mca/common/ucx/common_ucx_wpool.c             status = ucp_worker_flush(winfo->worker);
status           1169 opal/mca/common/ucx/common_ucx_wpool.c         rc = (status == UCS_OK) ? OPAL_SUCCESS : OPAL_ERROR;
status           1235 opal/mca/common/ucx/common_ucx_wpool.c opal_common_ucx_req_completion(void *request, ucs_status_t status) {
status            179 opal/mca/common/ucx/common_ucx_wpool.h OPAL_DECLSPEC void opal_common_ucx_req_completion(void *request, ucs_status_t status);
status            243 opal/mca/common/ucx/common_ucx_wpool.h     ucs_status_t status;
status            265 opal/mca/common/ucx/common_ucx_wpool.h             status = opal_common_ucx_request_status(request);
status            266 opal/mca/common/ucx/common_ucx_wpool.h             if (status != UCS_INPROGRESS) {
status            268 opal/mca/common/ucx/common_ucx_wpool.h                 if (OPAL_UNLIKELY(UCS_OK != status)) {
status            279 opal/mca/common/ucx/common_ucx_wpool.h         } while (ctr > 0 && ret > 0 && status == UCS_INPROGRESS);
status            282 opal/mca/common/ucx/common_ucx_wpool.h     } while (status == UCS_INPROGRESS);
status            341 opal/mca/common/ucx/common_ucx_wpool.h     ucs_status_t status;
status            356 opal/mca/common/ucx/common_ucx_wpool.h         status = ucp_put_nbi(ep, buffer,len, rem_addr, rkey);
status            360 opal/mca/common/ucx/common_ucx_wpool.h         status = ucp_get_nbi(ep, buffer,len, rem_addr, rkey);
status            365 opal/mca/common/ucx/common_ucx_wpool.h     if (OPAL_UNLIKELY(status != UCS_OK && status != UCS_INPROGRESS)) {
status            366 opal/mca/common/ucx/common_ucx_wpool.h         MCA_COMMON_UCX_ERROR("%s failed: %d", called_func, status);
status            390 opal/mca/common/ucx/common_ucx_wpool.h     ucs_status_t status;
status            401 opal/mca/common/ucx/common_ucx_wpool.h     status = opal_common_ucx_atomic_cswap(ep, compare, value,
status            405 opal/mca/common/ucx/common_ucx_wpool.h     if (OPAL_UNLIKELY(status != UCS_OK)) {
status            406 opal/mca/common/ucx/common_ucx_wpool.h         MCA_COMMON_UCX_ERROR("opal_common_ucx_atomic_cswap failed: %d", status);
status            428 opal/mca/common/ucx/common_ucx_wpool.h     ucs_status_t status;
status            440 opal/mca/common/ucx/common_ucx_wpool.h     status = ucp_atomic_post(ep, opcode, value,
status            442 opal/mca/common/ucx/common_ucx_wpool.h     if (OPAL_UNLIKELY(status != UCS_OK)) {
status            443 opal/mca/common/ucx/common_ucx_wpool.h         MCA_COMMON_UCX_ERROR("ucp_atomic_post failed: %d", status);
status            466 opal/mca/common/ucx/common_ucx_wpool.h     ucs_status_t status;
status            477 opal/mca/common/ucx/common_ucx_wpool.h     status = opal_common_ucx_atomic_fetch(ep, opcode, value,
status            481 opal/mca/common/ucx/common_ucx_wpool.h     if (OPAL_UNLIKELY(status != UCS_OK)) {
status            482 opal/mca/common/ucx/common_ucx_wpool.h         MCA_COMMON_UCX_ERROR("ucp_atomic_cswap64 failed: %d", status);
status             57 opal/mca/compress/base/compress_base_fns.c     int status = 0;
status             67 opal/mca/compress/base/compress_base_fns.c         status = execvp(argv[0], argv);
status             69 opal/mca/compress/base/compress_base_fns.c         opal_output(0, "compress:base: Tar:: Failed to exec child [%s] status = %d\n", cmd, status);
status             73 opal/mca/compress/base/compress_base_fns.c         waitpid(child_pid, &status, 0);
status             75 opal/mca/compress/base/compress_base_fns.c         if( !WIFEXITED(status) ) {
status            101 opal/mca/compress/base/compress_base_fns.c     int status = 0;
status            109 opal/mca/compress/base/compress_base_fns.c         status = execvp(argv[0], argv);
status            111 opal/mca/compress/base/compress_base_fns.c         opal_output(0, "compress:base: Tar:: Failed to exec child [%s] status = %d\n", cmd, status);
status            115 opal/mca/compress/base/compress_base_fns.c         waitpid(child_pid, &status, 0);
status            117 opal/mca/compress/base/compress_base_fns.c         if( !WIFEXITED(status) ) {
status             57 opal/mca/compress/bzip/compress_bzip_module.c     int status = 0;
status             64 opal/mca/compress/bzip/compress_bzip_module.c     waitpid(child_pid, &status, 0);
status             66 opal/mca/compress/bzip/compress_bzip_module.c     if( WIFEXITED(status) ) {
status             78 opal/mca/compress/bzip/compress_bzip_module.c     int status;
status            114 opal/mca/compress/bzip/compress_bzip_module.c         status = execvp(argv[0], argv);
status            116 opal/mca/compress/bzip/compress_bzip_module.c         opal_output(0, "compress:bzip: compress_nb: Failed to exec child [%s] status = %d\n", cmd, status);
status            137 opal/mca/compress/bzip/compress_bzip_module.c     int status = 0;
status            144 opal/mca/compress/bzip/compress_bzip_module.c     waitpid(child_pid, &status, 0);
status            146 opal/mca/compress/bzip/compress_bzip_module.c     if( WIFEXITED(status) ) {
status            158 opal/mca/compress/bzip/compress_bzip_module.c     int status;
status            193 opal/mca/compress/bzip/compress_bzip_module.c             status = execvp(argv[0], argv);
status            195 opal/mca/compress/bzip/compress_bzip_module.c             opal_output(0, "compress:bzip: decompress_nb: Failed to exec child [%s] status = %d\n", cmd, status);
status            199 opal/mca/compress/bzip/compress_bzip_module.c             waitpid(loc_pid, &status, 0);
status            200 opal/mca/compress/bzip/compress_bzip_module.c             if( !WIFEXITED(status) ) {
status            201 opal/mca/compress/bzip/compress_bzip_module.c                 opal_output(0, "compress:bzip: decompress_nb: Failed to bunzip the file [%s] status = %d\n", cname, status);
status             57 opal/mca/compress/gzip/compress_gzip_module.c     int status = 0;
status             64 opal/mca/compress/gzip/compress_gzip_module.c     waitpid(child_pid, &status, 0);
status             66 opal/mca/compress/gzip/compress_gzip_module.c     if( WIFEXITED(status) ) {
status             78 opal/mca/compress/gzip/compress_gzip_module.c     int status;
status            114 opal/mca/compress/gzip/compress_gzip_module.c         status = execvp(argv[0], argv);
status            116 opal/mca/compress/gzip/compress_gzip_module.c         opal_output(0, "compress:gzip: compress_nb: Failed to exec child [%s] status = %d\n", cmd, status);
status            138 opal/mca/compress/gzip/compress_gzip_module.c     int status = 0;
status            145 opal/mca/compress/gzip/compress_gzip_module.c     waitpid(child_pid, &status, 0);
status            147 opal/mca/compress/gzip/compress_gzip_module.c     if( WIFEXITED(status) ) {
status            159 opal/mca/compress/gzip/compress_gzip_module.c     int status;
status            196 opal/mca/compress/gzip/compress_gzip_module.c             status = execvp(argv[0], argv);
status            198 opal/mca/compress/gzip/compress_gzip_module.c             opal_output(0, "compress:gzip: decompress_nb: Failed to exec child [%s] status = %d\n", cmd, status);
status            202 opal/mca/compress/gzip/compress_gzip_module.c             waitpid(loc_pid, &status, 0);
status            203 opal/mca/compress/gzip/compress_gzip_module.c             if( !WIFEXITED(status) ) {
status            204 opal/mca/compress/gzip/compress_gzip_module.c                 opal_output(0, "compress:gzip: decompress_nb: Failed to bunzip the file [%s] status = %d\n", cname, status);
status             96 opal/mca/crs/none/crs_none_module.c     int status;
status            136 opal/mca/crs/none/crs_none_module.c         status = execvp(cr_argv[0], cr_argv);
status            138 opal/mca/crs/none/crs_none_module.c         if(status < 0) {
status            140 opal/mca/crs/none/crs_none_module.c                         "crs:none: none_restart: Child failed to execute :(%d):", status);
status            143 opal/mca/crs/none/crs_none_module.c                     "crs:none: none_restart: execvp returned %d", status);
status            144 opal/mca/crs/none/crs_none_module.c         exit_status = status;
status            383 opal/mca/crs/self/crs_self_module.c     int status;
status            425 opal/mca/crs/self/crs_self_module.c         status = execvp(strdup(cr_argv[0]), cr_argv);
status            427 opal/mca/crs/self/crs_self_module.c         if(status < 0) {
status            429 opal/mca/crs/self/crs_self_module.c                         "crs:self: self_restart: SELF: Child failed to execute :(%d):", status);
status            432 opal/mca/crs/self/crs_self_module.c                     "crs:self: self_restart: SELF: execvp returned %d", status);
status            433 opal/mca/crs/self/crs_self_module.c         exit_status = status;
status            445 opal/mca/crs/self/crs_self_module.c             status = execvp(strdup(cr_argv[0]), cr_argv);
status            447 opal/mca/crs/self/crs_self_module.c             if(status < 0) {
status            449 opal/mca/crs/self/crs_self_module.c                             "crs:self: self_restart: CHILD: Child failed to execute :(%d):", status);
status            452 opal/mca/crs/self/crs_self_module.c                         "crs:self: self_restart: CHILD: execvp returned %d", status);
status            453 opal/mca/crs/self/crs_self_module.c             exit_status = status;
status           3649 opal/mca/event/libevent2022/libevent/evdns.c 	int status = 0, r, added_any;
status           3657 opal/mca/event/libevent2022/libevent/evdns.c 		status = -1;
status           3662 opal/mca/event/libevent2022/libevent/evdns.c 		status = -1;
status           3667 opal/mca/event/libevent2022/libevent/evdns.c 	if (!buf) { status = 4; goto done; }
status           3671 opal/mca/event/libevent2022/libevent/evdns.c 		status = -1;
status           3677 opal/mca/event/libevent2022/libevent/evdns.c 		if (!buf) { status = 4; goto done; }
status           3682 opal/mca/event/libevent2022/libevent/evdns.c 			status = -1;
status           3695 opal/mca/event/libevent2022/libevent/evdns.c 			status = r;
status           3706 opal/mca/event/libevent2022/libevent/evdns.c 		if (status == 0)
status           3707 opal/mca/event/libevent2022/libevent/evdns.c 			status = -1;
status           3709 opal/mca/event/libevent2022/libevent/evdns.c 		status = 0;
status           3717 opal/mca/event/libevent2022/libevent/evdns.c 	return status;
status           3725 opal/mca/event/libevent2022/libevent/evdns.c 	int status = 0;
status           3736 opal/mca/event/libevent2022/libevent/evdns.c 		status = evdns_nameserver_ip_add_line(base,buf);
status           3740 opal/mca/event/libevent2022/libevent/evdns.c 	return status;
status            666 opal/mca/event/libevent2022/libevent/evrpc.c 	struct evrpc_status status;
status            712 opal/mca/event/libevent2022/libevent/evrpc.c 	memset(&status, 0, sizeof(status));
status            713 opal/mca/event/libevent2022/libevent/evrpc.c 	status.error = EVRPC_STATUS_ERR_UNSTARTED;
status            714 opal/mca/event/libevent2022/libevent/evrpc.c 	(*ctx->cb)(&status, ctx->request, ctx->reply, ctx->cb_arg);
status            726 opal/mca/event/libevent2022/libevent/evrpc.c 	struct evrpc_status status;
status            757 opal/mca/event/libevent2022/libevent/evrpc.c 	memset(&status, 0, sizeof(status));
status            758 opal/mca/event/libevent2022/libevent/evrpc.c 	status.error = EVRPC_STATUS_ERR_UNSTARTED;
status            759 opal/mca/event/libevent2022/libevent/evrpc.c 	(*ctx->cb)(&status, ctx->request, ctx->reply, ctx->cb_arg);
status            921 opal/mca/event/libevent2022/libevent/evrpc.c 	struct evrpc_status status;
status            924 opal/mca/event/libevent2022/libevent/evrpc.c 	memset(&status, 0, sizeof(status));
status            925 opal/mca/event/libevent2022/libevent/evrpc.c 	status.http_req = req;
status            929 opal/mca/event/libevent2022/libevent/evrpc.c 		status.error = EVRPC_STATUS_ERR_TIMEOUT;
status            931 opal/mca/event/libevent2022/libevent/evrpc.c 		status.error = EVRPC_STATUS_ERR_HOOKABORTED;
status            935 opal/mca/event/libevent2022/libevent/evrpc.c 			status.error = EVRPC_STATUS_ERR_BADPAYLOAD;
status            943 opal/mca/event/libevent2022/libevent/evrpc.c 	(*ctx->cb)(&status, ctx->request, ctx->reply, ctx->cb_arg);
status           1091 opal/mca/event/libevent2022/libevent/evrpc.c 	struct evrpc_status status;
status           1099 opal/mca/event/libevent2022/libevent/evrpc.c 	memset(&status, 0, sizeof(status));
status           1100 opal/mca/event/libevent2022/libevent/evrpc.c 	status.error = EVRPC_STATUS_ERR_UNSTARTED;
status           1101 opal/mca/event/libevent2022/libevent/evrpc.c 	(*(cb))(&status, request, reply, cb_arg);
status           1725 opal/mca/event/libevent2022/libevent/http.c 	enum message_read_status status = ALL_DATA_READ;
status           1749 opal/mca/event/libevent2022/libevent/http.c 			status = DATA_CORRUPTED;
status           1753 opal/mca/event/libevent2022/libevent/http.c 			status = DATA_CORRUPTED;
status           1756 opal/mca/event/libevent2022/libevent/http.c 		status = DATA_CORRUPTED;
status           1760 opal/mca/event/libevent2022/libevent/http.c 	return (status);
status           1791 opal/mca/event/libevent2022/libevent/http.c 	enum message_read_status status = MORE_DATA_EXPECTED;
status           1808 opal/mca/event/libevent2022/libevent/http.c 			status = ALL_DATA_READ;
status           1835 opal/mca/event/libevent2022/libevent/http.c 	if (status == MORE_DATA_EXPECTED) {
status           1841 opal/mca/event/libevent2022/libevent/http.c 	return (status);
status            836 opal/mca/event/libevent2022/libevent/test/regress.c 	int status, got_sigchld = 0;
status            892 opal/mca/event/libevent2022/libevent/test/regress.c 	if (waitpid(pid, &status, 0) == -1) {
status            898 opal/mca/event/libevent2022/libevent/test/regress.c 	if (WEXITSTATUS(status) != 76) {
status            899 opal/mca/event/libevent2022/libevent/test/regress.c 		fprintf(stdout, "FAILED (exit): %d\n", WEXITSTATUS(status));
status           1584 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	struct gaic_request_status *status = arg;
status           1586 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	tt_assert(status->magic == GAIC_MAGIC);
status           1587 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	status->canceled = 1;
status           1588 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	evdns_getaddrinfo_cancel(status->request);
status           1591 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	event_base_loopexit(status->base, NULL);
status           1611 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	struct gaic_request_status *status = arg;
status           1612 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	struct event_base *base = status->base;
status           1613 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	tt_assert(status->magic == GAIC_MAGIC);
status           1616 opal/mca/event/libevent2022/libevent/test/regress_dns.c 		tt_assert(status->canceled);
status           1618 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	event_del(&status->cancel_event);
status           1620 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	memset(status, 0xf0, sizeof(*status));
status           1621 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	free(status);
status           1631 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	struct gaic_request_status *status = calloc(1,sizeof(*status));
status           1633 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	status->magic = GAIC_MAGIC;
status           1634 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	status->base = base;
status           1635 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	status->dns_base = dns_base;
status           1636 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	event_assign(&status->cancel_event, base, -1, 0, gaic_cancel_request_cb,
status           1637 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	    status);
status           1638 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	status->request = evdns_getaddrinfo(dns_base,
status           1640 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	    status);
status           1641 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	event_add(&status->cancel_event, &tv);
status            326 opal/mca/event/libevent2022/libevent/test/regress_rpc.c GotKillCb(struct evrpc_status *status,
status            333 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 		struct evhttp_request *req = status->http_req;
status            340 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 	if (status->error != EVRPC_STATUS_ERR_NONE)
status            365 opal/mca/event/libevent2022/libevent/test/regress_rpc.c GotKillCbTwo(struct evrpc_status *status,
status            371 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 	if (status->error != EVRPC_STATUS_ERR_NONE)
status            577 opal/mca/event/libevent2022/libevent/test/regress_rpc.c GotErrorCb(struct evrpc_status *status,
status            580 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 	if (status->error != EVRPC_STATUS_ERR_TIMEOUT)
status            205 opal/mca/event/libevent2022/libevent/test/regress_thread.c 		int status;
status            231 opal/mca/event/libevent2022/libevent/test/regress_thread.c 		if (waitpid(pid, &status, 0) == -1)
status             68 opal/mca/event/libevent2022/libevent/test/regress_util.c 	enum entry_status status;
status             82 opal/mca/event/libevent2022/libevent/test/regress_util.c 	enum entry_status status;
status            120 opal/mca/event/libevent2022/libevent/test/regress_util.c 			if (ent->status != BAD) {
status            126 opal/mca/event/libevent2022/libevent/test/regress_util.c 		if (ent->status == BAD) {
status            136 opal/mca/event/libevent2022/libevent/test/regress_util.c 		if (ent->status == CANONICAL) {
status            167 opal/mca/event/libevent2022/libevent/test/regress_util.c 			if (ent->status != BAD)
status            172 opal/mca/event/libevent2022/libevent/test/regress_util.c 		if (ent->status == BAD) {
status            188 opal/mca/event/libevent2022/libevent/test/regress_util.c 		if (ent->status == CANONICAL) {
status            469 opal/mca/event/libevent2022/libevent/test/regress_util.c 	int status = 0, exitcode;
status            477 opal/mca/event/libevent2022/libevent/test/regress_util.c 		wait(&status);
status            478 opal/mca/event/libevent2022/libevent/test/regress_util.c 		exitcode = WEXITSTATUS(status);
status            193 opal/mca/event/libevent2022/libevent/test/tinytest.c 		int status, r;
status            205 opal/mca/event/libevent2022/libevent/test/tinytest.c 		waitpid(pid, &status, 0);
status            296 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 					    int *status __hwloc_attribute_unused,
status            300 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   return syscall(__NR_move_pages, pid, count, pages, nodes, status, flags);
status           1955 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   int *status;
status           1965 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   status = malloc(count*sizeof(*status));
status           1966 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   if (!pages || !status) {
status           1974 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   ret = hwloc_move_pages(0, count, pages, NULL, status, 0);
status           1980 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     if (status[i] >= 0)
status           1981 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c       hwloc_bitmap_set(nodeset, status[i]);
status           1986 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   free(status);
status             58 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-netbsd.c   int status;
status             61 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-netbsd.c   status = sched_setaffinity_np(pid, cpuset_size(cpuset), cpuset);
status             63 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-netbsd.c   return status;
status             69 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-netbsd.c   int status;
status             71 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-netbsd.c   status = sched_getaffinity_np(pid, cpuset_size(cpuset), cpuset);
status             74 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-netbsd.c   return status;
status             94 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-netbsd.c   int status;
status             97 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-netbsd.c   status = pthread_setaffinity_np(tid, cpuset_size(cpuset), cpuset);
status            100 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-netbsd.c   if (status) {
status            101 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-netbsd.c     errno = status;
status            110 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-netbsd.c   int status;
status            112 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-netbsd.c   status = pthread_getaffinity_np(tid, cpuset_size(cpuset), cpuset);
status            116 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-netbsd.c   if (status) {
status            117 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-netbsd.c     errno = status;
status             45 opal/mca/patcher/linux/patcher_linux_module.c     int status;
status            239 opal/mca/patcher/linux/patcher_linux_module.c         ctx->status = OPAL_ERR_NOT_SUPPORTED;
status            243 opal/mca/patcher/linux/patcher_linux_module.c     ctx->status = mca_patcher_linux_modify_got (info->dlpi_addr, info->dlpi_phdr,
status            246 opal/mca/patcher/linux/patcher_linux_module.c     if (ctx->status == OPAL_SUCCESS) {
status            259 opal/mca/patcher/linux/patcher_linux_module.c         .status   = OPAL_SUCCESS,
status            267 opal/mca/patcher/linux/patcher_linux_module.c     return ctx.status;
status            275 opal/mca/patcher/linux/patcher_linux_module.c         .status   = OPAL_SUCCESS,
status            283 opal/mca/patcher/linux/patcher_linux_module.c     return ctx.status;
status             43 opal/mca/pmix/base/base.h OPAL_DECLSPEC int opal_pmix_base_notify_event(int status,
status             48 opal/mca/pmix/base/base.h OPAL_DECLSPEC void opal_pmix_base_evhandler(int status,
status             68 opal/mca/pmix/base/base.h     int status;
status             66 opal/mca/pmix/base/pmix_base_fns.c void opal_pmix_base_evhandler(int status,
status             72 opal/mca/pmix/base/pmix_base_fns.c         evhandler(status, source, info, results, cbfunc, cbdata);
status             86 opal/mca/pmix/base/pmix_base_fns.c int opal_pmix_base_notify_event(int status,
status            133 opal/mca/pmix/cray/pmix_cray.c     int status;
status            917 opal/mca/pmix/cray/pmix_cray.c static void fence_release(int status, void *cbdata)
status            920 opal/mca/pmix/cray/pmix_cray.c     res->status = status;
status            930 opal/mca/pmix/cray/pmix_cray.c     return result.status;
status            163 opal/mca/pmix/ext1x/pmix1x.h OPAL_MODULE_DECLSPEC int pmix1_server_notify_error(int status,
status             47 opal/mca/pmix/ext1x/pmix1x_client.c static void completion_handler(int status, opal_list_t *results,
status             54 opal/mca/pmix/ext1x/pmix1x_client.c static void myerr(pmix_status_t status,
status             66 opal/mca/pmix/ext1x/pmix1x_client.c     rc = pmix1_convert_rc(status);
status             94 opal/mca/pmix/ext1x/pmix1x_client.c static void errreg_cbfunc (pmix_status_t status,
status            101 opal/mca/pmix/ext1x/pmix1x_client.c                         status, errhandler_ref);
status            272 opal/mca/pmix/ext1x/pmix1x_client.c static void opcbfunc(pmix_status_t status, void *cbdata)
status            277 opal/mca/pmix/ext1x/pmix1x_client.c         op->opcbfunc(pmix1_convert_rc(status), op->cbdata);
status            529 opal/mca/pmix/ext1x/pmix1x_client.c static void val_cbfunc(pmix_status_t status,
status            536 opal/mca/pmix/ext1x/pmix1x_client.c     rc = pmix1_convert_opalrc(status);
status            537 opal/mca/pmix/ext1x/pmix1x_client.c     if (PMIX_SUCCESS == status && NULL != kv) {
status            772 opal/mca/pmix/ext1x/pmix1x_client.c static void lk_cbfunc(pmix_status_t status,
status            788 opal/mca/pmix/ext1x/pmix1x_client.c     rc = pmix1_convert_rc(status);
status            995 opal/mca/pmix/ext1x/pmix1x_client.c static void spcbfunc(pmix_status_t status,
status           1003 opal/mca/pmix/ext1x/pmix1x_client.c     rc = pmix1_convert_rc(status);
status           1004 opal/mca/pmix/ext1x/pmix1x_client.c     if (PMIX_SUCCESS == status) {
status             53 opal/mca/pmix/ext1x/pmix1x_server_north.c                                      int status, const char msg[],
status            109 opal/mca/pmix/ext1x/pmix1x_server_north.c static void opal_opcbfunc(int status, void *cbdata)
status            114 opal/mca/pmix/ext1x/pmix1x_server_north.c         opalcaddy->opcbfunc(pmix1_convert_opalrc(status), opalcaddy->cbdata);
status            171 opal/mca/pmix/ext1x/pmix1x_server_north.c                                      int status, const char msg[],
status            212 opal/mca/pmix/ext1x/pmix1x_server_north.c     rc = host_module->abort(&proc, server_object, status, msg,
status            230 opal/mca/pmix/ext1x/pmix1x_server_north.c static void opmdx_response(int status, const char *data, size_t sz, void *cbdata,
status            236 opal/mca/pmix/ext1x/pmix1x_server_north.c     rc = pmix1_convert_rc(status);
status            402 opal/mca/pmix/ext1x/pmix1x_server_north.c static void opal_lkupcbfunc(int status,
status            413 opal/mca/pmix/ext1x/pmix1x_server_north.c         rc = pmix1_convert_opalrc(status);
status            532 opal/mca/pmix/ext1x/pmix1x_server_north.c static void opal_spncbfunc(int status, opal_jobid_t jobid, void *cbdata)
status            539 opal/mca/pmix/ext1x/pmix1x_server_north.c         rc = pmix1_convert_opalrc(status);
status             55 opal/mca/pmix/ext1x/pmix1x_server_south.c static void completion_handler(int status, opal_list_t *results,
status             69 opal/mca/pmix/ext1x/pmix1x_server_south.c static void myerr(pmix_status_t status,
status             81 opal/mca/pmix/ext1x/pmix1x_server_south.c     rc = pmix1_convert_rc(status);
status            109 opal/mca/pmix/ext1x/pmix1x_server_south.c static void errreg_cbfunc(pmix_status_t status,
status            116 opal/mca/pmix/ext1x/pmix1x_server_south.c                         status, errhandler_ref);
status            119 opal/mca/pmix/ext1x/pmix1x_server_south.c static void op2cbfunc(pmix_status_t status, void *cbdata)
status            212 opal/mca/pmix/ext1x/pmix1x_server_south.c static void opcbfunc(pmix_status_t status, void *cbdata)
status            217 opal/mca/pmix/ext1x/pmix1x_server_south.c         op->opcbfunc(pmix1_convert_rc(status), op->cbdata);
status            381 opal/mca/pmix/ext1x/pmix1x_server_south.c static void dmdx_response(pmix_status_t status, char *data, size_t sz, void *cbdata)
status            386 opal/mca/pmix/ext1x/pmix1x_server_south.c     rc = pmix1_convert_rc(status);
status            416 opal/mca/pmix/ext1x/pmix1x_server_south.c int pmix1_server_notify_error(int status,
status            447 opal/mca/pmix/ext1x/pmix1x_server_south.c     rc = pmix1_convert_opalrc(status);
status             65 opal/mca/pmix/ext2x/ext2x.c static int notify_event(int status,
status            136 opal/mca/pmix/ext2x/ext2x.c static void opcbfunc(pmix_status_t status, void *cbdata)
status            143 opal/mca/pmix/ext2x/ext2x.c         op->opcbfunc(ext2x_convert_rc(status), op->cbdata);
status            185 opal/mca/pmix/ext2x/ext2x.c static void event_hdlr_complete(pmix_status_t status, void *cbdata)
status            192 opal/mca/pmix/ext2x/ext2x.c static void return_local_event_hdlr(int status, opal_list_t *results,
status            217 opal/mca/pmix/ext2x/ext2x.c         pstatus = ext2x_convert_opalrc(status);
status            241 opal/mca/pmix/ext2x/ext2x.c                        pmix_status_t status, const pmix_proc_t *source,
status            255 opal/mca/pmix/ext2x/ext2x.c                         OPAL_NAME_PRINT(OPAL_PROC_MY_NAME), status);
status            265 opal/mca/pmix/ext2x/ext2x.c     cd->status = ext2x_convert_rc(status);
status            268 opal/mca/pmix/ext2x/ext2x.c                         OPAL_NAME_PRINT(OPAL_PROC_MY_NAME), status, cd->status);
status            322 opal/mca/pmix/ext2x/ext2x.c                 event->handler(cd->status, &cd->pname,
status            761 opal/mca/pmix/ext2x/ext2x.c             v->data.status = ext2x_convert_opalrc(kv->data.status);
status            936 opal/mca/pmix/ext2x/ext2x.c         kv->data.status = ext2x_convert_rc(v->data.status);
status           1026 opal/mca/pmix/ext2x/ext2x.c static void errreg_cbfunc (pmix_status_t status,
status           1036 opal/mca/pmix/ext2x/ext2x.c                         status, (unsigned long)errhandler_ref);
status           1038 opal/mca/pmix/ext2x/ext2x.c         op->evregcbfunc(ext2x_convert_rc(status), errhandler_ref, op->cbdata);
status           1136 opal/mca/pmix/ext2x/ext2x.c static void notify_complete(pmix_status_t status, void *cbdata)
status           1140 opal/mca/pmix/ext2x/ext2x.c         op->opcbfunc(ext2x_convert_rc(status), op->cbdata);
status           1145 opal/mca/pmix/ext2x/ext2x.c static int notify_event(int status,
status           1170 opal/mca/pmix/ext2x/ext2x.c     pstatus = ext2x_convert_opalrc(status);
status           1200 opal/mca/pmix/ext2x/ext2x.c                 op->info[n].value.data.status = ext2x_convert_opalrc(kv->data.integer);
status           1222 opal/mca/pmix/ext2x/ext2x.c static void infocbfunc(pmix_status_t status,
status             91 opal/mca/pmix/ext2x/ext2x.h     pmix_status_t status;
status            147 opal/mca/pmix/ext2x/ext2x.h     int status;
status            200 opal/mca/pmix/ext2x/ext2x.h         _cd->status = (s);                                      \
status            300 opal/mca/pmix/ext2x/ext2x.h OPAL_MODULE_DECLSPEC int ext2x_server_notify_event(int status,
status            310 opal/mca/pmix/ext2x/ext2x.h                                             pmix_status_t status, const pmix_proc_t *source,
status             48 opal/mca/pmix/ext2x/ext2x_client.c static void errreg_cbfunc (pmix_status_t status,
status             59 opal/mca/pmix/ext2x/ext2x_client.c                         status, (unsigned long)errhandler_ref);
status            438 opal/mca/pmix/ext2x/ext2x_client.c static void opcbfunc(pmix_status_t status, void *cbdata)
status            444 opal/mca/pmix/ext2x/ext2x_client.c         op->opcbfunc(ext2x_convert_rc(status), op->cbdata);
status            674 opal/mca/pmix/ext2x/ext2x_client.c static void val_cbfunc(pmix_status_t status,
status            686 opal/mca/pmix/ext2x/ext2x_client.c     rc = ext2x_convert_opalrc(status);
status            687 opal/mca/pmix/ext2x/ext2x_client.c     if (PMIX_SUCCESS == status && NULL != kv) {
status            955 opal/mca/pmix/ext2x/ext2x_client.c static void lk_cbfunc(pmix_status_t status,
status            973 opal/mca/pmix/ext2x/ext2x_client.c     rc = ext2x_convert_rc(op->status);
status           1212 opal/mca/pmix/ext2x/ext2x_client.c static void spcbfunc(pmix_status_t status,
status           1222 opal/mca/pmix/ext2x/ext2x_client.c     rc = ext2x_convert_rc(status);
status           1223 opal/mca/pmix/ext2x/ext2x_client.c     if (PMIX_SUCCESS == status) {
status           1590 opal/mca/pmix/ext2x/ext2x_client.c static void infocbfunc(pmix_status_t status,
status           1602 opal/mca/pmix/ext2x/ext2x_client.c     rc = ext2x_convert_rc(status);
status             55 opal/mca/pmix/ext2x/ext2x_server_north.c                                      int status, const char msg[],
status            143 opal/mca/pmix/ext2x/ext2x_server_north.c static void opal_opcbfunc(int status, void *cbdata)
status            149 opal/mca/pmix/ext2x/ext2x_server_north.c         opalcaddy->opcbfunc(ext2x_convert_opalrc(status), opalcaddy->cbdata);
status            216 opal/mca/pmix/ext2x/ext2x_server_north.c                                      int status, const char msg[],
status            258 opal/mca/pmix/ext2x/ext2x_server_north.c     rc = host_module->abort(&proc, server_object, status, msg,
status            276 opal/mca/pmix/ext2x/ext2x_server_north.c static void opmdx_response(int status, const char *data, size_t sz, void *cbdata,
status            283 opal/mca/pmix/ext2x/ext2x_server_north.c     rc = ext2x_convert_rc(status);
status            476 opal/mca/pmix/ext2x/ext2x_server_north.c static void opal_lkupcbfunc(int status,
status            487 opal/mca/pmix/ext2x/ext2x_server_north.c         rc = ext2x_convert_opalrc(status);
status            608 opal/mca/pmix/ext2x/ext2x_server_north.c static void opal_spncbfunc(int status, opal_jobid_t jobid, void *cbdata)
status            615 opal/mca/pmix/ext2x/ext2x_server_north.c         rc = ext2x_convert_opalrc(status);
status            858 opal/mca/pmix/ext2x/ext2x_server_north.c     int rc, status;
status            870 opal/mca/pmix/ext2x/ext2x_server_north.c     status = ext2x_convert_rc(code);
status            898 opal/mca/pmix/ext2x/ext2x_server_north.c     if (OPAL_SUCCESS != (rc = host_module->notify_event(status, &src, &opalcaddy->info,
status            911 opal/mca/pmix/ext2x/ext2x_server_north.c static void info_cbfunc(int status,
status            925 opal/mca/pmix/ext2x/ext2x_server_north.c     pcaddy->status = ext2x_convert_opalrc(status);
status            943 opal/mca/pmix/ext2x/ext2x_server_north.c         opalcaddy->infocbfunc(pcaddy->status, pcaddy->info, pcaddy->ninfo,
status           1010 opal/mca/pmix/ext2x/ext2x_server_north.c static void toolcbfunc(int status,
status           1020 opal/mca/pmix/ext2x/ext2x_server_north.c     rc = ext2x_convert_opalrc(status);
status           1023 opal/mca/pmix/ext2x/ext2x_server_north.c     if (OPAL_SUCCESS == status) {
status             61 opal/mca/pmix/ext2x/ext2x_server_south.c static void errreg_cbfunc (pmix_status_t status,
status             71 opal/mca/pmix/ext2x/ext2x_server_south.c                          status, (unsigned long)errhandler_ref);
status             76 opal/mca/pmix/ext2x/ext2x_server_south.c static void opcbfunc(pmix_status_t status, void *cbdata)
status             83 opal/mca/pmix/ext2x/ext2x_server_south.c         op->opcbfunc(ext2x_convert_rc(status), op->cbdata);
status             88 opal/mca/pmix/ext2x/ext2x_server_south.c static void lkcbfunc(pmix_status_t status, void *cbdata)
status            472 opal/mca/pmix/ext2x/ext2x_server_south.c static void dmdx_response(pmix_status_t status, char *data, size_t sz, void *cbdata)
status            477 opal/mca/pmix/ext2x/ext2x_server_south.c     rc = ext2x_convert_rc(status);
status            516 opal/mca/pmix/ext2x/ext2x_server_south.c int ext2x_server_notify_event(int status,
status            563 opal/mca/pmix/ext2x/ext2x_server_south.c     rc = ext2x_convert_opalrc(status);
status             68 opal/mca/pmix/ext3x/ext3x.c static int notify_event(int status,
status            145 opal/mca/pmix/ext3x/ext3x.c static void opcbfunc(pmix_status_t status, void *cbdata)
status            152 opal/mca/pmix/ext3x/ext3x.c         op->opcbfunc(ext3x_convert_rc(status), op->cbdata);
status            194 opal/mca/pmix/ext3x/ext3x.c static void event_hdlr_complete(pmix_status_t status, void *cbdata)
status            201 opal/mca/pmix/ext3x/ext3x.c static void return_local_event_hdlr(int status, opal_list_t *results,
status            226 opal/mca/pmix/ext3x/ext3x.c         pstatus = ext3x_convert_opalrc(status);
status            262 opal/mca/pmix/ext3x/ext3x.c                 event->handler(cd->status, &cd->pname,
status            289 opal/mca/pmix/ext3x/ext3x.c                        pmix_status_t status, const pmix_proc_t *source,
status            302 opal/mca/pmix/ext3x/ext3x.c                         OPAL_NAME_PRINT(OPAL_PROC_MY_NAME), status,
status            313 opal/mca/pmix/ext3x/ext3x.c     cd->status = ext3x_convert_rc(status);
status            316 opal/mca/pmix/ext3x/ext3x.c                         OPAL_NAME_PRINT(OPAL_PROC_MY_NAME), status, cd->status);
status            834 opal/mca/pmix/ext3x/ext3x.c             v->data.status = ext3x_convert_opalrc(kv->data.status);
status           1055 opal/mca/pmix/ext3x/ext3x.c         kv->data.status = ext3x_convert_rc(v->data.status);
status           1255 opal/mca/pmix/ext3x/ext3x.c static void errreg_cbfunc (pmix_status_t status,
status           1265 opal/mca/pmix/ext3x/ext3x.c                         status, (unsigned long)errhandler_ref);
status           1267 opal/mca/pmix/ext3x/ext3x.c         op->evregcbfunc(ext3x_convert_rc(status), errhandler_ref, op->cbdata);
status           1365 opal/mca/pmix/ext3x/ext3x.c static void notify_complete(pmix_status_t status, void *cbdata)
status           1369 opal/mca/pmix/ext3x/ext3x.c         op->opcbfunc(ext3x_convert_rc(status), op->cbdata);
status           1374 opal/mca/pmix/ext3x/ext3x.c static int notify_event(int status,
status           1399 opal/mca/pmix/ext3x/ext3x.c     pstatus = ext3x_convert_opalrc(status);
status           1429 opal/mca/pmix/ext3x/ext3x.c                 op->info[n].value.data.status = ext3x_convert_opalrc(kv->data.integer);
status           1451 opal/mca/pmix/ext3x/ext3x.c static void infocbfunc(pmix_status_t status,
status             85 opal/mca/pmix/ext3x/ext3x.h     pmix_status_t status;
status            142 opal/mca/pmix/ext3x/ext3x.h     int status;
status            195 opal/mca/pmix/ext3x/ext3x.h         _cd->status = (s);                                      \
status            295 opal/mca/pmix/ext3x/ext3x.h OPAL_MODULE_DECLSPEC int ext3x_server_notify_event(int status,
status            315 opal/mca/pmix/ext3x/ext3x.h                                             pmix_status_t status, const pmix_proc_t *source,
status             48 opal/mca/pmix/ext3x/ext3x_client.c static void errreg_cbfunc (pmix_status_t status,
status             59 opal/mca/pmix/ext3x/ext3x_client.c                         status, (unsigned long)errhandler_ref);
status            439 opal/mca/pmix/ext3x/ext3x_client.c static void opcbfunc(pmix_status_t status, void *cbdata)
status            445 opal/mca/pmix/ext3x/ext3x_client.c         op->opcbfunc(ext3x_convert_rc(status), op->cbdata);
status            675 opal/mca/pmix/ext3x/ext3x_client.c static void val_cbfunc(pmix_status_t status,
status            687 opal/mca/pmix/ext3x/ext3x_client.c     rc = ext3x_convert_opalrc(status);
status            688 opal/mca/pmix/ext3x/ext3x_client.c     if (PMIX_SUCCESS == status && NULL != kv) {
status            956 opal/mca/pmix/ext3x/ext3x_client.c static void lk_cbfunc(pmix_status_t status,
status            974 opal/mca/pmix/ext3x/ext3x_client.c     rc = ext3x_convert_rc(op->status);
status           1213 opal/mca/pmix/ext3x/ext3x_client.c static void spcbfunc(pmix_status_t status,
status           1223 opal/mca/pmix/ext3x/ext3x_client.c     rc = ext3x_convert_rc(status);
status           1224 opal/mca/pmix/ext3x/ext3x_client.c     if (PMIX_SUCCESS == status) {
status           1590 opal/mca/pmix/ext3x/ext3x_client.c static void infocbfunc(pmix_status_t status,
status           1602 opal/mca/pmix/ext3x/ext3x_client.c     rc = ext3x_convert_rc(status);
status             55 opal/mca/pmix/ext3x/ext3x_server_north.c                                      int status, const char msg[],
status            154 opal/mca/pmix/ext3x/ext3x_server_north.c static void opal_opcbfunc(int status, void *cbdata)
status            160 opal/mca/pmix/ext3x/ext3x_server_north.c         opalcaddy->opcbfunc(ext3x_convert_opalrc(status), opalcaddy->cbdata);
status            227 opal/mca/pmix/ext3x/ext3x_server_north.c                                      int status, const char msg[],
status            269 opal/mca/pmix/ext3x/ext3x_server_north.c     rc = host_module->abort(&proc, server_object, status, msg,
status            287 opal/mca/pmix/ext3x/ext3x_server_north.c static void opmdx_response(int status, const char *data, size_t sz, void *cbdata,
status            294 opal/mca/pmix/ext3x/ext3x_server_north.c     rc = ext3x_convert_rc(status);
status            491 opal/mca/pmix/ext3x/ext3x_server_north.c static void opal_lkupcbfunc(int status,
status            502 opal/mca/pmix/ext3x/ext3x_server_north.c         rc = ext3x_convert_opalrc(status);
status            623 opal/mca/pmix/ext3x/ext3x_server_north.c static void opal_spncbfunc(int status, opal_jobid_t jobid, void *cbdata)
status            630 opal/mca/pmix/ext3x/ext3x_server_north.c         rc = ext3x_convert_opalrc(status);
status            873 opal/mca/pmix/ext3x/ext3x_server_north.c     int rc, status;
status            885 opal/mca/pmix/ext3x/ext3x_server_north.c     status = ext3x_convert_rc(code);
status            913 opal/mca/pmix/ext3x/ext3x_server_north.c     if (OPAL_SUCCESS != (rc = host_module->notify_event(status, &src, &opalcaddy->info,
status            926 opal/mca/pmix/ext3x/ext3x_server_north.c static void info_cbfunc(int status,
status            940 opal/mca/pmix/ext3x/ext3x_server_north.c     pcaddy->status = ext3x_convert_opalrc(status);
status            959 opal/mca/pmix/ext3x/ext3x_server_north.c         opalcaddy->infocbfunc(pcaddy->status, pcaddy->info, pcaddy->ninfo,
status           1036 opal/mca/pmix/ext3x/ext3x_server_north.c static void toolcbfunc(int status,
status           1046 opal/mca/pmix/ext3x/ext3x_server_north.c     rc = ext3x_convert_opalrc(status);
status           1049 opal/mca/pmix/ext3x/ext3x_server_north.c     if (OPAL_SUCCESS == status) {
status             62 opal/mca/pmix/ext3x/ext3x_server_south.c static void errreg_cbfunc (pmix_status_t status,
status             72 opal/mca/pmix/ext3x/ext3x_server_south.c                          status, (unsigned long)errhandler_ref);
status             77 opal/mca/pmix/ext3x/ext3x_server_south.c static void opcbfunc(pmix_status_t status, void *cbdata)
status             84 opal/mca/pmix/ext3x/ext3x_server_south.c         op->opcbfunc(ext3x_convert_rc(status), op->cbdata);
status             89 opal/mca/pmix/ext3x/ext3x_server_south.c static void lkcbfunc(pmix_status_t status, void *cbdata)
status             94 opal/mca/pmix/ext3x/ext3x_server_south.c     lk->status = ext3x_convert_rc(status);
status            474 opal/mca/pmix/ext3x/ext3x_server_south.c static void dmdx_response(pmix_status_t status, char *data, size_t sz, void *cbdata)
status            479 opal/mca/pmix/ext3x/ext3x_server_south.c     rc = ext3x_convert_rc(status);
status            518 opal/mca/pmix/ext3x/ext3x_server_south.c int ext3x_server_notify_event(int status,
status            544 opal/mca/pmix/ext3x/ext3x_server_south.c                 pinfo[n].value.data.status = ext3x_convert_opalrc(kv->data.integer);
status            570 opal/mca/pmix/ext3x/ext3x_server_south.c     rc = ext3x_convert_opalrc(status);
status            639 opal/mca/pmix/ext3x/ext3x_server_south.c         ret = lock.status;
status            648 opal/mca/pmix/ext3x/ext3x_server_south.c static void final_cleanup(int status, void *cbdata)
status            654 opal/mca/pmix/ext3x/ext3x_server_south.c static void setup_cbfunc(pmix_status_t status,
status            669 opal/mca/pmix/ext3x/ext3x_server_south.c     rc = ext3x_convert_rc(status);
status            359 opal/mca/pmix/pmix.h typedef int (*opal_pmix_base_module_abort_fn_t)(int status, const char *msg,
status            731 opal/mca/pmix/pmix.h typedef int (*opal_pmix_base_module_server_notify_event_fn_t)(int status,
status            744 opal/mca/pmix/pmix.h typedef void (*opal_pmix_setup_application_cbfunc_t)(int status,
status            861 opal/mca/pmix/pmix.h typedef int (*opal_pmix_base_module_notify_event_fn_t)(int status,
status             47 opal/mca/pmix/pmix4x/pmix/examples/alloc.c static void infocbfunc(pmix_status_t status,
status             56 opal/mca/pmix/pmix4x/pmix/examples/alloc.c     fprintf(stderr, "Allocation request returned %s", PMIx_Error_string(status));
status             71 opal/mca/pmix/pmix4x/pmix/examples/alloc.c     mq->lock.status = status;
status             90 opal/mca/pmix/pmix4x/pmix/examples/alloc.c                        pmix_status_t status,
status            125 opal/mca/pmix/pmix4x/pmix/examples/alloc.c     lock->lock.status = PMIX_SUCCESS;
status            137 opal/mca/pmix/pmix4x/pmix/examples/alloc.c static void evhandler_reg_callbk(pmix_status_t status,
status            143 opal/mca/pmix/pmix4x/pmix/examples/alloc.c     if (PMIX_SUCCESS != status) {
status            145 opal/mca/pmix/pmix4x/pmix/examples/alloc.c                 status, (unsigned long)evhandler_ref);
status            147 opal/mca/pmix/pmix4x/pmix/examples/alloc.c     lock->status = status;
status            201 opal/mca/pmix/pmix4x/pmix/examples/alloc.c                 myproc.nspace, myproc.rank, PMIx_Error_string(mydata.lock.status));
status            217 opal/mca/pmix/pmix4x/pmix/examples/alloc.c         rc = mylock.status;
status            223 opal/mca/pmix/pmix4x/pmix/examples/alloc.c                 myproc.nspace, myproc.rank, PMIx_Error_string(myrel.lock.status));
status            244 opal/mca/pmix/pmix4x/pmix/examples/alloc.c                 myproc.nspace, myproc.rank, PMIx_Error_string(mydata.lock.status));
status             39 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c     pmix_status_t status;
status             47 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c         (l)->status = PMIX_SUCCESS;                 \
status             78 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c                             pmix_status_t status,
status             85 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c     fprintf(stderr, "Client %s:%d NOTIFIED with status %d\n", myproc.nspace, myproc.rank, status);
status             91 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c static void op_callbk(pmix_status_t status,
status             96 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c     lock->status = status;
status            100 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c static void errhandler_reg_callbk(pmix_status_t status,
status            106 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c     lock->status = status;
status            110 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c static void grpcomplete(pmix_status_t status,
status            121 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c                      pmix_status_t status,
status            152 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c     invitedlock.status = status;
status            211 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c     rc = lock.status;
status            223 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c     rc = lock.status;
status             43 opal/mca/pmix/pmix4x/pmix/examples/client.c                             pmix_status_t status,
status             62 opal/mca/pmix/pmix4x/pmix/examples/client.c                        pmix_status_t status,
status             96 opal/mca/pmix/pmix4x/pmix/examples/client.c     lock->lock.status = PMIX_SUCCESS;
status            108 opal/mca/pmix/pmix4x/pmix/examples/client.c static void evhandler_reg_callbk(pmix_status_t status,
status            114 opal/mca/pmix/pmix4x/pmix/examples/client.c     if (PMIX_SUCCESS != status) {
status            116 opal/mca/pmix/pmix4x/pmix/examples/client.c                    myproc.nspace, myproc.rank, status, (unsigned long)evhandler_ref);
status            118 opal/mca/pmix/pmix4x/pmix/examples/client.c     lock->status = status;
status            159 opal/mca/pmix/pmix4x/pmix/examples/client.c     rc = mylock.status;
status            190 opal/mca/pmix/pmix4x/pmix/examples/client.c         rc = mylock.status;
status             43 opal/mca/pmix/pmix4x/pmix/examples/client2.c                             pmix_status_t status,
status             62 opal/mca/pmix/pmix4x/pmix/examples/client2.c static void evhandler_reg_callbk(pmix_status_t status,
status             68 opal/mca/pmix/pmix4x/pmix/examples/client2.c     if (PMIX_SUCCESS != status) {
status             70 opal/mca/pmix/pmix4x/pmix/examples/client2.c                    myproc.nspace, myproc.rank, status, (unsigned long)evhandler_ref);
status             72 opal/mca/pmix/pmix4x/pmix/examples/client2.c     lock->status = status;
status            107 opal/mca/pmix/pmix4x/pmix/examples/client2.c     rc = mylock.status;
status             39 opal/mca/pmix/pmix4x/pmix/examples/debugger.c     pmix_status_t status;
status             47 opal/mca/pmix/pmix4x/pmix/examples/debugger.c         (l)->status = PMIX_SUCCESS;                 \
status             97 opal/mca/pmix/pmix4x/pmix/examples/debugger.c static void cbfunc(pmix_status_t status,
status            133 opal/mca/pmix/pmix4x/pmix/examples/debugger.c                             pmix_status_t status,
status            154 opal/mca/pmix/pmix4x/pmix/examples/debugger.c                        pmix_status_t status,
status            176 opal/mca/pmix/pmix4x/pmix/examples/debugger.c static void evhandler_reg_callbk(pmix_status_t status,
status            182 opal/mca/pmix/pmix4x/pmix/examples/debugger.c     if (PMIX_SUCCESS != status) {
status            184 opal/mca/pmix/pmix4x/pmix/examples/debugger.c                    myproc.nspace, myproc.rank, status, (unsigned long)evhandler_ref);
status            186 opal/mca/pmix/pmix4x/pmix/examples/debugger.c     lock->status = status;
status             58 opal/mca/pmix/pmix4x/pmix/examples/debuggerd.c static void cbfunc(pmix_status_t status,
status             92 opal/mca/pmix/pmix4x/pmix/examples/debuggerd.c                             pmix_status_t status,
status            111 opal/mca/pmix/pmix4x/pmix/examples/debuggerd.c static void evhandler_reg_callbk(pmix_status_t status,
status            117 opal/mca/pmix/pmix4x/pmix/examples/debuggerd.c     if (PMIX_SUCCESS != status) {
status            119 opal/mca/pmix/pmix4x/pmix/examples/debuggerd.c                    myproc.nspace, myproc.rank, status, (unsigned long)evhandler_ref);
status            121 opal/mca/pmix/pmix4x/pmix/examples/debuggerd.c     *active = status;
status             42 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c static void opcbfunc(pmix_status_t status, void *cbdata)
status             47 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c     lock->status = status;
status             51 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c static void valcbfunc(pmix_status_t status,
status             56 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c     if (PMIX_SUCCESS == status) {
status             39 opal/mca/pmix/pmix4x/pmix/examples/examples.h     pmix_status_t status;
status             49 opal/mca/pmix/pmix4x/pmix/examples/examples.h         (l)->status = PMIX_SUCCESS;                 \
status             39 opal/mca/pmix/pmix4x/pmix/examples/fault.c                             pmix_status_t status,
status             90 opal/mca/pmix/pmix4x/pmix/examples/fault.c static void op_callbk(pmix_status_t status,
status             94 opal/mca/pmix/pmix4x/pmix/examples/fault.c     fprintf(stderr, "Client %s:%d OP CALLBACK CALLED WITH STATUS %d\n", myproc.nspace, myproc.rank, status);
status             98 opal/mca/pmix/pmix4x/pmix/examples/fault.c static void evhandler_reg_callbk(pmix_status_t status,
status            105 opal/mca/pmix/pmix4x/pmix/examples/fault.c                myproc.nspace, myproc.rank, status, (unsigned long)errhandler_ref);
status            153 opal/mca/pmix/pmix4x/pmix/examples/fault.c     if (PMIX_SUCCESS != mylock.status) {
status            154 opal/mca/pmix/pmix4x/pmix/examples/fault.c         rc = mylock.status;
status             39 opal/mca/pmix/pmix4x/pmix/examples/group.c     pmix_status_t status;
status             47 opal/mca/pmix/pmix4x/pmix/examples/group.c         (l)->status = PMIX_SUCCESS;                 \
status             77 opal/mca/pmix/pmix4x/pmix/examples/group.c                             pmix_status_t status,
status             84 opal/mca/pmix/pmix4x/pmix/examples/group.c     fprintf(stderr, "Client %s:%d NOTIFIED with status %d\n", myproc.nspace, myproc.rank, status);
status             87 opal/mca/pmix/pmix4x/pmix/examples/group.c static void op_callbk(pmix_status_t status,
status             92 opal/mca/pmix/pmix4x/pmix/examples/group.c     fprintf(stderr, "Client %s:%d OP CALLBACK CALLED WITH STATUS %d\n", myproc.nspace, myproc.rank, status);
status             93 opal/mca/pmix/pmix4x/pmix/examples/group.c     lock->status = status;
status             97 opal/mca/pmix/pmix4x/pmix/examples/group.c static void errhandler_reg_callbk(pmix_status_t status,
status            104 opal/mca/pmix/pmix4x/pmix/examples/group.c                myproc.nspace, myproc.rank, status, (unsigned long)errhandler_ref);
status            105 opal/mca/pmix/pmix4x/pmix/examples/group.c     lock->status = status;
status            151 opal/mca/pmix/pmix4x/pmix/examples/group.c     rc = lock.status;
status             44 opal/mca/pmix/pmix4x/pmix/examples/jctrl.c                             pmix_status_t status,
status             63 opal/mca/pmix/pmix4x/pmix/examples/jctrl.c static void evhandler_reg_callbk(pmix_status_t status,
status             69 opal/mca/pmix/pmix4x/pmix/examples/jctrl.c     if (PMIX_SUCCESS != status) {
status             71 opal/mca/pmix/pmix4x/pmix/examples/jctrl.c                    myproc.nspace, myproc.rank, status, (unsigned long)evhandler_ref);
status             73 opal/mca/pmix/pmix4x/pmix/examples/jctrl.c     lock->status = status;
status             78 opal/mca/pmix/pmix4x/pmix/examples/jctrl.c static void infocbfunc(pmix_status_t status,
status             91 opal/mca/pmix/pmix4x/pmix/examples/jctrl.c     lock->status = status;
status            123 opal/mca/pmix/pmix4x/pmix/examples/jctrl.c     rc = mylock.status;
status            171 opal/mca/pmix/pmix4x/pmix/examples/jctrl.c     rc = mylock.status;
status            200 opal/mca/pmix/pmix4x/pmix/examples/jctrl.c     rc = mylock.status;
status             56 opal/mca/pmix/pmix4x/pmix/examples/server.c                               int status, const char msg[],
status            188 opal/mca/pmix/pmix4x/pmix/examples/server.c                        pmix_status_t status,
status            195 opal/mca/pmix/pmix4x/pmix/examples/server.c static void errhandler_reg_callbk (pmix_status_t status,
status            199 opal/mca/pmix/pmix4x/pmix/examples/server.c static void opcbfunc(pmix_status_t status, void *cbdata)
status            397 opal/mca/pmix/pmix4x/pmix/examples/server.c static void setup_cbfunc(pmix_status_t status,
status            405 opal/mca/pmix/pmix4x/pmix/examples/server.c     if (PMIX_SUCCESS == status && 0 < ninfo) {
status            490 opal/mca/pmix/pmix4x/pmix/examples/server.c                        pmix_status_t status,
status            497 opal/mca/pmix/pmix4x/pmix/examples/server.c     pmix_output(0, "SERVER: ERRHANDLER CALLED WITH STATUS %d", status);
status            500 opal/mca/pmix/pmix4x/pmix/examples/server.c static void errhandler_reg_callbk (pmix_status_t status,
status            528 opal/mca/pmix/pmix4x/pmix/examples/server.c static void abcbfunc(pmix_status_t status, void *cbdata)
status            534 opal/mca/pmix/pmix4x/pmix/examples/server.c         x->cbfunc(status, x->cbdata);
status            541 opal/mca/pmix/pmix4x/pmix/examples/server.c                               int status, const char msg[],
status            573 opal/mca/pmix/pmix4x/pmix/examples/server.c     if (PMIX_SUCCESS != (rc = PMIx_Notify_event(status, &x->caller,
status            712 opal/mca/pmix/pmix4x/pmix/examples/server.c static void spcbfunc(pmix_status_t status, void *cbdata)
status            868 opal/mca/pmix/pmix4x/pmix/examples/server.c     int status;
status            880 opal/mca/pmix/pmix4x/pmix/examples/server.c         pid = waitpid(-1, &status, WNOHANG);
status             34 opal/mca/pmix/pmix4x/pmix/examples/tool.c static void cbfunc(pmix_status_t status,
status             43 opal/mca/pmix/pmix4x/pmix/examples/tool.c     mq->lock.status = status;
status            131 opal/mca/pmix/pmix4x/pmix/examples/tool.c         if (PMIX_SUCCESS == mydata.lock.status) {
status            141 opal/mca/pmix/pmix4x/pmix/examples/tool.c             fprintf(stderr, "Query returned error: %s\n", PMIx_Error_string(mydata.lock.status));
status            159 opal/mca/pmix/pmix4x/pmix/examples/tool.c         if (PMIX_SUCCESS == mydata.lock.status) {
status            189 opal/mca/pmix/pmix4x/pmix/examples/tool.c             fprintf(stderr, "Query returned error: %s\n", PMIx_Error_string(mydata.lock.status));
status            206 opal/mca/pmix/pmix4x/pmix/examples/tool.c         if (PMIX_SUCCESS == mydata.lock.status) {
status            214 opal/mca/pmix/pmix4x/pmix/examples/tool.c             fprintf(stderr, "Query returned error: %s\n", PMIx_Error_string(mydata.lock.status));
status            124 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Abort(int status, const char msg[],
status            101 opal/mca/pmix/pmix4x/pmix/include/pmix_server.h                                                 int status, const char msg[],
status            300 opal/mca/pmix/pmix4x/pmix/include/pmix_server.h typedef void (*pmix_tool_connection_cbfunc_t)(pmix_status_t status,
status            677 opal/mca/pmix/pmix4x/pmix/include/pmix_server.h typedef void (*pmix_dmodex_response_fn_t)(pmix_status_t status,
status            697 opal/mca/pmix/pmix4x/pmix/include/pmix_server.h typedef void (*pmix_setup_application_cbfunc_t)(pmix_status_t status,
status             79 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c static void _notify_complete(pmix_status_t status, void *cbdata)
status            125 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c                        buf, &chain->status, &cnt, PMIX_STATUS);
status            177 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c                         pmix_globals.myid.nspace, pmix_globals.myid.rank, PMIx_Error_string(chain->status));
status            191 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c     chain->status = rc;
status            225 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c         cb->status = PMIX_ERROR;
status            232 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c     PMIX_GDS_STORE_JOB_INFO(cb->status,
status            236 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c     cb->status = PMIX_SUCCESS;
status            247 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c static void evhandler_reg_callbk(pmix_status_t status,
status            253 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c     lock->status = status;
status            259 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c                             pmix_status_t status,
status            308 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c static void release_info(pmix_status_t status, void *cbdata)
status            653 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c     rc = cb.status;
status           1232 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c     cb->status = pmix_preg.resolve_peers(cb->key, cb->pname.nspace,
status           1267 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c     if (PMIX_ERR_INVALID_NAMESPACE == cb->status) {
status           1285 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c     rc = cb->status;
status           1296 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c     cb->status = pmix_preg.resolve_nodes(cb->pname.nspace, &regex);
status           1297 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c     if (PMIX_SUCCESS == cb->status) {
status           1299 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c         cb->status = pmix_preg.parse_nodes(regex, &names);
status           1300 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c         if (PMIX_SUCCESS == cb->status) {
status           1337 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c     if (PMIX_ERR_INVALID_NAMESPACE == cb->status) {
status           1355 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c     rc = cb->status;
status             64 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_connect.c static void op_cbfunc(pmix_status_t status, void *cbdata);
status            102 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_connect.c     rc = cb->status;
status            232 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_connect.c     rc = cb->status;
status            420 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_connect.c static void op_cbfunc(pmix_status_t status, void *cbdata)
status            424 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_connect.c     cb->status = status;
status             65 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_fence.c static void op_cbfunc(pmix_status_t status, void *cbdata);
status            105 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_fence.c     rc = cb->status;
status            279 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_fence.c static void op_cbfunc(pmix_status_t status, void *cbdata)
status            283 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_fence.c     cb->status = status;
status             72 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c static void _value_cbfunc(pmix_status_t status, pmix_value_t *kv, void *cbdata);
status            119 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c     rc = cb->status;
status            209 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c static void _value_cbfunc(pmix_status_t status, pmix_value_t *kv, void *cbdata)
status            215 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c     cb->status = status;
status            216 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c     if (PMIX_SUCCESS == status) {
status            429 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c static void infocb(pmix_status_t status,
status            439 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c     if (PMIX_SUCCESS == status) {
status            472 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c         rc = status;
status             64 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c     pmix_status_t status;
status             81 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c     p->status = PMIX_SUCCESS;
status            112 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c static void op_cbfunc(pmix_status_t status, void *cbdata);
status            114 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c static void info_cbfunc(pmix_status_t status,
status            159 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c     rc = cb->status;
status            337 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c     rc = cb.status;
status            460 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c static void chaincbfunc(pmix_status_t status, void *cbdata)
status            477 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c                            pmix_status_t status,
status            515 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c     if (PMIX_GROUP_INVITE_ACCEPTED == status) {
status            524 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c     if (PMIX_PROC_TERMINATED == status) {
status            562 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c static void regcbfunc(pmix_status_t status,
status            568 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c     cb->status = status;
status            610 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c     rc = cb.status;
status            655 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c     rc = cb.status;
status            720 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c     rc = lock.status;
status            782 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c     rc = lock.status;
status            830 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c     rc = cb->status;
status            922 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c static void op_cbfunc(pmix_status_t status, void *cbdata)
status            926 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c     cb->status = status;
status            928 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c         cb->opcbfunc(status, cb->cbdata);
status            999 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c static void info_cbfunc(pmix_status_t status,
status           1009 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c     cb->status = status;
status             61 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_pub.c static void op_cbfunc(pmix_status_t status, void *cbdata);
status             65 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_pub.c static void lookup_cbfunc(pmix_status_t status, pmix_pdata_t pdata[], size_t ndata,
status            102 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_pub.c     rc = (pmix_status_t)cb->status;
status            252 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_pub.c     rc = cb->status;
status            402 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_pub.c     rc = cb->status;
status            550 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_pub.c static void op_cbfunc(pmix_status_t status, void *cbdata)
status            554 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_pub.c     cb->status = status;
status            647 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_pub.c static void lookup_cbfunc(pmix_status_t status, pmix_pdata_t pdata[], size_t ndata,
status            655 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_pub.c     cb->status = status;
status            656 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_pub.c     if (PMIX_SUCCESS == status) {
status            665 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_pub.c                     PMIX_BFROPS_VALUE_XFER(cb->status, pmix_client_globals.myserver, &tgt[j].value, &pdata[i].value);
status             63 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_spawn.c static void spawn_cbfunc(pmix_status_t status, char nspace[], void *cbdata);
status            105 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_spawn.c     rc = cb->status;
status            342 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_spawn.c static void spawn_cbfunc(pmix_status_t status, char nspace[], void *cbdata)
status            347 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_spawn.c     cb->status = status;
status            725 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &results->status, &cnt, PMIX_STATUS);
status            727 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         results->status = rc;
status            730 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c     if (PMIX_SUCCESS != results->status) {
status            738 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         results->status = rc;
status            746 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c             results->status = rc;
status            756 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         cd->cbfunc(results->status, results->info, results->ninfo, cd->cbdata, relcbfunc, results);
status            876 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         cd->status = PMIX_SUCCESS;
status            878 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         cd->status = PMIX_ERR_NOT_FOUND;
status            887 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         cd->status = PMIX_ERR_NOT_FOUND;
status            898 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         cd->status = rc;
status            905 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         cd->status = rc;
status            912 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         cd->status = rc;
status            921 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         cd->status = rc;
status            928 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         cd->cbfunc(cd->status, cd->info, cd->ninfo, cd, _local_relcb, cd);
status             77 opal/mca/pmix/pmix4x/pmix/src/common/pmix_control.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &results->status, &cnt, PMIX_STATUS);
status             82 opal/mca/pmix/pmix4x/pmix/src/common/pmix_control.c     if (PMIX_SUCCESS != results->status) {
status            108 opal/mca/pmix/pmix4x/pmix/src/common/pmix_control.c         cd->cbfunc(results->status, results->info, results->ninfo, cd->cbdata, relcbfunc, results);
status            115 opal/mca/pmix/pmix4x/pmix/src/common/pmix_control.c static void acb(pmix_status_t status,
status            122 opal/mca/pmix/pmix4x/pmix/src/common/pmix_control.c     cb->status = status;
status            159 opal/mca/pmix/pmix4x/pmix/src/common/pmix_control.c     rc = cb.status;
status            310 opal/mca/pmix/pmix4x/pmix/src/common/pmix_control.c     rc = cb.status;
status             51 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c     pmix_status_t rc, status;
status             55 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &status, &m, PMIX_STATUS);
status             56 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c     if (PMIX_SUCCESS == rc && PMIX_SUCCESS == status) {
status             61 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c         status = rc;
status             66 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c                         "pmix:iof_register returned status %s", PMIx_Error_string(status));
status             69 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c         cd->cbfunc.opcbfn(status, cd->cbdata);
status            208 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c     pmix_status_t rc, status;
status            223 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &status, &cnt, PMIX_STATUS);
status            225 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c         status = rc;
status            228 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c         cd->cbfunc(status, cd->cbdata);
status             37 opal/mca/pmix/pmix4x/pmix/src/common/pmix_log.c static void opcbfunc(pmix_status_t status, void *cbdata)
status             40 opal/mca/pmix/pmix4x/pmix/src/common/pmix_log.c     cb->status = status;
status             50 opal/mca/pmix/pmix4x/pmix/src/common/pmix_log.c     pmix_status_t rc, status;
status             54 opal/mca/pmix/pmix4x/pmix/src/common/pmix_log.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &status, &m, PMIX_STATUS);
status             56 opal/mca/pmix/pmix4x/pmix/src/common/pmix_log.c         status = rc;
status             60 opal/mca/pmix/pmix4x/pmix/src/common/pmix_log.c         cd->cbfunc.opcbfn(status, cd->cbdata);
status             94 opal/mca/pmix/pmix4x/pmix/src/common/pmix_log.c     rc = cb.status;
status            103 opal/mca/pmix/pmix4x/pmix/src/common/pmix_log.c static void localcbfunc(pmix_status_t status, void *cbdata)
status            109 opal/mca/pmix/pmix4x/pmix/src/common/pmix_log.c         cd->cbfunc.opcbfn(status, cd->cbdata);
status             68 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &results->status, &cnt, PMIX_STATUS);
status             71 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c         results->status = rc;
status             74 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c     if (PMIX_SUCCESS != results->status) {
status             83 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c         results->status = rc;
status             92 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c             results->status = rc;
status            112 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c                         "pmix:query cback from server releasing with status %s", PMIx_Error_string(results->status));
status            115 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c         cd->cbfunc(results->status, results->info, results->ninfo, cd->cbdata, relcbfunc, results);
status            130 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c         cd->cbfunc(cd->status, cd->info, cd->ninfo, cd->cbdata, _local_relcb, cd);
status            274 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c     cd->status = PMIX_SUCCESS;
status            282 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c             cd->status = rc;
status            366 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c static void acb(pmix_status_t status,
status            373 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c     cb->status = status;
status            409 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c     rc = cb.status;
status             42 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c     pmix_status_t rc, status;
status             65 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &status, &cnt, PMIX_STATUS);
status             70 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c     if (PMIX_SUCCESS != status) {
status            104 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c         cd->credcbfunc(status, &cred, info, ninfo, cd->cbdata);
status            238 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c     pmix_status_t rc, status;
status            260 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &status, &cnt, PMIX_STATUS);
status            265 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c     if (PMIX_SUCCESS != status) {
status            291 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c         cd->validcbfunc(status, info, ninfo, cd->cbdata);
status            120 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event.h     pmix_status_t status;
status            167 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event.h pmix_status_t pmix_server_notify_client_of_event(pmix_status_t status,
status            185 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event.h             if (cp->status == (e)) {                                                    \
status            193 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event.h             ch->status = (e);                                                           \
status             30 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c static pmix_status_t notify_server_of_event(pmix_status_t status,
status             39 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c PMIX_EXPORT pmix_status_t PMIx_Notify_event(pmix_status_t status,
status             61 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                             (NULL == source) ? PMIX_RANK_WILDCARD : source->rank, PMIx_Error_string(status));
status             63 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         rc = pmix_server_notify_client_of_event(status, source, range,
status             82 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                         (NULL == source) ? pmix_globals.myid.rank : source->rank, status);
status             84 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c     rc = notify_server_of_event(status, source, range,
status            157 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c static pmix_status_t notify_server_of_event(pmix_status_t status,
status            176 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                         PMIx_Error_string(status), PMIx_Data_range_string(range));
status            191 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         PMIX_BFROPS_PACK(rc, pmix_client_globals.myserver, msg, &status, 1, PMIX_STATUS);
status            221 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c     chain->status = status;
status            233 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c     cd->status = status;
status            316 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c static void progress_local_event_hdlr(pmix_status_t status,
status            363 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c     newinfo[cnt].value.data.status = status;
status            384 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c     if (PMIX_EVENT_ACTION_COMPLETE == status || chain->endchain) {
status            396 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c             if (nxt->codes[0] == chain->status &&
status            415 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                             chain->status, &chain->source,
status            445 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                 if (nxt->codes[n] == chain->status) {
status            461 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                                 chain->status, &chain->source,
status            501 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                             chain->status, &chain->source,
status            518 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c             pmix_globals.events.last->codes[0] == chain->status) {
status            534 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                                   chain->status, &chain->source,
status            542 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                 if (pmix_globals.events.last->codes[n] == chain->status) {
status            558 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                                           chain->status, &chain->source,
status            582 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                                   chain->status, &chain->source,
status            625 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                         PMIx_Error_string(chain->status));
status            653 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c             pmix_globals.events.first->codes[0] == chain->status &&
status            664 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                 if (pmix_globals.events.first->codes[i] == chain->status) {
status            689 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         if (evhdlr->codes[0] == chain->status) {
status            704 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c             if (evhdlr->codes[i] == chain->status) {
status            738 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c             pmix_globals.events.last->codes[0] == chain->status) {
status            744 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                 if (pmix_globals.events.last->codes[i] == chain->status) {
status            790 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                           chain->status, &chain->source,
status            797 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c static void local_cbfunc(pmix_status_t status, void *cbdata)
status            802 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         cd->cbfunc(status, cd->cbdata);
status            829 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                         PMIx_Error_string(cd->status),
status            861 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c     chain->status = cd->status;
status            936 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c     if (PMIX_GROUP_CONSTRUCT_COMPLETE == cd->status) {
status            985 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                 cd->status == reginfoptr->code) {
status           1026 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                                         PMIx_Error_string(cd->status));
status           1046 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                     PMIX_BFROPS_PACK(rc, pr->peer, bfr, &cd->status, 1, PMIX_STATUS);
status           1102 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                 pmix_host_server.notify_event(cd->status, &cd->source, cd->range,
status           1128 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c pmix_status_t pmix_server_notify_client_of_event(pmix_status_t status,
status           1139 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                         PMIx_Error_string(status));
status           1151 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c     cd->status = status;
status           1176 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                          status, cd->source.nspace, cd->source.rank, ninfo);
status           1271 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         pmix_server_notify_client_of_event(ch->status, &ch->source,
status            145 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c static void reg_cbfunc(pmix_status_t status, void *cbdata)
status            149 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c     pmix_status_t rc = status;
status            152 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c     if (PMIX_SUCCESS != status) {
status            382 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c                 if (cd->codes[n] == ncd->status) {
status            412 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c         chain->status = ncd->status;
status            279 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.h     pmix_status_t status;
status            348 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.h     pmix_status_t status;
status            383 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.h     int status;
status            430 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.h     pmix_status_t status;
status            136 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_fns.c             memcpy(&(v->data.status), data, sizeof(pmix_status_t));
status            505 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_fns.c             if (p->data.status == p1->data.status) {
status            656 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_fns.c         memcpy(&p->data.status, &src->data.status, sizeof(pmix_status_t));
status            437 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_pack.c     int32_t status;
status            440 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_pack.c         status = (int32_t)ssrc[i];
status            441 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_pack.c         PMIX_BFROPS_PACK_TYPE(ret, buffer, &status, 1, PMIX_INT32, regtypes);
status            980 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_print.c                           PMIx_Error_string(src->data.status));
status            537 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/bfrop_pmix20.c             memcpy(&(v->data.status), data, sizeof(pmix_status_t));
status            692 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/bfrop_pmix20.c             memcpy(*data, &(kv->data.status), sizeof(pmix_status_t));
status            330 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/copy.c             rc = (p->data.status == p1->data.status);
status            431 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/copy.c             memcpy(&p->data.status, &src->data.status, sizeof(pmix_status_t));
status            458 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/pack.c     int32_t status;
status            461 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/pack.c         status = (int32_t)ssrc[i];
status            462 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/pack.c         if (PMIX_SUCCESS != (ret = pmix20_bfrop_pack_int32(regtypes, buffer, &status, 1, PMIX_INT32))) {
status            577 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/pack.c             if (PMIX_SUCCESS != (ret = pmix20_bfrop_pack_buffer(regtypes, buffer, &p->data.status, 1, PMIX_STATUS))) {
status            867 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/print.c                       PMIx_Error_string(src->data.status));
status            672 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/unpack.c             if (PMIX_SUCCESS != (ret = pmix20_bfrop_unpack_buffer(regtypes, buffer, &val->data.status, &m, PMIX_STATUS))) {
status             58 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/base/pcompress_base_fns.c     int status = 0;
status             68 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/base/pcompress_base_fns.c         status = execvp(argv[0], argv);
status             70 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/base/pcompress_base_fns.c         pmix_output(0, "compress:base: Tar:: Failed to exec child [%s] status = %d\n", cmd, status);
status             74 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/base/pcompress_base_fns.c         waitpid(child_pid, &status, 0);
status             76 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/base/pcompress_base_fns.c         if( !WIFEXITED(status) ) {
status            102 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/base/pcompress_base_fns.c     int status = 0;
status            110 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/base/pcompress_base_fns.c         status = execvp(argv[0], argv);
status            112 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/base/pcompress_base_fns.c         pmix_output(0, "compress:base: Tar:: Failed to exec child [%s] status = %d\n", cmd, status);
status            116 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/base/pcompress_base_fns.c         waitpid(child_pid, &status, 0);
status            118 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/base/pcompress_base_fns.c         if( !WIFEXITED(status) ) {
status             27 opal/mca/pmix/pmix4x/pmix/src/mca/plog/base/plog_base_stubs.c     pmix_status_t status;
status             36 opal/mca/pmix/pmix4x/pmix/src/mca/plog/base/plog_base_stubs.c     p->status = PMIX_ERR_NOT_AVAILABLE;
status             48 opal/mca/pmix/pmix4x/pmix/src/mca/plog/base/plog_base_stubs.c static void localcbfunc(pmix_status_t status, void *cbdata)
status             54 opal/mca/pmix/pmix4x/pmix/src/mca/plog/base/plog_base_stubs.c     if (PMIX_SUCCESS != status && PMIX_SUCCESS == mycount->status) {
status             55 opal/mca/pmix/pmix4x/pmix/src/mca/plog/base/plog_base_stubs.c         mycount->status = status;
status             60 opal/mca/pmix/pmix4x/pmix/src/mca/plog/base/plog_base_stubs.c             mycount->cbfunc(mycount->status, mycount->cbdata);
status            210 opal/mca/pmix/pmix4x/pmix/src/mca/plog/base/plog_base_stubs.c                 mycount->status = rc;
status            220 opal/mca/pmix/pmix4x/pmix/src/mca/plog/base/plog_base_stubs.c                 mycount->status = PMIX_SUCCESS;
status            229 opal/mca/pmix/pmix4x/pmix/src/mca/plog/base/plog_base_stubs.c                 mycount->status = rc;
status            238 opal/mca/pmix/pmix4x/pmix/src/mca/plog/base/plog_base_stubs.c     rc = mycount->status;  // save the status as it could change when the lock is released
status            242 opal/mca/pmix/pmix4x/pmix/src/mca/plog/base/plog_base_stubs.c             mycount->cbfunc(mycount->status, mycount->cbdata);
status             88 opal/mca/pmix/pmix4x/pmix/src/mca/plog/default/plog_default.c static void localcbfn(pmix_status_t status, void *cbdata)
status             93 opal/mca/pmix/pmix4x/pmix/src/mca/plog/default/plog_default.c         cd->cbfunc(status, cd->cbdata);
status            319 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c static void cicbfunc(pmix_status_t status,
status            328 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c     if (PMIX_SUCCESS != status && PMIX_SUCCESS == rollup->status) {
status            329 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c         rollup->status = status;
status            349 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c         rollup->cbfunc(rollup->status, &rollup->payload, rollup->cbdata);
status            409 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c                 if (PMIX_SUCCESS == myrollup->status) {
status            410 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c                     myrollup->status = rc;
status            419 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c             cbfunc(myrollup->status, &myrollup->payload, cbdata);
status            429 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c static void dlcbfunc(pmix_status_t status,
status            436 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c     if (PMIX_SUCCESS != status && PMIX_SUCCESS == rollup->status) {
status            437 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c         rollup->status = status;
status            451 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c         rollup->opcbfunc(rollup->status, rollup->cbdata);
status            511 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c                 if (PMIX_SUCCESS == myrollup->status) {
status            512 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c                     myrollup->status = rc;
status            521 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c             cbfunc(myrollup->status, cbdata);
status            646 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c         OMGT_STATUS_T status = OMGT_STATUS_SUCCESS;
status            651 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c         status = omgt_open_port_by_num(&port, 1 /* hfi */, 1 /* port */, NULL);
status            652 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c         if (OMGT_STATUS_SUCCESS != status) {
status            275 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c static void opcbfunc(pmix_status_t status, void *cbdata)
status            269 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/heartbeat/psensor_heartbeat.c static void opcbfunc(pmix_status_t status, void *cbdata)
status             51 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c static void _notify_complete(pmix_status_t status, void *cbdata)
status             57 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c static void lcfn(pmix_status_t status, void *cbdata)
status            123 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/ptl_types.h typedef void (*pmix_ptl_connect_cbfunc_t)(pmix_status_t status, void *cbdata);
status            171 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/ptl_types.h     pmix_status_t status;
status            205 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/ptl_types.h     pmix_status_t status;
status            132 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c static void cnct_cbfunc(pmix_status_t status,
status           1722 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c     u32 = ntohl(cd->status);
status           1733 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c     if (PMIX_SUCCESS != cd->status) {
status           1915 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c static void cnct_cbfunc(pmix_status_t status,
status           1922 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c                         proc->nspace, proc->rank, PMIx_Error_string(status));
status           1930 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c     cd->status = status;
status           1468 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     PMIX_GDS_STORE_KV(cd->status, pmix_globals.mypeer,
status           1512 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     rc = cd->status;
status           1857 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c static void clct_complete(pmix_status_t status,
status           1874 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     if (PMIX_SUCCESS != status && PMIX_SUCCESS == cd->status) {
status           1875 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         cd->status = status;
status           1889 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c                     cd->status = PMIX_ERR_NOMEM;
status           1901 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c                         cd->status = rc;
status           1909 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c             cd->infocbfunc(cd->status, cd->info, cd->ninfo, cd->cbdata, cirelease, cd);
status           1920 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         cd->infocbfunc(cd->status, NULL, 0, cd->cbdata, NULL, NULL);
status           1977 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c static void dlinv_complete(pmix_status_t status, void *cbdata)
status           1987 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     if (PMIX_SUCCESS != status && PMIX_SUCCESS == cd->status) {
status           1988 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         cd->status = status;
status           1994 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c             cd->cbfunc.opcbfn(cd->status, cd->cbdata);
status           2057 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c static void op_cbfunc(pmix_status_t status, void *cbdata)
status           2072 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     PMIX_BFROPS_PACK(rc, cd->peer, reply, &status, 1, PMIX_STATUS);
status           2106 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c static void op_cbfunc2(pmix_status_t status, void *cbdata)
status           2121 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     PMIX_BFROPS_PACK(rc, cd->peer, reply, &status, 1, PMIX_STATUS);
status           2164 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     PMIX_BFROPS_PACK(rc, cd->cd->peer, reply, &cd->status, 1, PMIX_STATUS);
status           2215 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c static void spawn_cbfunc(pmix_status_t status, char *nspace, void *cbdata)
status           2221 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     cd->status = status;
status           2228 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c static void lookup_cbfunc(pmix_status_t status, pmix_pdata_t pdata[], size_t ndata,
status           2242 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     PMIX_BFROPS_PACK(rc, cd->peer, reply, &status, 1, PMIX_STATUS);
status           2248 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     if (PMIX_SUCCESS == status) {
status           2315 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     if (PMIX_SUCCESS != scd->status) {
status           2316 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         rc = scd->status;
status           2409 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c static void modex_cbfunc(pmix_status_t status, const char *data, size_t ndata, void *cbdata,
status           2427 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     scd->status = status;
status           2436 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c static void get_cbfunc(pmix_status_t status, const char *data, size_t ndata, void *cbdata,
status           2466 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     PMIX_BFROPS_PACK(rc, cd->peer, reply, &status, 1, PMIX_STATUS);
status           2556 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         PMIX_BFROPS_PACK(rc, cd->peer, reply, &scd->status, 1, PMIX_STATUS);
status           2562 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         if (PMIX_SUCCESS == scd->status) {
status           2658 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c static void cnct_cbfunc(pmix_status_t status, void *cbdata)
status           2672 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     scd->status = status;
status           2710 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         PMIX_BFROPS_PACK(rc, cd->peer, reply, &scd->status, 1, PMIX_STATUS);
status           2735 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c static void discnct_cbfunc(pmix_status_t status, void *cbdata)
status           2750 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     scd->status = status;
status           2756 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c static void regevents_cbfunc(pmix_status_t status, void *cbdata)
status           2763 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c                         "server:regevents_cbfunc called status = %d", status);
status           2771 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     PMIX_BFROPS_PACK(rc, cd->peer, reply, &status, 1, PMIX_STATUS);
status           2783 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c static void notifyerror_cbfunc (pmix_status_t status, void *cbdata)
status           2790 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c                         "server:notifyerror_cbfunc called status = %d", status);
status           2798 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     PMIX_BFROPS_PACK(rc, cd->peer, reply, &status, 1, PMIX_STATUS);
status           2810 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c static void alloc_cbfunc(pmix_status_t status,
status           2822 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c                         "pmix:alloc callback with status %d", status);
status           2830 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     PMIX_BFROPS_PACK(rc, cd->peer, reply, &status, 1, PMIX_STATUS);
status           2869 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c static void query_cbfunc(pmix_status_t status,
status           2881 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c                         "pmix:query callback with status %s", PMIx_Error_string(status));
status           2889 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     PMIX_BFROPS_PACK(rc, cd->peer, reply, &status, 1, PMIX_STATUS);
status           2930 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c static void jctrl_cbfunc(pmix_status_t status,
status           2942 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c                         "pmix:jctrl callback with status %d", status);
status           2950 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     PMIX_BFROPS_PACK(rc, cd->peer, reply, &status, 1, PMIX_STATUS);
status           2989 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c static void monitor_cbfunc(pmix_status_t status,
status           3001 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c                         "pmix:monitor callback with status %d", status);
status           3009 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     PMIX_BFROPS_PACK(rc, cd->peer, reply, &status, 1, PMIX_STATUS);
status           3048 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c static void cred_cbfunc(pmix_status_t status,
status           3059 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c                         "pmix:get credential callback with status %d", status);
status           3069 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     PMIX_BFROPS_PACK(rc, cd->peer, reply, &status, 1, PMIX_STATUS);
status           3075 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     if (PMIX_SUCCESS == status) {
status           3112 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c static void validate_cbfunc(pmix_status_t status,
status           3122 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c                         "pmix:validate credential callback with status %d", status);
status           3130 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     PMIX_BFROPS_PACK(rc, cd->peer, reply, &status, 1, PMIX_STATUS);
status           3180 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     PMIX_BFROPS_PACK(rc, scd->peer, reply, &cd->status, 1, PMIX_STATUS);
status           3188 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     if (PMIX_SUCCESS != cd->status) {
status           3210 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c static void iof_cbfunc(pmix_status_t status,
status           3217 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c                         status);
status           3223 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     cd->status = status;
status             64 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_get.c     pmix_status_t status;
status             73 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_get.c     p->status = PMIX_ERROR;
status             83 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_get.c static void dmdx_cbfunc(pmix_status_t status, const char *data,
status            805 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_get.c                                    pmix_status_t status, pmix_dmdx_local_t *lcd)
status            839 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_get.c     if (PMIX_SUCCESS != status){
status            842 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_get.c             req->cbfunc(status, NULL, 0, req->cbdata, NULL, NULL);
status            927 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_get.c     if (PMIX_SUCCESS == caddy->status) {
status           1005 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_get.c                         caddy->status = rc;
status           1018 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_get.c                     caddy->status = rc;
status           1028 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_get.c     pmix_pending_resolve(nptr, caddy->lcd->proc.rank, caddy->status, caddy->lcd);
status           1040 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_get.c static void dmdx_cbfunc(pmix_status_t status,
status           1050 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_get.c     caddy->status = status;
status             89 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     int status;
status             99 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &status, &cnt, PMIX_STATUS);
status            140 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         rc = pmix_host_server.abort(&proc, peer->info->server_object, status, msg,
status           1021 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c static void opcbfunc(pmix_status_t status, void *cbdata)
status           1035 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         cd->opcbfunc(status, cd->cbdata);
status           1113 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c static void lkcbfunc(pmix_status_t status,
status           1129 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         cd->lkcbfunc(status, data, ndata, cd->cbdata);
status           1326 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c static void spcbfunc(pmix_status_t status,
status           1337 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     if (PMIX_SUCCESS == status && PMIX_FWD_NO_CHANNELS != cd->channels) {
status           1341 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c             status = PMIX_ERR_NOMEM;
status           1417 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         cd->spcbfunc(status, nspace, cd->cbdata);
status           1868 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c                 if (scd->codes[k] == cd->status) {
status           1940 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_BFROPS_PACK(ret, scd->peer, relay, &cd->status, 1, PMIX_STATUS);
status           1985 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c static void regevopcbfunc(pmix_status_t status, void *cbdata)
status           1990 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     if (PMIX_SUCCESS == status) {
status           2004 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         cd->opcbfunc(status, cd->cbdata);
status           2347 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c static void local_cbfunc(pmix_status_t status, void *cbdata)
status           2352 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         cd->cbfunc(status, cd->cbdata);
status           2357 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c static void intermed_step(pmix_status_t status, void *cbdata)
status           2362 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     if (PMIX_SUCCESS != status) {
status           2363 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         rc = status;
status           2388 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     rc = pmix_host_server.notify_event(cd->status, &cd->source, cd->range,
status           2436 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &cd->status, &cnt, PMIX_STATUS);
status           2486 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     if (PMIX_SUCCESS != (rc = pmix_server_notify_client_of_event(cd->status,
status           2673 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c static void logcbfn(pmix_status_t status, void *cbdata)
status           2678 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         cd->cbfunc.opcbfn(status, cd->cbdata);
status           3548 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c static void stdcbfunc(pmix_status_t status, void *cbdata)
status           3553 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         cd->opcbfunc(status, cd->cbdata);
status           3801 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_BFROPS_PACK(ret, cd->peer, reply, &scd->status, 1, PMIX_STATUS);
status           3837 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c static void grpcbfunc(pmix_status_t status,
status           3867 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     scd->status = status;
status           4603 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     p->status = PMIX_SUCCESS;
status             48 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.h     pmix_status_t status;
status             81 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.h typedef void (*pmix_inventory_cbfunc_t)(pmix_status_t status,
status             90 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.h     pmix_status_t status;
status            239 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.h                                    pmix_status_t status, pmix_dmdx_local_t *lcd);
status            284 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.h pmix_status_t pmix_server_notify_error(pmix_status_t status,
status             68 opal/mca/pmix/pmix4x/pmix/src/threads/threads.h     pmix_status_t status;
status             34 opal/mca/pmix/pmix4x/pmix/src/threads/wait_sync.c         return (0 == sync->status) ? PMIX_SUCCESS : PMIX_ERROR;
status             44 opal/mca/pmix/pmix4x/pmix/src/threads/wait_sync.c         return (0 == sync->status) ? PMIX_SUCCESS : PMIX_ERROR;
status            101 opal/mca/pmix/pmix4x/pmix/src/threads/wait_sync.c     return (0 == sync->status) ? PMIX_SUCCESS : PMIX_ERROR;
status             32 opal/mca/pmix/pmix4x/pmix/src/threads/wait_sync.h     int32_t status;
status             81 opal/mca/pmix/pmix4x/pmix/src/threads/wait_sync.h     return sync->status;
status             90 opal/mca/pmix/pmix4x/pmix/src/threads/wait_sync.h         (sync)->status = 0;                                     \
status            103 opal/mca/pmix/pmix4x/pmix/src/threads/wait_sync.h                                          int updates, int status)
status            105 opal/mca/pmix/pmix4x/pmix/src/threads/wait_sync.h     if( PMIX_LIKELY(PMIX_SUCCESS == status) ) {
status            111 opal/mca/pmix/pmix4x/pmix/src/threads/wait_sync.h         sync->status = PMIX_ERROR;
status             76 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c static void _notify_complete(pmix_status_t status, void *cbdata)
status            117 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c                        buf, &chain->status, &cnt, PMIX_STATUS);
status            169 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c                         pmix_globals.myid.nspace, pmix_globals.myid.rank, PMIx_Error_string(chain->status),
status            180 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c     chain->status = rc;
status            242 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c         cb->status = PMIX_ERROR;
status            249 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c     PMIX_GDS_STORE_JOB_INFO(cb->status,
status            252 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c     cb->status = PMIX_SUCCESS;
status            730 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c         rc = cb.status;
status             47 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c     pmix_status_t status;
status             56 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c     pmix_status_t status;
status             74 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c static void cbfunc(pmix_status_t status,
status             83 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c     mq->status = status;
status            110 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c                             pmix_status_t status,
status            130 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c static void evhandler_reg_callbk(pmix_status_t status,
status            136 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c     if (PMIX_SUCCESS != status) {
status            138 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c                    myproc.nspace, myproc.rank, status, (unsigned long)evhandler_ref);
status            140 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c     lock->status = status;
status            435 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c     if (PMIX_SUCCESS != mylock.status) {
status            459 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c     if (PMIX_SUCCESS != mq.status) {
status            460 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c         fprintf(stderr, "PMIx_Query returned: %s\n", PMIx_Error_string(mq.status));
status             46 opal/mca/pmix/pmix4x/pmix/src/tools/pevent/pevent.c     pmix_status_t status;
status             57 opal/mca/pmix/pmix4x/pmix/src/tools/pevent/pevent.c                             pmix_status_t status,
status             77 opal/mca/pmix/pmix4x/pmix/src/tools/pevent/pevent.c static void evhandler_reg_callbk(pmix_status_t status,
status             83 opal/mca/pmix/pmix4x/pmix/src/tools/pevent/pevent.c     if (PMIX_SUCCESS != status) {
status             85 opal/mca/pmix/pmix4x/pmix/src/tools/pevent/pevent.c                    myproc.nspace, myproc.rank, status, (unsigned long)evhandler_ref);
status             87 opal/mca/pmix/pmix4x/pmix/src/tools/pevent/pevent.c     lock->status = status;
status            143 opal/mca/pmix/pmix4x/pmix/src/tools/pevent/pevent.c static void opcbfunc(pmix_status_t status, void *cbdata)
status            147 opal/mca/pmix/pmix4x/pmix/src/tools/pevent/pevent.c     lock->status = status;
status            156 opal/mca/pmix/pmix4x/pmix/src/tools/pevent/pevent.c     pmix_status_t status;
status            226 opal/mca/pmix/pmix4x/pmix/src/tools/pevent/pevent.c     status = (pmix_status_t)pmix_pevent_globals.code;
status            247 opal/mca/pmix/pmix4x/pmix/src/tools/pevent/pevent.c     if (PMIX_SUCCESS != mylock.status) {
status            256 opal/mca/pmix/pmix4x/pmix/src/tools/pevent/pevent.c     rc = PMIx_Notify_event(status, &myproc, range, NULL, 0, opcbfunc, (void*)&mylock);
status            262 opal/mca/pmix/pmix4x/pmix/src/tools/pevent/pevent.c     if (PMIX_SUCCESS != mylock.status) {
status             44 opal/mca/pmix/pmix4x/pmix/src/tools/plookup/plookup.c     pmix_status_t status;
status             55 opal/mca/pmix/pmix4x/pmix/src/tools/plookup/plookup.c                             pmix_status_t status,
status             75 opal/mca/pmix/pmix4x/pmix/src/tools/plookup/plookup.c static void evhandler_reg_callbk(pmix_status_t status,
status             81 opal/mca/pmix/pmix4x/pmix/src/tools/plookup/plookup.c     if (PMIX_SUCCESS != status) {
status             83 opal/mca/pmix/pmix4x/pmix/src/tools/plookup/plookup.c                    myproc.nspace, myproc.rank, status, (unsigned long)evhandler_ref);
status             85 opal/mca/pmix/pmix4x/pmix/src/tools/plookup/plookup.c     lock->status = status;
status            253 opal/mca/pmix/pmix4x/pmix/src/tools/plookup/plookup.c     if (PMIX_SUCCESS != mylock.status) {
status             74 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c     pmix_status_t status;
status            171 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c static void cbfunc(pmix_status_t status,
status            206 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c                             pmix_status_t status,
status            226 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c static void evhandler_reg_callbk(pmix_status_t status,
status            232 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c     if (PMIX_SUCCESS != status) {
status            234 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c                    myproc.nspace, myproc.rank, status, (unsigned long)evhandler_ref);
status            236 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c     lock->status = status;
status            206 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c         int status, i;
status            208 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c         while( 0 < (pid = waitpid(-1, &status, WNOHANG) ) ){
status            215 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c                                 WIFEXITED(status), WIFSIGNALED(status) ));
status            216 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c                     if( WIFEXITED(status) || WIFSIGNALED(status) ){
status            264 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c                 pmix_status_t status,
status            271 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c     TEST_ERROR((" PMIX server event handler with status = %d", status));
status            273 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c     PMIx_Notify_event(status, source,
status            279 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c void op_callbk(pmix_status_t status,
status            282 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c     TEST_VERBOSE(( "OP CALLBACK CALLED WITH STATUS %d", status));
status            285 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c void errhandler_reg_callbk (pmix_status_t status,
status            290 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c                 status, (unsigned long)errhandler_ref));
status             69 opal/mca/pmix/pmix4x/pmix/test/cli_stages.h                 pmix_status_t status,
status             76 opal/mca/pmix/pmix4x/pmix/test/cli_stages.h void op_callbk(pmix_status_t status,
status             79 opal/mca/pmix/pmix4x/pmix/test/cli_stages.h void errhandler_reg_callbk (pmix_status_t status,
status             45 opal/mca/pmix/pmix4x/pmix/test/pmix_client.c                        pmix_status_t status,
status             52 opal/mca/pmix/pmix4x/pmix/test/pmix_client.c     TEST_ERROR(("PMIX client: Error handler with status = %d", status))
status             55 opal/mca/pmix/pmix4x/pmix/test/pmix_client.c static void op_callbk(pmix_status_t status,
status             58 opal/mca/pmix/pmix4x/pmix/test/pmix_client.c     TEST_VERBOSE(( "OP CALLBACK CALLED WITH STATUS %d", status));
status             61 opal/mca/pmix/pmix4x/pmix/test/pmix_client.c static void errhandler_reg_callbk (pmix_status_t status,
status             66 opal/mca/pmix/pmix4x/pmix/test/pmix_client.c                   status, (unsigned long)errhandler_ref));
status            109 opal/mca/pmix/pmix4x/pmix/test/server_callbacks.c              int status, const char msg[],
status            117 opal/mca/pmix/pmix4x/pmix/test/server_callbacks.c                   status, msg));
status            258 opal/mca/pmix/pmix4x/pmix/test/server_callbacks.c     pmix_status_t status;
status            268 opal/mca/pmix/pmix4x/pmix/test/server_callbacks.c         cb->cbfunc(cb->status, "foobar", cb->cbdata);
status            275 opal/mca/pmix/pmix4x/pmix/test/server_callbacks.c static void release_cb(pmix_status_t status, void *cbdata)
status            293 opal/mca/pmix/pmix4x/pmix/test/server_callbacks.c     cb->status = PMIX_SUCCESS;
status             24 opal/mca/pmix/pmix4x/pmix/test/server_callbacks.h                        int status, const char msg[],
status             53 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c                               int status, const char msg[],
status            128 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     pmix_status_t status;
status            136 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         (l)->status = PMIX_SUCCESS;                 \
status            173 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     pmix_status_t status;
status            220 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c                        pmix_status_t status,
status            227 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c static void errhandler_reg_callbk (pmix_status_t status,
status            231 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c static void opcbfunc(pmix_status_t status, void *cbdata)
status            235 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     x->status = status;
status            243 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c static void sacbfunc(pmix_status_t status,
status            251 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     x->status = status;
status            266 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c static void infocbfunc(pmix_status_t status,
status            275 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     x->status = status;
status            353 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     if (PMIX_SUCCESS != mylock.status) {
status            354 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         exit(mylock.status);
status            370 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     if (PMIX_SUCCESS != x->status) {
status            371 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         fprintf(stderr, "Collect inventory failed: %s\n", PMIx_Error_string(x->status));
status            385 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     if (PMIX_SUCCESS != x->status) {
status            386 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         fprintf(stderr, "Deliver inventory failed: %s\n", PMIx_Error_string(x->status));
status            616 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c                        pmix_status_t status,
status            623 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     pmix_output(0, "SERVER: ERRHANDLER CALLED WITH STATUS %d", status);
status            626 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c static void errhandler_reg_callbk (pmix_status_t status,
status            633 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c                 status, (unsigned long)errhandler_ref);
status            634 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     lock->status = status;
status            658 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c static void abcbfunc(pmix_status_t status, void *cbdata)
status            664 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         x->cbfunc(status, x->cbdata);
status            671 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c                               int status, const char msg[],
status            703 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     if (PMIX_SUCCESS != (rc = PMIx_Notify_event(status, &x->caller,
status            847 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c static void spcbfunc(pmix_status_t status, void *cbdata)
status           1021 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     int status;
status           1033 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         pid = waitpid(-1, &status, WNOHANG);
status           1046 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c                 t2->exit_code = status;
status           1048 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c                 if (0 != status && 0 == exit_code) {
status           1049 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c                     exit_code = status;
status             56 opal/mca/pmix/pmix4x/pmix/test/simple/quietclient.c                             pmix_status_t status,
status             69 opal/mca/pmix/pmix4x/pmix/test/simple/quietclient.c static void errhandler_reg_callbk(pmix_status_t status,
status             86 opal/mca/pmix/pmix4x/pmix/test/simple/quietclient.c                            pmix_status_t status,
status            102 opal/mca/pmix/pmix4x/pmix/test/simple/quietclient.c static void model_registration_callback(pmix_status_t status,
status             46 opal/mca/pmix/pmix4x/pmix/test/simple/simpclient.c                             pmix_status_t status,
status             53 opal/mca/pmix/pmix4x/pmix/test/simple/simpclient.c     pmix_output(0, "Client %s:%d NOTIFIED with status %s", myproc.nspace, myproc.rank, PMIx_Error_string(status));
status             60 opal/mca/pmix/pmix4x/pmix/test/simple/simpclient.c static void errhandler_reg_callbk(pmix_status_t status,
status             67 opal/mca/pmix/pmix4x/pmix/test/simple/simpclient.c                 status, (unsigned long)errhandler_ref);
status             71 opal/mca/pmix/pmix4x/pmix/test/simple/simpclient.c static void opcbfunc(pmix_status_t status, void *cbdata)
status             85 opal/mca/pmix/pmix4x/pmix/test/simple/simpclient.c                            pmix_status_t status,
status             96 opal/mca/pmix/pmix4x/pmix/test/simple/simpclient.c             myproc.nspace, myproc.rank, status, PMIx_Error_string(status));
status            114 opal/mca/pmix/pmix4x/pmix/test/simple/simpclient.c static void model_registration_callback(pmix_status_t status,
status            121 opal/mca/pmix/pmix4x/pmix/test/simple/simpclient.c                status, (unsigned long)evhandler_ref);
status             43 opal/mca/pmix/pmix4x/pmix/test/simple/simpdie.c                             pmix_status_t status,
status             53 opal/mca/pmix/pmix4x/pmix/test/simple/simpdie.c                 myproc.nspace, myproc.rank, status, source->nspace, source->rank, (int)ninfo);
status             69 opal/mca/pmix/pmix4x/pmix/test/simple/simpdie.c static void op_callbk(pmix_status_t status,
status             72 opal/mca/pmix/pmix4x/pmix/test/simple/simpdie.c     pmix_output(0, "CLIENT: OP CALLBACK CALLED WITH STATUS %d", status);
status             75 opal/mca/pmix/pmix4x/pmix/test/simple/simpdie.c static void errhandler_reg_callbk (pmix_status_t status,
status             80 opal/mca/pmix/pmix4x/pmix/test/simple/simpdie.c                 status, (unsigned long)errhandler_ref);
status             49 opal/mca/pmix/pmix4x/pmix/test/simple/simpdmodex.c static void opcbfunc(pmix_status_t status, void *cbdata)
status             57 opal/mca/pmix/pmix4x/pmix/test/simple/simpdmodex.c static void valcbfunc(pmix_status_t status,
status             62 opal/mca/pmix/pmix4x/pmix/test/simple/simpdmodex.c     if (PMIX_SUCCESS == status) {
status             87 opal/mca/pmix/pmix4x/pmix/test/simple/simpdmodex.c         pmix_output(0, "%s:%d PMIx_Get_nb Key %s failed: %s", myproc.nspace, myproc.rank, key, PMIx_Error_string(status));
status             43 opal/mca/pmix/pmix4x/pmix/test/simple/simpft.c                             pmix_status_t status,
status             50 opal/mca/pmix/pmix4x/pmix/test/simple/simpft.c     pmix_output(0, "Client %s:%d NOTIFIED with status %d", myproc.nspace, myproc.rank, status);
status             57 opal/mca/pmix/pmix4x/pmix/test/simple/simpft.c static void op_callbk(pmix_status_t status,
status             60 opal/mca/pmix/pmix4x/pmix/test/simple/simpft.c     pmix_output(0, "CLIENT: OP CALLBACK CALLED WITH STATUS %d", status);
status             63 opal/mca/pmix/pmix4x/pmix/test/simple/simpft.c static void errhandler_reg_callbk (pmix_status_t status,
status             68 opal/mca/pmix/pmix4x/pmix/test/simple/simpft.c                 status, (unsigned long)errhandler_ref);
status             44 opal/mca/pmix/pmix4x/pmix/test/simple/simpio.c                             pmix_status_t status,
status             51 opal/mca/pmix/pmix4x/pmix/test/simple/simpio.c     pmix_output(0, "Client %s:%d NOTIFIED with status %s", myproc.nspace, myproc.rank, PMIx_Error_string(status));
status             58 opal/mca/pmix/pmix4x/pmix/test/simple/simpio.c static void errhandler_reg_callbk(pmix_status_t status,
status             65 opal/mca/pmix/pmix4x/pmix/test/simple/simpio.c                 status, (unsigned long)errhandler_ref);
status             44 opal/mca/pmix/pmix4x/pmix/test/simple/simpjctrl.c                             pmix_status_t status,
status             63 opal/mca/pmix/pmix4x/pmix/test/simple/simpjctrl.c static void evhandler_reg_callbk(pmix_status_t status,
status             69 opal/mca/pmix/pmix4x/pmix/test/simple/simpjctrl.c     if (PMIX_SUCCESS != status) {
status             71 opal/mca/pmix/pmix4x/pmix/test/simple/simpjctrl.c                    myproc.nspace, myproc.rank, status, (unsigned long)evhandler_ref);
status             73 opal/mca/pmix/pmix4x/pmix/test/simple/simpjctrl.c     lk->status = status;
status             77 opal/mca/pmix/pmix4x/pmix/test/simple/simpjctrl.c static void infocbfunc(pmix_status_t status,
status             85 opal/mca/pmix/pmix4x/pmix/test/simple/simpjctrl.c     fprintf(stderr, "Callback recvd with status %d\n", status);
status             92 opal/mca/pmix/pmix4x/pmix/test/simple/simpjctrl.c     lk->status = status;
status            123 opal/mca/pmix/pmix4x/pmix/test/simple/simpjctrl.c     if (0 != mylock.status) {
status            125 opal/mca/pmix/pmix4x/pmix/test/simple/simpjctrl.c         exit(mylock.status);
status            173 opal/mca/pmix/pmix4x/pmix/test/simple/simpjctrl.c     if (0 != mylock.status) {
status            174 opal/mca/pmix/pmix4x/pmix/test/simple/simpjctrl.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Job_control_nb failed: %d\n", myproc.nspace, myproc.rank, mylock.status);
status            175 opal/mca/pmix/pmix4x/pmix/test/simple/simpjctrl.c         exit(mylock.status);
status            200 opal/mca/pmix/pmix4x/pmix/test/simple/simpjctrl.c     if (0 != mylock.status) {
status            201 opal/mca/pmix/pmix4x/pmix/test/simple/simpjctrl.c         fprintf(stderr, "Client ns %s rank %d: PMIx_Process_monitor_nb failed: %d\n", myproc.nspace, myproc.rank, mylock.status);
status            202 opal/mca/pmix/pmix4x/pmix/test/simple/simpjctrl.c         exit(mylock.status);
status             44 opal/mca/pmix/pmix4x/pmix/test/simple/simplegacy.c                             pmix_status_t status,
status             51 opal/mca/pmix/pmix4x/pmix/test/simple/simplegacy.c     pmix_output(0, "Client %s:%d NOTIFIED with status %s", myproc.nspace, myproc.rank, PMIx_Error_string(status));
status             58 opal/mca/pmix/pmix4x/pmix/test/simple/simplegacy.c static void errhandler_reg_callbk(pmix_status_t status,
status             65 opal/mca/pmix/pmix4x/pmix/test/simple/simplegacy.c                 status, (unsigned long)errhandler_ref);
status             77 opal/mca/pmix/pmix4x/pmix/test/simple/simplegacy.c                            pmix_status_t status,
status             88 opal/mca/pmix/pmix4x/pmix/test/simple/simplegacy.c             myproc.nspace, myproc.rank, status, PMIx_Error_string(status));
status            106 opal/mca/pmix/pmix4x/pmix/test/simple/simplegacy.c static void model_registration_callback(pmix_status_t status,
status            113 opal/mca/pmix/pmix4x/pmix/test/simple/simplegacy.c                status, (unsigned long)evhandler_ref);
status             59 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c                               int status, const char msg[],
status            205 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c                        pmix_status_t status,
status            212 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c static void errhandler_reg_callbk (pmix_status_t status,
status            216 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c static void opcbfunc(pmix_status_t status, void *cbdata)
status            237 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c static void infocbfunc(pmix_status_t status,
status            265 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     lock->status = status;
status            277 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c                            pmix_status_t status,
status            288 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c             status, PMIx_Error_string(status));
status            305 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c static void model_registration_callback(pmix_status_t status,
status            311 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     if (PMIX_SUCCESS != status) {
status            313 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c                    status, (unsigned long)evhandler_ref);
status            315 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     lock->status = status;
status            490 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     if (PMIX_SUCCESS != mylock.status) {
status            491 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c         exit(mylock.status);
status            505 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     if (PMIX_SUCCESS != mylock.status) {
status            506 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c         exit(mylock.status);
status            548 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     fprintf(stderr, "Inventory collected: %d\n", mylock.status);
status            549 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     if (PMIX_SUCCESS != mylock.status) {
status            550 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c         exit(mylock.status);
status            745 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c                        pmix_status_t status,
status            752 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     pmix_output(0, "SERVER: ERRHANDLER CALLED WITH STATUS %d", status);
status            761 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c static void errhandler_reg_callbk (pmix_status_t status,
status            768 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c                 status, (unsigned long)errhandler_ref);
status            769 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     lock->status = status;
status            786 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c static void abcbfunc(pmix_status_t status, void *cbdata)
status            792 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c         x->cbfunc(status, x->cbdata);
status            799 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c                               int status, const char msg[],
status            831 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     if (PMIX_SUCCESS != (rc = PMIx_Notify_event(status, &x->caller,
status            847 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c         scd->cbfunc.modexcbfunc(scd->status, scd->data, scd->ndata, scd->cbdata, NULL, NULL);
status            860 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     scd->status = PMIX_SUCCESS;
status            884 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     scd->status = PMIX_ERR_NOT_FOUND;
status           1007 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c static void spcbfunc(pmix_status_t status, void *cbdata)
status           1222 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     int status;
status           1234 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c         pid = waitpid(-1, &status, WNOHANG);
status           1248 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c                 if (WIFEXITED(status)) {
status           1249 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c                     t2->exit_code = WEXITSTATUS(status);
status           1251 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c                     if (WIFSIGNALED(status)) {
status           1252 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c                         t2->exit_code = WTERMSIG(status) + 128;
status             44 opal/mca/pmix/pmix4x/pmix/test/simple/simptimeout.c                             pmix_status_t status,
status             51 opal/mca/pmix/pmix4x/pmix/test/simple/simptimeout.c     pmix_output(0, "Client %s:%d NOTIFIED with status %s", myproc.nspace, myproc.rank, PMIx_Error_string(status));
status             58 opal/mca/pmix/pmix4x/pmix/test/simple/simptimeout.c static void errhandler_reg_callbk(pmix_status_t status,
status             65 opal/mca/pmix/pmix4x/pmix/test/simple/simptimeout.c                 status, (unsigned long)errhandler_ref);
status             41 opal/mca/pmix/pmix4x/pmix/test/simple/simptool.c static void cbfunc(pmix_status_t status,
status             59 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c                               int status, const char msg[],
status            189 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c                        pmix_status_t status,
status            196 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c static void errhandler_reg_callbk (pmix_status_t status,
status            200 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c static void opcbfunc(pmix_status_t status, void *cbdata)
status            296 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     if (PMIX_SUCCESS != mylock.status) {
status            297 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c         exit(mylock.status);
status            489 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c                        pmix_status_t status,
status            499 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c static void errhandler_reg_callbk (pmix_status_t status,
status            505 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     lock->status = status;
status            527 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c static void abcbfunc(pmix_status_t status, void *cbdata)
status            533 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c         x->cbfunc(status, x->cbdata);
status            540 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c                               int status, const char msg[],
status            566 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     if (PMIX_SUCCESS != (rc = PMIx_Notify_event(status, &x->caller,
status            701 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c static void spcbfunc(pmix_status_t status, void *cbdata)
status            850 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     int status;
status            862 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c         pid = waitpid(-1, &status, WNOHANG);
status            875 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c                 t2->exit_code = status;
status            877 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c                 if (0 != status && 0 == exit_code) {
status            878 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c                     exit_code = status;
status             16 opal/mca/pmix/pmix4x/pmix/test/test_cd.c     int status;
status             20 opal/mca/pmix/pmix4x/pmix/test/test_cd.c static void cd_cb(pmix_status_t status, void *cbdata)
status             24 opal/mca/pmix/pmix4x/pmix/test/test_cd.c     cb->status = status;
status             28 opal/mca/pmix/pmix4x/pmix/test/test_cd.c static void cnct_cb(pmix_status_t status, void *cbdata)
status             32 opal/mca/pmix/pmix4x/pmix/test/test_cd.c     cb->status = status;
status             63 opal/mca/pmix/pmix4x/pmix/test/test_cd.c         rc = cbdata.status;
status             75 opal/mca/pmix/pmix4x/pmix/test/test_cd.c         rc = cbdata.status;
status            229 opal/mca/pmix/pmix4x/pmix/test/test_common.h     int status;
status            257 opal/mca/pmix/pmix4x/pmix/test/test_common.h     cbdata.status = PMIX_SUCCESS;                                                                                   \
status            291 opal/mca/pmix/pmix4x/pmix/test/test_common.h         if( PMIX_SUCCESS != cbdata.status ){                                                                        \
status            292 opal/mca/pmix/pmix4x/pmix/test/test_common.h             if( !( (cbdata.status == PMIX_ERR_NOT_FOUND || cbdata.status == PMIX_ERR_PROC_ENTRY_NOT_FOUND) && ok_notfnd ) ){                                                       \
status             18 opal/mca/pmix/pmix4x/pmix/test/test_error.c                                pmix_status_t status,
status             26 opal/mca/pmix/pmix4x/pmix/test/test_error.c                   status, (unsigned long)ninfo));
status             33 opal/mca/pmix/pmix4x/pmix/test/test_error.c                                pmix_status_t status,
status             41 opal/mca/pmix/pmix4x/pmix/test/test_error.c                   status, ninfo));
status             47 opal/mca/pmix/pmix4x/pmix/test/test_error.c static void op1_callbk(pmix_status_t status,
status             50 opal/mca/pmix/pmix4x/pmix/test/test_error.c     TEST_VERBOSE(( "op1_callbk CALLED WITH STATUS %d", status));
status             54 opal/mca/pmix/pmix4x/pmix/test/test_error.c static void errhandler_reg_callbk1 (pmix_status_t status,
status             61 opal/mca/pmix/pmix4x/pmix/test/test_error.c                   status, *ref, (unsigned long)errhandler_ref));
status             69 opal/mca/pmix/pmix4x/pmix/test/test_error.c     pmix_status_t status;
status             75 opal/mca/pmix/pmix4x/pmix/test/test_error.c     status = PMIX_ERR_TIMEOUT;
status             76 opal/mca/pmix/pmix4x/pmix/test/test_error.c     PMIx_Register_event_handler(&status, 1, NULL, 0,
status             80 opal/mca/pmix/pmix4x/pmix/test/test_error.c     status = PMIX_ERR_LOST_PEER_CONNECTION;
status             81 opal/mca/pmix/pmix4x/pmix/test/test_error.c     PMIx_Register_event_handler(&status, 1, NULL, 0,
status             15 opal/mca/pmix/pmix4x/pmix/test/test_fence.c static void get_cb(pmix_status_t status, pmix_value_t *kv, void *cbdata)
status             19 opal/mca/pmix/pmix4x/pmix/test/test_fence.c     if (PMIX_SUCCESS == status) {
status             22 opal/mca/pmix/pmix4x/pmix/test/test_fence.c     cb->status = status;
status             50 opal/mca/pmix/pmix4x/pmix/test/test_fence.c static void release_cb(pmix_status_t status, void *cbdata)
status             15 opal/mca/pmix/pmix4x/pmix/test/test_internal.c static void release_cb(pmix_status_t status, void *cbdata)
status             21 opal/mca/pmix/pmix4x/pmix/test/test_internal.c static void get_cb(pmix_status_t status, pmix_value_t *kv, void *cbdata)
status             24 opal/mca/pmix/pmix4x/pmix/test/test_internal.c     if (PMIX_SUCCESS == status) {
status             28 opal/mca/pmix/pmix4x/pmix/test/test_internal.c     cb->status = status;
status             23 opal/mca/pmix/pmix4x/pmix/test/test_publish.c static void release_cb(pmix_status_t status, void *cbdata)
status             29 opal/mca/pmix/pmix4x/pmix/test/test_publish.c static void lookup_cb(pmix_status_t status,
status             14 opal/mca/pmix/pmix4x/pmix/test/test_replace.c static void release_cb(pmix_status_t status, void *cbdata)
status             20 opal/mca/pmix/pmix4x/pmix/test/test_replace.c static void get_cb(pmix_status_t status, pmix_value_t *kv, void *cbdata)
status             23 opal/mca/pmix/pmix4x/pmix/test/test_replace.c     if (PMIX_SUCCESS == status) {
status             27 opal/mca/pmix/pmix4x/pmix/test/test_replace.c     cb->status = status;
status             88 opal/mca/pmix/pmix4x/pmix/test/test_server.c static void _dmdx_cb(int status, char *data, size_t sz, void *cbdata);
status             90 opal/mca/pmix/pmix4x/pmix/test/test_server.c static void release_cb(pmix_status_t status, void *cbdata)
status            304 opal/mca/pmix/pmix4x/pmix/test/test_server.c     int status;
status            324 opal/mca/pmix/pmix4x/pmix/test/test_server.c         pid = waitpid(-1, &status, 0);
status            329 opal/mca/pmix/pmix4x/pmix/test/test_server.c                                 server->pid, WEXITSTATUS(status)));
status            330 opal/mca/pmix/pmix4x/pmix/test/test_server.c                     ret += WEXITSTATUS(status);
status            394 opal/mca/pmix/pmix4x/pmix/test/test_server.c static void _send_procs_cb(pmix_status_t status, const char *data,
status            665 opal/mca/pmix/pmix4x/pmix/test/test_server.c static void _dmdx_cb(int status, char *data, size_t sz, void *cbdata)
status             21 opal/mca/pmix/pmix4x/pmix/test/test_spawn.c static void spawn_cb(pmix_status_t status,
status             67 opal/mca/pmix/pmix4x/pmix4x.c static int notify_event(int status,
status            144 opal/mca/pmix/pmix4x/pmix4x.c static void opcbfunc(pmix_status_t status, void *cbdata)
status            151 opal/mca/pmix/pmix4x/pmix4x.c         op->opcbfunc(pmix4x_convert_rc(status), op->cbdata);
status            193 opal/mca/pmix/pmix4x/pmix4x.c static void event_hdlr_complete(pmix_status_t status, void *cbdata)
status            200 opal/mca/pmix/pmix4x/pmix4x.c static void return_local_event_hdlr(int status, opal_list_t *results,
status            225 opal/mca/pmix/pmix4x/pmix4x.c         pstatus = pmix4x_convert_opalrc(status);
status            261 opal/mca/pmix/pmix4x/pmix4x.c                 event->handler(cd->status, &cd->pname,
status            288 opal/mca/pmix/pmix4x/pmix4x.c                        pmix_status_t status, const pmix_proc_t *source,
status            301 opal/mca/pmix/pmix4x/pmix4x.c                         OPAL_NAME_PRINT(OPAL_PROC_MY_NAME), status,
status            312 opal/mca/pmix/pmix4x/pmix4x.c     cd->status = pmix4x_convert_rc(status);
status            315 opal/mca/pmix/pmix4x/pmix4x.c                         OPAL_NAME_PRINT(OPAL_PROC_MY_NAME), status, cd->status);
status            833 opal/mca/pmix/pmix4x/pmix4x.c             v->data.status = pmix4x_convert_opalrc(kv->data.status);
status           1054 opal/mca/pmix/pmix4x/pmix4x.c         kv->data.status = pmix4x_convert_rc(v->data.status);
status           1242 opal/mca/pmix/pmix4x/pmix4x.c static void errreg_cbfunc (pmix_status_t status,
status           1252 opal/mca/pmix/pmix4x/pmix4x.c                         status, (unsigned long)errhandler_ref);
status           1254 opal/mca/pmix/pmix4x/pmix4x.c         op->evregcbfunc(pmix4x_convert_rc(status), errhandler_ref, op->cbdata);
status           1352 opal/mca/pmix/pmix4x/pmix4x.c static void notify_complete(pmix_status_t status, void *cbdata)
status           1356 opal/mca/pmix/pmix4x/pmix4x.c         op->opcbfunc(pmix4x_convert_rc(status), op->cbdata);
status           1361 opal/mca/pmix/pmix4x/pmix4x.c static int notify_event(int status,
status           1386 opal/mca/pmix/pmix4x/pmix4x.c     pstatus = pmix4x_convert_opalrc(status);
status           1416 opal/mca/pmix/pmix4x/pmix4x.c                 op->info[n].value.data.status = pmix4x_convert_opalrc(kv->data.integer);
status           1438 opal/mca/pmix/pmix4x/pmix4x.c static void infocbfunc(pmix_status_t status,
status             85 opal/mca/pmix/pmix4x/pmix4x.h     pmix_status_t status;
status            142 opal/mca/pmix/pmix4x/pmix4x.h     int status;
status            195 opal/mca/pmix/pmix4x/pmix4x.h         _cd->status = (s);                                      \
status            295 opal/mca/pmix/pmix4x/pmix4x.h OPAL_MODULE_DECLSPEC int pmix4x_server_notify_event(int status,
status            315 opal/mca/pmix/pmix4x/pmix4x.h                                             pmix_status_t status, const pmix_proc_t *source,
status             47 opal/mca/pmix/pmix4x/pmix4x_client.c static void errreg_cbfunc (pmix_status_t status,
status             58 opal/mca/pmix/pmix4x/pmix4x_client.c                         status, (unsigned long)errhandler_ref);
status            438 opal/mca/pmix/pmix4x/pmix4x_client.c static void opcbfunc(pmix_status_t status, void *cbdata)
status            444 opal/mca/pmix/pmix4x/pmix4x_client.c         op->opcbfunc(pmix4x_convert_rc(status), op->cbdata);
status            674 opal/mca/pmix/pmix4x/pmix4x_client.c static void val_cbfunc(pmix_status_t status,
status            686 opal/mca/pmix/pmix4x/pmix4x_client.c     rc = pmix4x_convert_opalrc(status);
status            687 opal/mca/pmix/pmix4x/pmix4x_client.c     if (PMIX_SUCCESS == status && NULL != kv) {
status            955 opal/mca/pmix/pmix4x/pmix4x_client.c static void lk_cbfunc(pmix_status_t status,
status            973 opal/mca/pmix/pmix4x/pmix4x_client.c     rc = pmix4x_convert_rc(op->status);
status           1212 opal/mca/pmix/pmix4x/pmix4x_client.c static void spcbfunc(pmix_status_t status,
status           1222 opal/mca/pmix/pmix4x/pmix4x_client.c     rc = pmix4x_convert_rc(status);
status           1223 opal/mca/pmix/pmix4x/pmix4x_client.c     if (PMIX_SUCCESS == status) {
status           1589 opal/mca/pmix/pmix4x/pmix4x_client.c static void infocbfunc(pmix_status_t status,
status           1601 opal/mca/pmix/pmix4x/pmix4x_client.c     rc = pmix4x_convert_rc(status);
status             54 opal/mca/pmix/pmix4x/pmix4x_server_north.c                                      int status, const char msg[],
status            153 opal/mca/pmix/pmix4x/pmix4x_server_north.c static void opal_opcbfunc(int status, void *cbdata)
status            159 opal/mca/pmix/pmix4x/pmix4x_server_north.c         opalcaddy->opcbfunc(pmix4x_convert_opalrc(status), opalcaddy->cbdata);
status            226 opal/mca/pmix/pmix4x/pmix4x_server_north.c                                      int status, const char msg[],
status            268 opal/mca/pmix/pmix4x/pmix4x_server_north.c     rc = host_module->abort(&proc, server_object, status, msg,
status            286 opal/mca/pmix/pmix4x/pmix4x_server_north.c static void opmdx_response(int status, const char *data, size_t sz, void *cbdata,
status            293 opal/mca/pmix/pmix4x/pmix4x_server_north.c     rc = pmix4x_convert_rc(status);
status            490 opal/mca/pmix/pmix4x/pmix4x_server_north.c static void opal_lkupcbfunc(int status,
status            501 opal/mca/pmix/pmix4x/pmix4x_server_north.c         rc = pmix4x_convert_opalrc(status);
status            622 opal/mca/pmix/pmix4x/pmix4x_server_north.c static void opal_spncbfunc(int status, opal_jobid_t jobid, void *cbdata)
status            629 opal/mca/pmix/pmix4x/pmix4x_server_north.c         rc = pmix4x_convert_opalrc(status);
status            872 opal/mca/pmix/pmix4x/pmix4x_server_north.c     int rc, status;
status            884 opal/mca/pmix/pmix4x/pmix4x_server_north.c     status = pmix4x_convert_rc(code);
status            912 opal/mca/pmix/pmix4x/pmix4x_server_north.c     if (OPAL_SUCCESS != (rc = host_module->notify_event(status, &src, &opalcaddy->info,
status            925 opal/mca/pmix/pmix4x/pmix4x_server_north.c static void info_cbfunc(int status,
status            939 opal/mca/pmix/pmix4x/pmix4x_server_north.c     pcaddy->status = pmix4x_convert_opalrc(status);
status            958 opal/mca/pmix/pmix4x/pmix4x_server_north.c         opalcaddy->infocbfunc(pcaddy->status, pcaddy->info, pcaddy->ninfo,
status           1035 opal/mca/pmix/pmix4x/pmix4x_server_north.c static void toolcbfunc(int status,
status           1045 opal/mca/pmix/pmix4x/pmix4x_server_north.c     rc = pmix4x_convert_opalrc(status);
status           1048 opal/mca/pmix/pmix4x/pmix4x_server_north.c     if (OPAL_SUCCESS == status) {
status             61 opal/mca/pmix/pmix4x/pmix4x_server_south.c static void errreg_cbfunc (pmix_status_t status,
status             71 opal/mca/pmix/pmix4x/pmix4x_server_south.c                          status, (unsigned long)errhandler_ref);
status             76 opal/mca/pmix/pmix4x/pmix4x_server_south.c static void opcbfunc(pmix_status_t status, void *cbdata)
status             83 opal/mca/pmix/pmix4x/pmix4x_server_south.c         op->opcbfunc(pmix4x_convert_rc(status), op->cbdata);
status             88 opal/mca/pmix/pmix4x/pmix4x_server_south.c static void lkcbfunc(pmix_status_t status, void *cbdata)
status             93 opal/mca/pmix/pmix4x/pmix4x_server_south.c     lk->status = pmix4x_convert_rc(status);
status            473 opal/mca/pmix/pmix4x/pmix4x_server_south.c static void dmdx_response(pmix_status_t status, char *data, size_t sz, void *cbdata)
status            478 opal/mca/pmix/pmix4x/pmix4x_server_south.c     rc = pmix4x_convert_rc(status);
status            517 opal/mca/pmix/pmix4x/pmix4x_server_south.c int pmix4x_server_notify_event(int status,
status            544 opal/mca/pmix/pmix4x/pmix4x_server_south.c                 pinfo[n].value.data.status = pmix4x_convert_opalrc(kv->data.integer);
status            573 opal/mca/pmix/pmix4x/pmix4x_server_south.c     rc = pmix4x_convert_opalrc(status);
status            642 opal/mca/pmix/pmix4x/pmix4x_server_south.c         ret = lock.status;
status            651 opal/mca/pmix/pmix4x/pmix4x_server_south.c static void final_cleanup(int status, void *cbdata)
status            657 opal/mca/pmix/pmix4x/pmix4x_server_south.c static void setup_cbfunc(pmix_status_t status,
status            672 opal/mca/pmix/pmix4x/pmix4x_server_south.c     rc = pmix4x_convert_rc(status);
status             52 opal/mca/pmix/pmix_server.h                                            int status, const char msg[],
status            667 opal/mca/pmix/pmix_types.h typedef void (*opal_pmix_modex_cbfunc_t)(int status,
status            676 opal/mca/pmix/pmix_types.h typedef void (*opal_pmix_spawn_cbfunc_t)(int status, opal_jobid_t jobid, void *cbdata);
status            681 opal/mca/pmix/pmix_types.h typedef void (*opal_pmix_op_cbfunc_t)(int status, void *cbdata);
status            694 opal/mca/pmix/pmix_types.h typedef void (*opal_pmix_lookup_cbfunc_t)(int status,
status            701 opal/mca/pmix/pmix_types.h typedef void (*opal_pmix_notification_complete_fn_t)(int status, opal_list_t *results,
status            745 opal/mca/pmix/pmix_types.h typedef void (*opal_pmix_notification_fn_t)(int status,
status            756 opal/mca/pmix/pmix_types.h typedef void (*opal_pmix_evhandler_reg_cbfunc_t)(int status,
status            764 opal/mca/pmix/pmix_types.h typedef void (*opal_pmix_value_cbfunc_t)(int status,
status            771 opal/mca/pmix/pmix_types.h typedef void (*opal_pmix_info_cbfunc_t)(int status,
status            782 opal/mca/pmix/pmix_types.h typedef void (*opal_pmix_tool_connection_cbfunc_t)(int status,
status            643 opal/mca/pmix/s1/pmix_s1.c     int status;
status            646 opal/mca/pmix/s1/pmix_s1.c static void fence_release(int status, void *cbdata)
status            649 opal/mca/pmix/s1/pmix_s1.c     res->status = status;
status            659 opal/mca/pmix/s1/pmix_s1.c     return result.status;
status            662 opal/mca/pmix/s2/pmix_s2.c     int status;
status            665 opal/mca/pmix/s2/pmix_s2.c static void fence_release(int status, void *cbdata)
status            668 opal/mca/pmix/s2/pmix_s2.c     res->status = status;
status            678 opal/mca/pmix/s2/pmix_s2.c     return result.status;
status             36 opal/threads/wait_sync.c         return (0 == sync->status) ? OPAL_SUCCESS : OPAL_ERROR;
status             46 opal/threads/wait_sync.c         return (0 == sync->status) ? OPAL_SUCCESS : OPAL_ERROR;
status            105 opal/threads/wait_sync.c     return (0 == sync->status) ? OPAL_SUCCESS : OPAL_ERROR;
status             32 opal/threads/wait_sync.h     int32_t status;
status             88 opal/threads/wait_sync.h     return sync->status;
status             97 opal/threads/wait_sync.h         (sync)->status = 0;                                     \
status            111 opal/threads/wait_sync.h static inline void wait_sync_update(ompi_wait_sync_t *sync, int updates, int status)
status            113 opal/threads/wait_sync.h     if( OPAL_LIKELY(OPAL_SUCCESS == status) ) {
status            119 opal/threads/wait_sync.h         sync->status = OPAL_ERROR;
status            910 opal/tools/wrappers/opal_wrapper.c             int status;
status            914 opal/tools/wrappers/opal_wrapper.c             ret = opal_few(exec_argv, &status);
status            915 opal/tools/wrappers/opal_wrapper.c             exit_status = WIFEXITED(status) ? WEXITSTATUS(status) :
status            916 opal/tools/wrappers/opal_wrapper.c                               (WIFSIGNALED(status) ? WTERMSIG(status) :
status            917 opal/tools/wrappers/opal_wrapper.c                                   (WIFSTOPPED(status) ? WSTOPSIG(status) : 255));
status            922 opal/tools/wrappers/opal_wrapper.c                                    exec_argv[0], strerror(status), exec_command, NULL);
status             37 opal/util/few.c int opal_few(char *argv[], int *status)
status             59 opal/util/few.c         if (pid == (ret = waitpid(pid, status, 0))) {
status             56 opal/util/few.h OPAL_DECLSPEC int opal_few(char *argv[], int *status);
status             22 opal/win32/opal_process.c pid_t waitpid(pid_t pid, int *status, int options) {
status             23 opal/win32/opal_process.c    return _cwait(status, pid, _WAIT_CHILD);
status             30 opal/win32/opal_process.h OPAL_DECLSPEC pid_t waitpid (pid_t pid, int *status, int options) ;
status             79 orte/mca/errmgr/base/base.h ORTE_DECLSPEC int orte_errmgr_base_migrate_update(int status);
status             71 orte/mca/errmgr/default_app/errmgr_default_app.c static void register_cbfunc(int status, size_t errhndler, void *cbdata)
status             79 orte/mca/errmgr/default_app/errmgr_default_app.c static void notify_cbfunc(int status,
status             89 orte/mca/errmgr/default_app/errmgr_default_app.c                         ORTE_ERROR_NAME(status)));
status             93 orte/mca/errmgr/default_app/errmgr_default_app.c     switch(status) {
status             64 orte/mca/ess/base/ess_base_std_tool.c static void infocb(int status,
status             73 orte/mca/ess/base/ess_base_std_tool.c     if (OPAL_SUCCESS != status) {
status             74 orte/mca/ess/base/ess_base_std_tool.c         ORTE_ERROR_LOG(status);
status             67 orte/mca/ess/ess.h typedef void (*orte_ess_base_module_abort_fn_t)(int status, bool report);
status            100 orte/mca/ess/hnp/ess_hnp_module.c static void rte_abort(int status, bool report) __opal_attribute_noreturn__;
status            863 orte/mca/ess/hnp/ess_hnp_module.c static void rte_abort(int status, bool report)
status            881 orte/mca/ess/hnp/ess_hnp_module.c     exit(status);
status            668 orte/mca/ess/pmi/ess_pmi_module.c static void rte_abort(int status, bool report)
status            675 orte/mca/ess/pmi/ess_pmi_module.c                          status));
status            680 orte/mca/ess/pmi/ess_pmi_module.c     opal_pmix.abort(status, "N/A", NULL);
status            687 orte/mca/ess/pmi/ess_pmi_module.c     _exit(status);
status             71 orte/mca/ess/singleton/ess_singleton_module.c static void rte_abort(int status, bool report);
status            772 orte/mca/ess/singleton/ess_singleton_module.c static void rte_abort(int status, bool report)
status            779 orte/mca/ess/singleton/ess_singleton_module.c                          status));
status            784 orte/mca/ess/singleton/ess_singleton_module.c     opal_pmix.abort(status, "N/A", NULL);
status            791 orte/mca/ess/singleton/ess_singleton_module.c     _exit(status);
status             49 orte/mca/ess/tool/ess_tool_module.c static void rte_abort(int status, bool report) __opal_attribute_noreturn__;
status            166 orte/mca/ess/tool/ess_tool_module.c static void rte_abort(int status, bool report)
status            183 orte/mca/ess/tool/ess_tool_module.c     exit(status);
status             84 orte/mca/filem/base/base.h ORTE_DECLSPEC void orte_filem_base_recv(int status, orte_process_name_t* sender,
status            123 orte/mca/filem/base/filem_base_receive.c void orte_filem_base_recv(int status, orte_process_name_t* sender,
status            334 orte/mca/filem/filem.h typedef void (*orte_filem_completion_cbfunc_t)(int status, void *cbdata);
status             35 orte/mca/filem/raw/filem_raw.h     int32_t status;
status             51 orte/mca/filem/raw/filem_raw.h     int status;
status             93 orte/mca/filem/raw/filem_raw_module.c static void recv_files(int status, orte_process_name_t* sender,
status             96 orte/mca/filem/raw/filem_raw_module.c static void recv_ack(int status, orte_process_name_t* sender,
status            160 orte/mca/filem/raw/filem_raw_module.c static void xfer_complete(int status, orte_filem_raw_xfer_t *xfer)
status            165 orte/mca/filem/raw/filem_raw_module.c     if (ORTE_SUCCESS != status) {
status            166 orte/mca/filem/raw/filem_raw_module.c         outbound->status = status;
status            178 orte/mca/filem/raw/filem_raw_module.c             outbound->cbfunc(outbound->status, outbound->cbdata);
status            186 orte/mca/filem/raw/filem_raw_module.c static void recv_ack(int status, orte_process_name_t* sender,
status            227 orte/mca/filem/raw/filem_raw_module.c                     xfer->status = st;
status            236 orte/mca/filem/raw/filem_raw_module.c                                          file, xfer->status));
status            237 orte/mca/filem/raw/filem_raw_module.c                     xfer_complete(xfer->status, xfer);
status            857 orte/mca/filem/raw/filem_raw_module.c static void send_complete(char *file, int status)
status            868 orte/mca/filem/raw/filem_raw_module.c     if (OPAL_SUCCESS != (rc = opal_dss.pack(buf, &status, 1, OPAL_INT))) {
status            945 orte/mca/filem/raw/filem_raw_module.c static void recv_files(int status, orte_process_name_t* sender,
status           1248 orte/mca/filem/raw/filem_raw_module.c     ptr->status = ORTE_SUCCESS;
status           1270 orte/mca/filem/raw/filem_raw_module.c     ptr->status = ORTE_SUCCESS;
status             60 orte/mca/grpcomm/direct/grpcomm_direct.c static void xcast_recv(int status, orte_process_name_t* sender,
status             63 orte/mca/grpcomm/direct/grpcomm_direct.c static void allgather_recv(int status, orte_process_name_t* sender,
status             66 orte/mca/grpcomm/direct/grpcomm_direct.c static void barrier_release(int status, orte_process_name_t* sender,
status            161 orte/mca/grpcomm/direct/grpcomm_direct.c static void allgather_recv(int status, orte_process_name_t* sender,
status            254 orte/mca/grpcomm/direct/grpcomm_direct.c static void xcast_recv(int status, orte_process_name_t* sender,
status            598 orte/mca/grpcomm/direct/grpcomm_direct.c static void barrier_release(int status, orte_process_name_t* sender,
status             57 orte/mca/grpcomm/grpcomm.h typedef void (*orte_grpcomm_cbfunc_t)(int status, opal_buffer_t *buf, void *cbdata);
status             73 orte/mca/iof/hnp/iof_hnp.h void orte_iof_hnp_recv(int status, orte_process_name_t* sender,
status             55 orte/mca/iof/hnp/iof_hnp_receive.c void orte_iof_hnp_recv(int status, orte_process_name_t* sender,
status             73 orte/mca/iof/orted/iof_orted.h void orte_iof_orted_recv(int status, orte_process_name_t* sender,
status             45 orte/mca/iof/orted/iof_orted_receive.c static void send_cb(int status, orte_process_name_t *peer,
status             89 orte/mca/iof/orted/iof_orted_receive.c void orte_iof_orted_recv(int status, orte_process_name_t* sender,
status            109 orte/mca/iof/tool/iof_tool.c static void send_cb(int status, orte_process_name_t *peer,
status             52 orte/mca/iof/tool/iof_tool.h void orte_iof_tool_recv(int status, orte_process_name_t* sender,
status             46 orte/mca/iof/tool/iof_tool_receive.c void orte_iof_tool_recv(int status, orte_process_name_t* sender,
status            103 orte/mca/odls/base/odls_base_default_fns.c static void setup_cbfunc(int status,
status            446 orte/mca/odls/base/odls_base_default_fns.c static void ls_cbunc(int status, void *cbdata)
status            110 orte/mca/oob/base/base.h typedef void (*mca_oob_send_callback_fn_t)(int status,
status             61 orte/mca/oob/base/oob_base_stubs.c         msg->status = ORTE_ERR_NO_PATH_TO_TARGET;
status             90 orte/mca/oob/base/oob_base_stubs.c                     msg->status = ORTE_ERR_ADDRESSEE_UNKNOWN;
status             96 orte/mca/oob/base/oob_base_stubs.c                 msg->status = ORTE_ERR_ADDRESSEE_UNKNOWN;
status            118 orte/mca/oob/base/oob_base_stubs.c                                 msg->status = ORTE_ERR_ADDRESSEE_UNKNOWN;
status            142 orte/mca/oob/base/oob_base_stubs.c                 msg->status = ORTE_ERR_ADDRESSEE_UNKNOWN;
status            188 orte/mca/oob/base/oob_base_stubs.c             msg->status = rc;
status            202 orte/mca/oob/base/oob_base_stubs.c         msg->status = ORTE_ERR_NO_PATH_TO_TARGET;
status             59 orte/mca/oob/oob.h typedef void (*mca_oob_ping_callback_fn_t)(int status, void *cbdata);
status            257 orte/mca/oob/tcp/oob_tcp_sendrecv.c                     msg->msg->status = ORTE_SUCCESS;
status            271 orte/mca/oob/tcp/oob_tcp_sendrecv.c                     msg->msg->status = ORTE_SUCCESS;
status            292 orte/mca/oob/tcp/oob_tcp_sendrecv.c                         msg->msg->status = ORTE_SUCCESS;
status            309 orte/mca/oob/tcp/oob_tcp_sendrecv.c                 msg->msg->status = rc;
status            300 orte/mca/plm/base/plm_base_launch_support.c static void files_ready(int status, void *cbdata)
status            304 orte/mca/plm/base/plm_base_launch_support.c     if (ORTE_SUCCESS != status) {
status            305 orte/mca/plm/base/plm_base_launch_support.c         ORTE_FORCED_TERMINATE(status);
status            871 orte/mca/plm/base/plm_base_launch_support.c void orte_plm_base_daemon_topology(int status, orte_process_name_t* sender,
status           1075 orte/mca/plm/base/plm_base_launch_support.c void orte_plm_base_daemon_callback(int status, orte_process_name_t* sender,
status           1423 orte/mca/plm/base/plm_base_launch_support.c     int status, rc;
status           1443 orte/mca/plm/base/plm_base_launch_support.c     if (OPAL_SUCCESS != (rc = opal_dss.unpack(buffer, &status, &n, OPAL_INT))) {
status           1445 orte/mca/plm/base/plm_base_launch_support.c         status = ORTE_ERROR_DEFAULT_EXIT_CODE;
status           1448 orte/mca/plm/base/plm_base_launch_support.c         ORTE_UPDATE_EXIT_STATUS(WEXITSTATUS(status));
status           1457 orte/mca/plm/base/plm_base_launch_support.c     daemon->exit_code = status;
status            124 orte/mca/plm/base/plm_base_receive.c void orte_plm_base_recv(int status, orte_process_name_t* sender,
status             80 orte/mca/plm/base/plm_private.h ORTE_DECLSPEC void orte_plm_base_daemon_callback(int status, orte_process_name_t* sender,
status             83 orte/mca/plm/base/plm_private.h ORTE_DECLSPEC void orte_plm_base_daemon_failed(int status, orte_process_name_t* sender,
status             86 orte/mca/plm/base/plm_private.h ORTE_DECLSPEC void orte_plm_base_daemon_topology(int status, orte_process_name_t* sender,
status            110 orte/mca/plm/base/plm_private.h ORTE_DECLSPEC void orte_plm_base_recv(int status, orte_process_name_t* sender,
status             86 orte/mca/rml/base/base.h     int status;                  // returned status on send
status            210 orte/mca/rml/base/base.h                 (m)->cbfunc.iov((m)->status,                            \
status            217 orte/mca/rml/base/base.h             (m)->cbfunc.buffer((m)->status, &((m)->dst),                \
status            116 orte/mca/rml/base/rml_base_frame.c void orte_rml_send_callback(int status, orte_process_name_t *peer,
status            122 orte/mca/rml/base/rml_base_frame.c     if (ORTE_SUCCESS != status) {
status            127 orte/mca/rml/base/rml_base_frame.c                             ORTE_ERROR_NAME(status));
status            128 orte/mca/rml/base/rml_base_frame.c         if (ORTE_ERR_NO_PATH_TO_TARGET == status) {
status            130 orte/mca/rml/base/rml_base_frame.c         } else if (ORTE_ERR_ADDRESSEE_UNKNOWN == status) {
status            138 orte/mca/rml/base/rml_base_frame.c void orte_rml_recv_callback(int status, orte_process_name_t* sender,
status             71 orte/mca/rml/rml.h ORTE_DECLSPEC void orte_rml_send_callback(int status, orte_process_name_t* sender,
status             75 orte/mca/rml/rml.h ORTE_DECLSPEC void orte_rml_recv_callback(int status, orte_process_name_t* sender,
status            106 orte/mca/rml/rml.h typedef void (*orte_rml_callback_fn_t)(int status,
status            131 orte/mca/rml/rml.h typedef void (*orte_rml_buffer_callback_fn_t)(int status,
status            297 orte/mca/snapc/base/snapc_base_fns.c static void snapc_none_global_cmdline_request(int status,
status            347 orte/mca/snapc/base/snapc_base_fns.c static void snapc_none_global_cmdline_request(int status,
status             90 orte/mca/snapc/full/snapc_full_global.c static void snapc_full_global_orted_recv(int status,
status            107 orte/mca/snapc/full/snapc_full_global.c static void snapc_full_global_cmdline_recv(int status,
status            947 orte/mca/snapc/full/snapc_full_global.c static void snapc_full_global_cmdline_recv(int status,
status           1080 orte/mca/snapc/full/snapc_full_global.c void snapc_full_global_orted_recv(int status,
status             87 orte/mca/snapc/full/snapc_full_local.c static void snapc_full_local_hnp_cmd_recv(int status,
status             96 orte/mca/snapc/full/snapc_full_local.c static void snapc_full_local_app_cmd_recv(int status,
status            425 orte/mca/snapc/full/snapc_full_local.c void snapc_full_local_app_cmd_recv(int status,
status            703 orte/mca/snapc/full/snapc_full_local.c void snapc_full_local_hnp_cmd_recv(int status,
status            103 orte/mca/sstore/central/sstore_central.h void orte_sstore_central_local_recv(int status, orte_process_name_t* sender, opal_buffer_t* buffer, orte_rml_tag_t tag, void* cbdata);
status            140 orte/mca/sstore/central/sstore_central_global.c static void sstore_central_global_recv(int status,
status            818 orte/mca/sstore/central/sstore_central_global.c static void sstore_central_global_recv(int status,
status            841 orte/mca/sstore/central/sstore_central_global.c         orte_sstore_central_local_recv(status, sender, buffer, tag, cbdata);
status             76 orte/mca/sstore/central/sstore_central_local.c     int status;
status            168 orte/mca/sstore/central/sstore_central_local.c     info->status = SSTORE_LOCAL_NONE;
status            183 orte/mca/sstore/central/sstore_central_local.c     info->status = SSTORE_LOCAL_NONE;
status            327 orte/mca/sstore/central/sstore_central_local.c     while(SSTORE_LOCAL_READY != handle_info->status &&
status            328 orte/mca/sstore/central/sstore_central_local.c           SSTORE_LOCAL_ERROR != handle_info->status ) {
status            379 orte/mca/sstore/central/sstore_central_local.c     handle_info->status = SSTORE_LOCAL_SYNCED;
status            465 orte/mca/sstore/central/sstore_central_local.c void orte_sstore_central_local_recv(int status,
status            555 orte/mca/sstore/central/sstore_central_local.c     handle_info->status = SSTORE_LOCAL_INIT;
status            700 orte/mca/sstore/central/sstore_central_local.c         handle_info->status = SSTORE_LOCAL_READY;
status            702 orte/mca/sstore/central/sstore_central_local.c         handle_info->status = SSTORE_LOCAL_ERROR;
status            863 orte/mca/sstore/central/sstore_central_local.c         handle_info->status = SSTORE_LOCAL_READY;
status            166 orte/mca/sstore/stage/sstore_stage_global.c static void sstore_stage_global_recv(int status,
status           1013 orte/mca/sstore/stage/sstore_stage_global.c static void sstore_stage_global_recv(int status,
status             85 orte/mca/sstore/stage/sstore_stage_local.c     int status;
status            169 orte/mca/sstore/stage/sstore_stage_local.c static void sstore_stage_local_recv(int status,
status            227 orte/mca/sstore/stage/sstore_stage_local.c     info->status = SSTORE_LOCAL_NONE;
status            250 orte/mca/sstore/stage/sstore_stage_local.c     info->status = SSTORE_LOCAL_NONE;
status            421 orte/mca/sstore/stage/sstore_stage_local.c                 if( SSTORE_LOCAL_DONE  != handle_info->status &&
status            422 orte/mca/sstore/stage/sstore_stage_local.c                     SSTORE_LOCAL_NONE  != handle_info->status &&
status            423 orte/mca/sstore/stage/sstore_stage_local.c                     SSTORE_LOCAL_ERROR != handle_info->status ) {
status            537 orte/mca/sstore/stage/sstore_stage_local.c     while(SSTORE_LOCAL_READY != handle_info->status &&
status            538 orte/mca/sstore/stage/sstore_stage_local.c           SSTORE_LOCAL_ERROR != handle_info->status ) {
status            600 orte/mca/sstore/stage/sstore_stage_local.c     handle_info->status = SSTORE_LOCAL_SYNCED;
status            959 orte/mca/sstore/stage/sstore_stage_local.c     handle_info->status = SSTORE_LOCAL_INIT;
status           1066 orte/mca/sstore/stage/sstore_stage_local.c static void sstore_stage_local_recv(int status,
status           1235 orte/mca/sstore/stage/sstore_stage_local.c         handle_info->status = SSTORE_LOCAL_READY;
status           1237 orte/mca/sstore/stage/sstore_stage_local.c         handle_info->status = SSTORE_LOCAL_ERROR;
status           1327 orte/mca/sstore/stage/sstore_stage_local.c     handle_info->status = SSTORE_LOCAL_DONE;
status           1655 orte/mca/sstore/stage/sstore_stage_local.c         handle_info->status = SSTORE_LOCAL_READY;
status            519 orte/mca/state/base/state_base_fns.c static void _send_notification(int status,
status            535 orte/mca/state/base/state_base_fns.c                         ORTE_ERROR_NAME(status),
status            540 orte/mca/state/base/state_base_fns.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &status, 1, OPAL_INT))) {
status            616 orte/mca/state/base/state_base_fns.c                             ORTE_ERROR_NAME(status),
status           1036 orte/mca/state/base/state_base_fns.c     char path[1024], info[256], **list=NULL, *status, *result, *r2;
status           1107 orte/mca/state/base/state_base_fns.c             status = opal_argv_join(list, ' ');
status           1111 orte/mca/state/base/state_base_fns.c                 opal_asprintf(&result, "    %d\t(%s)\t%s\n", i, info, status);
status           1113 orte/mca/state/base/state_base_fns.c                 opal_asprintf(&r2, "%s    %d\t(%s)\t%s\n", result, i, info, status);
status           1117 orte/mca/state/base/state_base_fns.c             free(status);
status            209 orte/mca/state/hnp/state_hnp.c static void _send_notification(int status,
status            225 orte/mca/state/hnp/state_hnp.c                         ORTE_ERROR_NAME(status),
status            230 orte/mca/state/hnp/state_hnp.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &status, 1, OPAL_INT))) {
status            243 orte/mca/state/hnp/state_hnp.c     if (OPAL_ERR_PROC_ABORTED == status) {
status            326 orte/mca/state/hnp/state_hnp.c                             ORTE_ERROR_NAME(status),
status             37 orte/orted/orted.h ORTE_DECLSPEC void orte_daemon_recv(int status, orte_process_name_t* sender,
status             95 orte/orted/orted_comm.c void orte_daemon_recv(int status, orte_process_name_t* sender,
status            117 orte/orted/orted_main.c static void rollup(int status, orte_process_name_t* sender,
status            120 orte/orted/orted_main.c static void node_regex_report(int status, orte_process_name_t* sender,
status           1092 orte/orted/orted_main.c static void rollup(int status, orte_process_name_t* sender,
status           1159 orte/orted/orted_main.c static void node_regex_report(int status, orte_process_name_t* sender,
status            144 orte/orted/orted_submit.c static void profile_recv(int status, orte_process_name_t* sender,
status            147 orte/orted/orted_submit.c static void launch_recv(int status, orte_process_name_t* sender,
status            150 orte/orted/orted_submit.c static void complete_recv(int status, orte_process_name_t* sender,
status           2035 orte/orted/orted_submit.c static void launch_recv(int status, orte_process_name_t* sender,
status           2110 orte/orted/orted_submit.c static void complete_recv(int status, orte_process_name_t* sender,
status           2355 orte/orted/orted_submit.c static void _send_notification(int status)
status           2365 orte/orted/orted_submit.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(&buf, &status, 1, OPAL_INT))) {
status           2379 orte/orted/orted_submit.c     status = 1;
status           2380 orte/orted/orted_submit.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(&buf, &status, 1, OPAL_INT))) {
status           3112 orte/orted/orted_submit.c static void stack_trace_recv(int status, orte_process_name_t* sender,
status           3283 orte/orted/orted_submit.c static void profile_recv(int status, orte_process_name_t* sender,
status             82 orte/orted/pmix/pmix_server.c static void pmix_server_dmdx_recv(int status, orte_process_name_t* sender,
status             85 orte/orted/pmix/pmix_server.c static void pmix_server_dmdx_resp(int status, orte_process_name_t* sender,
status            369 orte/orted/pmix/pmix_server.c static void send_error(int status, opal_process_name_t *idreq,
status            377 orte/orted/pmix/pmix_server.c     if (OPAL_SUCCESS != (rc = opal_dss.pack(reply, &status, 1, OPAL_INT))) {
status            416 orte/orted/pmix/pmix_server.c     if (OPAL_SUCCESS != (rc = opal_dss.pack(reply, &req->status, 1, OPAL_INT))) {
status            452 orte/orted/pmix/pmix_server.c static void modex_resp(int status,
status            461 orte/orted/pmix/pmix_server.c     req->status = status;
status            478 orte/orted/pmix/pmix_server.c static void pmix_server_dmdx_recv(int status, orte_process_name_t* sender,
status            594 orte/orted/pmix/pmix_server.c static void pmix_server_dmdx_resp(int status, orte_process_name_t* sender,
status             56 orte/orted/pmix/pmix_server_dyn.c void pmix_server_launch_resp(int status, orte_process_name_t* sender,
status            537 orte/orted/pmix/pmix_server_dyn.c static void _cnlk(int status, opal_list_t *data, void *cbdata)
status            556 orte/orted/pmix/pmix_server_dyn.c     if (ORTE_SUCCESS != status || NULL == data) {
status            558 orte/orted/pmix/pmix_server_dyn.c             rc = status;
status            783 orte/orted/pmix/pmix_server_dyn.c static void mdxcbfunc(int status,
status            793 orte/orted/pmix/pmix_server_dyn.c         cd->cbfunc(status, cd->cbdata);
status             57 orte/orted/pmix/pmix_server_fence.c static void pmix_server_release(int status, opal_buffer_t *buf, void *cbdata)
status             71 orte/orted/pmix/pmix_server_fence.c         rc = status;
status            197 orte/orted/pmix/pmix_server_gen.c         p->exit_code = cd->status;
status            209 orte/orted/pmix/pmix_server_gen.c                          int status, const char msg[],
status            215 orte/orted/pmix/pmix_server_gen.c     ORTE_PMIX_THREADSHIFT(proc, server_object, status, msg,
status            292 orte/orted/pmix/pmix_server_gen.c static void _notify_release(int status, void *cbdata)
status            306 orte/orted/pmix/pmix_server_gen.c void pmix_server_notify(int status, orte_process_name_t* sender,
status           1051 orte/orted/pmix/pmix_server_gen.c         cd->cbfunc(cd->status, cd->cbdata);
status             70 orte/orted/pmix/pmix_server_internal.h     int status;
status             92 orte/orted/pmix/pmix_server_internal.h     int status;
status            166 orte/orted/pmix/pmix_server_internal.h         _cd->status = (st);                                     \
status            184 orte/orted/pmix/pmix_server_internal.h                                 int status, const char msg[],
status            243 orte/orted/pmix/pmix_server_internal.h extern void pmix_server_launch_resp(int status, orte_process_name_t* sender,
status            247 orte/orted/pmix/pmix_server_internal.h extern void pmix_server_keyval_client(int status, orte_process_name_t* sender,
status            251 orte/orted/pmix/pmix_server_internal.h extern void pmix_server_notify(int status, orte_process_name_t* sender,
status            518 orte/orted/pmix/pmix_server_pub.c void pmix_server_keyval_client(int status, orte_process_name_t* sender,
status             54 orte/orted/pmix/pmix_server_register_fns.c static void mycbfunc(int status, void *cbdata);
status            587 orte/orted/pmix/pmix_server_register_fns.c static void mycbfunc(int status, void *cbdata)
status            591 orte/orted/pmix/pmix_server_register_fns.c     if (ORTE_SUCCESS != status) {
status            592 orte/orted/pmix/pmix_server_register_fns.c         ORTE_ERROR_LOG(status);
status            178 orte/runtime/orte_data_server.c void orte_data_server(int status, orte_process_name_t* sender,
status             48 orte/runtime/orte_data_server.h ORTE_DECLSPEC void orte_data_server(int status, orte_process_name_t* sender,
status            234 orte/runtime/orte_wait.c     int status;
status            248 orte/runtime/orte_wait.c         pid = waitpid(-1, &status, WNOHANG);
status            262 orte/runtime/orte_wait.c                 t2->child->exit_code = status;
status              8 orte/test/mpi/bcast_loop.c     MPI_Status status;
status             16 orte/test/mpi/crisscross.c  MPI_Status     status;               /* MPI status                          */
status            127 orte/test/mpi/crisscross.c                                    partner_name, MPI_MAX_PROCESSOR_NAME + 1, MPI_CHAR, i, tag0, MPI_COMM_WORLD, &status);
status            142 orte/test/mpi/crisscross.c                                    partner_name, MPI_MAX_PROCESSOR_NAME + 1, MPI_CHAR, j, tag0, MPI_COMM_WORLD, &status);
status            165 orte/test/mpi/crisscross.c                 mpierr = MPI_Recv(recv_buff, n_bytes, MPI_BYTE, i, tag1, MPI_COMM_WORLD, &status);
status            187 orte/test/mpi/crisscross.c              mpierr = MPI_Recv(&et1, 1, MPI_DOUBLE, i, tag1, MPI_COMM_WORLD, &status);
status             20 orte/test/mpi/interlib.c static void model_registration_callback(int status,
status             29 orte/test/mpi/interlib.c static void model_callback(int status,
status             62 orte/test/mpi/interlib.c static void opcbfunc(int status, void *cbdata)
status             68 orte/test/mpi/interlib.c static void infocb(int status,
status             20 orte/test/mpi/mpi_spin.c static void _event_fn(int status,
status             49 orte/test/mpi/mpi_spin.c static void _register_fn(int status,
status             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) {
status             59 orte/test/mpi/no-disconnect.c     MPI_Test(&req, &flag, status);
status             62 orte/test/mpi/no-disconnect.c         MPI_Test(&req, &flag, status);
status             36 orte/test/mpi/parallel_r64.c   MPI_Status   status;
status            166 orte/test/mpi/parallel_r64.c      MPI_File_read_all(thefile, buf, ng, MPI_INT, &status);
status             36 orte/test/mpi/parallel_r8.c   MPI_Status   status;
status            166 orte/test/mpi/parallel_r8.c      MPI_File_read_all(thefile, buf, ng, MPI_INT, &status);
status             36 orte/test/mpi/parallel_w64.c   MPI_Status   status;
status            174 orte/test/mpi/parallel_w64.c      MPI_File_write_all(thefile, buf, ng, MPI_INT, &status);
status             35 orte/test/mpi/parallel_w8.c     MPI_Status   status;
status            173 orte/test/mpi/parallel_w8.c         MPI_File_write_all(thefile, buf, ng, MPI_INT, &status);
status             17 orte/test/mpi/pinterlib.c     pmix_status_t status;
status             25 orte/test/mpi/pinterlib.c         (l)->status = PMIX_SUCCESS;                 \
status             56 orte/test/mpi/pinterlib.c static void model_registration_callback(pmix_status_t status,
status             66 orte/test/mpi/pinterlib.c                            pmix_status_t status,
status            100 orte/test/mpi/pinterlib.c static void opcbfunc(pmix_status_t status, void *cbdata)
status            106 orte/test/mpi/pinterlib.c static void infocb(pmix_status_t status,
status             47 orte/test/mpi/pmix.c static void evhandler(int status,
status             53 orte/test/mpi/pmix.c     fprintf(stderr, "%d: received notification status %d\n", my_rank, status);
status             15 orte/test/mpi/sendrecv_blaster.c     MPI_Status     status;               /* MPI status                          */
status            162 orte/test/mpi/sendrecv_blaster.c                               recv_buff, n_bytes, MPI_CHAR, src, tag0, MPI_COMM_WORLD, &status);
status            175 orte/test/mpi/sendrecv_blaster.c                                   recv_buff, n_bytes, MPI_CHAR, rank, tag0, MPI_COMM_WORLD, &status);
status             11 orte/test/mpi/server.c  MPI_Status status;
status             34 orte/test/mpi/server.c MPI_ANY_TAG, client, &status );
status             36 orte/test/mpi/server.c          switch (status.MPI_TAG)
status             59 orte/test/mpi/singleton_client_server.c   MPI_Status status ;
status            197 orte/test/mpi/singleton_client_server.c                    MPI_ANY_TAG, intracomm, &status)) ;
status             17 orte/test/mpi/xlib.c                             pmix_status_t status,
status             25 orte/test/mpi/xlib.c     fprintf(stderr, "Default event handler called with status %s\n", PMIx_Error_string(status));
status             40 orte/test/mpi/xlib.c                            pmix_status_t status,
status             49 orte/test/mpi/xlib.c     fprintf(stderr, "Model event handler called with status %d(%s)\n", status, PMIx_Error_string(status));
status             73 orte/test/mpi/xlib.c static void model_registration_callback(pmix_status_t status,
status             79 orte/test/mpi/xlib.c     if (PMIX_SUCCESS != status) {
status             81 orte/test/mpi/xlib.c                    myproc.nspace, myproc.rank, status, (unsigned long)evhandler_ref);
status             83 orte/test/mpi/xlib.c     *active = status;
status             24 orte/test/system/ofi_big_msg.c static void send_callback(int status, orte_process_name_t *peer,
status             30 orte/test/system/ofi_big_msg.c     if (ORTE_SUCCESS != status) {
status             26 orte/test/system/ofi_conduit_stress.c static void send_callback(int status, orte_process_name_t *peer,
status             32 orte/test/system/ofi_conduit_stress.c     if (ORTE_SUCCESS != status) {
status             33 orte/test/system/ofi_query_test.c static void send_callback(int status, orte_process_name_t *peer,
status             39 orte/test/system/ofi_query_test.c     if (ORTE_SUCCESS != status) {
status             25 orte/test/system/ofi_stress.c static void send_callback(int status, orte_process_name_t *peer,
status             31 orte/test/system/ofi_stress.c     if (ORTE_SUCCESS != status) {
status             25 orte/test/system/oob_stress.c static void send_callback(int status, orte_process_name_t *peer,
status             31 orte/test/system/oob_stress.c     if (ORTE_SUCCESS != status) {
status             31 orte/test/system/oob_stress_channel.c static void close_channel_callback(int status,
status             37 orte/test/system/oob_stress_channel.c     if (ORTE_SUCCESS != status)
status             38 orte/test/system/oob_stress_channel.c         opal_output(0, "close channel not successful status =%d", status);
status             44 orte/test/system/oob_stress_channel.c static void open_channel_callback(int status,
status             50 orte/test/system/oob_stress_channel.c     if (ORTE_SUCCESS != status) {
status             51 orte/test/system/oob_stress_channel.c         opal_output(0, "open channel not successful status =%d", status);
status             61 orte/test/system/oob_stress_channel.c static void send_callback(int status, orte_process_name_t *peer,
status             68 orte/test/system/oob_stress_channel.c     if (ORTE_SUCCESS != status) {
status             69 orte/test/system/oob_stress_channel.c         opal_output(0, "rml_send_nb  not successful status =%d", status);
status             75 orte/test/system/oob_stress_channel.c static void recv_callback(int status, orte_process_name_t *sender,
status             91 orte/test/system/oob_stress_channel.c static void channel_send_callback (int status, orte_rml_channel_num_t channel,
status             96 orte/test/system/oob_stress_channel.c     if (ORTE_SUCCESS != status) {
status             97 orte/test/system/oob_stress_channel.c         opal_output(0, "send_nb_channel not successful status =%d", status);
status             82 orte/test/system/orte_dfs.c static void read_cbfunc(long status, uint8_t *buffer, void *cbdata)
status             86 orte/test/system/orte_dfs.c     if (status < 0) {
status             91 orte/test/system/orte_dfs.c     numread += status;
status             93 orte/test/system/orte_dfs.c     if (NULL != cbdata && status < *check) {
status             22 orte/test/system/orte_notify.c static void notification_fn(int status,
status             32 orte/test/system/orte_notify.c             hostname, (long)pid, status, ORTE_NAME_PRINT(source));
status             41 orte/test/system/orte_notify.c static void errhandler_reg_callbk(int status,
status            105 orte/tools/orterun/orterun.c      int status;
status            114 orte/tools/orterun/orterun.c     launchst->status = ret;
status            123 orte/tools/orterun/orterun.c     completest->status = ret;
status            207 orte/tools/orterun/orterun.c     if (!orte_event_base_active || ORTE_SUCCESS != launchst.status) {
status             71 orte/util/comm/comm.c static void send_cbfunc(int status, orte_process_name_t* sender,
status             86 orte/util/comm/comm.c static void recv_info(int status, orte_process_name_t* sender,
status            619 orte/util/comm/comm.c static void comm_cbfunc(int status, orte_process_name_t* sender,
status            484 orte/util/show_help.c void orte_show_help_recv(int status, orte_process_name_t* sender,
status            620 orte/util/show_help.c static void cbfunc(int status, void *cbdata)
status            104 orte/util/show_help.h ORTE_DECLSPEC void orte_show_help_recv(int status, orte_process_name_t* sender,
status             33 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_global_exit(int status);
status             36 oshmem/include/shmem-compat.h OSHMEM_DECLSPEC  void globalexit(int status);
status             43 oshmem/mca/atomic/ucx/atomic_ucx_module.c     ucs_status_t status;
status             51 oshmem/mca/atomic/ucx/atomic_ucx_module.c     status = ucp_atomic_post(ucx_ctx->ucp_peers[pe].ucp_conn,
status             54 oshmem/mca/atomic/ucx/atomic_ucx_module.c     return ucx_status_to_oshmem(status);
status            290 oshmem/mca/memheap/base/memheap_base_mkey.c                               ompi_status_public_t * status)
status            301 oshmem/mca/memheap/base/memheap_base_mkey.c         *status = request->req_status;
status            302 oshmem/mca/memheap/base/memheap_base_mkey.c         old_error = status->MPI_ERROR;
status            303 oshmem/mca/memheap/base/memheap_base_mkey.c         status->MPI_ERROR = old_error;
status            315 oshmem/mca/memheap/base/memheap_base_mkey.c     MPI_Status status;
status            328 oshmem/mca/memheap/base/memheap_base_mkey.c         my_MPI_Test(&r->recv_req, &flag, &status);
status            332 oshmem/mca/memheap/base/memheap_base_mkey.c         PMPI_Get_count(&status, MPI_BYTE, &size);
status            333 oshmem/mca/memheap/base/memheap_base_mkey.c         MEMHEAP_VERBOSE(5, "OOB request from PE: %d, size %d", status.MPI_SOURCE, size);
status            363 oshmem/mca/memheap/base/memheap_base_mkey.c             do_recv(status.MPI_SOURCE, msg);
status            506 oshmem/mca/memheap/buddy/memheap_buddy.c     int status = 0;
status            509 oshmem/mca/memheap/buddy/memheap_buddy.c     status = do_private_alloc(order, p_buff);
status            513 oshmem/mca/memheap/buddy/memheap_buddy.c     return status;
status            371 oshmem/mca/spml/ucx/spml_ucx.c     ucs_status_t status;
status            388 oshmem/mca/spml/ucx/spml_ucx.c     status = ucp_mem_advise(mca_spml_ucx.ucp_context, ucx_mkey->mem_h, &params);
status            389 oshmem/mca/spml/ucx/spml_ucx.c     if (UCS_OK != status) {
status            391 oshmem/mca/spml/ucx/spml_ucx.c                        addr, (unsigned long long)length, ucs_status_string(status));
status            401 oshmem/mca/spml/ucx/spml_ucx.c     ucs_status_t status;
status            436 oshmem/mca/spml/ucx/spml_ucx.c         status = ucp_mem_map(mca_spml_ucx.ucp_context, &mem_map_params, &ucx_mkey->mem_h);
status            437 oshmem/mca/spml/ucx/spml_ucx.c         if (UCS_OK != status) {
status            446 oshmem/mca/spml/ucx/spml_ucx.c     status = ucp_rkey_pack(mca_spml_ucx.ucp_context, ucx_mkey->mem_h,
status            448 oshmem/mca/spml/ucx/spml_ucx.c     if (UCS_OK != status) {
status            458 oshmem/mca/spml/ucx/spml_ucx.c     status = ucp_ep_rkey_unpack(mca_spml_ucx_ctx_default.ucp_peers[oshmem_group_self->my_pe].ucp_conn,
status            461 oshmem/mca/spml/ucx/spml_ucx.c     if (UCS_OK != status) {
status            682 oshmem/mca/spml/ucx/spml_ucx.c     ucs_status_t status;
status            691 oshmem/mca/spml/ucx/spml_ucx.c     status = ucp_get(ucx_ctx->ucp_peers[src].ucp_conn, dst_addr, size,
status            693 oshmem/mca/spml/ucx/spml_ucx.c     return ucx_status_to_oshmem(status);
status            700 oshmem/mca/spml/ucx/spml_ucx.c     ucs_status_t status;
status            705 oshmem/mca/spml/ucx/spml_ucx.c     status = ucp_get_nbi(ucx_ctx->ucp_peers[src].ucp_conn, dst_addr, size,
status            708 oshmem/mca/spml/ucx/spml_ucx.c     return ucx_status_to_oshmem_nb(status);
status            719 oshmem/mca/spml/ucx/spml_ucx.c     ucs_status_t status;
status            728 oshmem/mca/spml/ucx/spml_ucx.c     status = ucp_put(ucx_ctx->ucp_peers[dst].ucp_conn, src_addr, size,
status            730 oshmem/mca/spml/ucx/spml_ucx.c     return ucx_status_to_oshmem(status);
status            737 oshmem/mca/spml/ucx/spml_ucx.c     ucs_status_t status;
status            742 oshmem/mca/spml/ucx/spml_ucx.c     status = ucp_put_nbi(ucx_ctx->ucp_peers[dst].ucp_conn, src_addr, size,
status            745 oshmem/mca/spml/ucx/spml_ucx.c     return ucx_status_to_oshmem_nb(status);
status            826 oshmem/mca/spml/ucx/spml_ucx.c static void mca_spml_ucx_put_all_complete_cb(void *request, ucs_status_t status)
status            209 oshmem/mca/spml/ucx/spml_ucx.h static inline int ucx_status_to_oshmem(ucs_status_t status)
status            212 oshmem/mca/spml/ucx/spml_ucx.h     return OPAL_LIKELY(UCS_OK == status) ? OSHMEM_SUCCESS : OSHMEM_ERROR;
status            218 oshmem/mca/spml/ucx/spml_ucx.h static inline int ucx_status_to_oshmem_nb(ucs_status_t status)
status            221 oshmem/mca/spml/ucx/spml_ucx.h     return OPAL_LIKELY(status >= 0) ? OSHMEM_SUCCESS : OSHMEM_ERROR;
status            114 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c     ucs_status_t status;
status            129 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c     status = ucp_mem_map(spml->ucp_context, &mem_map_params, &mem_h);
status            130 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c     if (UCS_OK != status) {
status            131 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c         SSHMEM_ERROR("ucp_mem_map() failed: %s\n", ucs_status_string(status));
status            140 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c         status = ucp_mem_query(mem_h, &mem_attr);
status            141 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c         if (status != UCS_OK) {
status            142 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c             SSHMEM_ERROR("ucp_mem_query() failed: %s\n", ucs_status_string(status));
status            189 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c     ucs_status_t status;
status            203 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c     status = uct_ib_md_alloc_device_mem(uct_md, &length, &address,
status            206 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c     if (status != UCS_OK) {
status            210 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c                        ucs_status_string(status));
status            200 oshmem/request/request.h                                         oshmem_status_public_t * status);
status            218 oshmem/request/request.h                                             oshmem_status_public_t * status);
status            262 oshmem/request/request.h                                         oshmem_status_public_t * status);
status            276 oshmem/request/request.h                                             oshmem_status_public_t * status);
status             25 oshmem/shmem/c/shmem_global_exit.c static inline void _globalexit(int status);
status             27 oshmem/shmem/c/shmem_global_exit.c void shmem_global_exit(int status)
status             29 oshmem/shmem/c/shmem_global_exit.c     _globalexit(status);
status             32 oshmem/shmem/c/shmem_global_exit.c void globalexit(int status)
status             34 oshmem/shmem/c/shmem_global_exit.c     _globalexit(status);
status             37 oshmem/shmem/c/shmem_global_exit.c static inline void _globalexit(int status)
status             41 oshmem/shmem/c/shmem_global_exit.c     ompi_rte_abort(status, NULL);
status             44 oshmem/shmem/c/shmem_global_exit.c     exit(status);
status            431 oshmem/shmem/c/shmem_lock.c     int status = extract_2_words(lock, lock_size, counter, pe_next);
status            439 oshmem/shmem/c/shmem_lock.c     return status;
status            444 oshmem/shmem/c/shmem_lock.c     int status = extract_second_word(lock, lock_size, pe_next);
status            449 oshmem/shmem/c/shmem_lock.c     return status;
status            454 oshmem/shmem/c/shmem_lock.c     int status = extract_first_word(lock, lock_size, pe_last);
status            459 oshmem/shmem/c/shmem_lock.c     return status;
status            464 oshmem/shmem/c/shmem_lock.c     int status = extract_first_word(lock, lock_size, count);
status            468 oshmem/shmem/c/shmem_lock.c     return status;
status            999 oshmem/shmem/c/shmem_lock.c     int status = 1;
status           1024 oshmem/shmem/c/shmem_lock.c         status = 0;
status           1029 oshmem/shmem/c/shmem_lock.c     FreeMemory: return status;
status             35 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshpclmove, PSHPCLMOVE, (FORTRAN_POINTER_T *addr, MPI_Fint *length, MPI_Fint *status, MPI_Fint *abort));
status             38 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shpclmove, SHPCLMOVE, (FORTRAN_POINTER_T *addr, MPI_Fint *length, MPI_Fint *status, MPI_Fint *abort));
status             27 oshmem/shmem/fortran/shmem_global_exit_f.c         (MPI_Fint status),
status             28 oshmem/shmem/fortran/shmem_global_exit_f.c         (status) )
status             30 oshmem/shmem/fortran/shmem_global_exit_f.c void shmem_global_exit_f(MPI_Fint status)
status             32 oshmem/shmem/fortran/shmem_global_exit_f.c     shmem_global_exit(status);
status             30 oshmem/shmem/fortran/shpclmove_f.c         (FORTRAN_POINTER_T *addr, MPI_Fint *length, MPI_Fint *status, MPI_Fint *abort),
status             31 oshmem/shmem/fortran/shpclmove_f.c         (addr,length,status,abort) )
status             34 oshmem/shmem/fortran/shpclmove_f.c void shpclmove_f(FORTRAN_POINTER_T *addr, MPI_Fint *length, MPI_Fint *status, MPI_Fint *abort)
status             38 oshmem/shmem/fortran/shpclmove_f.c     *status = 0;
status             41 oshmem/shmem/fortran/shpclmove_f.c         *status = -1;
status             49 oshmem/shmem/fortran/shpclmove_f.c         *status = -2;
status             55 oshmem/shmem/fortran/shpclmove_f.c         *status = 1;
status             59 oshmem/shmem/fortran/shpclmove_f.c     if (*status < 0)
status            195 test/datatype/to_self.c     MPI_Status status;
status            210 test/datatype/to_self.c         MPI_Recv( rbuf, rcount, rdt, myself, tag, MPI_COMM_WORLD, &status );
status            211 test/datatype/to_self.c         MPI_Wait( &req, &status );
status            215 test/datatype/to_self.c         ftmpi_mpi_recv( rbuf, rcount, rdt, myself, tag, MPI_COMM_WORLD, &status );
status            230 test/datatype/to_self.c     MPI_Status status;
status            245 test/datatype/to_self.c         MPI_Wait( &req, &status );
status            264 test/datatype/to_self.c     MPI_Status status;
status            279 test/datatype/to_self.c         MPI_Wait( &sreq, &status );
status            280 test/datatype/to_self.c         MPI_Wait( &rreq, &status );
status            286 test/datatype/to_self.c         ftmpi_wait( &sreq, &status );
status            302 test/datatype/to_self.c     MPI_Status status;
status            317 test/datatype/to_self.c         MPI_Wait( &sreq, &status );
status            318 test/datatype/to_self.c         MPI_Wait( &rreq, &status );
status            324 test/datatype/to_self.c         ftmpi_wait( &sreq, &status );
status             19 test/memchecker/irecv_init_check.c     MPI_Status status;
status             54 test/memchecker/irecv_init_check.c     MPI_Wait (&send_request, &status);
status             55 test/memchecker/irecv_init_check.c     MPI_Wait (&recv_request, &status);
status             19 test/memchecker/irecv_uninit_check.c     MPI_Status status;
status             54 test/memchecker/irecv_uninit_check.c     MPI_Wait (&send_request, &status);
status             55 test/memchecker/irecv_uninit_check.c     MPI_Wait (&recv_request, &status);
status             19 test/memchecker/non_blocking_recv_test.c     MPI_Status status;
status             48 test/memchecker/non_blocking_recv_test.c     MPI_Wait (&send_request, &status);
status             49 test/memchecker/non_blocking_recv_test.c     MPI_Wait (&recv_request, &status);
status             19 test/memchecker/non_blocking_send_test.c     MPI_Status status;
status             48 test/memchecker/non_blocking_send_test.c     MPI_Wait (&send_request, &status);
status             49 test/memchecker/non_blocking_send_test.c     MPI_Wait (&recv_request, &status);
status            367 test/monitoring/check_monitoring.c     MPI_Status status;
status            466 test/monitoring/check_monitoring.c                 MPI_Recv(s2, 13, MPI_CHAR, from, from, MPI_COMM_WORLD, &status);
status            468 test/monitoring/check_monitoring.c                 MPI_Recv(s2, 13, MPI_CHAR, from, from, MPI_COMM_WORLD, &status);
status             22 test/monitoring/example_reduce_count.c     MPI_Status status;
status             77 test/monitoring/example_reduce_count.c         MPI_Wait(&request, &status);
status             68 test/monitoring/test_pvar_access.c     MPI_Status status;
status            154 test/monitoring/test_pvar_access.c         MPI_Wait(&request, &status);
status            195 test/monitoring/test_pvar_access.c         MPI_Recv(NULL, 0, MPI_BYTE, (world_rank - 1) % world_size, 300, MPI_COMM_WORLD, &status);
status            197 test/monitoring/test_pvar_access.c         MPI_Recv(NULL, 0, MPI_BYTE, (world_rank - 1) % world_size, 300, MPI_COMM_WORLD, &status);
status            248 test/monitoring/test_pvar_access.c                 MPI_Recv(&n, 1, MPI_INT, from, tagno, newcomm, &status);
status            291 test/monitoring/test_pvar_access.c         MPI_Recv(NULL, 0, MPI_BYTE, (world_rank - 1) % world_size, 300, MPI_COMM_WORLD, &status);
status            293 test/monitoring/test_pvar_access.c         MPI_Recv(NULL, 0, MPI_BYTE, (world_rank - 1) % world_size, 300, MPI_COMM_WORLD, &status);
status             36 test/runtime/sigchld.c static void callback(pid_t pid, int status, void *data)
status             38 test/runtime/sigchld.c     printf("callback for %d, %d\n", pid, status);
status             46 test/runtime/sigchld.c     int status = -1;
status             65 test/runtime/sigchld.c         ret = orte_waitpid(pid, &status, 0);
status             66 test/runtime/sigchld.c         printf("pid %d waitpid, status %d\n", ret, status);
status             24 test/spc/spc_test.c     MPI_Status status;
status             33 test/spc/spc_test.c             MPI_Recv(data, message_size, MPI_BYTE, 0, 123, MPI_COMM_WORLD, &status);
status            153 test/support/support.c void test_fail_stop(const char *msg, int status)
status            157 test/support/support.c     exit(status);
status             36 test/support/support.h void test_fail_stop(const char *msg, int status);