Home
last modified time | relevance | path

Searched defs:expected_errno (Results 1 – 15 of 15) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/migrate_pages/
Dmigrate_pages_common.c49 int check_errno(long expected_errno) in check_errno()
/third_party/ltp/testcases/kernel/syscalls/dup/
Ddup02.c22 int expected_errno; member
/third_party/ltp/testcases/kernel/syscalls/readahead/
Dreadahead01.c36 static void check_errno(long expected_errno) in check_errno()
/third_party/ltp/testcases/kernel/syscalls/faccessat/
Dfaccessat01.c63 static int expected_errno[TEST_CASES] = { 0, 0, ENOTDIR, EBADF, 0, 0 }; variable
/third_party/ltp/testcases/kernel/syscalls/futimesat/
Dfutimesat01.c57 static const int expected_errno[] = { 0, 0, ENOTDIR, EBADF, 0 }; variable
/third_party/ltp/testcases/kernel/syscalls/fchmodat/
Dfchmodat01.c63 int expected_errno[TEST_CASES] = { 0, 0, ENOTDIR, EBADF, 0, 0 }; variable
/third_party/ltp/testcases/kernel/syscalls/munmap/
Dmunmap03.c94 static void check_and_print(int expected_errno) in check_and_print()
/third_party/ltp/testcases/kernel/syscalls/swapon/
Dswapon03.c40 int expected_errno = EPERM; variable
/third_party/ltp/testcases/kernel/syscalls/rename/
Drename11.c126 static void check_and_print(int expected_errno) in check_and_print()
/third_party/ltp/testcases/kernel/syscalls/fstatat/
Dfstatat01.c58 static const int expected_errno[] = { 0, 0, ENOTDIR, EBADF, EINVAL, 0 }; variable
/third_party/ltp/testcases/kernel/syscalls/linkat/
Dlinkat02.c66 int expected_errno; member
Dlinkat01.c98 int expected_errno; member
/third_party/ltp/testcases/kernel/syscalls/symlinkat/
Dsymlinkat01.c76 int expected_errno; member
/third_party/ltp/testcases/kernel/syscalls/epoll/
Depoll-ltp.c475 int expected_errno = 0; in test_epoll_ctl() local
/third_party/ltp/testcases/kernel/syscalls/cma/
Dprocess_vm01.c157 static int cma_check_errno(long expected_errno) in cma_check_errno()