shmemfile         283 opal/mca/hwloc/base/hwloc_base_util.c     char *shmemfile;
shmemfile         305 opal/mca/hwloc/base/hwloc_base_util.c                                        &wildcard_rank, (void**)&shmemfile, OPAL_STRING);
shmemfile         311 opal/mca/hwloc/base/hwloc_base_util.c             if (0 > (fd = open(shmemfile, O_RDONLY))) {
shmemfile         312 opal/mca/hwloc/base/hwloc_base_util.c                 free(shmemfile);
shmemfile         316 opal/mca/hwloc/base/hwloc_base_util.c             free(shmemfile);
shmemfile          52 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c static char *shmemfile = NULL;
shmemfile         397 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c         asprintf(&shmemfile, "%s/hwloc.sm", pmix_server_globals.tmpdir);
shmemfile         399 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c         if (PMIX_SUCCESS != (rc = enough_space(shmemfile, shmemsize,
shmemfile         402 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c             free(shmemfile);
shmemfile         403 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c             shmemfile = NULL;
shmemfile         412 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c             free(shmemfile);
shmemfile         413 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c             shmemfile = NULL;
shmemfile         422 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c         if (-1 == (shmemfd = open(shmemfile, O_CREAT | O_RDWR, 0600))) {
shmemfile         423 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c             free(shmemfile);
shmemfile         424 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c             shmemfile = NULL;
shmemfile         437 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c             unlink(shmemfile);
shmemfile         438 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c             free(shmemfile);
shmemfile         439 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c             shmemfile = NULL;
shmemfile         456 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c         PMIX_VALUE_LOAD(kp2->value, shmemfile, PMIX_STRING);
shmemfile         504 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c     if (NULL != shmemfile) {
shmemfile         505 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c         unlink(shmemfile);
shmemfile         506 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c         free(shmemfile);
shmemfile          71 orte/mca/rtc/hwloc/rtc_hwloc.c static char *shmemfile = NULL;
shmemfile         138 orte/mca/rtc/hwloc/rtc_hwloc.c     opal_asprintf(&shmemfile, "%s/hwloc.sm", orte_process_info.jobfam_session_dir);
shmemfile         140 orte/mca/rtc/hwloc/rtc_hwloc.c     if (OPAL_SUCCESS != (rc = enough_space(shmemfile, shmemsize,
shmemfile         146 orte/mca/rtc/hwloc/rtc_hwloc.c                             ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), shmemfile);
shmemfile         147 orte/mca/rtc/hwloc/rtc_hwloc.c         free(shmemfile);
shmemfile         148 orte/mca/rtc/hwloc/rtc_hwloc.c         shmemfile = NULL;
shmemfile         154 orte/mca/rtc/hwloc/rtc_hwloc.c                            shmemfile, orte_process_info.nodename,
shmemfile         158 orte/mca/rtc/hwloc/rtc_hwloc.c         free(shmemfile);
shmemfile         159 orte/mca/rtc/hwloc/rtc_hwloc.c         shmemfile = NULL;
shmemfile         163 orte/mca/rtc/hwloc/rtc_hwloc.c     if (-1 == (shmemfd = open(shmemfile, O_CREAT | O_RDWR, 0600))) {
shmemfile         170 orte/mca/rtc/hwloc/rtc_hwloc.c         free(shmemfile);
shmemfile         171 orte/mca/rtc/hwloc/rtc_hwloc.c         shmemfile = NULL;
shmemfile         181 orte/mca/rtc/hwloc/rtc_hwloc.c                             ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), shmemfile);
shmemfile         182 orte/mca/rtc/hwloc/rtc_hwloc.c         unlink(shmemfile);
shmemfile         183 orte/mca/rtc/hwloc/rtc_hwloc.c         free(shmemfile);
shmemfile         184 orte/mca/rtc/hwloc/rtc_hwloc.c         shmemfile = NULL;
shmemfile         197 orte/mca/rtc/hwloc/rtc_hwloc.c     if (NULL != shmemfile) {
shmemfile         198 orte/mca/rtc/hwloc/rtc_hwloc.c         unlink(shmemfile);
shmemfile         199 orte/mca/rtc/hwloc/rtc_hwloc.c         free(shmemfile);
shmemfile         215 orte/mca/rtc/hwloc/rtc_hwloc.c         NULL == shmemfile) {
shmemfile         227 orte/mca/rtc/hwloc/rtc_hwloc.c                         "FILE %s ADDR %lx SIZE %lx", shmemfile,
shmemfile         234 orte/mca/rtc/hwloc/rtc_hwloc.c     kv->data.string = strdup(shmemfile);