Searched refs:runtest_f (Results 1 – 1 of 1) sorted by relevance
/external/ltp/testcases/kernel/io/direct_io/ |
D | diotest4.c | 96 runtest_f(int fd, char *buf, int offset, int count, int errnum, int testnum, in runtest_f() function 279 ret = runtest_f(fd, buf2, offset, count, EINVAL, 3, "odd count"); in main() 312 ret = runtest_f(newfd, buf2, offset, count, EBADF, 5, "negative fd"); in main() 324 ret = runtest_f(newfd, buf2, offset, count, EBADF, 6, in main() 339 ret = runtest_f(fd, buf2, offset, count, EBADF, 7, "closed fd"); in main() 458 ret = runtest_f(fd, buf2 + 1, offset, count, EINVAL, 14, in main() 519 ret = runtest_f(fd, buf1, offset, count, EFAULT, 16, in main()
|