/external/ltp/testcases/kernel/io/disktest/ |
D | io.c | 46 long tcnt; in Write() local 48 WriteFile(fd, buf, trsiz, &tcnt, NULL); in Write() 50 tcnt = write(fd, buf, trsiz); in Write() 52 return (tcnt); in Write() 57 long tcnt; in Read() local 59 ReadFile(fd, buf, trsiz, &tcnt, NULL); in Read() 61 tcnt = read(fd, buf, trsiz); in Read() 63 return (tcnt); in Read()
|
D | childmain.c | 162 long tcnt = 0; in write_error_mark() local 172 tcnt = Write(fd, data, BLK_SIZE); in write_error_mark() 597 long tcnt = 0; in ChildMain() local 804 tcnt = Write(fd, buf2, target.trsiz * BLK_SIZE); in ChildMain() 807 tcnt = Write(fd, buf2, target.trsiz * BLK_SIZE); in ChildMain() 857 tcnt = Read(fd, buf1, target.trsiz * BLK_SIZE); in ChildMain() 860 tcnt = Read(fd, buf1, target.trsiz * BLK_SIZE); in ChildMain() 869 if (tcnt != (long)target.trsiz * BLK_SIZE) { in ChildMain() 874 target.lba, target.lba, tcnt, in ChildMain() 942 tcnt = in ChildMain() [all …]
|
/external/toybox/toys/pending/ |
D | bootchartd.c | 166 long tcnt = 60 * 1000 * 1000 / TT.smpl_period_usec; in start_logging() local 168 if (tcnt <= 0) tcnt = 1; in start_logging() 176 while (--tcnt && !toys.signal) { in start_logging() 197 if (tcnt > 2 * 1000 * 1000 / TT.smpl_period_usec) in start_logging() 198 tcnt = 2 * 1000 * 1000 / TT.smpl_period_usec; in start_logging()
|
/external/syslinux/core/ |
D | rllpack.c | 39 size_t run, vrun, tcnt; in rllpack() local 48 tcnt = (cnt > 8191) ? 8191 : cnt; in rllpack() 49 while (run < tcnt && i[run] == c) in rllpack()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/ |
D | stress.c | 131 int tcnt; /* we need to make sure the threads are started before killing 'em */ member 152 i = c->tcnt; in sigthr() 250 c->tcnt += 1; in lockthr() 298 c->tcnt += 1; in timedlockthr() 354 c->tcnt += 1; in trylockthr() 401 c->tcnt = 0; in cell_init()
|
/external/ltp/lib/newlib_tests/ |
D | test02.c | 47 .tcnt = 2,
|
D | test04.c | 55 .tcnt = 2,
|
/external/ltp/testcases/kernel/syscalls/add_key/ |
D | add_key02.c | 73 .tcnt = ARRAY_SIZE(tcases),
|
/external/ltp/testcases/kernel/syscalls/creat/ |
D | creat01.c | 89 .tcnt = 2,
|
D | creat04.c | 86 .tcnt = ARRAY_SIZE(tcases),
|
D | creat06.c | 181 .tcnt = ARRAY_SIZE(tcases),
|
/external/ltp/testcases/kernel/syscalls/syscall/ |
D | syscall01.c | 93 .tcnt = ARRAY_SIZE(tcases),
|
/external/ltp/testcases/kernel/syscalls/llistxattr/ |
D | llistxattr03.c | 96 .tcnt = ARRAY_SIZE(filename),
|
D | llistxattr02.c | 105 .tcnt = ARRAY_SIZE(tc),
|
/external/ltp/testcases/kernel/syscalls/request_key/ |
D | request_key02.c | 112 .tcnt = ARRAY_SIZE(tcases),
|
/external/ltp/include/ |
D | tst_test.h | 76 unsigned int tcnt; member
|
/external/ltp/testcases/kernel/syscalls/pwritev/ |
D | pwritev01.c | 111 .tcnt = ARRAY_SIZE(tcases),
|
D | pwritev02.c | 125 .tcnt = ARRAY_SIZE(tcases),
|
/external/ltp/testcases/kernel/syscalls/preadv/ |
D | preadv01.c | 117 .tcnt = ARRAY_SIZE(tcases),
|
D | preadv02.c | 134 .tcnt = ARRAY_SIZE(tcases),
|
/external/ltp/testcases/kernel/syscalls/epoll_ctl/ |
D | epoll_ctl02.c | 121 .tcnt = ARRAY_SIZE(tcases),
|
/external/ltp/lib/ |
D | tst_test.c | 531 if (tst_test->test && !tst_test->tcnt) in do_setup() 534 if (tst_test->test_all && tst_test->tcnt) in do_setup() 611 for (i = 0; i < tst_test->tcnt; i++) { in run_tests()
|
/external/ltp/testcases/kernel/syscalls/madvise/ |
D | madvise01.c | 124 .tcnt = ARRAY_SIZE(tcases),
|
D | madvise02.c | 184 .tcnt = ARRAY_SIZE(tcases),
|
/external/ltp/testcases/kernel/syscalls/access/ |
D | access01.c | 178 .tcnt = ARRAY_SIZE(tcases),
|