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

/external/e2fsprogs/misc/
H A Dlogsave.c117 static int do_read(int fd) function
201 do_read(fds[0]);
204 do_read(fds[0]);
232 c = do_read(0);
H A Dbadblocks.c326 static int do_read (int dev, unsigned char * buffer, int try, int block_size, function
353 fprintf(stderr, _("Weird value (%ld) in do_read\n"), got);
506 got = do_read (dev, blkbuf, try, block_size, currently_testing);
649 got = do_read (dev, read_buffer, try, block_size,
804 got = do_read (dev, save_ptr, try, block_size,
874 got = do_read (dev, read_ptr, try,
/external/linux-tools-perf/util/
H A Dtrace-event-read.c56 static int do_read(int fd, void *buf, int size) function
84 r = do_read(input_fd, data, size);
/external/qemu/hw/
H A Dgoldfish_nand.c159 static int do_read(int fd, void* buf, size_t size) function
238 ret = do_read(dev->fd, buffer, buf_size);
383 read_len = do_read(dev->fd, dev->data, read_len);
862 read_size = do_read(initfd, dev->data, dev->erase_size);
/external/qemu/
H A Dqemu-io.c176 static int do_read(char *buf, int64_t offset, int count, int *total) function
461 cnt = do_read(buf, offset, count, &total);

Completed in 257 milliseconds