/external/ltp/testcases/kernel/syscalls/mlock/ |
D | mlock01.c | 66 void (*setupfunc) (); member 102 if (TC[i].setupfunc != NULL) in main() 103 TC[i].setupfunc(TC[i].len); in main()
|
/external/ltp/testcases/kernel/syscalls/dup2/ |
D | dup201.c | 83 void (*setupfunc) (); member 113 if (TC[i].setupfunc != NULL) in main() 114 (*TC[i].setupfunc) (); in main()
|
/external/ltp/testcases/kernel/syscalls/munlock/ |
D | munlock01.c | 83 void (*setupfunc) (); member 107 if (TC[i].setupfunc != NULL) in main() 108 TC[i].setupfunc(i); in main()
|
/external/ltp/testcases/kernel/syscalls/setgroups/ |
D | setgroups03.c | 98 int (*setupfunc) (); member 128 if (Test_cases[i].setupfunc != NULL) { in main() 129 Test_cases[i].setupfunc(); in main()
|
/external/ltp/testcases/kernel/syscalls/mprotect/ |
D | mprotect01.c | 56 void (*setupfunc) (struct test_case *self); member 97 if (TC[i].setupfunc != NULL) in main() 98 TC[i].setupfunc(&TC[i]); in main()
|
/external/ltp/testcases/kernel/syscalls/acct/ |
D | acct01.c | 50 void (*setupfunc) (); member 98 if (tcase->setupfunc) in verify_acct() 99 tcase->setupfunc(); in verify_acct()
|
/external/ltp/testcases/kernel/syscalls/sendfile/ |
D | sendfile03.c | 73 void (*setupfunc) (); member 103 if (testcases[i].setupfunc != NULL) { in main() 104 testcases[i].setupfunc(); in main()
|
/external/ltp/testcases/kernel/syscalls/unlink/ |
D | unlink05.c | 23 void (*setupfunc)(char *); member 47 tc->setupfunc(fname); in verify_unlink()
|
/external/ltp/testcases/kernel/syscalls/open/ |
D | open07.c | 88 void (*setupfunc) (); member 115 if (TC[i].setupfunc != NULL) in main() 116 TC[i].setupfunc(); in main()
|
/external/ltp/testcases/kernel/syscalls/socketcall/ |
D | socketcall04.c | 97 void (*setupfunc) (void); member 115 TC.setupfunc(); in main()
|
D | socketcall03.c | 97 void (*setupfunc) (void); member 115 TC.setupfunc(); in main()
|
/external/ltp/testcases/kernel/syscalls/linkat/ |
D | linkat02.c | 68 void (*setupfunc) (void); member 112 if (desc->setupfunc != NULL) { in linkat_verify() 113 desc->setupfunc(); in linkat_verify()
|
/external/ltp/testcases/kernel/syscalls/mincore/ |
D | mincore01.c | 71 void (*setupfunc) (struct test_case_t *tc); member 193 if (tc->setupfunc) in mincore_verify() 194 tc->setupfunc(tc); in mincore_verify()
|
/external/ltp/testcases/kernel/syscalls/mknod/ |
D | mknod06.c | 101 int (*setupfunc) (); member 204 Test_cases[ind].setupfunc(); in setup()
|
/external/ltp/testcases/kernel/syscalls/chown/ |
D | chown02.c | 101 int (*setupfunc) (); member 224 test_cases[i].setupfunc(); in setup()
|
/external/ltp/testcases/kernel/syscalls/pread/ |
D | pread02.c | 102 int (*setupfunc) (); member 192 Test_cases[i].setupfunc(); in setup()
|
/external/ltp/testcases/kernel/syscalls/symlink/ |
D | symlink03.c | 120 int (*setupfunc) (); member 235 Test_cases[ind].setupfunc(); in setup()
|