Searched refs:wr_iovec2 (Results 1 – 2 of 2) sorted by relevance
/external/ltp/testcases/kernel/syscalls/pwritev/ |
D | pwritev02.c | 49 static struct iovec wr_iovec2[] = { variable 65 {&fd1, wr_iovec2, -1, 0, EINVAL}, 66 {&fd1, wr_iovec2, 1, -1, EINVAL}, 68 {&fd3, wr_iovec2, 1, 0, EBADF}, 69 {&fd2, wr_iovec2, 1, 0, EBADF}, 70 {&fd4[1], wr_iovec2, 1, 0, ESPIPE}
|
/external/ltp/testcases/kernel/syscalls/pwritev2/ |
D | pwritev202.c | 41 static struct iovec wr_iovec2[] = { variable 58 {&fd1, wr_iovec2, -1, 0, 0, EINVAL}, 59 {&fd1, wr_iovec2, 1, 1, -1, EOPNOTSUPP}, 61 {&fd3, wr_iovec2, 1, 0, 0, EBADF}, 62 {&fd2, wr_iovec2, 1, 0, 0, EBADF}, 63 {&fd4[0], wr_iovec2, 1, 0, 0, ESPIPE},
|