st                 24 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_open.c     struct dioattr st;
st                 57 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_open.c 	ioctl(fd->fd_direct, XFS_IOC_DIOINFO, &st);
st                 59 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_open.c 	fcntl(fd->fd_direct, F_DIOINFO, &st);
st                 62 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_open.c 	fd->d_mem = st.d_mem;
st                 63 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_open.c 	fd->d_miniosz = st.d_miniosz;
st                 66 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_open.c 		fd->hints->fs_hints.xfs.read_chunk_sz = st.d_maxiosz;
st                 80 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_open.c 		fd->hints->fs_hints.xfs.write_chunk_sz = st.d_maxiosz;
st                180 ompi/mca/mtl/psm/mtl_psm_component.c   struct stat st;
st                189 ompi/mca/mtl/psm/mtl_psm_component.c   if (0 != stat("/dev/ipath", &st)) {
st                775 ompi/mca/rte/pmix/rte_pmix_module.c     struct stat st;
st                784 ompi/mca/rte/pmix/rte_pmix_module.c         stat(fullpath, &st);
st                786 ompi/mca/rte/pmix/rte_pmix_module.c         if (0 == st.st_size) {
st                175 ompi/mca/topo/treematch/treematch/tm_mapping.c     struct stat st;
st                176 ompi/mca/topo/treematch/treematch/tm_mapping.c     stat(filename, &st);
st                177 ompi/mca/topo/treematch/treematch/tm_mapping.c     return st.st_size;
st                 95 ompi/mpi/java/c/mpi_Request.c         jobject st = ompi_java_status_new(env, statuses + i);
st                 96 ompi/mpi/java/c/mpi_Request.c         (*env)->SetObjectArrayElement(env, array, i, st);
st                 97 ompi/mpi/java/c/mpi_Request.c         (*env)->DeleteLocalRef(env, st);
st                114 ompi/mpi/java/c/mpi_Request.c         jobject st = ompi_java_status_newIndex(env, statuses + i, indices[i]);
st                115 ompi/mpi/java/c/mpi_Request.c         (*env)->SetObjectArrayElement(env, array, i, st);
st                116 ompi/mpi/java/c/mpi_Request.c         (*env)->DeleteLocalRef(env, st);
st                130 opal/mca/event/libevent2022/libevent/evutil.c 	struct stat st;
st                148 opal/mca/event/libevent2022/libevent/evutil.c 	if (fstat(fd, &st) || st.st_size < 0 ||
st                149 opal/mca/event/libevent2022/libevent/evutil.c 	    st.st_size > EV_SSIZE_MAX-1 ) {
st                153 opal/mca/event/libevent2022/libevent/evutil.c 	mem = mm_malloc((size_t)st.st_size + 1);
st                164 opal/mca/event/libevent2022/libevent/evutil.c 	while ((r = read(fd, mem+read_so_far, N_TO_READ(st.st_size - read_so_far))) > 0) {
st                166 opal/mca/event/libevent2022/libevent/evutil.c 		if (read_so_far >= (size_t)st.st_size)
st                168 opal/mca/event/libevent2022/libevent/evutil.c 		EVUTIL_ASSERT(read_so_far < (size_t)st.st_size);
st                 92 opal/mca/event/libevent2022/libevent/sample/event-test.c 	struct stat st;
st                 96 opal/mca/event/libevent2022/libevent/sample/event-test.c 	if (lstat(fifo, &st) == 0) {
st                 97 opal/mca/event/libevent2022/libevent/sample/event-test.c 		if ((st.st_mode & S_IFMT) == S_IFREG) {
st                160 opal/mca/event/libevent2022/libevent/sample/http-server.c 	struct stat st;
st                199 opal/mca/event/libevent2022/libevent/sample/http-server.c 	if (stat(whole_path, &st)<0) {
st                206 opal/mca/event/libevent2022/libevent/sample/http-server.c 	if (S_ISDIR(st.st_mode)) {
st                282 opal/mca/event/libevent2022/libevent/sample/http-server.c 		if (fstat(fd, &st)<0) {
st                290 opal/mca/event/libevent2022/libevent/sample/http-server.c 		evbuffer_add_file(evb, fd, 0, st.st_size);
st                132 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c       struct stat st;
st                134 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c       int err = fstat(fd, &st);
st                136 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	if (st.st_size <= 64*1024) { /* random limit large enough to store multiple cpusets for thousands of PUs */
st                137 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	  buffer = malloc(st.st_size+1);
st                138 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	  if (read(fd, buffer, st.st_size) == st.st_size) {
st                139 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 	    buffer[st.st_size] = '\0';
st                145 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 		  env, (unsigned long) st.st_size);
st                371 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_fstatat(const char *path, struct stat *st, int flags, int fsroot_fd)
st                379 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   return fstatat(fsroot_fd, relative_path, st, flags);
st                448 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_stat(const char *p, struct stat *st, int d __hwloc_attribute_unused)
st                451 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     return hwloc_fstatat(p, st, 0, d);
st                453 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     return stat(p, st);
st                458 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_lstat(const char *p, struct stat *st, int d __hwloc_attribute_unused)
st                461 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     return hwloc_fstatat(p, st, AT_SYMLINK_NOFOLLOW, d);
st                463 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     return lstat(p, st);
st               2342 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   struct stat st;
st               2348 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   err = hwloc_stat("/sys/kernel/mm/hugepages", &st, data->root_fd);
st               2350 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     types = 1 + st.st_nlink-2;
st               2416 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   struct stat st;
st               2422 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   err = hwloc_stat(path, &st, data->root_fd);
st               2424 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     types = 1 + st.st_nlink-2;
st               5142 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   struct stat st;
st               5153 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   if (!hwloc_stat(path, &st, root_fd)) {
st                162 opal/mca/pmix/ext2x/ext2x_client.c static void dereg_cbfunc(pmix_status_t st, void *cbdata)
st                177 opal/mca/pmix/ext2x/ext2x_server_south.c static void dereg_cbfunc(pmix_status_t st, void *cbdata)
st                162 opal/mca/pmix/ext3x/ext3x_client.c static void dereg_cbfunc(pmix_status_t st, void *cbdata)
st                179 opal/mca/pmix/ext3x/ext3x_server_south.c static void dereg_cbfunc(pmix_status_t st, void *cbdata)
st                848 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/pack.c     char *st;
st                854 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/pack.c         st = ptr[i].key;
st                855 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/pack.c         if (PMIX_SUCCESS != (ret = pmix20_bfrop_pack_string(regtypes, buffer, &st, 1, PMIX_STRING))) {
st                198 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     struct stat st;
st                211 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         if ( 0 > lstat(name, &st) ){
st                219 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         if(S_ISDIR(st.st_mode)) {
st               1753 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     struct stat st = {0};
st               1767 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c             if (lstat(ds_ctx->base_path, &st) >= 0){
st                161 opal/mca/pmix/pmix4x/pmix4x_client.c static void dereg_cbfunc(pmix_status_t st, void *cbdata)
st                178 opal/mca/pmix/pmix4x/pmix4x_server_south.c static void dereg_cbfunc(pmix_status_t st, void *cbdata)
st                194 orte/mca/filem/raw/filem_raw_module.c     int st, n, rc;
st                205 orte/mca/filem/raw/filem_raw_module.c     if (OPAL_SUCCESS != (rc = opal_dss.unpack(buffer, &st, &n, OPAL_INT))) {
st                213 orte/mca/filem/raw/filem_raw_module.c                          ORTE_NAME_PRINT(sender), file, st));
st                226 orte/mca/filem/raw/filem_raw_module.c                 if (0 != st) {
st                227 orte/mca/filem/raw/filem_raw_module.c                     xfer->status = st;
st               1419 orte/mca/plm/base/plm_base_launch_support.c void orte_plm_base_daemon_failed(int st, orte_process_name_t* sender,
st                127 orte/mca/state/base/state_base_fns.c     orte_state_t *st;
st                133 orte/mca/state/base/state_base_fns.c         st = (orte_state_t*)item;
st                134 orte/mca/state/base/state_base_fns.c         if (st->job_state == state) {
st                142 orte/mca/state/base/state_base_fns.c     st = OBJ_NEW(orte_state_t);
st                143 orte/mca/state/base/state_base_fns.c     st->job_state = state;
st                144 orte/mca/state/base/state_base_fns.c     st->cbfunc = cbfunc;
st                145 orte/mca/state/base/state_base_fns.c     st->priority = priority;
st                146 orte/mca/state/base/state_base_fns.c     opal_list_append(&orte_job_states, &(st->super));
st                155 orte/mca/state/base/state_base_fns.c     orte_state_t *st;
st                160 orte/mca/state/base/state_base_fns.c         st = (orte_state_t*)item;
st                161 orte/mca/state/base/state_base_fns.c         if (st->job_state == state) {
st                162 orte/mca/state/base/state_base_fns.c             st->cbfunc = cbfunc;
st                168 orte/mca/state/base/state_base_fns.c     st = OBJ_NEW(orte_state_t);
st                169 orte/mca/state/base/state_base_fns.c     st->job_state = state;
st                170 orte/mca/state/base/state_base_fns.c     st->cbfunc = cbfunc;
st                171 orte/mca/state/base/state_base_fns.c     st->priority = ORTE_SYS_PRI;
st                172 orte/mca/state/base/state_base_fns.c     opal_list_append(&orte_job_states, &(st->super));
st                181 orte/mca/state/base/state_base_fns.c     orte_state_t *st;
st                186 orte/mca/state/base/state_base_fns.c         st = (orte_state_t*)item;
st                187 orte/mca/state/base/state_base_fns.c         if (st->job_state == state) {
st                188 orte/mca/state/base/state_base_fns.c             st->priority = priority;
st                198 orte/mca/state/base/state_base_fns.c     orte_state_t *st;
st                203 orte/mca/state/base/state_base_fns.c         st = (orte_state_t*)item;
st                204 orte/mca/state/base/state_base_fns.c         if (st->job_state == state) {
st                216 orte/mca/state/base/state_base_fns.c     orte_state_t *st;
st                222 orte/mca/state/base/state_base_fns.c         st = (orte_state_t*)item;
st                224 orte/mca/state/base/state_base_fns.c                     orte_job_state_to_str(st->job_state),
st                225 orte/mca/state/base/state_base_fns.c                     (NULL == st->cbfunc) ? "NULL" : "DEFINED");
st                303 orte/mca/state/base/state_base_fns.c     orte_state_t *st;
st                309 orte/mca/state/base/state_base_fns.c         st = (orte_state_t*)item;
st                310 orte/mca/state/base/state_base_fns.c         if (st->proc_state == state) {
st                318 orte/mca/state/base/state_base_fns.c     st = OBJ_NEW(orte_state_t);
st                319 orte/mca/state/base/state_base_fns.c     st->proc_state = state;
st                320 orte/mca/state/base/state_base_fns.c     st->cbfunc = cbfunc;
st                321 orte/mca/state/base/state_base_fns.c     st->priority = priority;
st                322 orte/mca/state/base/state_base_fns.c     opal_list_append(&orte_proc_states, &(st->super));
st                331 orte/mca/state/base/state_base_fns.c     orte_state_t *st;
st                336 orte/mca/state/base/state_base_fns.c         st = (orte_state_t*)item;
st                337 orte/mca/state/base/state_base_fns.c         if (st->proc_state == state) {
st                338 orte/mca/state/base/state_base_fns.c             st->cbfunc = cbfunc;
st                349 orte/mca/state/base/state_base_fns.c     orte_state_t *st;
st                354 orte/mca/state/base/state_base_fns.c         st = (orte_state_t*)item;
st                355 orte/mca/state/base/state_base_fns.c         if (st->proc_state == state) {
st                356 orte/mca/state/base/state_base_fns.c             st->priority = priority;
st                366 orte/mca/state/base/state_base_fns.c     orte_state_t *st;
st                371 orte/mca/state/base/state_base_fns.c         st = (orte_state_t*)item;
st                372 orte/mca/state/base/state_base_fns.c         if (st->proc_state == state) {
st                384 orte/mca/state/base/state_base_fns.c     orte_state_t *st;
st                390 orte/mca/state/base/state_base_fns.c         st = (orte_state_t*)item;
st                392 orte/mca/state/base/state_base_fns.c                     orte_proc_state_to_str(st->proc_state),
st                393 orte/mca/state/base/state_base_fns.c                     (NULL == st->cbfunc) ? "NULL" : "DEFINED");
st               3117 orte/orted/orted_submit.c     char *st;
st               3138 orte/orted/orted_submit.c         while (OPAL_SUCCESS == opal_dss.unpack(blob, &st, &cnt, OPAL_STRING)) {
st               3139 orte/orted/orted_submit.c             fprintf(stderr, "\t%s", st);  // has its own newline
st               3140 orte/orted/orted_submit.c             free(st);
st                159 orte/orted/pmix/pmix_server_internal.h #define ORTE_PMIX_THREADSHIFT(p, s, st, m, pl, fn, cf, cb)      \
st                166 orte/orted/pmix/pmix_server_internal.h         _cd->status = (st);                                     \
st                  8 orte/test/mpi/spawn-problem/ch_rec.c 	MPI_Status st;
st                 22 orte/test/mpi/spawn-problem/ch_rec.c 						MPI_ANY_TAG, parent, &st);
st                  8 orte/test/mpi/spawn-problem/start.c 	MPI_Status st;
st                 23 orte/test/mpi/spawn-problem/start.c 						MPI_ANY_TAG, comm, &st);
st                592 orte/util/session_dir.c     struct stat st;
st                601 orte/util/session_dir.c         stat(fullpath, &st);
st                603 orte/util/session_dir.c         if (0 == st.st_size) {
st                 94 test/event/event-test.c 	struct stat st;
st                 98 test/event/event-test.c 	if (lstat (fifo, &st) == 0) {
st                 99 test/event/event-test.c 		if ((st.st_mode & S_IFMT) == S_IFREG) {