/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
D | fanotify16.c | 155 int fd, dirfd, len = 0, i = 0, test_num = 0, tst_count = 0; in do_test() local 189 event_set[tst_count].mask = FAN_CREATE | FAN_ONDIR; in do_test() 190 event_set[tst_count].fid = &root_fid; in do_test() 191 event_set[tst_count].child_fid = NULL; in do_test() 192 strcpy(event_set[tst_count].name, DIR_NAME1); in do_test() 193 tst_count++; in do_test() 215 event_set[tst_count].mask = FAN_CREATE | FAN_MOVED_FROM; in do_test() 216 event_set[tst_count].fid = &dir_fid; in do_test() 217 event_set[tst_count].child_fid = NULL; in do_test() 218 strcpy(event_set[tst_count].name, FILE_NAME1); in do_test() [all …]
|
D | fanotify01.c | 90 int tst_count = 0; in test_fanotify() local 113 event_set[tst_count] = FAN_OPEN; in test_fanotify() 114 tst_count++; in test_fanotify() 117 event_set[tst_count] = FAN_ACCESS; in test_fanotify() 118 tst_count++; in test_fanotify() 121 event_set[tst_count] = FAN_CLOSE_NOWRITE; in test_fanotify() 122 tst_count++; in test_fanotify() 132 event_set[tst_count] = FAN_OPEN; in test_fanotify() 133 tst_count++; in test_fanotify() 136 event_set[tst_count] = FAN_MODIFY; in test_fanotify() [all …]
|
D | fanotify02.c | 48 int tst_count = 0; in test01() local 58 event_set[tst_count] = FAN_OPEN; in test01() 59 tst_count++; in test01() 62 event_set[tst_count] = FAN_MODIFY; in test01() 63 tst_count++; in test01() 66 event_set[tst_count] = FAN_CLOSE_WRITE; in test01() 67 tst_count++; in test01() 78 event_set[tst_count] = FAN_OPEN; in test01() 79 tst_count++; in test01() 82 event_set[tst_count] = FAN_ACCESS; in test01() [all …]
|
/third_party/ltp/tools/apicmds/ |
D | ltpapicmd.c | 276 tst_count = atoi(tst_cntstr); in main() 277 if (tst_count > 0) in main() 278 tst_count--; in main()
|
/third_party/ltp/testcases/kernel/syscalls/symlink/ |
D | symlink05.c | 102 tst_count = 0; in main() 140 tst_count++; /* incr TEST_LOOP counter */ in main()
|
D | symlink04.c | 102 tst_count = 0; in main() 139 tst_count++; /* incr TEST_LOOP counter */ in main()
|
D | symlink03.c | 159 tst_count = 0; in main() 195 tst_count++; /* incr. TEST_LOOP counter */ in main()
|
/third_party/ltp/testcases/kernel/syscalls/signal/ |
D | signal02.c | 85 tst_count = 0; in main() 115 tst_count++; /* incr. TEST_LOOP counter */ in main()
|
/third_party/ltp/lib/ |
D | tst_res.c | 118 int tst_count = 0; variable 190 if (tst_count < 0) in tst_res__() 201 tst_condense(tst_count + 1, ttype, tmesg); in tst_res__() 204 tst_print(TCID, tst_count + 1, ttype, tmesg); in tst_res__() 208 tst_count++; in tst_res__()
|
/third_party/ltp/testcases/kernel/syscalls/utime/ |
D | utime04.c | 110 tst_count = 0; in main() 142 tst_count++; /* incr TEST_LOOP counter */ in main()
|
D | utime05.c | 116 tst_count = 0; in main() 148 tst_count++; /* incr TEST_LOOP counter */ in main()
|
D | utime01.c | 124 tst_count = 0; in main() 170 tst_count++; in main()
|
D | utime02.c | 130 tst_count = 0; in main() 176 tst_count++; in main()
|
/third_party/ltp/testcases/kernel/syscalls/vfork/ |
D | vfork02.c | 103 tst_count = 0; in main() 154 tst_count++; /* incr. TEST_LOOP counter */ in main()
|
D | vfork01.c | 119 tst_count = 0; in main() 276 tst_count++; /* incr. TEST_LOOP counter */ in main()
|
/third_party/ltp/testcases/kernel/syscalls/sigaltstack/ |
D | sigaltstack02.c | 122 tst_count = 0; in main() 153 tst_count++; /* incr. TEST_LOOP counter */ in main()
|
D | sigaltstack01.c | 105 tst_count = 0; in main() 162 tst_count++; /* incr. TEST_LOOP counter */ in main()
|
/third_party/ltp/testcases/kernel/syscalls/sigprocmask/ |
D | sigprocmask01.c | 108 tst_count = 0; in main() 188 tst_count++; /* incr TEST_LOOP counter */ in main()
|
/third_party/ltp/testcases/kernel/syscalls/rt_sigprocmask/ |
D | rt_sigprocmask01.c | 89 tst_count = 0; in main() 163 tst_count++; in main()
|
/third_party/ltp/testcases/kernel/syscalls/setreuid/ |
D | setreuid07.c | 84 tst_count = 0; in do_master_child() 148 tst_count++; in do_master_child()
|
/third_party/ltp/testcases/kernel/syscalls/setresuid/ |
D | setresuid04.c | 103 tst_count = 0; in do_master_child() 171 tst_count++; in do_master_child()
|
/third_party/ltp/testcases/kernel/syscalls/getpgrp/ |
D | getpgrp01.c | 135 tst_count = 0; in main()
|
/third_party/ltp/testcases/kernel/syscalls/sched_yield/ |
D | sched_yield01.c | 67 tst_count = 0; in main()
|
/third_party/ltp/testcases/kernel/syscalls/geteuid/ |
D | geteuid01.c | 63 tst_count = 0; in main()
|
/third_party/ltp/testcases/kernel/syscalls/getegid/ |
D | getegid01.c | 63 tst_count = 0; in main()
|