Searched defs:sendbuf (Results 1 - 4 of 4) sorted by relevance

/external/autotest/client/tests/kvm/deps/
H A Dfinish.cpp96 char *sendbuf = "done"; local
124 iSendResult = send(ClientSocket, sendbuf, sizeof(sendbuf), 0);
/external/ipsec-tools/src/racoon/
H A Dhandler.h147 vchar_t *sendbuf; /* buffer for re-sending */ member in struct:ph1handle
265 vchar_t *sendbuf; /* buffer for re-sending */ member in struct:ph2handle
340 vchar_t *sendbuf; /* buffer for the response */ member in struct:recvdpkt
H A Dracoonctl.c336 vchar_t *sendbuf; local
338 if ((sendbuf = f_getevt(0, NULL)) == NULL)
346 if (com_send(sendbuf) != 0)
359 vfree(sendbuf);
/external/valgrind/mpi/
H A Dlibmpiwrap.c1704 /* pre: must be readable: (sendbuf,sendcount,sendtype)
1710 void *sendbuf, int sendcount, MPI_Datatype sendtype,
1723 check_mem_is_defined(sendbuf, sendcount, sendtype);
1727 CALL_FN_W_12W(err, fn, sendbuf,sendcount,sendtype,dest,sendtag,
1949 pre: (all) must be readable: (sendbuf,sendcount,sendtype)
1954 void *sendbuf, int sendcount, MPI_Datatype sendtype,
1964 check_mem_is_defined(sendbuf, sendcount, sendtype);
1968 CALL_FN_W_8W(err, fn, sendbuf,sendcount,sendtype,
1985 /* pre: (root only): must be readable: (sendbuf,sendcount * comm_size,sendtype)
1990 void* sendbuf, in
1709 PMPI_Sendrecv( void *sendbuf, int sendcount, MPI_Datatype sendtype, int dest, int sendtag, void *recvbuf, int recvcount, MPI_Datatype recvtype, int source, int recvtag, MPI_Comm comm, MPI_Status *status) argument
1953 PMPI_Gather( void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) argument
1989 PMPI_Scatter( void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) argument
2024 PMPI_Alltoall( void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm) argument
2057 PMPI_Reduce(void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm) argument
2085 PMPI_Allreduce(void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) argument
[all...]

Completed in 181 milliseconds