HomeSort by relevance Sort by last modified time
    Searched defs:tcase (Results 1 - 25 of 46) sorted by null

1 2

  /external/ltp/testcases/kernel/syscalls/add_key/
add_key02.c 43 struct tcase { struct
  /external/ltp/testcases/kernel/syscalls/clock_getres/
clock_getres01.c 43 } tcase[] = { variable in typeref:struct:test_case
60 TEST(clock_getres(tcase[i].clk_id, tcase[i].res));
62 if (TEST_RETURN != tcase[i].ret) {
64 tst_res(TCONF, "clock_getres(%s, ...) NO SUPPORTED", tcase[i].name);
68 tst_res(TFAIL | TTERRNO, "clock_getres(%s, ...) failed", tcase[i].name);
72 if (TEST_ERRNO != tcase[i].err) {
75 tcase[i].name, tst_strerrno(TEST_ERRNO), tst_strerrno(tcase[i].err));
79 tst_res(TPASS, "clock_getres(%s, ...) succeeded", tcase[i].name)
    [all...]
  /external/ltp/testcases/kernel/syscalls/getpriority/
getpriority01.c 32 static struct tcase { struct
44 struct tcase *tc = &tcases[n];
getpriority02.c 36 static struct tcase { struct
52 struct tcase *tc = &tcases[n];
  /external/ltp/testcases/kernel/syscalls/access/
access03.c 37 static struct tcase { struct
48 static void access_test(struct tcase *tc, const char *user)
71 struct tcase *tc = &tcases[n];
access04.c 58 static struct tcase { struct
71 static void access_test(struct tcase *tc, const char *user)
92 struct tcase *tc = tcases + n;
access01.c 48 static struct tcase { struct
253 static void verify_success(struct tcase *tc, const char *user)
265 static void verify_failure(struct tcase *tc, const char *user)
285 static void access_test(struct tcase *tc, const char *user)
297 struct tcase *tc = tcases + n;
  /external/ltp/testcases/kernel/syscalls/creat/
creat01.c 44 struct tcase { struct
creat04.c 38 static struct tcase { struct
  /external/ltp/testcases/kernel/syscalls/fstatfs/
fstatfs01.c 59 static struct tcase { struct
  /external/ltp/testcases/kernel/syscalls/kcmp/
kcmp03.c 45 static struct tcase { struct
87 struct tcase *tc = &tcases[n];
  /external/ltp/testcases/kernel/syscalls/lgetxattr/
lgetxattr02.c 53 } tcase[] = { variable in typeref:struct:test_case
61 struct test_case *tc = tcase + n;
102 .tcnt = ARRAY_SIZE(tcase),
  /external/ltp/testcases/kernel/syscalls/memfd_create/
memfd_create02.c 34 static const struct tcase { struct
75 const struct tcase *tc;
  /external/ltp/testcases/kernel/syscalls/mq_unlink/
mq_unlink01.c 42 static struct test_case tcase[] = { variable in typeref:struct:test_case
86 struct test_case *tc = &tcase[i];
128 .tcnt = ARRAY_SIZE(tcase),
  /external/ltp/testcases/kernel/syscalls/socket/
socket02.c 37 static struct tcase { struct
52 struct tcase *tc = &tcases[n];
  /external/ltp/testcases/kernel/syscalls/socketpair/
socketpair02.c 40 static struct tcase { struct
55 struct tcase *tc = &tcases[n];
  /external/ltp/testcases/kernel/syscalls/umount/
umount02.c 42 static struct tcase { struct
56 struct tcase *tc = &tcases[n];
  /external/ltp/testcases/kernel/syscalls/ipc/msgget/
msgget02.c 44 static struct tcase { struct
59 static void verify_msgget(struct tcase *tc)
79 struct tcase *tc = &tcases[n];
  /external/ltp/testcases/kernel/syscalls/ipc/msgsnd/
msgsnd05.c 44 static struct tcase { struct
54 static void verify_msgsnd(struct tcase *tc)
81 struct tcase *tc = &tcases[n];
  /external/ltp/testcases/kernel/syscalls/madvise/
madvise01.c 44 static struct tcase { struct
104 struct tcase *tc = &tcases[i];
  /external/ltp/testcases/kernel/syscalls/preadv/
preadv01.c 42 static struct tcase { struct
57 struct tcase *tc = &tcases[n];
  /external/ltp/testcases/kernel/syscalls/pselect/
pselect01.c 39 struct tcase { struct
46 static struct tcase tcases[] = {
83 struct tcase *t = &tcases[n];
  /external/ltp/testcases/kernel/syscalls/pwritev/
pwritev01.c 45 static struct tcase { struct
58 struct tcase *tc = &tcases[n];
  /external/ltp/testcases/kernel/syscalls/setpriority/
setpriority02.c 48 static struct tcase { struct
67 static void setpriority_test(struct tcase *tc)
99 struct tcase *tc = &tcases[n];
  /external/ltp/testcases/kernel/syscalls/signal/
signal01.c 63 static struct tcase { struct
78 static int tcase; variable
87 maybe_run_child(&do_child, "d", &tcase);
112 tcase = tc;
164 void (*sighandler)(int) = tcases[tcase].sighandler;
168 if (tcases[tcase].kill)

Completed in 273 milliseconds

1 2