Home
last modified time | relevance | path

Searched defs:expected_errno (Results 1 – 13 of 13) 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/libjpeg-turbo/
Dstrtest.c40 #define CHECK_ERRNO(errno_return, expected_errno) \ argument
/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/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/fanotify/
Dfanotify14.c66 int expected_errno; member
/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/cma/
Dprocess_vm01.c90 static void check_errno(long expected_errno) in check_errno()
/third_party/ltp/testcases/kernel/syscalls/epoll/
Depoll-ltp.c475 int expected_errno = 0; in test_epoll_ctl() local