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

  /external/ltp/testcases/kernel/syscalls/keyctl/
keyctl02.c 51 static void *do_read(void *arg) function
82 SAFE_PTHREAD_CREATE(&pth[0], NULL, do_read,
86 SAFE_PTHREAD_CREATE(&pth[2], NULL, do_read,
  /external/ltp/testcases/kernel/syscalls/pipe/
pipe04.c 65 ssize_t do_read(int fd, void *buf, size_t count) function
134 bytesread = do_read(fildes[0], rbuf, sizeof(rbuf));
pipe09.c 64 ssize_t do_read(int fd, void *buf, size_t count) function
160 while ((red = do_read(pipefd[0], rebuf, 100)) > 0) {
pipe10.c 58 ssize_t do_read(int fd, void *buf, size_t count) function
114 red = do_read(fd[0], rebuf, written);
pipe11.c 76 ssize_t do_read(int fd, void *buf, size_t count) function
173 nread = do_read(fd[0], rdbuf, ncperchild);
  /external/e2fsprogs/misc/
logsave.c 118 static int do_read(int fd) function
203 do_read(fds[0]);
206 do_read(fds[0]);
234 c = do_read(0);
badblocks.c 358 static int do_read (int dev, unsigned char * buffer, int try, int block_size, function
367 printf("do_read: block %d, try %d\n", current_block, try);
389 fprintf(stderr, _("Weird value (%ld) in do_read\n"), got);
552 got = do_read (dev, blkbuf, try, block_size, currently_testing);
691 got = do_read (dev, read_buffer, try, block_size,
849 got = do_read (dev, save_ptr, try, block_size,
936 got = do_read (dev, read_ptr, try,
    [all...]
  /external/linux-kselftest/tools/testing/selftests/powerpc/mm/
subpage_prot.c 52 static inline void do_read(const volatile void *addr) function
122 do_read(addr);
  /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) !=
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pstats.py 564 self.do_read(profile)
630 def do_read(self, line): member in class:f8.ProfileBrowser
643 self.do_read(line)
  /external/e2fsprogs/e2fsck/
logfile.c 186 static int do_read(int fd) function
248 while (do_read(fds[0]) > 0)
  /external/python/cpython2/Lib/
pstats.py 556 self.do_read(profile)
622 def do_read(self, line): member in class:f8.ProfileBrowser
635 self.do_read(line)
  /external/python/cpython3/Lib/
pstats.py 544 self.do_read(profile)
613 def do_read(self, line): member in class:f8.ProfileBrowser
626 self.do_read(line)
  /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)
  /toolchain/binutils/binutils-2.27/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/libevent/
bufferevent_openssl.c 580 do_read(struct bufferevent_openssl *bev_ssl, int n_to_read) { function
798 r = do_read(bev_ssl, n_to_read);
859 r = do_read(bev_ssl, 1024); /* XXXX 1024 is a hack */
1037 /* Call do_read and do_write as needed */
    [all...]
  /external/libmicrohttpd/src/microhttpd/
connection.c 1658 do_read (struct MHD_Connection *connection) function
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
doio.c 326 int do_read(struct io_req *req);
986 rval = do_read(&ioreq);
1404 int do_read(struct io_req *req) function
    [all...]

Completed in 618 milliseconds