persist           612 opal/mca/pmix/ext2x/ext2x.c opal_pmix_persistence_t ext2x_convert_persist(pmix_persistence_t persist)
persist           614 opal/mca/pmix/ext2x/ext2x.c     switch(persist) {
persist           630 opal/mca/pmix/ext2x/ext2x.c pmix_persistence_t ext2x_convert_opalpersist(opal_pmix_persistence_t persist)
persist           632 opal/mca/pmix/ext2x/ext2x.c     switch(persist) {
persist           798 opal/mca/pmix/ext2x/ext2x.c             v->data.persist = ext2x_convert_opalpersist((opal_pmix_persistence_t)kv->data.uint8);
persist           973 opal/mca/pmix/ext2x/ext2x.c         kv->data.uint8 = ext2x_convert_persist(v->data.persist);
persist           685 opal/mca/pmix/ext3x/ext3x.c opal_pmix_persistence_t ext3x_convert_persist(pmix_persistence_t persist)
persist           687 opal/mca/pmix/ext3x/ext3x.c     switch(persist) {
persist           703 opal/mca/pmix/ext3x/ext3x.c pmix_persistence_t ext3x_convert_opalpersist(opal_pmix_persistence_t persist)
persist           705 opal/mca/pmix/ext3x/ext3x.c     switch(persist) {
persist           871 opal/mca/pmix/ext3x/ext3x.c             v->data.persist = ext3x_convert_opalpersist((opal_pmix_persistence_t)kv->data.uint8);
persist          1118 opal/mca/pmix/ext3x/ext3x.c         kv->data.uint8 = ext3x_convert_persist(v->data.persist);
persist           113 opal/mca/pmix/pmix4x/pmix/src/common/pmix_strings.c PMIX_EXPORT const char* PMIx_Persistence_string(pmix_persistence_t persist)
persist           115 opal/mca/pmix/pmix4x/pmix/src/common/pmix_strings.c     switch(persist) {
persist           160 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_fns.c             memcpy(&(v->data.persist), data, sizeof(pmix_persistence_t));
persist           338 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_fns.c             memcpy(*data, &(kv->data.persist), sizeof(pmix_persistence_t));
persist           681 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_fns.c         memcpy(&p->data.persist, &src->data.persist, sizeof(pmix_persistence_t));
persist           996 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_print.c                           prefx, (int)src->data.persist);
persist           556 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/bfrop_pmix20.c             memcpy(&(v->data.persist), data, sizeof(pmix_persistence_t));
persist           720 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/bfrop_pmix20.c             memcpy(*data, &(kv->data.persist), sizeof(pmix_persistence_t));
persist           452 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/copy.c             memcpy(&p->data.persist, &src->data.persist, sizeof(pmix_persistence_t));
persist           598 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/pack.c             if (PMIX_SUCCESS != (ret = pmix20_bfrop_pack_buffer(regtypes, buffer, &p->data.persist, 1, PMIX_PERSIST))) {
persist           883 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/print.c                       prefx, PMIx_Persistence_string(src->data.persist));
persist           684 opal/mca/pmix/pmix4x/pmix4x.c opal_pmix_persistence_t pmix4x_convert_persist(pmix_persistence_t persist)
persist           686 opal/mca/pmix/pmix4x/pmix4x.c     switch(persist) {
persist           702 opal/mca/pmix/pmix4x/pmix4x.c pmix_persistence_t pmix4x_convert_opalpersist(opal_pmix_persistence_t persist)
persist           704 opal/mca/pmix/pmix4x/pmix4x.c     switch(persist) {
persist           870 opal/mca/pmix/pmix4x/pmix4x.c             v->data.persist = pmix4x_convert_opalpersist((opal_pmix_persistence_t)kv->data.uint8);
persist          1111 opal/mca/pmix/pmix4x/pmix4x.c         kv->data.uint8 = pmix4x_convert_persist(v->data.persist);
persist           281 opal/mca/rcache/grdma/rcache_grdma_module.c     const bool persist = !!(flags & MCA_RCACHE_FLAGS_PERSIST);
persist           309 opal/mca/rcache/grdma/rcache_grdma_module.c     if (!(bypass_cache || persist)) {
persist           234 orte/orted/pmix/pmix_server_pub.c     opal_pmix_persistence_t persist = OPAL_PMIX_PERSIST_APP;
persist           272 orte/orted/pmix/pmix_server_pub.c             persist = (opal_pmix_persistence_t)iptr->data.integer;
persist           288 orte/orted/pmix/pmix_server_pub.c     if (OPAL_SUCCESS != (rc = opal_dss.pack(&req->msg, &persist, 1, OPAL_INT))) {