HomeSort by relevance Sort by last modified time
    Searched refs:do_read (Results 1 - 7 of 7) 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 323 static int do_read (int dev, unsigned char * buffer, int try, int block_size, function
350 fprintf(stderr, _("Weird value (%ld) in do_read\n"), got);
503 got = do_read (dev, blkbuf, try, block_size, currently_testing);
646 got = do_read (dev, read_buffer, try, block_size,
801 got = do_read (dev, save_ptr, try, block_size,
871 got = do_read (dev, read_ptr, try,
  /external/bluetooth/glib/gio/inotify/
inotify-kernel.c 122 goto do_read;
130 goto do_read;
136 goto do_read;
154 do_read:
  /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 159 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/
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 314 milliseconds