pstat              16 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_open.c     struct pvfs_filestat pstat = {-1,-1,-1};
pstat              42 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_open.c     if (flag && (atoi(value) > 0)) pstat.pcount = atoi(value);
pstat              46 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_open.c     if (flag && (atoi(value) > 0)) pstat.ssize = atoi(value);
pstat              50 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_open.c     if (flag && (atoi(value) >= 0)) pstat.base = atoi(value);
pstat              55 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_open.c     fd->fd_sys = pvfs_open64(fd->filename, amode, perm, &pstat, NULL);
pstat              72 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_open.c 	pvfs_ioctl(fd->fd_sys, GETMETA, &pstat);
pstat              73 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_open.c 	ADIOI_Snprintf(value, MPI_MAX_INFO_VAL+1, "%d", pstat.pcount);
pstat              75 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_open.c 	ADIOI_Snprintf(value, MPI_MAX_INFO_VAL+1, "%d", pstat.ssize);
pstat              77 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_open.c 	ADIOI_Snprintf(value, MPI_MAX_INFO_VAL+1, "%d", pstat.base);
pstat              71 opal/mca/pstat/base/pstat_base_open.c MCA_BASE_FRAMEWORK_DECLARE(opal, pstat, "process statistics", NULL,
pstat             125 orte/orted/orted_comm.c     opal_pstats_t pstat;
pstat            1344 orte/orted/orted_comm.c         OBJ_CONSTRUCT(&pstat, opal_pstats_t);
pstat            1345 orte/orted/orted_comm.c         opal_pstat.query(orte_process_info.pid, &pstat, NULL);
pstat            1346 orte/orted/orted_comm.c         opal_dss.pack(answer, &pstat.pss, 1, OPAL_FLOAT);
pstat            1347 orte/orted/orted_comm.c         OBJ_DESTRUCT(&pstat);
pstat            1355 orte/orted/orted_comm.c                 OBJ_CONSTRUCT(&pstat, opal_pstats_t);
pstat            1356 orte/orted/orted_comm.c                 if (OPAL_SUCCESS == opal_pstat.query(proct->pid, &pstat, NULL)) {
pstat            1357 orte/orted/orted_comm.c                     pss += pstat.pss;
pstat            1360 orte/orted/orted_comm.c                 OBJ_DESTRUCT(&pstat);
pstat             501 orte/orted/pmix/pmix_server_gen.c     opal_pstats_t pstat;
pstat             611 orte/orted/pmix/pmix_server_gen.c                         OBJ_CONSTRUCT(&pstat, opal_pstats_t);
pstat             612 orte/orted/pmix/pmix_server_gen.c                         opal_pstat.query(orte_process_info.pid, &pstat, NULL);
pstat             616 orte/orted/pmix/pmix_server_gen.c                         kv->data.fval = pstat.pss;
pstat             618 orte/orted/pmix/pmix_server_gen.c                         OBJ_DESTRUCT(&pstat);
pstat             626 orte/orted/pmix/pmix_server_gen.c                                 OBJ_CONSTRUCT(&pstat, opal_pstats_t);
pstat             627 orte/orted/pmix/pmix_server_gen.c                                 if (OPAL_SUCCESS == opal_pstat.query(proct->pid, &pstat, NULL)) {
pstat             628 orte/orted/pmix/pmix_server_gen.c                                     pss += pstat.pss;
pstat             631 orte/orted/pmix/pmix_server_gen.c                                 OBJ_DESTRUCT(&pstat);