Searched refs:wr_iovec2 (Results 1 – 1 of 1) sorted by relevance
/external/ltp/testcases/kernel/syscalls/pwritev/ |
D | pwritev02.c | 57 static struct iovec wr_iovec2[] = { variable 73 {&fd1, wr_iovec2, -1, 0, EINVAL}, 74 {&fd1, wr_iovec2, 1, -1, EINVAL}, 76 {&fd3, wr_iovec2, 1, 0, EBADF}, 77 {&fd2, wr_iovec2, 1, 0, EBADF}, 78 {&fd4[1], wr_iovec2, 1, 0, ESPIPE}
|