base_path         516 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     s->nspace_path = strdup(ds_ctx->base_path);
base_path         535 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         seg = pmix_common_dstor_create_new_segment(PMIX_DSTORE_INITIAL_SEGMENT, ds_ctx->base_path,
base_path         544 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         seg = pmix_common_dstor_attach_new_segment(PMIX_DSTORE_INITIAL_SEGMENT, ds_ctx->base_path, m->name, 0);
base_path         654 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c             seg = pmix_common_dstor_create_new_segment(PMIX_DSTORE_NS_META_SEGMENT, ds_ctx->base_path,
base_path         663 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c             seg = pmix_common_dstor_attach_new_segment(PMIX_DSTORE_NS_META_SEGMENT, ds_ctx->base_path, info->ns_map.name, i);
base_path         689 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c             seg = pmix_common_dstor_create_new_segment(PMIX_DSTORE_NS_DATA_SEGMENT, ds_ctx->base_path,
base_path         700 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c             seg = pmix_common_dstor_attach_new_segment(PMIX_DSTORE_NS_DATA_SEGMENT, ds_ctx->base_path, info->ns_map.name, i);
base_path         736 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         if (NULL == (last_seg = pmix_common_dstor_extend_segment(last_seg, ds_ctx->base_path, ns_map->name,
base_path         776 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c             tmp->next = pmix_common_dstor_attach_new_segment(PMIX_DSTORE_INITIAL_SEGMENT, ds_ctx->base_path,
base_path         938 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c             tmp = pmix_common_dstor_extend_segment(tmp, ds_ctx->base_path, ns_info->ns_map.name,
base_path         978 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                 tmp = pmix_common_dstor_extend_segment(tmp, ds_ctx->base_path, ns_info->ns_map.name,
base_path        1116 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         tmp = pmix_common_dstor_extend_segment(tmp, ds_ctx->base_path, ns_info->ns_map.name,
base_path        1649 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         rc = asprintf(&ds_ctx->base_path, "%s/pmix_dstor_%s_%d", dstor_tmpdir,
base_path        1651 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         if ((0 > rc) || (NULL == ds_ctx->base_path)) {
base_path        1657 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         if (0 != mkdir(ds_ctx->base_path, 0770)) {
base_path        1665 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c             if (chown(ds_ctx->base_path, (uid_t) ds_ctx->jobuid, (gid_t) -1) < 0){
base_path        1700 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         if (NULL == (ds_ctx->base_path = strdup(dstor_tmpdir))) {
base_path        1728 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     rc = ds_ctx->lock_cbs->init(&_ESH_SESSION_lock(ds_ctx->session_array, tbl_idx), ds_ctx->base_path, nspace, 1, ds_ctx->jobuid, ds_ctx->setjobuid);
base_path        1765 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     if (NULL != ds_ctx->base_path){
base_path        1767 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c             if (lstat(ds_ctx->base_path, &st) >= 0){
base_path        1768 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                 if (PMIX_SUCCESS != (rc = _esh_dir_del(ds_ctx->base_path))) {
base_path        1773 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         free(ds_ctx->base_path);
base_path        1774 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         ds_ctx->base_path = NULL;
base_path        1785 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     free(ds_ctx->base_path);
base_path        2355 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     if ((NULL == ds_ctx->base_path) || (strlen(ds_ctx->base_path) == 0)){
base_path        2430 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                            ds_ctx->base_path, nspace, local_size, ds_ctx->jobuid,
base_path          45 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.h     char *base_path;
base_path          29 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_common.h                                                 const char *base_path,  const char *name,
base_path          90 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.c PMIX_EXPORT pmix_dstore_seg_desc_t *pmix_common_dstor_create_new_lock_seg(const char *base_path, size_t size,
base_path         102 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.c     snprintf(file_name, PMIX_PATH_MAX, "%s/smlockseg-%s", base_path, name);
base_path         138 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.c PMIX_EXPORT pmix_dstore_seg_desc_t *pmix_common_dstor_attach_new_lock_seg(const char *base_path,
base_path         154 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.c              base_path, name);
base_path         164 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.c                         const char *base_path, const char *name, uint32_t id,
base_path         180 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.c                 base_path, id);
base_path         184 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.c             snprintf(file_name, PMIX_PATH_MAX, "%s/smseg-%s-%u", base_path, name, id);
base_path         188 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.c             snprintf(file_name, PMIX_PATH_MAX, "%s/smdataseg-%s-%d", base_path, name, id);
base_path         228 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.c PMIX_EXPORT pmix_dstore_seg_desc_t *pmix_common_dstor_attach_new_segment(pmix_dstore_segment_type type, const char *base_path,
base_path         246 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.c                 base_path, id);
base_path         251 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.c                 base_path, name, id);
base_path         256 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.c                 base_path, name, id);
base_path         272 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.c PMIX_EXPORT pmix_dstore_seg_desc_t *pmix_common_dstor_extend_segment(pmix_dstore_seg_desc_t *segdesc, const char *base_path,
base_path         286 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.c     seg = pmix_common_dstor_create_new_segment(segdesc->type, base_path, name, tmp->id + 1, uid, setuid);
base_path          56 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.h                         const char *base_path, const char *name, uint32_t id,
base_path          59 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.h                         const char *base_path,
base_path          62 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.h                         const char *base_path,
base_path          65 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.h PMIX_EXPORT pmix_dstore_seg_desc_t *pmix_common_dstor_create_new_lock_seg(const char *base_path, size_t size,
base_path          67 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.h PMIX_EXPORT pmix_dstore_seg_desc_t *pmix_common_dstor_attach_new_lock_seg(const char *base_path,
base_path          20 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock.h                                       const char *base_path,  const char *name,
base_path          84 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c pmix_status_t pmix_gds_ds12_lock_init(pmix_common_dstor_lock_ctx_t *ctx, const char *base_path,
base_path         107 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c     if(0 > asprintf(&lock_ctx->lockfile, "%s/dstore_sm.lock", base_path)) {
base_path          69 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_pthread.c pmix_status_t pmix_gds_ds12_lock_init(pmix_common_dstor_lock_ctx_t *ctx, const char *base_path,
base_path         100 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_pthread.c     if(0 > asprintf(&lock_ctx->lockfile, "%s/dstore_sm.lock", base_path)) {
base_path          20 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_lock.h                                       const char *base_path,  const char *name,
base_path         115 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_lock_pthread.c pmix_status_t pmix_gds_ds21_lock_init(pmix_common_dstor_lock_ctx_t *ctx, const char *base_path, const char * name,
base_path         172 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_lock_pthread.c         lock_item->seg_desc = pmix_common_dstor_create_new_lock_seg(base_path,
base_path         222 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_lock_pthread.c         lock_item->seg_desc = pmix_common_dstor_attach_new_lock_seg(base_path, size, name, 0);
base_path         232 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_lock_pthread.c             lock_item->seg_desc = pmix_common_dstor_attach_new_lock_seg(base_path, size, name, 0);
base_path         267 opal/mca/shmem/mmap/shmem_mmap_module.c get_uniq_file_name(const char *base_path, const char *hash_key)
base_path         290 opal/mca/shmem/mmap/shmem_mmap_module.c              base_path, (int)my_pid, str_hash, rand_num);