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

12

/freebsd-13-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.inc76 readv \
455 read.2 readv.2
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dreadv.c39 readv(int d, const struct iovec *iov, int iovcnt) function
/freebsd-13-stable/sys/sys/
H A Duio.h104 ssize_t readv(int, const struct iovec *, int);
H A Dsyscall.mk89 readv.o \
/freebsd-13-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-13-stable/sys/kern/
H A Dcapabilities.conf542 readv
/freebsd-13-stable/contrib/tcpdump/lbl/
H A Dos-sunos4.h134 int readv(int, struct iovec *, int);
/freebsd-13-stable/contrib/libpcap/lbl/
H A Dos-sunos4.h133 int readv(int, struct iovec *, int);
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dopenbsd-compat.h183 int readv(int, struct iovec *, int);
/freebsd-13-stable/lib/libc/include/
H A Dnamespace.h214 #define readv _readv macro
H A Dun-namespace.h195 #undef readv macro
/freebsd-13-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-13-stable/lib/libc/isc/
H A Dev_streams.c300 bytes = readv(fd, str->iovCur, str->iovCurCount);
/freebsd-13-stable/contrib/tnftp/
H A Dtnftp.h490 #define readv Rreadv macro
/freebsd-13-stable/lib/libsdp/
H A Dsearch.c186 len = readv(ss->s, iov, sizeof(iov)/sizeof(iov[0]));
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_syscalls.c663 SLOT(readv);
/freebsd-13-stable/sys/contrib/openzfs/cmd/zed/
H A Dzed_conf.c634 n = readv(zcp->state_fd, iov, 3);
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_virtio_console.c424 len = readv(sock->vss_conn_fd, &iov, n);
H A Dnet_backends.c320 ret = readv(be->fd, iov, iovcnt);
/freebsd-13-stable/contrib/capsicum-test/
H A Dcapmode.cc158 EXPECT_OK(readv(fd_file_, &io, 1));
/freebsd-13-stable/tests/sys/file/
H A Dpath_test.c636 readv(pathfd, &iov, 1) == -1);
/freebsd-13-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-13-stable/contrib/lib9p/backend/
H A Dfs.c1711 ret = (uint32_t)readv(file->ff_fd, req->lr_data_iov, (int)niov);

Completed in 222 milliseconds

12