/external/ltp/testcases/kernel/syscalls/pipe/ |
pipe10.c | 58 ssize_t do_read(int fd, void *buf, size_t count) function 114 red = do_read(fd[0], rebuf, written);
|
pipe04.c | 64 ssize_t do_read(int fd, void *buf, size_t count) function 135 bytesread = do_read(fildes[0], rbuf, sizeof(rbuf));
|
pipe09.c | 63 ssize_t do_read(int fd, void *buf, size_t count) function 161 while ((red = do_read(pipefd[0], rebuf, 100)) > 0) {
|
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);
|
/external/android-clat/ |
clatd_microbenchmark.c | 138 void benchmark(const char *name, int fd, int s, int num, int do_read, 147 if (do_read && recvfrom(s, buf, sizeof(buf), 0, NULL, NULL) == -1) {
|
/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 | 186 static int do_read(int fd) function 248 while (do_read(fds[0]) > 0)
|
/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);
|
fileread.h | 375 do_read(off_t start, section_size_type size, void* p);
|
/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/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...] |
/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/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...] |