guid             1034 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c     orte_process_name_t guid;
guid             1044 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c     retval = recv(sd, (char *)&guid, sizeof(guid), 0);
guid             1045 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c     if(retval != sizeof(guid)) {
guid             1049 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c     ORTE_PROCESS_NAME_NTOH(guid);
guid             1064 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c     btl_proc = mca_btl_tcp2_proc_lookup(&guid);
guid              341 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c     orte_process_name_t guid = btl_proc->proc_ompi->proc_name;
guid              343 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c     ORTE_PROCESS_NAME_HTON(guid);
guid              344 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c     if(mca_btl_tcp2_endpoint_send_blocking(btl_endpoint, &guid, sizeof(guid)) !=
guid              345 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c           sizeof(guid)) {
guid              502 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c     orte_process_name_t guid;
guid              505 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c     if((mca_btl_tcp2_endpoint_recv_blocking(btl_endpoint, &guid, sizeof(orte_process_name_t))) != sizeof(orte_process_name_t)) {
guid              508 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c     ORTE_PROCESS_NAME_NTOH(guid);
guid              512 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c                                                     &guid)) {
guid              514 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c                    ORTE_NAME_PRINT(&guid)));
guid             1391 opal/mca/btl/tcp/btl_tcp_component.c     opal_process_name_t guid;
guid             1457 opal/mca/btl/tcp/btl_tcp_component.c     guid = hs_msg.guid;
guid             1484 opal/mca/btl/tcp/btl_tcp_component.c     OPAL_PROCESS_NAME_NTOH(guid);
guid             1506 opal/mca/btl/tcp/btl_tcp_component.c     btl_proc = mca_btl_tcp_proc_lookup(&guid);
guid              403 opal/mca/btl/tcp/btl_tcp_endpoint.c     opal_process_name_t guid = opal_proc_local_get()->proc_name;
guid              404 opal/mca/btl/tcp/btl_tcp_endpoint.c     OPAL_PROCESS_NAME_HTON(guid);
guid              409 opal/mca/btl/tcp/btl_tcp_endpoint.c     hs_msg.guid = guid;
guid              594 opal/mca/btl/tcp/btl_tcp_endpoint.c     opal_process_name_t guid;
guid              622 opal/mca/btl/tcp/btl_tcp_endpoint.c     guid = hs_msg.guid;
guid              623 opal/mca/btl/tcp/btl_tcp_endpoint.c     OPAL_PROCESS_NAME_NTOH(guid);
guid              628 opal/mca/btl/tcp/btl_tcp_endpoint.c     if (0 != opal_compare_proc(btl_proc->proc_opal->proc_name, guid)) {
guid              630 opal/mca/btl/tcp/btl_tcp_endpoint.c                    OPAL_NAME_PRINT(guid)));
guid               82 opal/mca/btl/tcp/btl_tcp_endpoint.h     opal_process_name_t guid;
guid               65 opal/util/proc.h #define OPAL_PROCESS_NAME_NTOH(guid) opal_process_name_ntoh_intr(&(guid))
guid               72 opal/util/proc.h #define OPAL_PROCESS_NAME_HTON(guid) opal_process_name_hton_intr(&(guid))
guid               80 opal/util/proc.h #define OPAL_PROCESS_NAME_NTOH(guid)
guid               81 opal/util/proc.h #define OPAL_PROCESS_NAME_HTON(guid)