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

  /external/e2fsprogs/misc/
logsave.c 117 static int do_read(int fd) function
202 do_read(fds[0]);
205 do_read(fds[0]);
233 c = do_read(0);
badblocks.c 351 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,
    [all...]
  /system/extras/tests/directiotest/
directiotest.c 71 static ssize_t do_read(int fd, void *buf, off64_t start, size_t count) function
246 if (do_read(fd, read_buf, cur_blk * blk_size, test_size) !=
  /external/e2fsprogs/e2fsck/
logfile.c 183 static int do_read(int fd) function
243 while (do_read(fds[0]) > 0)
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/libevent/
bufferevent_openssl.c 566 do_read(struct bufferevent_openssl *bev_ssl, int n_to_read) { function
783 r = do_read(bev_ssl, n_to_read);
847 r = do_read(bev_ssl, 1024); /* XXXX 1024 is a hack */
1012 /* Call do_read and do_write as needed */
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
fileread.cc 379 File_read::do_read(off_t start, section_size_type size, void* p) function in class:gold::File_read
435 this->do_read(start, size, p);
497 this->do_read(poff, psize, static_cast<unsigned char*>(p) + byteshift);
514 this->do_read(poff, psize, p);
  /external/libmicrohttpd/src/microhttpd/
connection.c 1658 do_read (struct MHD_Connection *connection) function
    [all...]

Completed in 1628 milliseconds