/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/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/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/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/getrandom/ |
D | getrandom01.c | 50 .tcnt = ARRAY_SIZE(modes),
|
D | getrandom03.c | 67 .tcnt = ARRAY_SIZE(sizes),
|
D | getrandom02.c | 77 .tcnt = ARRAY_SIZE(modes),
|
/external/ltp/testcases/kernel/syscalls/getpriority/ |
D | getpriority01.c | 67 .tcnt = ARRAY_SIZE(tcases),
|
D | getpriority02.c | 75 .tcnt = ARRAY_SIZE(tcases),
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl02.c | 91 .tcnt = ARRAY_SIZE(min_fds),
|
/external/ltp/testcases/kernel/syscalls/socketcall/ |
D | socketcall01.c | 66 .tcnt = ARRAY_SIZE(TC),
|
/external/ltp/testcases/kernel/syscalls/getcwd/ |
D | getcwd01.c | 85 .tcnt = ARRAY_SIZE(tcases),
|
D | getcwd02.c | 85 .tcnt = ARRAY_SIZE(tcases),
|
/external/ltp/testcases/kernel/syscalls/add_key/ |
D | add_key02.c | 106 .tcnt = ARRAY_SIZE(tcases),
|
/external/ltp/testcases/kernel/syscalls/llistxattr/ |
D | llistxattr03.c | 84 .tcnt = ARRAY_SIZE(filename),
|
/external/ltp/testcases/kernel/syscalls/creat/ |
D | creat01.c | 89 .tcnt = 2,
|
D | creat04.c | 86 .tcnt = ARRAY_SIZE(tcases),
|
/external/ltp/testcases/kernel/syscalls/listxattr/ |
D | listxattr03.c | 85 .tcnt = ARRAY_SIZE(filename),
|
D | listxattr02.c | 103 .tcnt = ARRAY_SIZE(tc),
|
/external/ltp/testcases/kernel/syscalls/syscall/ |
D | syscall01.c | 93 .tcnt = ARRAY_SIZE(tcases),
|
/external/ltp/testcases/kernel/syscalls/flistxattr/ |
D | flistxattr03.c | 90 .tcnt = ARRAY_SIZE(fd),
|
/external/ltp/testcases/kernel/syscalls/memfd_create/ |
D | memfd_create02.c | 92 .tcnt = ARRAY_SIZE(tcases),
|