Searched refs:rbytes (Results 1 – 6 of 6) sorted by relevance
/external/ltp/testcases/kernel/io/disktest/ |
D | stats.c | 108 printf(CTRSTR, (env->hbeat_stats.rbytes), in print_stats() 115 ((double)(env->hbeat_stats.rbytes) / in print_stats() 132 printf(CTRSTR, (env->cycle_stats.rbytes), in print_stats() 139 ((double)(env->cycle_stats.rbytes) / in print_stats() 156 printf(TCTRSTR, (env->global_stats.rbytes), in print_stats() 163 ((double)(env->global_stats.rbytes) / in print_stats() 191 (env->hbeat_stats.rbytes), in print_stats() 203 (env->cycle_stats.rbytes), in print_stats() 216 (env->global_stats.rbytes)); in print_stats() 235 ((double)env->hbeat_stats.rbytes / in print_stats() [all …]
|
D | main.h | 199 OFF_T rbytes; member
|
D | childmain.c | 561 (env->hbeat_stats.rbytes) += target.trsiz * BLK_SIZE; in complete_io()
|
/external/ltp/testcases/kernel/syscalls/truncate/ |
D | truncate02.c | 102 int rbytes; /* bytes read from testfile */ in main() local 148 while ((rbytes = read(fd, tst_buff, in main() 150 read_len += rbytes; in main() 189 while ((rbytes = read(fd, tst_buff, in main() 191 for (i = 0; i < rbytes; i++) { in main()
|
/external/ltp/testcases/kernel/syscalls/ftruncate/ |
D | ftruncate02.c | 100 int rbytes, i; /* bytes read from testfile */ in main() local 147 while ((rbytes = read(fd, tst_buff, in main() 149 read_len += rbytes; in main() 181 while ((rbytes = read(fd, tst_buff, in main() 183 for (i = 0; i < rbytes; i++) { in main()
|
/external/curl/lib/ |
D | tftp.c | 138 int rbytes; member 622 if(state->rbytes < (ssize_t)state->blksize+4) { in tftp_rx() 1090 state->rbytes = (int)recvfrom(state->sockfd, in tftp_receive_packet() 1102 if(state->rbytes < 4) { in tftp_receive_packet() 1114 if(state->rbytes > 4 && in tftp_receive_packet() 1118 state->rbytes-4); in tftp_receive_packet() 1123 k->bytecount += state->rbytes-4; in tftp_receive_packet() 1136 state->rbytes-2); in tftp_receive_packet()
|