HomeSort by relevance Sort by last modified time
    Searched refs:writev (Results 26 - 50 of 116) sorted by null

12 3 4 5

  /bionic/libc/include/sys/
uio.h 39 ssize_t writev(int __fd, const struct iovec* __iov, int __count);
  /bionic/libc/upstream-netbsd/lib/libc/gen/
psignal.c 78 (void)writev(STDERR_FILENO, iov, (int)((v - iov) + 1));
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
herror.c 113 writev(STDERR_FILENO, iov, (v - iov) + 1);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
uio.h 118 ssize_t writev(int, const struct iovec *, int);
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
writev.c 42 writev.c
46 Functions implementing the standard "writev" system call interface
81 // writev
84 // BSD writev interface for libc
96 writev( function
  /external/honggfuzz/examples/terminal-emulators/
terminal-test.c 114 writev(fd_log, iov, ARRAYSIZE(iov));
  /bionic/tests/
sys_uio_test.cpp 30 ASSERT_EQ(10, writev(tf.fd, ios, 2));
  /external/ltp/testcases/kernel/syscalls/writev/
writev01.c 21 * Testcase to check the basic functionality of writev(2) system call.
22 * Create IO vectors and attempt to writev various components of it.
131 TEST(writev(*(tcase->pfd), *(tcase->piovec), tcase->iovcnt));
writev06.c 116 * Iovecs passed to writev points to valid (readable) regions,
124 TEST(writev(fd[0], wr_iovec, 2));
128 "writev returned %d as expected", 2);
136 "Error writev return value = %ld",
writev07.c 18 * Verify writev() behaviour with partially valid iovec list.
20 * iovec. Starting with 4.8, a writev with short data (under
26 * syscall corresponds to return value of writev().
28 * See: [RFC] writev() semantics with invalid iovec in the middle
70 TEST(writev(fd, wr_iovec, ARRAY_SIZE(wr_iovec)));
102 /* writev() wrote more bytes than bytes preceding invalid iovec */
103 tst_res(TINFO, "writev() has written %ld bytes", TST_RET);
105 tst_res(TFAIL, "writev wrote more than expected");
writev02.c 25 * In these testcases, writev() is called with partially valid data
30 * at some 8k th offset. After that writev() will be called with invalid
140 * In this block we are trying to call writev() with invalid
149 TEST(writev(fd[0], wr_iovec, 2));
164 tst_resm(TFAIL, "Error: writev() "
168 tst_resm(TFAIL, "Error writev returned a positive "
writev05.c 25 * These testcases are written to test writev() on sparse files. This
150 * In this block we are trying to call writev() with invalid
161 TEST(writev(fd[0], wr_iovec, 2));
177 tst_resm(TFAIL, "Error writev returned a positive "
  /bionic/libc/async_safe/
async_safe_log.cpp 452 int result = TEMP_FAILURE_RETRY(writev(STDERR_FILENO, vec, 4));
518 int result = TEMP_FAILURE_RETRY(writev(main_log_fd, vec, sizeof(vec) / sizeof(vec[0])));
554 TEMP_FAILURE_RETRY(writev(2, iov, 2));
  /external/libpcap/lbl/
os-sunos4.h 186 int writev(int, struct iovec *, int);
  /external/openssh/openbsd-compat/
openbsd-compat.h 168 int writev(int, struct iovec *, int);
  /external/strace/tests/
qual_fault.c 71 rc = writev(got_fd, &io, 1);
80 tprintf("writev(%#x, %p, 0x1)"
84 tprintf("writev(%d, [{iov_base=\"%s\", iov_len=%d}], 1)"
94 tprintf("writev(%#x, %p, 0x1) = %#x\n",
97 tprintf("writev(%d, [{iov_base=\"%s\", iov_len=%d}], 1)"
  /external/strace/tests-m32/
qual_fault.c 71 rc = writev(got_fd, &io, 1);
80 tprintf("writev(%#x, %p, 0x1)"
84 tprintf("writev(%d, [{iov_base=\"%s\", iov_len=%d}], 1)"
94 tprintf("writev(%#x, %p, 0x1) = %#x\n",
97 tprintf("writev(%d, [{iov_base=\"%s\", iov_len=%d}], 1)"
  /external/strace/tests-mx32/
qual_fault.c 71 rc = writev(got_fd, &io, 1);
80 tprintf("writev(%#x, %p, 0x1)"
84 tprintf("writev(%d, [{iov_base=\"%s\", iov_len=%d}], 1)"
94 tprintf("writev(%#x, %p, 0x1) = %#x\n",
97 tprintf("writev(%d, [{iov_base=\"%s\", iov_len=%d}], 1)"
  /external/tcpdump/lbl/
os-sunos4.h 186 int writev(int, struct iovec *, int);
  /external/ltp/testcases/kernel/fs/ftest/
ftest04.c 221 /* Stuff for the writev call */
405 writev(fd, &val_iovec[0], MAXIOVCNT)) < csize) {
415 "\tTest[%d]: writev fail at %x xfr %d, errno = %d.",
444 if (writev(fd, &val_iovec[0], MAXIOVCNT)
448 "\tTest[%d]: writev fail at %x, errno = %d.",
ftest08.c 234 /* Stuff for the writev call */
422 writev(fd, &val_iovec[0], MAXIOVCNT)) < csize) {
431 NULL, "\tTest[%d]: writev fail at %" PRIx64
463 if (writev(fd, &val_iovec[0], MAXIOVCNT)
466 NULL, "\tTest[%d]: writev fail at %"
  /bootable/recovery/fuse_sideload/
fuse_sideload.cpp 110 int res = writev(fd->ffd, vec, 2);
338 if (writev(fd->ffd, vec, vec_used) == -1) {
  /external/selinux/mcstrans/src/
mcstransd.c 104 while (((count = writev(fd, resp_hdr, 3)) < 0) && (errno == EINTR));
113 while (((count = writev(fd, &resp_data, 1)) < 0) && (errno == EINTR));
  /bionic/libc/bionic/
system_property_set.cpp 155 if (writev(connection_->socket(), iov_, iov_index_) == -1) {
  /external/libchrome/mojo/public/cpp/platform/
socket_utils_posix.cc 94 return HANDLE_EINTR(writev(socket, iov, static_cast<int>(num_iov)));

Completed in 1542 milliseconds

12 3 4 5