Home
last modified time | relevance | path

Searched refs:rbytes (Results 1 – 10 of 10) sorted by relevance

/external/ltp/testcases/kernel/io/disktest/
Dstats.c108 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 …]
Dmain.h200 OFF_T rbytes; member
Dchildmain.c561 (env->hbeat_stats.rbytes) += target.trsiz * BLK_SIZE; in complete_io()
/external/ltp/testcases/kernel/syscalls/truncate/
Dtruncate02.c102 int rbytes; /* bytes read from testfile */ in main() local
149 while ((rbytes = read(fd, tst_buff, in main()
151 read_len += rbytes; in main()
190 while ((rbytes = read(fd, tst_buff, in main()
192 for (i = 0; i < rbytes; i++) { in main()
/external/libcups/backend/
Dusb-darwin.c904 UInt32 rbytes; in read_thread() local
926 rbytes = sizeof(readbuffer); in read_thread()
927 readstatus = (*g.classdriver)->ReadPipe(g.classdriver, readbuffer, &rbytes); in read_thread()
928 if (readstatus == kIOReturnSuccess && rbytes > 0) in read_thread()
931 (int)rbytes); in read_thread()
932 cupsBackChannelWrite((char*)readbuffer, rbytes, 1.0); in read_thread()
939 if (g.wait_eof && readbuffer[rbytes-1] == 0x4) in read_thread()
943 parse_pserror(readbuffer, rbytes); in read_thread()
957 if ((readstatus != kIOReturnSuccess || rbytes == 0) && (g.wait_eof || !g.read_thread_stop)) in read_thread()
968 …while (readstatus == kIOReturnSuccess && ((rbytes > 0 && readbuffer[rbytes-1] != 0x4) || rbytes ==… in read_thread()
[all …]
Dusb-libusb.c1691 int rbytes; in read_thread() local
1723 rbytes = sizeof(readbuffer); in read_thread()
1726 readbuffer, rbytes, in read_thread()
1727 &rbytes, 60000); in read_thread()
1728 if (readstatus == LIBUSB_SUCCESS && rbytes > 0) in read_thread()
1731 (int)rbytes); in read_thread()
1732 cupsBackChannelWrite((const char *)readbuffer, (size_t)rbytes, 1.0); in read_thread()
/external/curl/lib/
Dtftp.c139 int rbytes; member
647 if(state->rbytes < (ssize_t)state->blksize + 4) { in tftp_rx()
1130 state->rbytes = (int)recvfrom(state->sockfd, in tftp_receive_packet()
1142 if(state->rbytes < 4) { in tftp_receive_packet()
1155 if(state->rbytes > 4 && in tftp_receive_packet()
1159 state->rbytes-4); in tftp_receive_packet()
1164 k->bytecount += state->rbytes-4; in tftp_receive_packet()
1172 size_t strn = state->rbytes - 4; in tftp_receive_packet()
1183 state->rbytes-2); in tftp_receive_packet()
/external/bcc/tools/
Dfiletop_example.txt150 -s {reads,writes,rbytes,wbytes}, --sort {reads,writes,rbytes,wbytes}
151 sort column, default rbytes
Dfiletop.py200 v.rbytes / 1024, v.wbytes / 1024,
/external/python/cpython3/Lib/multiprocessing/
Dconnection.py346 rbytes, err = ov.GetOverlappedResult(True)
348 assert rbytes == left