Searched refs:do_read (Results 1 - 5 of 5) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dtrace-event-read.c71 static int do_read(void *data, int size) function
95 do_read(buf, r);
104 if (do_read(&data, 4) < 0)
113 if (do_read(&data, 8) < 0)
175 if (do_read(buf, size) < 0) {
201 if (do_read(buf, size) < 0) {
219 if (do_read(buf, 12) < 0)
233 if (do_read(header_page, size) < 0) {
249 if (do_read(buf, 13) < 0)
271 if (do_read(bu
[all...]
/external/e2fsprogs/misc/
H A Dlogsave.c117 static int do_read(int fd) function
202 do_read(fds[0]);
205 do_read(fds[0]);
233 c = do_read(0);
H A Dbadblocks.c351 static int do_read (int dev, unsigned char * buffer, int try, int block_size, function
360 printf("do_read: block %d, try %d\n", current_block, try);
382 fprintf(stderr, _("Weird value (%ld) in do_read\n"), got);
545 got = do_read (dev, blkbuf, try, block_size, currently_testing);
684 got = do_read (dev, read_buffer, try, block_size,
842 got = do_read (dev, save_ptr, try, block_size,
929 got = do_read (dev, read_ptr, try,
/external/e2fsprogs/e2fsck/
H A Dlogfile.c183 static int do_read(int fd) function
243 while (do_read(fds[0]) > 0)
/external/qemu/hw/android/goldfish/
H A Dnand.c173 static int do_read(int fd, void* buf, size_t size) function
253 ret = do_read(dev->fd, buffer, buf_size);
405 read_len = do_read(dev->fd, dev->data, read_len);
887 read_size = do_read(initfd, dev->data, dev->erase_size);

Completed in 223 milliseconds