results            27 contrib/scaling/mpi_memprobe.c                         opal_list_t *info, opal_list_t *results,
results            58 contrib/scaling/mpi_memprobe.c     opal_list_t *results = (opal_list_t*)cbdata;
results            63 contrib/scaling/mpi_memprobe.c             opal_list_append(results, &kv->super);
results           417 ompi/communicator/comm.c     int *results=NULL, *sorted=NULL;
results           441 ompi/communicator/comm.c     results  = (int*) malloc ( 2 * size * sizeof(int));
results           442 ompi/communicator/comm.c     if ( NULL == results ) {
results           446 ompi/communicator/comm.c     rc = allgatherfct( myinfo, 2, MPI_INT, results, 2, MPI_INT, comm, comm->c_coll->coll_allgather_module );
results           453 ompi/communicator/comm.c         if ( results[(2*i)+0] == color) {
results           472 ompi/communicator/comm.c         if ( results[(2*i)+0] == color) {
results           474 ompi/communicator/comm.c             sorted[(2*loc)+1] = results[(2*i)+1];  /* copy key */
results           620 ompi/communicator/comm.c     free ( results );
results           751 ompi/communicator/comm.c     int *results;
results           758 ompi/communicator/comm.c     results = malloc (2 * sizeof (int) * size);
results           759 ompi/communicator/comm.c     if (OPAL_UNLIKELY(NULL == results)) {
results           765 ompi/communicator/comm.c     results[rank * 2] = split_type;
results           766 ompi/communicator/comm.c     results[rank * 2 + 1] = key;
results           768 ompi/communicator/comm.c     rc = comm->c_coll->coll_allgather (MPI_IN_PLACE, 2, MPI_INT, results, 2, MPI_INT, comm,
results           771 ompi/communicator/comm.c         free (results);
results           776 ompi/communicator/comm.c         if (MPI_UNDEFINED == results[i * 2] || (i > 1 && results[i * 2 + 1] < results[i * 2 - 1])) {
results           782 ompi/communicator/comm.c     free (results);
results           242 ompi/errhandler/errhandler.c                               opal_list_t *info, opal_list_t *results,
results           397 ompi/errhandler/errhandler.h                                             opal_list_t *info, opal_list_t *results,
results            59 ompi/interlib/interlib.c                            opal_list_t *info, opal_list_t *results,
results           107 ompi/mca/rte/orte/rte_orte_module.c                         opal_list_t *info, opal_list_t *results,
results           869 ompi/mca/rte/pmix/rte_pmix_module.c                         opal_list_t *info, opal_list_t *results,
results            27 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_eventlog.c     opal_list_t results;
results            30 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_eventlog.c     OBJ_CONSTRUCT(&results, opal_list_t);
results            33 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_eventlog.c     opal_list_append(&results, &pdat->super);
results            35 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_eventlog.c     rc = opal_pmix.lookup(&results, NULL);
results            39 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_eventlog.c         OPAL_LIST_DESTRUCT(&results);
results            43 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_eventlog.c     OPAL_LIST_DESTRUCT(&results);
results            54 ompi/mpi/c/lookup_name.c     opal_list_t results, pinfo;
results           117 ompi/mpi/c/lookup_name.c     OBJ_CONSTRUCT(&results, opal_list_t);
results           120 ompi/mpi/c/lookup_name.c     opal_list_append(&results, &pdat->super);
results           122 ompi/mpi/c/lookup_name.c     ret = opal_pmix.lookup(&results, &pinfo);
results           144 ompi/mpi/c/lookup_name.c     OPAL_LIST_DESTRUCT(&results);
results            50 opal/mca/pmix/base/base.h                                             opal_list_t *info, opal_list_t *results,
results            68 opal/mca/pmix/base/pmix_base_fns.c                               opal_list_t *info, opal_list_t *results,
results            72 opal/mca/pmix/base/pmix_base_fns.c         evhandler(status, source, info, results, cbfunc, cbdata);
results            47 opal/mca/pmix/ext1x/pmix1x_client.c static void completion_handler(int status, opal_list_t *results,
results           778 opal/mca/pmix/ext1x/pmix1x_client.c     opal_list_t results, *r = NULL;
results           790 opal/mca/pmix/ext1x/pmix1x_client.c         OBJ_CONSTRUCT(&results, opal_list_t);
results           793 opal/mca/pmix/ext1x/pmix1x_client.c             opal_list_append(&results, &d->super);
results           830 opal/mca/pmix/ext1x/pmix1x_client.c         r = &results;
results           837 opal/mca/pmix/ext1x/pmix1x_client.c         OPAL_LIST_DESTRUCT(&results);
results            55 opal/mca/pmix/ext1x/pmix1x_server_south.c static void completion_handler(int status, opal_list_t *results,
results           192 opal/mca/pmix/ext2x/ext2x.c static void return_local_event_hdlr(int status, opal_list_t *results,
results           206 opal/mca/pmix/ext2x/ext2x.c         if (NULL != results && 0 < (op->ninfo = opal_list_get_size(results))) {
results           243 opal/mca/pmix/ext2x/ext2x.c                        pmix_info_t results[], size_t nresults,
results           298 opal/mca/pmix/ext2x/ext2x.c     if (NULL != results) {
results           301 opal/mca/pmix/ext2x/ext2x.c             iptr->key = strdup(results[n].key);
results           302 opal/mca/pmix/ext2x/ext2x.c             if (OPAL_SUCCESS != (rc = ext2x_value_unload(iptr, &results[n].value))) {
results           307 opal/mca/pmix/ext2x/ext2x.c             opal_list_append(&cd->results, &iptr->super);
results           323 opal/mca/pmix/ext2x/ext2x.c                                cd->info, &cd->results,
results          1216 opal/mca/pmix/ext2x/ext2x.c     opal_list_t *results = (opal_list_t*)cbdata;
results          1217 opal/mca/pmix/ext2x/ext2x.c     if (NULL != results) {
results          1218 opal/mca/pmix/ext2x/ext2x.c         OPAL_LIST_RELEASE(results);
results          1230 opal/mca/pmix/ext2x/ext2x.c     opal_list_t *results = NULL;
results          1238 opal/mca/pmix/ext2x/ext2x.c         results = OBJ_NEW(opal_list_t);
results          1241 opal/mca/pmix/ext2x/ext2x.c             opal_list_append(results, &iptr->super);
results          1244 opal/mca/pmix/ext2x/ext2x.c                 OPAL_LIST_RELEASE(results);
results          1245 opal/mca/pmix/ext2x/ext2x.c                 results = NULL;
results          1257 opal/mca/pmix/ext2x/ext2x.c         cd->qcbfunc(rc, results, cd->cbdata, relcbfunc, results);
results          1522 opal/mca/pmix/ext2x/ext2x.c     OBJ_CONSTRUCT(&p->results, opal_list_t);
results          1535 opal/mca/pmix/ext2x/ext2x.c     OPAL_LIST_DESTRUCT(&p->results);
results           157 opal/mca/pmix/ext2x/ext2x.h     opal_list_t results;
results           312 opal/mca/pmix/ext2x/ext2x.h                                             pmix_info_t results[], size_t nresults,
results           961 opal/mca/pmix/ext2x/ext2x_client.c     opal_list_t results, *r = NULL;
results           976 opal/mca/pmix/ext2x/ext2x_client.c         OBJ_CONSTRUCT(&results, opal_list_t);
results           979 opal/mca/pmix/ext2x/ext2x_client.c             opal_list_append(&results, &d->super);
results          1013 opal/mca/pmix/ext2x/ext2x_client.c         r = &results;
results          1022 opal/mca/pmix/ext2x/ext2x_client.c         OPAL_LIST_DESTRUCT(&results);
results           201 opal/mca/pmix/ext3x/ext3x.c static void return_local_event_hdlr(int status, opal_list_t *results,
results           215 opal/mca/pmix/ext3x/ext3x.c         if (NULL != results && 0 < (op->ninfo = opal_list_get_size(results))) {
results           263 opal/mca/pmix/ext3x/ext3x.c                                cd->info, &cd->results,
results           291 opal/mca/pmix/ext3x/ext3x.c                        pmix_info_t results[], size_t nresults,
results           346 opal/mca/pmix/ext3x/ext3x.c     if (NULL != results) {
results           349 opal/mca/pmix/ext3x/ext3x.c             iptr->key = strdup(results[n].key);
results           350 opal/mca/pmix/ext3x/ext3x.c             if (OPAL_SUCCESS != (rc = ext3x_value_unload(iptr, &results[n].value))) {
results           355 opal/mca/pmix/ext3x/ext3x.c             opal_list_append(&cd->results, &iptr->super);
results          1445 opal/mca/pmix/ext3x/ext3x.c     opal_list_t *results = (opal_list_t*)cbdata;
results          1446 opal/mca/pmix/ext3x/ext3x.c     if (NULL != results) {
results          1447 opal/mca/pmix/ext3x/ext3x.c         OPAL_LIST_RELEASE(results);
results          1459 opal/mca/pmix/ext3x/ext3x.c     opal_list_t *results = NULL;
results          1467 opal/mca/pmix/ext3x/ext3x.c         results = OBJ_NEW(opal_list_t);
results          1470 opal/mca/pmix/ext3x/ext3x.c             opal_list_append(results, &iptr->super);
results          1474 opal/mca/pmix/ext3x/ext3x.c                 OPAL_LIST_RELEASE(results);
results          1475 opal/mca/pmix/ext3x/ext3x.c                 results = NULL;
results          1487 opal/mca/pmix/ext3x/ext3x.c         cd->qcbfunc(rc, results, cd->cbdata, relcbfunc, results);
results          1841 opal/mca/pmix/ext3x/ext3x.c     OBJ_CONSTRUCT(&p->results, opal_list_t);
results          1854 opal/mca/pmix/ext3x/ext3x.c     OPAL_LIST_DESTRUCT(&p->results);
results           152 opal/mca/pmix/ext3x/ext3x.h     opal_list_t results;
results           317 opal/mca/pmix/ext3x/ext3x.h                                             pmix_info_t results[], size_t nresults,
results           962 opal/mca/pmix/ext3x/ext3x_client.c     opal_list_t results, *r = NULL;
results           977 opal/mca/pmix/ext3x/ext3x_client.c         OBJ_CONSTRUCT(&results, opal_list_t);
results           980 opal/mca/pmix/ext3x/ext3x_client.c             opal_list_append(&results, &d->super);
results          1014 opal/mca/pmix/ext3x/ext3x_client.c         r = &results;
results          1023 opal/mca/pmix/ext3x/ext3x_client.c         OPAL_LIST_DESTRUCT(&results);
results            93 opal/mca/pmix/pmix4x/pmix/examples/alloc.c                        pmix_info_t results[], size_t nresults,
results            81 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c                             pmix_info_t results[], size_t nresults,
results           124 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c                      pmix_info_t results[], size_t nresults,
results           175 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c     pmix_info_t *results;
results           246 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c         rc = PMIx_Group_invite("ourgroup", procs, nprocs, NULL, 0, &results, &nresults);
results            46 opal/mca/pmix/pmix4x/pmix/examples/client.c                             pmix_info_t results[], size_t nresults,
results            65 opal/mca/pmix/pmix4x/pmix/examples/client.c                        pmix_info_t results[], size_t nresults,
results            46 opal/mca/pmix/pmix4x/pmix/examples/client2.c                             pmix_info_t results[], size_t nresults,
results           136 opal/mca/pmix/pmix4x/pmix/examples/debugger.c                             pmix_info_t results[], size_t nresults,
results           157 opal/mca/pmix/pmix4x/pmix/examples/debugger.c                        pmix_info_t results[], size_t nresults,
results            95 opal/mca/pmix/pmix4x/pmix/examples/debuggerd.c                             pmix_info_t results[], size_t nresults,
results            42 opal/mca/pmix/pmix4x/pmix/examples/fault.c                             pmix_info_t results[], size_t nresults,
results            80 opal/mca/pmix/pmix4x/pmix/examples/group.c                             pmix_info_t results[], size_t nresults,
results           117 opal/mca/pmix/pmix4x/pmix/examples/group.c     pmix_info_t *results, info;
results           175 opal/mca/pmix/pmix4x/pmix/examples/group.c         rc = PMIx_Group_construct("ourgroup", procs, nprocs, &info, 1, &results, &nresults);
results           181 opal/mca/pmix/pmix4x/pmix/examples/group.c         if (NULL != results) {
results           183 opal/mca/pmix/pmix4x/pmix/examples/group.c             PMIX_VALUE_GET_NUMBER(rc, &results[0].value, cid, size_t);
results           185 opal/mca/pmix/pmix4x/pmix/examples/group.c                     myproc.rank, PMIx_Error_string(rc), results[0].key, (int)cid);
results            47 opal/mca/pmix/pmix4x/pmix/examples/jctrl.c                             pmix_info_t results[], size_t nresults,
results           191 opal/mca/pmix/pmix4x/pmix/examples/server.c                        pmix_info_t results[], size_t nresults,
results           493 opal/mca/pmix/pmix4x/pmix/examples/server.c                        pmix_info_t results[], size_t nresults,
results           642 opal/mca/pmix/pmix4x/pmix/examples/server.c     pmix_list_t results;
results           649 opal/mca/pmix/pmix4x/pmix/examples/server.c     PMIX_CONSTRUCT(&results, pmix_list_t);
results           659 opal/mca/pmix/pmix4x/pmix/examples/server.c                 pmix_list_append(&results, &p2->super);
results           664 opal/mca/pmix/pmix4x/pmix/examples/server.c     if (0 < (n = pmix_list_get_size(&results))) {
results           668 opal/mca/pmix/pmix4x/pmix/examples/server.c             p = (pmix_locdat_t*)pmix_list_remove_first(&results);
results           677 opal/mca/pmix/pmix4x/pmix/examples/server.c     PMIX_LIST_DESTRUCT(&results);
results           797 opal/mca/pmix/pmix4x/pmix/include/pmix.h                                                pmix_info_t **results, size_t *nresults);
results           851 opal/mca/pmix/pmix4x/pmix/include/pmix.h                                             pmix_info_t **results, size_t *nresult);
results           898 opal/mca/pmix/pmix4x/pmix/include/pmix.h                                           pmix_info_t **results, size_t *nresult);
results           262 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c                             pmix_info_t results[], size_t nresults,
results            71 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c     pmix_info_t *results;
results            88 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c     p->results = NULL;
results           124 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c                                                pmix_info_t **results, size_t *nresults)
results           161 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c     *results = cb->results;
results           480 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c                            pmix_info_t *results, size_t nresults,
results           558 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c     cbfunc(rc, cb->results, cb->nresults, chaincbfunc, cb, cbdata);
results           576 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c                                             pmix_info_t **results, size_t *nresults)
results           611 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c     *results = cb.results;
results           800 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c                                           pmix_info_t **results, size_t *nresults)
results          1013 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c         PMIX_INFO_CREATE(cb->results, cb->nresults);
results          1015 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c             PMIX_INFO_XFER(&cb->results[n], &info[n]);
results           715 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c     pmix_shift_caddy_t *results;
results           721 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c     results = PMIX_NEW(pmix_shift_caddy_t);
results           725 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &results->status, &cnt, PMIX_STATUS);
results           727 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         results->status = rc;
results           730 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c     if (PMIX_SUCCESS != results->status) {
results           736 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &results->ninfo, &cnt, PMIX_SIZE);
results           738 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         results->status = rc;
results           741 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c     if (0 < results->ninfo) {
results           742 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         PMIX_INFO_CREATE(results->info, results->ninfo);
results           743 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         cnt = results->ninfo;
results           744 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         PMIX_BFROPS_UNPACK(rc, peer, buf, results->info, &cnt, PMIX_INFO);
results           746 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c             results->status = rc;
results           756 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         cd->cbfunc(results->status, results->info, results->ninfo, cd->cbdata, relcbfunc, results);
results           862 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c                 pmix_list_append(&cd->results, &head->super);
results           869 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c     if (0 < (cd->ninfo = pmix_list_get_size(&cd->results))) {
results           872 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         PMIX_LIST_FOREACH(info, &cd->results, pmix_infolist_t) {
results            55 opal/mca/pmix/pmix4x/pmix/src/common/pmix_control.c     pmix_shift_caddy_t *results;
results            73 opal/mca/pmix/pmix4x/pmix/src/common/pmix_control.c     results = PMIX_NEW(pmix_shift_caddy_t);
results            77 opal/mca/pmix/pmix4x/pmix/src/common/pmix_control.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &results->status, &cnt, PMIX_STATUS);
results            82 opal/mca/pmix/pmix4x/pmix/src/common/pmix_control.c     if (PMIX_SUCCESS != results->status) {
results            88 opal/mca/pmix/pmix4x/pmix/src/common/pmix_control.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &results->ninfo, &cnt, PMIX_SIZE);
results            93 opal/mca/pmix/pmix4x/pmix/src/common/pmix_control.c     if (0 < results->ninfo) {
results            94 opal/mca/pmix/pmix4x/pmix/src/common/pmix_control.c         PMIX_INFO_CREATE(results->info, results->ninfo);
results            95 opal/mca/pmix/pmix4x/pmix/src/common/pmix_control.c         cnt = results->ninfo;
results            96 opal/mca/pmix/pmix4x/pmix/src/common/pmix_control.c         PMIX_BFROPS_UNPACK(rc, peer, buf, results->info, &cnt, PMIX_INFO);
results           108 opal/mca/pmix/pmix4x/pmix/src/common/pmix_control.c         cd->cbfunc(results->status, results->info, results->ninfo, cd->cbdata, relcbfunc, results);
results           110 opal/mca/pmix/pmix4x/pmix/src/common/pmix_control.c         PMIX_RELEASE(results);
results            56 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c     pmix_shift_caddy_t *results;
results            64 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c     results = PMIX_NEW(pmix_shift_caddy_t);
results            68 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &results->status, &cnt, PMIX_STATUS);
results            71 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c         results->status = rc;
results            74 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c     if (PMIX_SUCCESS != results->status) {
results            80 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &results->ninfo, &cnt, PMIX_SIZE);
results            83 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c         results->status = rc;
results            86 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c     if (0 < results->ninfo) {
results            87 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c         PMIX_INFO_CREATE(results->info, results->ninfo);
results            88 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c         cnt = results->ninfo;
results            89 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c         PMIX_BFROPS_UNPACK(rc, peer, buf, results->info, &cnt, PMIX_INFO);
results            92 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c             results->status = rc;
results            96 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c         for (n=0; n < results->ninfo; n++) {
results            98 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c             kv->key = strdup(results->info[n].key);
results           101 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c                                    kv->value, &results->info[n].value);
results           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));
results           115 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c         cd->cbfunc(results->status, results->info, results->ninfo, cd->cbdata, relcbfunc, results);
results           146 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c     pmix_list_t results;
results           184 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c     PMIX_CONSTRUCT(&results, pmix_list_t);
results           213 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c                     PMIX_LIST_DESTRUCT(&results);
results           226 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c                     PMIX_LIST_DESTRUCT(&results);
results           256 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c                 PMIX_LIST_DESTRUCT(&results);
results           263 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c                 pmix_list_append(&results, &kv->super);
results           275 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c     cd->ninfo = pmix_list_get_size(&results);
results           278 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c     PMIX_LIST_FOREACH_SAFE(kv, kvnxt, &results, pmix_kval_t) {
results           289 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c     PMIX_LIST_DESTRUCT(&results);
results           121 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c     pmix_info_t *results = NULL;
results           143 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c                                   &results, &nresults, &cred);
results           147 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c                     cbfunc(PMIX_SUCCESS, &cred, results, nresults, cbdata);
results           148 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c                     if (NULL != results) {
results           149 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c                         PMIX_INFO_FREE(results, nresults);
results           171 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c                               &results, &nresults, &cred);
results           175 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c                 cbfunc(PMIX_SUCCESS, &cred, results, nresults, cbdata);
results           176 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c                 if (NULL != results) {
results           177 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c                     PMIX_INFO_FREE(results, nresults);
results           307 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c     pmix_info_t *results = NULL;
results           329 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c                                     &results, &nresults, cred);
results           333 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c                     cbfunc(PMIX_SUCCESS, results, nresults, cbdata);
results           334 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c                     if (NULL != results) {
results           335 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c                         PMIX_INFO_FREE(results, nresults);
results           355 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c                                 &results, &nresults, cred);
results           359 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c                 cbfunc(PMIX_SUCCESS, results, nresults, cbdata);
results           360 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c                 if (NULL != results) {
results           361 opal/mca/pmix/pmix4x/pmix/src/common/pmix_security.c                     PMIX_INFO_FREE(results, nresults);
results           139 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event.h     pmix_info_t *results;
results           317 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                                       pmix_info_t *results, size_t nresults,
results           335 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         if (0 < strlen(chain->results[n].key)) {
results           350 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         if (0 < strlen(chain->results[n].key)) {
results           351 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c             PMIX_INFO_XFER(&newinfo[cnt], &chain->results[n]);
results           367 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         PMIX_INFO_XFER(&newinfo[cnt], &results[n]);
results           372 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         PMIX_INFO_FREE(chain->results, chain->nresults);
results           375 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c     chain->results = newinfo;
results           417 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                             chain->results, chain->nresults,
results           463 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                                 chain->results, chain->nresults,
results           503 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                             chain->results, chain->nresults,
results           536 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                                   chain->results, chain->nresults,
results           560 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                                           chain->results, chain->nresults,
results           584 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                                   chain->results, chain->nresults,
results          1428 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c     p->results = NULL;
results          1448 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c     if (NULL != p->results) {
results          1449 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         PMIX_INFO_FREE(p->results, p->nresults);
results           353 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c     PMIX_CONSTRUCT(&p->results, pmix_list_t);
results           367 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c     PMIX_LIST_DESTRUCT(&p->results);
results           286 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.h     pmix_list_t results;
results          2515 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     pmix_list_t results;
results          2559 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_CONSTRUCT(&results, pmix_list_t);
results          2568 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c             PMIX_LIST_DESTRUCT(&results);
results          2574 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c                     PMIX_LIST_DESTRUCT(&results);
results          2587 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c                     PMIX_LIST_DESTRUCT(&results);
results          2617 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c                 PMIX_LIST_DESTRUCT(&results);
results          2624 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c                 pmix_list_append(&results, &kv->super);
results          2633 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     if (0 < (cd->ninfo = pmix_list_get_size(&results))) {
results          2636 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_LIST_FOREACH_SAFE(kv, kvnxt, &results, pmix_kval_t) {
results          2649 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_LIST_DESTRUCT(&results);
results           113 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c                             pmix_info_t results[], size_t nresults,
results            60 opal/mca/pmix/pmix4x/pmix/src/tools/pevent/pevent.c                             pmix_info_t results[], size_t nresults,
results            58 opal/mca/pmix/pmix4x/pmix/src/tools/plookup/plookup.c                             pmix_info_t results[], size_t nresults,
results           209 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c                             pmix_info_t results[], size_t nresults,
results           267 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c                 pmix_info_t results[], size_t nresults,
results            72 opal/mca/pmix/pmix4x/pmix/test/cli_stages.h                 pmix_info_t results[], size_t nresults,
results            48 opal/mca/pmix/pmix4x/pmix/test/pmix_client.c                        pmix_info_t results[], size_t nresults,
results           223 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c                        pmix_info_t results[], size_t nresults,
results           619 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c                        pmix_info_t results[], size_t nresults,
results           777 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     pmix_list_t results;
results           784 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     PMIX_CONSTRUCT(&results, pmix_list_t);
results           794 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c                 pmix_list_append(&results, &p2->super);
results           799 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     if (0 < (n = pmix_list_get_size(&results))) {
results           803 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c             p = (pmix_locdat_t*)pmix_list_remove_first(&results);
results           812 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     PMIX_LIST_DESTRUCT(&results);
results            59 opal/mca/pmix/pmix4x/pmix/test/simple/quietclient.c                             pmix_info_t results[], size_t nresults,
results            89 opal/mca/pmix/pmix4x/pmix/test/simple/quietclient.c                            pmix_info_t results[], size_t nresults,
results            49 opal/mca/pmix/pmix4x/pmix/test/simple/simpclient.c                             pmix_info_t results[], size_t nresults,
results            88 opal/mca/pmix/pmix4x/pmix/test/simple/simpclient.c                            pmix_info_t results[], size_t nresults,
results            46 opal/mca/pmix/pmix4x/pmix/test/simple/simpdie.c                             pmix_info_t results[], size_t nresults,
results            46 opal/mca/pmix/pmix4x/pmix/test/simple/simpft.c                             pmix_info_t results[], size_t nresults,
results            47 opal/mca/pmix/pmix4x/pmix/test/simple/simpio.c                             pmix_info_t results[], size_t nresults,
results            47 opal/mca/pmix/pmix4x/pmix/test/simple/simpjctrl.c                             pmix_info_t results[], size_t nresults,
results            47 opal/mca/pmix/pmix4x/pmix/test/simple/simplegacy.c                             pmix_info_t results[], size_t nresults,
results            80 opal/mca/pmix/pmix4x/pmix/test/simple/simplegacy.c                            pmix_info_t results[], size_t nresults,
results           208 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c                        pmix_info_t results[], size_t nresults,
results           280 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c                            pmix_info_t results[], size_t nresults,
results           748 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c                        pmix_info_t results[], size_t nresults,
results           936 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     pmix_list_t results;
results           944 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     PMIX_CONSTRUCT(&results, pmix_list_t);
results           954 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c                 pmix_list_append(&results, &p2->super);
results           959 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     if (0 < (n = pmix_list_get_size(&results))) {
results           963 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c             p = (pmix_locdat_t*)pmix_list_remove_first(&results);
results           972 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     PMIX_LIST_DESTRUCT(&results);
results            47 opal/mca/pmix/pmix4x/pmix/test/simple/simptimeout.c                             pmix_info_t results[], size_t nresults,
results           192 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c                        pmix_info_t results[], size_t nresults,
results           492 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c                        pmix_info_t results[], size_t nresults,
results           635 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     pmix_list_t results;
results           640 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     PMIX_CONSTRUCT(&results, pmix_list_t);
results           650 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c                 pmix_list_append(&results, &p2->super);
results           655 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     if (0 < (n = pmix_list_get_size(&results))) {
results           659 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c             p = (pmix_locdat_t*)pmix_list_remove_first(&results);
results           668 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     PMIX_LIST_DESTRUCT(&results);
results            21 opal/mca/pmix/pmix4x/pmix/test/test_error.c                                pmix_info_t results[], size_t nresults,
results            36 opal/mca/pmix/pmix4x/pmix/test/test_error.c                                pmix_info_t results[], size_t nresults,
results           200 opal/mca/pmix/pmix4x/pmix4x.c static void return_local_event_hdlr(int status, opal_list_t *results,
results           214 opal/mca/pmix/pmix4x/pmix4x.c         if (NULL != results && 0 < (op->ninfo = opal_list_get_size(results))) {
results           262 opal/mca/pmix/pmix4x/pmix4x.c                                cd->info, &cd->results,
results           290 opal/mca/pmix/pmix4x/pmix4x.c                        pmix_info_t results[], size_t nresults,
results           345 opal/mca/pmix/pmix4x/pmix4x.c     if (NULL != results) {
results           348 opal/mca/pmix/pmix4x/pmix4x.c             iptr->key = strdup(results[n].key);
results           349 opal/mca/pmix/pmix4x/pmix4x.c             if (OPAL_SUCCESS != (rc = pmix4x_value_unload(iptr, &results[n].value))) {
results           354 opal/mca/pmix/pmix4x/pmix4x.c             opal_list_append(&cd->results, &iptr->super);
results          1432 opal/mca/pmix/pmix4x/pmix4x.c     opal_list_t *results = (opal_list_t*)cbdata;
results          1433 opal/mca/pmix/pmix4x/pmix4x.c     if (NULL != results) {
results          1434 opal/mca/pmix/pmix4x/pmix4x.c         OPAL_LIST_RELEASE(results);
results          1446 opal/mca/pmix/pmix4x/pmix4x.c     opal_list_t *results = NULL;
results          1454 opal/mca/pmix/pmix4x/pmix4x.c         results = OBJ_NEW(opal_list_t);
results          1457 opal/mca/pmix/pmix4x/pmix4x.c             opal_list_append(results, &iptr->super);
results          1461 opal/mca/pmix/pmix4x/pmix4x.c                 OPAL_LIST_RELEASE(results);
results          1462 opal/mca/pmix/pmix4x/pmix4x.c                 results = NULL;
results          1474 opal/mca/pmix/pmix4x/pmix4x.c         cd->qcbfunc(rc, results, cd->cbdata, relcbfunc, results);
results          1828 opal/mca/pmix/pmix4x/pmix4x.c     OBJ_CONSTRUCT(&p->results, opal_list_t);
results          1841 opal/mca/pmix/pmix4x/pmix4x.c     OPAL_LIST_DESTRUCT(&p->results);
results           152 opal/mca/pmix/pmix4x/pmix4x.h     opal_list_t results;
results           317 opal/mca/pmix/pmix4x/pmix4x.h                                             pmix_info_t results[], size_t nresults,
results           961 opal/mca/pmix/pmix4x/pmix4x_client.c     opal_list_t results, *r = NULL;
results           976 opal/mca/pmix/pmix4x/pmix4x_client.c         OBJ_CONSTRUCT(&results, opal_list_t);
results           979 opal/mca/pmix/pmix4x/pmix4x_client.c             opal_list_append(&results, &d->super);
results          1013 opal/mca/pmix/pmix4x/pmix4x_client.c         r = &results;
results          1022 opal/mca/pmix/pmix4x/pmix4x_client.c         OPAL_LIST_DESTRUCT(&results);
results           701 opal/mca/pmix/pmix_types.h typedef void (*opal_pmix_notification_complete_fn_t)(int status, opal_list_t *results,
results           747 opal/mca/pmix/pmix_types.h                                             opal_list_t *info, opal_list_t *results,
results           100 opal/test/reachable/reachable_netlink.c     opal_reachable_t *results;
results           120 opal/test/reachable/reachable_netlink.c     results = opal_reachable.reachable(local_list, remote_list);
results           187 opal/test/reachable/reachable_netlink.c             printf("%3d ", results->weights[i][j]);
results            58 opal/test/reachable/reachable_shared.h     opal_reachable_t *results;
results            59 opal/test/reachable/reachable_shared.h     results = opal_reachable.reachable(local_list, remote_list);
results            62 opal/test/reachable/reachable_shared.h     int result = results->weights[0][0];
results            65 opal/test/reachable/reachable_shared.h     OBJ_RELEASE(results);
results           628 opal/test/reachable/reachable_weighted.c     opal_reachable_t *results;
results           641 opal/test/reachable/reachable_weighted.c     results = opal_reachable.reachable(if_list1, if_list2);
results           646 opal/test/reachable/reachable_weighted.c     if (!(0 == results->num_local && 0 == results->num_remote)) {
results           650 opal/test/reachable/reachable_weighted.c     OBJ_RELEASE(results);
results           663 opal/test/reachable/reachable_weighted.c     results = opal_reachable.reachable(if_list1, if_list2);
results           668 opal/test/reachable/reachable_weighted.c     if (!(0 == results->num_local && 1 == results->num_remote)) {
results           672 opal/test/reachable/reachable_weighted.c     OBJ_RELEASE(results);
results           684 opal/test/reachable/reachable_weighted.c     results = opal_reachable.reachable(if_list1, if_list2);
results           689 opal/test/reachable/reachable_weighted.c     if (!(1 == results->num_local && 0 == results->num_remote)) {
results           693 opal/test/reachable/reachable_weighted.c     OBJ_RELEASE(results);
results           712 opal/test/reachable/reachable_weighted.c     results = opal_reachable.reachable(if_list1, if_list2);
results           717 opal/test/reachable/reachable_weighted.c     if (!(3 == results->num_local && 14 == results->num_remote)) {
results           721 opal/test/reachable/reachable_weighted.c     OBJ_RELEASE(results);
results           740 opal/test/reachable/reachable_weighted.c     results = opal_reachable.reachable(if_list1, if_list2);
results           745 opal/test/reachable/reachable_weighted.c     if (!(14 == results->num_local && 3 == results->num_remote)) {
results           749 opal/test/reachable/reachable_weighted.c     OBJ_RELEASE(results);
results           768 opal/test/reachable/reachable_weighted.c     results = opal_reachable.reachable(if_list1, if_list2);
results           773 opal/test/reachable/reachable_weighted.c     if (!(27 == results->num_local && 27 == results->num_remote)) {
results           777 opal/test/reachable/reachable_weighted.c     OBJ_RELEASE(results);
results           798 opal/test/reachable/reachable_weighted.c     results = opal_reachable.reachable(if_list1, if_list2);
results           803 opal/test/reachable/reachable_weighted.c     if (!(CQ_PUBLIC_SAME_NETWORK == results->weights[0][0] &&
results           804 opal/test/reachable/reachable_weighted.c 	  CQ_PUBLIC_DIFFERENT_NETWORK == results->weights[0][1] &&
results           805 opal/test/reachable/reachable_weighted.c 	  CQ_PUBLIC_DIFFERENT_NETWORK == results->weights[1][0] &&
results           806 opal/test/reachable/reachable_weighted.c 	  CQ_PUBLIC_SAME_NETWORK == results->weights[1][1])) {
results           810 opal/test/reachable/reachable_weighted.c     OBJ_RELEASE(results);
results           833 opal/test/reachable/reachable_weighted.c     results = opal_reachable.reachable(if_list1, if_list2);
results           838 opal/test/reachable/reachable_weighted.c     if (!(CQ_PUBLIC_SAME_NETWORK == results->weights[0][0] &&
results           839 opal/test/reachable/reachable_weighted.c 	  CQ_PUBLIC_DIFFERENT_NETWORK == results->weights[0][1] &&
results           840 opal/test/reachable/reachable_weighted.c 	  CQ_PUBLIC_DIFFERENT_NETWORK == results->weights[0][2] &&
results           841 opal/test/reachable/reachable_weighted.c 	  CQ_PUBLIC_DIFFERENT_NETWORK == results->weights[1][0] &&
results           842 opal/test/reachable/reachable_weighted.c 	  CQ_PUBLIC_SAME_NETWORK == results->weights[1][1]) &&
results           843 opal/test/reachable/reachable_weighted.c 	CQ_PUBLIC_DIFFERENT_NETWORK == results->weights[1][2]) {
results           847 opal/test/reachable/reachable_weighted.c     OBJ_RELEASE(results);
results           870 opal/test/reachable/reachable_weighted.c     results = opal_reachable.reachable(if_list1, if_list2);
results           875 opal/test/reachable/reachable_weighted.c     if (!(CQ_PUBLIC_SAME_NETWORK == results->weights[0][0] &&
results           876 opal/test/reachable/reachable_weighted.c 	  CQ_PUBLIC_DIFFERENT_NETWORK == results->weights[0][1] &&
results           877 opal/test/reachable/reachable_weighted.c 	  CQ_PUBLIC_DIFFERENT_NETWORK == results->weights[1][0] &&
results           878 opal/test/reachable/reachable_weighted.c 	  CQ_PUBLIC_SAME_NETWORK == results->weights[1][1] &&
results           879 opal/test/reachable/reachable_weighted.c 	  CQ_PUBLIC_DIFFERENT_NETWORK == results->weights[2][0]) &&
results           880 opal/test/reachable/reachable_weighted.c 	CQ_PUBLIC_DIFFERENT_NETWORK == results->weights[2][1]) {
results           884 opal/test/reachable/reachable_weighted.c     OBJ_RELEASE(results);
results            81 orte/mca/errmgr/default_app/errmgr_default_app.c                           opal_list_t *info, opal_list_t *results,
results           493 orte/orted/pmix/pmix_server_gen.c     opal_list_t *results, targets, *array;
results           510 orte/orted/pmix/pmix_server_gen.c     results = OBJ_NEW(opal_list_t);
results           538 orte/orted/pmix/pmix_server_gen.c                 opal_list_append(results, &kv->super);
results           556 orte/orted/pmix/pmix_server_gen.c                 opal_list_append(results, &kv->super);
results           568 orte/orted/pmix/pmix_server_gen.c                 opal_list_append(results, &kv->super);
results           609 orte/orted/pmix/pmix_server_gen.c                         opal_list_append(results, &kv->super);
results           658 orte/orted/pmix/pmix_server_gen.c                     opal_list_append(results, &kv->super);
results           682 orte/orted/pmix/pmix_server_gen.c                     opal_list_append(results, &kv->super);
results           698 orte/orted/pmix/pmix_server_gen.c                         opal_list_append(results, &kv->super);
results           707 orte/orted/pmix/pmix_server_gen.c                 opal_list_append(results, &kv->super);
results           735 orte/orted/pmix/pmix_server_gen.c                 opal_list_append(results, &kv->super);
results           784 orte/orted/pmix/pmix_server_gen.c                 opal_list_append(results, &kv->super);
results           814 orte/orted/pmix/pmix_server_gen.c         if (0 == opal_list_get_size(results)) {
results           816 orte/orted/pmix/pmix_server_gen.c         } else if (opal_list_get_size(results) < opal_list_get_size(cd->info)) {
results           820 orte/orted/pmix/pmix_server_gen.c     cd->infocbfunc(rc, results, cd->cbdata, qrel, results);
results            31 orte/test/mpi/interlib.c                            opal_list_t *info, opal_list_t *results,
results            22 orte/test/mpi/mpi_spin.c                       opal_list_t *info, opal_list_t *results,
results            69 orte/test/mpi/pinterlib.c                            pmix_info_t *results, size_t nresults,
results            49 orte/test/mpi/pmix.c                       opal_list_t *info, opal_list_t *results,
results            20 orte/test/mpi/xlib.c                             pmix_info_t results[], size_t nresults,
results            43 orte/test/mpi/xlib.c                            pmix_info_t results[], size_t nresults,
results            24 orte/test/system/orte_notify.c                             opal_list_t *info, opal_list_t *results,
results           186 test/monitoring/test_overhead.c static inline void do_bench(int size, char*sbuf, double*results,
results           198 test/monitoring/test_overhead.c         op(&results[iter], sbuf, size, tagno, rbuf);
results           212 test/monitoring/test_overhead.c     double results[NB_ITER];
results           260 test/monitoring/test_overhead.c             do_bench(size, sbuf, results, op);
results           262 test/monitoring/test_overhead.c             MPI_Gather(results, NB_ITER, MPI_DOUBLE, full_res, NB_ITER, MPI_DOUBLE, 0, MPI_COMM_WORLD);