Home
last modified time | relevance | path

Searched refs:riowrite (Results 1 – 3 of 3) sorted by relevance

/src/contrib/ofed/librdmacm/
H A Drsocket.h93 size_t riowrite(int socket, const void *buf, size_t count, off_t offset, int flags);
H A Drsocket.c3861 size_t riowrite(int socket, const void *buf, size_t count, off_t offset, int flags) in riowrite() function
/src/contrib/ofed/librdmacm/examples/
H A Driostream.c192 ret = riowrite(rs, buf + offset, size - offset, offset, flags); in send_xfer()