Home
last modified time | relevance | path

Searched refs:_remote_addr (Results 1 – 11 of 11) sorted by relevance

/dports/devel/py-pika/pika-1.1.0/tests/
H A Dforward_server.py117 self._remote_addr = remote_addr
191 remote_addr=self._remote_addr,
350 self._remote_addr = remote_addr
367 if self._remote_addr is not None:
373 remote_dest_sock.connect(self._remote_addr)
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/rocm/gdr/
H A Drocm_gdr_ep.c36 #define uct_rocm_gdr_trace_data(_remote_addr, _rkey, _fmt, ...) \ argument
37 ucs_trace_data(_fmt " to %"PRIx64"(%+ld)", ## __VA_ARGS__, (_remote_addr), \
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucp/rma/
H A Damo_send.c24 #define UCP_AMO_CHECK_PARAM(_context, _remote_addr, _size, _opcode, \ argument
28 ucs_unlikely(((_remote_addr) % (_size)) != 0)) { \
30 "(remote address 0x%"PRIx64", size %zu)", (_remote_addr), \
53 #define UCP_AMO_CHECK_PARAM_NBX(_context, _remote_addr, _size, _count, \ argument
63 UCP_AMO_CHECK_PARAM(_context, _remote_addr, _size, _opcode, \
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/rocm/copy/
H A Drocm_copy_ep.c39 #define uct_rocm_copy_trace_data(_remote_addr, _rkey, _fmt, ...) \ argument
40 ucs_trace_data(_fmt " to %"PRIx64"(%+ld)", ## __VA_ARGS__, (_remote_addr), \
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/rocm/ipc/
H A Drocm_ipc_ep.c48 #define uct_rocm_ipc_trace_data(_remote_addr, _rkey, _fmt, ...) \ argument
49 ucs_trace_data(_fmt " to %"PRIx64"(%+ld)", ## __VA_ARGS__, (_remote_addr), \
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/cuda/cuda_copy/
H A Dcuda_copy_ep.c40 #define uct_cuda_copy_trace_data(_remote_addr, _rkey, _fmt, ...) \ argument
41 ucs_trace_data(_fmt " to %"PRIx64"(%+ld)", ## __VA_ARGS__, (_remote_addr), \
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/sm/base/
H A Dsm_ep.c15 #define uct_sm_ep_trace_data(_remote_addr, _rkey, _fmt, ...) \ argument
16 ucs_trace_data(_fmt " to 0x%"PRIx64"(%+ld)", ## __VA_ARGS__, (_remote_addr), \
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/ib/rc/verbs/
H A Drc_verbs_impl.h202 _compare_add, _swap, _remote_addr, _rkey) \ argument
207 _wr.wr.atomic.remote_addr = _remote_addr; \
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/playbook/
H A Dplay_context.py92 _remote_addr = FieldAttribute(isa='string') variable in PlayContext
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/playbook/
H A Dplay_context.py92 _remote_addr = FieldAttribute(isa='string') variable in PlayContext
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/playbook/
H A Dplay_context.py92 _remote_addr = FieldAttribute(isa='string') variable in PlayContext