Home
last modified time | relevance | path

Searched defs:readv (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libc/sys/
H A Dreadv.c40 __ssp_real(readv)(int fd, const struct iovec *iov, int iovcnt) in __ssp_real() argument
/freebsd/crypto/heimdal/lib/roken/
H A Dreadv.c39 readv(int d, const struct iovec *iov, int iovcnt) in readv() function
H A Droken.h.in698 #define readv rk_readv macro
/freebsd/contrib/tnftp/
H A Dtnftp.h490 #define readv Rreadv macro
/freebsd/contrib/ofed/librdmacm/
H A Dpreload.c71 ssize_t (*readv)(int socket, const struct iovec *iov, int iovcnt); member
818 ssize_t readv(int socket, const struct iovec *iov, int iovcnt) in readv() function
/freebsd/lib/libc/include/
H A Dnamespace.h212 #define readv _readv macro
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors_posix.cpp576 INTERCEPTOR(ssize_t, readv, int fd, const struct iovec *iov, int iovcnt) { argument