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

/external/ltp/testcases/kernel/syscalls/keyctl/
H A Dkeyctl02.c51 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/
H A Dpipe10.c58 ssize_t do_read(int fd, void *buf, size_t count) function
114 red = do_read(fd[0], rebuf, written);
H A Dpipe04.c65 ssize_t do_read(int fd, void *buf, size_t count) function
134 bytesread = do_read(fildes[0], rbuf, sizeof(rbuf));
H A Dpipe09.c64 ssize_t do_read(int fd, void *buf, size_t count) function
160 while ((red = do_read(pipefd[0], rebuf, 100)) > 0) {
H A Dpipe11.c76 ssize_t do_read(int fd, void *buf, size_t count) function
173 nread = do_read(fd[0], rdbuf, ncperchild);
/external/e2fsprogs/misc/
H A Dlogsave.c118 static int do_read(int fd) function
203 do_read(fds[0]);
206 do_read(fds[0]);
234 c = do_read(0);
H A Dbadblocks.c358 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,
/external/linux-kselftest/tools/testing/selftests/powerpc/mm/
H A Dsubpage_prot.c52 static inline void do_read(const volatile void *addr) function
122 do_read(addr);
/external/android-clat/
H A Dclatd_microbenchmark.c138 void benchmark(const char *name, int fd, int s, int num, int do_read, argument
147 if (do_read && recvfrom(s, buf, sizeof(buf), 0, NULL, NULL) == -1) {
/external/e2fsprogs/e2fsck/
H A Dlogfile.c186 static int do_read(int fd) function
248 while (do_read(fds[0]) > 0)
/external/libevent/
H A Dbufferevent_openssl.c580 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 */
/external/python/cpython2/Lib/
H A Dpstats.py556 self.do_read(profile)
622 def do_read(self, line): member in class:f8.ProfileBrowser
635 self.do_read(line)
/external/python/cpython3/Lib/
H A Dpstats.py544 self.do_read(profile)
613 def do_read(self, line): member in class:f8.ProfileBrowser
626 self.do_read(line)
/external/libmicrohttpd/src/microhttpd/
H A Dconnection.c1658 do_read (struct MHD_Connection *connection) function
2010 if (MHD_NO == do_read (connection))
/external/ltp/testcases/kernel/fs/doio/
H A Ddoio.c326 int do_read(struct io_req *req);
986 rval = do_read(&ioreq);
1404 int do_read(struct io_req *req) function
4590 * in do_read() and do_write(). Note that the signal handler is not

Completed in 400 milliseconds