Searched refs:readv (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/lib/libc/sys/
H A Dreadv.c44 #pragma weak readv macro
46 readv(int fd, const struct iovec *iov, int iovcnt) function
H A Dinterposing_table.c56 SLOT(readv, __sys_readv),
H A DMakefile.inc54 readv \
425 read.2 readv.2
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dreadv.c39 readv(int d, const struct iovec *iov, int iovcnt) function
H A DMakefile.in57 rcmd.c readv.c recvmsg.c sendmsg.c setegid.c setenv.c \
833 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/readv.Plo@am__quote@
/freebsd-11-stable/sys/sys/
H A Duio.h116 ssize_t readv(int, const struct iovec *, int);
H A Dsyscall.mk89 readv.o \
/freebsd-11-stable/crypto/openssh/
H A Datomicio.c98 * ensure all of data on socket comes through. f==readv || f==writev
119 pfd.events = f == readv ? POLLIN : POLLOUT;
/freebsd-11-stable/sys/kern/
H A Dcapabilities.conf520 readv
/freebsd-11-stable/contrib/libpcap/lbl/
H A Dos-sunos4.h133 int readv(int, struct iovec *, int);
/freebsd-11-stable/contrib/tcpdump/lbl/
H A Dos-sunos4.h134 int readv(int, struct iovec *, int);
/freebsd-11-stable/lib/libc/include/
H A Dun-namespace.h191 #undef readv macro
H A Dnamespace.h210 #define readv _readv macro
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Dpreload.c71 ssize_t (*readv)(int socket, const struct iovec *iov, int iovcnt); member in struct:socket_calls
395 real.readv = dlsym(RTLD_NEXT, "readv");
422 rs.readv = dlsym(RTLD_DEFAULT, "rreadv");
818 ssize_t readv(int socket, const struct iovec *iov, int iovcnt) function
823 rreadv(fd, iov, iovcnt) : real.readv(fd, iov, iovcnt);
/freebsd-11-stable/lib/libsdp/
H A Dsearch.c184 len = readv(ss->s, iov, sizeof(iov)/sizeof(iov[0]));
/freebsd-11-stable/contrib/tnftp/
H A Dtnftp.h490 #define readv Rreadv macro
/freebsd-11-stable/lib/libc/isc/
H A Dev_streams.c298 bytes = readv(fd, str->iovCur, str->iovCurCount);
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_syscalls.c661 SLOT(readv);
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_virtio_net.c332 len = readv(sc->vsc_tapfd, riov, n);
H A Dpci_virtio_console.c408 len = readv(sock->vss_conn_fd, &iov, n);
H A Dpci_e82545.c873 len = readv(sc->esc_tapfd, vec, maxpktdesc);
875 DPRINTF("tap: readv() returned %d\n", len);
/freebsd-11-stable/tools/regression/security/open_to_operation/
H A Dopen_to_operation.c68 * readv(2) O_RDONLY or O_RDWR yes
820 return (readv(d, &iov, 1));
/freebsd-11-stable/usr.sbin/ppp/
H A Dbundle.c1499 if ((got = readv(fd[1], iov + 1, niov - 1)) != expect) {
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dbuffer.c2326 n = readv(fd, vecs, nvecs);

Completed in 240 milliseconds