proc_endpoints     69 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c     tcp_proc->proc_endpoints = NULL;
proc_endpoints     87 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c     if(NULL != tcp_proc->proc_endpoints) {
proc_endpoints     88 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c         free(tcp_proc->proc_endpoints);
proc_endpoints    143 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c     btl_proc->proc_endpoints = (mca_btl_base_endpoint_t**)
proc_endpoints    146 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c     if(NULL == btl_proc->proc_endpoints) {
proc_endpoints    395 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c     btl_proc->proc_endpoints[btl_proc->proc_endpoint_count++] = btl_endpoint;
proc_endpoints    687 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c         if(btl_proc->proc_endpoints[i] == btl_endpoint) {
proc_endpoints    688 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c             memmove(btl_proc->proc_endpoints+i, btl_proc->proc_endpoints+i+1,
proc_endpoints    731 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c         mca_btl_base_endpoint_t* btl_endpoint = btl_proc->proc_endpoints[i];
proc_endpoints     52 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.h     struct mca_btl_base_endpoint_t **proc_endpoints;
proc_endpoints     69 ompi/mca/bml/base/base.h     if (OPAL_UNLIKELY(NULL == proc->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_BML])) {
proc_endpoints     71 ompi/mca/bml/base/base.h         if (NULL == proc->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_BML]) {
proc_endpoints     77 ompi/mca/bml/base/base.h     return (struct mca_bml_base_endpoint_t *) proc->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_BML];
proc_endpoints    382 ompi/mca/bml/r2/bml_r2.c     if (NULL != proc->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_BML]) {
proc_endpoints    423 ompi/mca/bml/r2/bml_r2.c         proc->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_BML] = NULL;
proc_endpoints    445 ompi/mca/bml/r2/bml_r2.c     proc->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_BML] = bml_endpoint;
proc_endpoints    479 ompi/mca/bml/r2/bml_r2.c         if(NULL !=  proc->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_BML]) {
proc_endpoints    536 ompi/mca/bml/r2/bml_r2.c                 (mca_bml_base_endpoint_t *) proc->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_BML];
proc_endpoints    540 ompi/mca/bml/r2/bml_r2.c                 proc->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_BML] = bml_endpoint;
proc_endpoints    566 ompi/mca/bml/r2/bml_r2.c             (mca_bml_base_endpoint_t *) new_procs[p]->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_BML];
proc_endpoints    578 ompi/mca/bml/r2/bml_r2.c         if (NULL == proc->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_BML]) {
proc_endpoints    611 ompi/mca/bml/r2/bml_r2.c             (mca_bml_base_endpoint_t*) proc->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_BML];
proc_endpoints    658 ompi/mca/bml/r2/bml_r2.c         proc->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_BML] = NULL;
proc_endpoints    692 ompi/mca/bml/r2/bml_r2.c     mca_bml_base_endpoint_t* ep = (mca_bml_base_endpoint_t*)proc->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_BML];
proc_endpoints    187 ompi/mca/bml/r2/bml_r2_ft.c                 if( NULL != procs[p]->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_BML]) {
proc_endpoints    188 ompi/mca/bml/r2/bml_r2_ft.c                     OBJ_RELEASE(procs[p]->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_BML]);
proc_endpoints    189 ompi/mca/bml/r2/bml_r2_ft.c                     procs[p]->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_BML] = NULL;
proc_endpoints    276 ompi/mca/bml/r2/bml_r2_ft.c             if( NULL != procs[p]->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_BML]) {
proc_endpoints    277 ompi/mca/bml/r2/bml_r2_ft.c                 OBJ_RELEASE(procs[p]->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_BML]);
proc_endpoints    278 ompi/mca/bml/r2/bml_r2_ft.c                 procs[p]->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_BML] = NULL;
proc_endpoints    595 ompi/mca/coll/portals4/coll_portals4_component.c     proc = ompi_proc_local()->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_PORTALS4];
proc_endpoints    140 ompi/mca/mtl/ofi/mtl_ofi.c         procs[i]->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_MTL] = endpoint;
proc_endpoints    169 ompi/mca/mtl/ofi/mtl_ofi.c             NULL != procs[i]->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_MTL]) {
proc_endpoints    170 ompi/mca/mtl/ofi/mtl_ofi.c             endpoint = procs[i]->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_MTL];
proc_endpoints    177 ompi/mca/mtl/ofi/mtl_ofi.c             procs[i]->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_MTL] = NULL;
proc_endpoints     43 ompi/mca/mtl/ofi/mtl_ofi_endpoint.h     if (OPAL_UNLIKELY(NULL == ompi_proc->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_MTL])) {
proc_endpoints     53 ompi/mca/mtl/ofi/mtl_ofi_endpoint.h     return ompi_proc->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_MTL];
proc_endpoints    342 ompi/mca/mtl/portals4/mtl_portals4.c     proc->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_PORTALS4] = endpoint;
proc_endpoints    353 ompi/mca/mtl/portals4/mtl_portals4.c     if (NULL == proc->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_PORTALS4]) {
proc_endpoints    370 ompi/mca/mtl/portals4/mtl_portals4.c         ptl_process_t *peer = (ptl_process_t*) proc->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_PORTALS4];
proc_endpoints    411 ompi/mca/mtl/portals4/mtl_portals4.c         if (NULL == procs[i]->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_PORTALS4]) {
proc_endpoints    428 ompi/mca/mtl/portals4/mtl_portals4.c             ptl_process_t *proc = (ptl_process_t*) procs[i]->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_PORTALS4];
proc_endpoints    535 ompi/mca/mtl/portals4/mtl_portals4.c         if (NULL != procs[i]->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_PORTALS4]) {
proc_endpoints    536 ompi/mca/mtl/portals4/mtl_portals4.c             free(procs[i]->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_PORTALS4]);
proc_endpoints    537 ompi/mca/mtl/portals4/mtl_portals4.c             procs[i]->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_PORTALS4] = NULL;
proc_endpoints    239 ompi/mca/mtl/portals4/mtl_portals4.h     return *((ptl_process_t*)(ompi_mtl_portals4_get_proc_group(group, rank)->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_PORTALS4]));
proc_endpoints    251 ompi/mca/mtl/portals4/mtl_portals4.h     return *((ptl_process_t*)(ompi_mtl_portals4_get_proc(comm, rank)->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_PORTALS4]));
proc_endpoints     33 ompi/mca/mtl/portals4/mtl_portals4_endpoint.h     if (OPAL_UNLIKELY(NULL == ompi_proc->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_PORTALS4])) {
proc_endpoints     37 ompi/mca/mtl/portals4/mtl_portals4_endpoint.h     return ompi_proc->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_PORTALS4];
proc_endpoints    272 ompi/mca/mtl/portals4/mtl_portals4_flowctl.c             *((ptl_process_t*) procs[0]->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_PORTALS4]);
proc_endpoints    275 ompi/mca/mtl/portals4/mtl_portals4_flowctl.c                 *((ptl_process_t*) procs[(me - 1) / 2]->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_PORTALS4]);
proc_endpoints    278 ompi/mca/mtl/portals4/mtl_portals4_flowctl.c             *((ptl_process_t*) procs[me]->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_PORTALS4]);
proc_endpoints    288 ompi/mca/mtl/portals4/mtl_portals4_flowctl.c                     *((ptl_process_t*) procs[tmp]->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_PORTALS4]);
proc_endpoints    294 ompi/mca/mtl/psm/mtl_psm.c         if (NULL != procs[i]->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_MTL]) {
proc_endpoints    366 ompi/mca/mtl/psm/mtl_psm.c             procs[i]->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_MTL] = endpoint;
proc_endpoints     62 ompi/mca/mtl/psm/mtl_psm_endpoint.h     if (OPAL_UNLIKELY(NULL == ompi_proc->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_MTL])) {
proc_endpoints     66 ompi/mca/mtl/psm/mtl_psm_endpoint.h     return ompi_proc->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_MTL];
proc_endpoints    282 ompi/mca/mtl/psm2/mtl_psm2.c         if (NULL != procs[i]->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_MTL]) {
proc_endpoints    353 ompi/mca/mtl/psm2/mtl_psm2.c             procs[i]->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_MTL] = endpoint;
proc_endpoints     60 ompi/mca/mtl/psm2/mtl_psm2_endpoint.h     if (OPAL_UNLIKELY(NULL == ompi_proc->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_MTL])) {
proc_endpoints     64 ompi/mca/mtl/psm2/mtl_psm2_endpoint.h     return ompi_proc->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_MTL];
proc_endpoints    133 ompi/mca/osc/ucx/osc_ucx.h #define OSC_UCX_GET_EP(comm_, rank_) (ompi_comm_peer_lookup(comm_, rank_)->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_UCX])
proc_endpoints    733 ompi/mca/pml/ob1/pml_ob1.c                 (mca_bml_base_endpoint_t*) pckt->proc->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_BML];
proc_endpoints    197 ompi/mca/pml/ob1/pml_ob1_cuda.c     assert(NULL != errproc->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_BML]);
proc_endpoints    201 ompi/mca/pml/ob1/pml_ob1_cuda.c     ep = (mca_bml_base_endpoint_t*)errproc->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_BML];
proc_endpoints    384 ompi/mca/pml/ucx/pml_ucx.c     proc->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_PML] = ep;
proc_endpoints    433 ompi/mca/pml/ucx/pml_ucx.c     ep = ompi_comm_peer_lookup(comm, rank)->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_PML];
proc_endpoints    467 ompi/mca/pml/ucx/pml_ucx.c         del_procs[i].ep   = proc->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_PML];
proc_endpoints    471 ompi/mca/pml/ucx/pml_ucx.c         proc->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_PML] = NULL;
proc_endpoints    243 ompi/mca/pml/yalla/pml_yalla.c         if (procs[i]->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_PML]) {
proc_endpoints    259 ompi/mca/pml/yalla/pml_yalla.c         procs[i]->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_PML] = conn;
proc_endpoints    276 ompi/mca/pml/yalla/pml_yalla.c         mxm_ep_disconnect(procs[i]->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_PML]);
proc_endpoints    278 ompi/mca/pml/yalla/pml_yalla.c         procs[i]->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_PML] = NULL;
proc_endpoints     81 ompi/mca/pml/yalla/pml_yalla_request.h     ompi_comm_peer_lookup(_comm, _rank)->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_PML]
proc_endpoints     69 ompi/proc/proc.c     bzero(proc->proc_endpoints, sizeof(proc->proc_endpoints));
proc_endpoints     75 ompi/proc/proc.h     void *proc_endpoints[OMPI_PROC_ENDPOINT_TAG_MAX];
proc_endpoints    102 opal/mca/btl/tcp/btl_tcp.c             tcp_endpoint = tcp_proc->proc_endpoints[j];
proc_endpoints     79 opal/mca/btl/tcp/btl_tcp_proc.c     tcp_proc->proc_endpoints      = NULL;
proc_endpoints    100 opal/mca/btl/tcp/btl_tcp_proc.c     if(NULL != tcp_proc->proc_endpoints) {
proc_endpoints    101 opal/mca/btl/tcp/btl_tcp_proc.c         free(tcp_proc->proc_endpoints);
proc_endpoints    204 opal/mca/btl/tcp/btl_tcp_proc.c     btl_proc->proc_endpoints = (mca_btl_base_endpoint_t**)
proc_endpoints    207 opal/mca/btl/tcp/btl_tcp_proc.c     if (NULL == btl_proc->proc_endpoints) {
proc_endpoints    475 opal/mca/btl/tcp/btl_tcp_proc.c     btl_proc->proc_endpoints[btl_proc->proc_endpoint_count++] = btl_endpoint;
proc_endpoints    789 opal/mca/btl/tcp/btl_tcp_proc.c             if(btl_proc->proc_endpoints[i] == btl_endpoint) {
proc_endpoints    790 opal/mca/btl/tcp/btl_tcp_proc.c                 memmove(btl_proc->proc_endpoints+i, btl_proc->proc_endpoints+i+1,
proc_endpoints    861 opal/mca/btl/tcp/btl_tcp_proc.c         mca_btl_base_endpoint_t* btl_endpoint = btl_proc->proc_endpoints[i];
proc_endpoints    937 opal/mca/btl/tcp/btl_tcp_proc.c             mca_btl_base_endpoint_t* btl_endpoint = btl_proc->proc_endpoints[i];
proc_endpoints     50 opal/mca/btl/tcp/btl_tcp_proc.h     struct mca_btl_base_endpoint_t **proc_endpoints;
proc_endpoints     36 opal/mca/btl/template/btl_template_proc.c     template_proc->proc_endpoints = 0;
proc_endpoints     58 opal/mca/btl/template/btl_template_proc.c     if(NULL != template_proc->proc_endpoints) {
proc_endpoints     59 opal/mca/btl/template/btl_template_proc.c         free(template_proc->proc_endpoints);
proc_endpoints    134 opal/mca/btl/template/btl_template_proc.c     module_proc->proc_endpoints = (mca_btl_base_endpoint_t**)
proc_endpoints    137 opal/mca/btl/template/btl_template_proc.c     if(NULL == module_proc->proc_endpoints) {
proc_endpoints    155 opal/mca/btl/template/btl_template_proc.c     module_proc->proc_endpoints[module_proc->proc_endpoint_count++] = module_endpoint;
proc_endpoints     45 opal/mca/btl/template/btl_template_proc.h     struct mca_btl_base_endpoint_t **proc_endpoints;
proc_endpoints    140 opal/mca/btl/usnic/btl_usnic_endpoint.c         proc->proc_endpoints[endpoint->endpoint_proc_index] = NULL;
proc_endpoints    133 opal/mca/btl/usnic/btl_usnic_map.c     memcpy(eps, proc->proc_endpoints, size);
proc_endpoints    619 opal/mca/btl/usnic/btl_usnic_module.c                 endpoint = proc->proc_endpoints[j];
proc_endpoints     59 opal/mca/btl/usnic/btl_usnic_proc.c     proc->proc_endpoints = NULL;
proc_endpoints     91 opal/mca/btl/usnic/btl_usnic_proc.c     if (NULL != proc->proc_endpoints) {
proc_endpoints     92 opal/mca/btl/usnic/btl_usnic_proc.c         free(proc->proc_endpoints);
proc_endpoints     93 opal/mca/btl/usnic/btl_usnic_proc.c         proc->proc_endpoints = NULL;
proc_endpoints    260 opal/mca/btl/usnic/btl_usnic_proc.c         proc->proc_endpoints = NULL;
proc_endpoints    273 opal/mca/btl/usnic/btl_usnic_proc.c     proc->proc_endpoints = (mca_btl_base_endpoint_t**)
proc_endpoints    275 opal/mca/btl/usnic/btl_usnic_proc.c     if (NULL == proc->proc_endpoints) {
proc_endpoints    773 opal/mca/btl/usnic/btl_usnic_proc.c     proc->proc_endpoints[proc->proc_endpoint_count] = endpoint;
proc_endpoints     55 opal/mca/btl/usnic/btl_usnic_proc.h     struct mca_btl_base_endpoint_t **proc_endpoints;