HomeSort by relevance Sort by last modified time
    Searched refs:do_read (Results 1 - 8 of 8) sorted by null

  /external/e2fsprogs/misc/
logsave.c 117 static int do_read(int fd) function
201 do_read(fds[0]);
204 do_read(fds[0]);
232 c = do_read(0);
badblocks.c 326 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,
  /system/extras/tests/directiotest/
directiotest.c 70 static ssize_t do_read(int fd, void *buf, off64_t start, size_t count) function
245 if (do_read(fd, read_buf, cur_blk * blk_size, test_size) !=
  /external/linux-tools-perf/util/
trace-event-read.c 56 static int do_read(int fd, void *buf, int size) function
84 r = do_read(input_fd, data, size);
  /external/qemu/hw/
goldfish_nand.c 156 static int do_read(int fd, void* buf, size_t size) function
235 ret = do_read(dev->fd, buffer, buf_size);
380 read_len = do_read(dev->fd, dev->data, read_len);
839 read_size = do_read(initfd, dev->data, dev->erase_size);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pstats.py 556 self.do_read(profile)
622 def do_read(self, line): member in class:f8.ProfileBrowser
635 self.do_read(line)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pstats.py 556 self.do_read(profile)
622 def do_read(self, line): member in class:f8.ProfileBrowser
635 self.do_read(line)
  /external/qemu/
qemu-io.c 176 static int do_read(char *buf, int64_t offset, int count, int *total) function
461 cnt = do_read(buf, offset, count, &total);
    [all...]

Completed in 512 milliseconds