/external/qemu/slirp/ |
socket.h | 90 struct iovec; /* For win32 */ 91 size_t sopreprbuf(struct socket *so, struct iovec *iov, int *np);
|
/external/qemu/slirp-android/ |
socket.h | 95 struct iovec; /* For win32 */ 96 size_t sopreprbuf(struct socket *so, struct iovec *iov, int *np);
|
/external/valgrind/main/none/tests/ |
fdleak_cmsg.c | 60 struct iovec iov[1]; 88 struct iovec iov[1];
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
xopen_lim.h | 57 IOV_MAX Maximum number of `iovec' structures that one process has 64 /* Maximum number of `iovec' structures that one process has available
|
uio.h | 44 struct iovec struct
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
xopen_lim.h | 57 IOV_MAX Maximum number of `iovec' structures that one process has 64 /* Maximum number of `iovec' structures that one process has available
|
uio.h | 44 struct iovec struct
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
xopen_lim.h | 57 IOV_MAX Maximum number of `iovec' structures that one process has 64 /* Maximum number of `iovec' structures that one process has available
|
uio.h | 44 struct iovec struct
|
/cts/tests/jni/ |
android_net_cts_NetlinkSocket.cpp | 48 struct iovec iov = {bytes, length};
|
/external/libnl-headers/netlink/ |
netlink.h | 54 struct iovec *, unsigned);
|
/bionic/libc/private/isc/ |
eventlib.h | 137 struct iovec evConsIovec __P((void *, size_t)); 138 int evWrite __P((evContext, int, const struct iovec *, int, 140 int evRead __P((evContext, int, const struct iovec *, int,
|
/external/libpcap/lbl/ |
os-sunos4.h | 134 struct iovec; 136 int readv(int, struct iovec *, int); 190 int writev(int, struct iovec *, int);
|
/external/tcpdump/lbl/ |
os-sunos4.h | 134 struct iovec; 136 int readv(int, struct iovec *, int); 190 int writev(int, struct iovec *, int);
|
/system/core/liblog/ |
fake_log_device.c | 322 static ssize_t fake_writev(int fd, const struct iovec *iov, int iovcnt) { 324 struct iovec* end = iov + iovcnt; 447 const size_t MAX_LINES = ((size_t)~0)/(3*sizeof(struct iovec*)); 448 struct iovec stackVec[INLINE_VECS]; 449 struct iovec* vec = stackVec; 457 vec = (struct iovec*)malloc(sizeof(struct iovec)*numVecs); 467 * Fill in the iovec pointers. 470 struct iovec* v = vec; 542 static ssize_t logWritev(int fd, const struct iovec* vector, int count [all...] |
/external/qemu/ |
cutils.c | 139 qiov->iov = qemu_malloc(alloc_hint * sizeof(struct iovec)); 145 void qemu_iovec_init_external(QEMUIOVector *qiov, struct iovec *iov, int niov) 163 qiov->iov = qemu_realloc(qiov->iov, qiov->nalloc * sizeof(struct iovec)); 174 * or the total size of the copied iovec reaches size.The size of the last 175 * copied iovec is changed in order to fit the specified total size if it isn't
|
posix-aio-compat.c | 38 struct iovec *aio_iov; 153 qemu_preadv(int fd, const struct iovec *iov, int nr_iov, off_t offset) 159 qemu_pwritev(int fd, const struct iovec *iov, int nr_iov, off_t offset) 167 qemu_preadv(int fd, const struct iovec *iov, int nr_iov, off_t offset) 173 qemu_pwritev(int fd, const struct iovec *iov, int nr_iov, off_t offset) 248 * We have more than one iovec, and all are properly aligned.
|
/external/dnsmasq/contrib/wrt/ |
dhcp_release.c | 76 static struct iovec iov; 78 static int expand_buf(struct iovec *iov, size_t size) 258 struct iovec iov;
|
/external/dnsmasq/src/ |
bpf.c | 21 static struct iovec ifconf = { 26 static struct iovec ifreq = { 173 struct iovec iov[4];
|
/frameworks/native/libs/utils/ |
BufferedTextOutput.cpp | 192 struct iovec vec; 211 struct iovec vec; 252 struct iovec vec;
|
/system/core/libnl_2/ |
netlink.c | 64 struct iovec recvmsg_iov; 207 struct iovec msg_iov; 218 struct iovec *iov, unsigned iovlen)
|
/device/samsung/tuna/libsensors/ |
InputEventReader.cpp | 59 struct iovec iov[2];
|
/external/valgrind/main/memcheck/tests/ |
writev1.c | 20 struct iovec wr_iovec[MAX_IOVEC] = {
|
/frameworks/native/include/utils/ |
BufferedTextOutput.h | 45 virtual status_t writeLines(const struct iovec& vec, size_t N) = 0;
|
/libcore/luni/src/main/native/ |
libcore_io_Posix.cpp | 165 class IoVec { 167 IoVec(JNIEnv* env, size_t bufferCount) : mEnv(env), mBufferCount(bufferCount) { 192 struct iovec iov; 200 ~IoVec() { 207 iovec* get() { 218 std::vector<iovec> mIoVec; [all...] |