HomeSort by relevance Sort by last modified time
    Searched defs:iovcnt (Results 1 - 5 of 5) sorted by null

  /bionic/libc/kernel/uapi/linux/
mic_ioctl.h 24 __u32 iovcnt; member in struct:mic_copy_desc
  /external/kernel-headers/original/uapi/linux/
mic_ioctl.h 31 * @iovcnt: Number of IOVEC structures in iov.
43 __u32 iovcnt; member in struct:mic_copy_desc
  /external/ltp/testcases/kernel/syscalls/writev/
writev01.c 60 int iovcnt; member in struct:testcase_t
68 .iovcnt = ARRAY_SIZE(iovec_badlen),
76 .iovcnt = ARRAY_SIZE(iovec_simple),
81 .desc = "invalid iovcnt",
84 .iovcnt = -1,
89 .desc = "zero iovcnt",
92 .iovcnt = 0,
99 .iovcnt = ARRAY_SIZE(iovec_zero_null),
106 .iovcnt = ARRAY_SIZE(iovec_simple),
131 TEST(writev(*(tcase->pfd), *(tcase->piovec), tcase->iovcnt));
    [all...]
  /external/ltp/testcases/kernel/syscalls/sendmsg/
sendmsg01.c 90 int iovcnt; /* # elements in iovec */ member in struct:test_case_t
109 .iovcnt = 1,
126 .iovcnt = 1,
143 .iovcnt = 1,
160 .iovcnt = 1,
177 .iovcnt = 1,
194 .iovcnt = 1,
210 .iovcnt = 1,
226 .iovcnt = 1,
243 .iovcnt = 1
    [all...]
  /external/ltp/testcases/kernel/syscalls/recvmsg/
recvmsg01.c 96 int iovcnt; member in struct:test_case_t
220 msgdat.msg_iovlen = tdat[testno].iovcnt;

Completed in 439 milliseconds