mig_off_node       73 ompi/mpiext/cr/c/migrate.c         datum->mig_off_node  = (int *) malloc(sizeof(int) * my_size);
mig_off_node       79 ompi/mpiext/cr/c/migrate.c             (datum->mig_off_node)[i] = (int)false;
mig_off_node      100 ompi/mpiext/cr/c/migrate.c                (datum->mig_off_node), 1, MPI_INT, 0, comm);
mig_off_node      416 orte/mca/errmgr/base/errmgr_base_fns.c         if( (datum->mig_off_node)[i] ) {
mig_off_node      223 orte/mca/snapc/base/snapc_base_fns.c     op->mig_off_node  = NULL;
mig_off_node     1419 orte/mca/snapc/full/snapc_full_app.c                                      (OPAL_INT_TO_BOOL((datum->mig_off_node)[i]) ? 'T' : 'F')
mig_off_node     1443 orte/mca/snapc/full/snapc_full_app.c                 if (ORTE_SUCCESS != (ret = opal_dss.pack(buffer, &((datum->mig_off_node)[i]), 1, OPAL_INT))) {
mig_off_node     1361 orte/mca/snapc/full/snapc_full_global.c         datum->mig_off_node  = malloc(sizeof(int) * datum->mig_num);
mig_off_node     1367 orte/mca/snapc/full/snapc_full_global.c             (datum->mig_off_node)[i] = (int)false;
mig_off_node     1395 orte/mca/snapc/full/snapc_full_global.c             if (ORTE_SUCCESS != (ret = opal_dss.unpack(sbuffer, &((datum->mig_off_node)[i]), &count, OPAL_INT))) {
mig_off_node     1406 orte/mca/snapc/full/snapc_full_global.c                                  (OPAL_INT_TO_BOOL((datum->mig_off_node)[i]) ? 'T' : 'F')
mig_off_node      277 orte/mca/snapc/snapc.h     int *mig_off_node;