proc_type         175 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c     p->proc_type = PMIX_PROC_UNDEF;
proc_type         243 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.h     pmix_proc_type_t proc_type;
proc_type        2837 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     ds_ctx->clients_peer->proc_type = peer->proc_type;
proc_type         211 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_frame.c     p->proc_type = PMIX_PROC_UNDEF;
proc_type          83 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/ptl_types.h #define PMIX_PROC_IS_CLIENT(p)      (PMIX_PROC_CLIENT & (p)->proc_type)
proc_type          84 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/ptl_types.h #define PMIX_PROC_IS_SERVER(p)      (PMIX_PROC_SERVER & (p)->proc_type)
proc_type          85 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/ptl_types.h #define PMIX_PROC_IS_TOOL(p)        (PMIX_PROC_TOOL & (p)->proc_type)
proc_type          86 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/ptl_types.h #define PMIX_PROC_IS_V1(p)          (PMIX_PROC_V1 & (p)->proc_type)
proc_type          87 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/ptl_types.h #define PMIX_PROC_IS_V20(p)         (PMIX_PROC_V20 & (p)->proc_type)
proc_type          88 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/ptl_types.h #define PMIX_PROC_IS_V21(p)         (PMIX_PROC_V21 & (p)->proc_type)
proc_type          89 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/ptl_types.h #define PMIX_PROC_IS_V3(p)          (PMIX_PROC_V3 & (p)->proc_type)
proc_type          90 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/ptl_types.h #define PMIX_PROC_IS_LAUNCHER(p)    (PMIX_PROC_LAUNCHER_ACT & (p)->proc_type)
proc_type          91 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/ptl_types.h #define PMIX_PROC_IS_CLIENT_TOOL(p) (PMIX_PROC_CLIENT_TOOL_ACT & (p)->proc_type)
proc_type          92 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/ptl_types.h #define PMIX_PROC_IS_GATEWAY(p)     (PMIX_PROC_GATEWAY_ACT & (p)->proc_type)
proc_type         217 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/ptl_types.h     pmix_proc_type_t proc_type;
proc_type         157 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c             pmix_client_globals.myserver->proc_type = PMIX_PROC_SERVER | PMIX_PROC_V3;
proc_type         167 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c             pmix_client_globals.myserver->proc_type = PMIX_PROC_SERVER | PMIX_PROC_V3;
proc_type         177 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c             pmix_client_globals.myserver->proc_type = PMIX_PROC_SERVER | PMIX_PROC_V21;
proc_type         187 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c             pmix_client_globals.myserver->proc_type = PMIX_PROC_SERVER | PMIX_PROC_V20;
proc_type         790 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c         pmix_client_globals.myserver->proc_type = PMIX_PROC_SERVER | PMIX_PROC_V20;
proc_type         802 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c             pmix_client_globals.myserver->proc_type = PMIX_PROC_SERVER | PMIX_PROC_V21;
proc_type         807 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c             pmix_client_globals.myserver->proc_type = PMIX_PROC_SERVER | PMIX_PROC_V3;
proc_type         972 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c     pmix_proc_type_t proc_type;
proc_type        1081 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         proc_type = PMIX_PROC_CLIENT;
proc_type        1108 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         proc_type = PMIX_PROC_TOOL;
proc_type        1134 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         proc_type = PMIX_PROC_LAUNCHER;
proc_type        1161 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c             proc_type = PMIX_PROC_TOOL;
proc_type        1163 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c             proc_type = PMIX_PROC_LAUNCHER;
proc_type        1193 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c             proc_type = PMIX_PROC_TOOL;
proc_type        1195 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c             proc_type = PMIX_PROC_LAUNCHER;
proc_type        1268 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         proc_type = proc_type | PMIX_PROC_V20;
proc_type        1276 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c             proc_type = proc_type | PMIX_PROC_V21;
proc_type        1278 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c             proc_type = proc_type | PMIX_PROC_V3;
proc_type        1440 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         pnd->proc_type = proc_type;
proc_type        1540 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c     peer->proc_type = proc_type;
proc_type        1806 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c     peer->proc_type = pnd->proc_type;
proc_type         590 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c         psave->proc_type = PMIX_PROC_CLIENT | PMIX_PROC_V1;
proc_type         592 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c         psave->proc_type = PMIX_PROC_CLIENT | PMIX_PROC_V20;
proc_type         594 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c         psave->proc_type = PMIX_PROC_CLIENT | PMIX_PROC_V21;
proc_type         596 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c         psave->proc_type = PMIX_PROC_CLIENT | PMIX_PROC_V3;
proc_type         250 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c     pmix_globals.mypeer->proc_type = type | PMIX_PROC_V3;
proc_type         381 orte/orted/orted_submit.c     if (ORTE_PROC_TYPE_NONE == orte_process_info.proc_type) {
proc_type         385 orte/orted/orted_submit.c             orte_process_info.proc_type = ORTE_PROC_HNP;
proc_type         387 orte/orted/orted_submit.c             orte_process_info.proc_type = ORTE_PROC_TOOL;
proc_type         542 orte/orted/orted_submit.c                                         orte_process_info.proc_type))) {
proc_type         323 orte/runtime/orte_cr.c     prev_type = orte_process_info.proc_type;
proc_type         342 orte/runtime/orte_cr.c     orte_process_info.proc_type = prev_type;
proc_type         168 orte/runtime/orte_init.c     orte_process_info.proc_type = flags;
proc_type          71 orte/util/proc_info.c     .proc_type =                       ORTE_PROC_TYPE_NONE,
proc_type         327 orte/util/proc_info.c     orte_process_info.proc_type = ORTE_PROC_TYPE_NONE;
proc_type          63 orte/util/proc_info.h #define ORTE_PROC_IS_SINGLETON      (ORTE_PROC_SINGLETON & orte_process_info.proc_type)
proc_type          64 orte/util/proc_info.h #define ORTE_PROC_IS_DAEMON         (ORTE_PROC_DAEMON & orte_process_info.proc_type)
proc_type          65 orte/util/proc_info.h #define ORTE_PROC_IS_HNP            (ORTE_PROC_HNP & orte_process_info.proc_type)
proc_type          66 orte/util/proc_info.h #define ORTE_PROC_IS_TOOL           (ORTE_PROC_TOOL & orte_process_info.proc_type)
proc_type          67 orte/util/proc_info.h #define ORTE_PROC_IS_NON_MPI        (ORTE_PROC_NON_MPI & orte_process_info.proc_type)
proc_type          68 orte/util/proc_info.h #define ORTE_PROC_IS_MPI            (ORTE_PROC_MPI & orte_process_info.proc_type)
proc_type          69 orte/util/proc_info.h #define ORTE_PROC_IS_APP            (ORTE_PROC_APP & orte_process_info.proc_type)
proc_type          70 orte/util/proc_info.h #define ORTE_PROC_IS_DVM            (ORTE_PROC_DVM & orte_process_info.proc_type)
proc_type          71 orte/util/proc_info.h #define ORTE_PROC_IS_IOF_ENDPT      (ORTE_PROC_IOF_ENDPT & orte_process_info.proc_type)
proc_type          72 orte/util/proc_info.h #define ORTE_PROC_IS_MASTER         (ORTE_PROC_MASTER_ACTUAL & orte_process_info.proc_type)
proc_type         101 orte/util/proc_info.h     orte_proc_type_t proc_type;         /**< Type of process */