Home
last modified time | relevance | path

Searched refs:do_read (Results 1 – 25 of 41) sorted by relevance

12

/external/ltp/testcases/kernel/syscalls/keyctl/
Dkeyctl02.c52 static void *do_read(void *arg) in do_read() function
83 SAFE_PTHREAD_CREATE(&pth[0], NULL, do_read, in do_test()
87 SAFE_PTHREAD_CREATE(&pth[2], NULL, do_read, in do_test()
/external/e2fsprogs/misc/
Dlogsave.c118 static int do_read(int fd) in do_read() function
203 do_read(fds[0]); in run_program()
206 do_read(fds[0]); in run_program()
234 c = do_read(0); in copy_from_stdin()
Dbadblocks.c367 static int do_read (int dev, unsigned char * buffer, int try, int block_size, in do_read() function
561 got = do_read (dev, blkbuf, try, block_size, currently_testing); in test_ro()
700 got = do_read (dev, read_buffer, try, block_size, in test_rw()
858 got = do_read (dev, save_ptr, try, block_size, in test_nd()
945 got = do_read (dev, read_ptr, try, in test_nd()
/external/u-boot/common/
Dusb.c944 static int usb_setup_descriptor(struct usb_device *dev, bool do_read) in usb_setup_descriptor() argument
972 if (do_read && dev->speed == USB_SPEED_FULL) { in usb_setup_descriptor()
1019 static int usb_prepare_device(struct usb_device *dev, int addr, bool do_read, in usb_prepare_device() argument
1035 err = usb_setup_descriptor(dev, do_read); in usb_prepare_device()
1059 if (!do_read) { in usb_prepare_device()
1151 int usb_setup_device(struct usb_device *dev, bool do_read, in usb_setup_device() argument
1161 ret = usb_prepare_device(dev, addr, do_read, parent); in usb_setup_device()
1179 bool do_read = true; in usb_new_device() local
1189 do_read = false; in usb_new_device()
1191 err = usb_setup_device(dev, do_read, dev->parent); in usb_new_device()
/external/u-boot/cmd/
Dread.c15 int do_read(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_read() function
78 read, 6, 0, do_read,
Dpmic.c113 static int do_read(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_read() function
190 U_BOOT_CMD_MKENT(read, 2, 1, do_read, "", ""),
/external/ltp/testcases/kernel/syscalls/pipe/
Dpipe10.c58 ssize_t do_read(int fd, void *buf, size_t count) in do_read() function
114 red = do_read(fd[0], rebuf, written); in main()
Dpipe09.c64 ssize_t do_read(int fd, void *buf, size_t count) in do_read() function
160 while ((red = do_read(pipefd[0], rebuf, 100)) > 0) { in main()
Dpipe04.c65 ssize_t do_read(int fd, void *buf, size_t count) in do_read() function
134 bytesread = do_read(fildes[0], rbuf, sizeof(rbuf)); in main()
/external/linux-kselftest/tools/testing/selftests/powerpc/mm/
Dsubpage_prot.c52 static inline void do_read(const volatile void *addr) in do_read() function
122 do_read(addr); in run_test()
/external/grpc-grpc/src/core/lib/http/
Dhttpcli.cc123 static void do_read(internal_request* req) { in do_read() function
144 do_read(req); in on_read()
152 static void on_written(internal_request* req) { do_read(req); } in on_written()
/external/android-clat/
Dclatd_microbenchmark.c138 void benchmark(const char *name, int fd, int s, int num, int do_read, uint8_t payload[], int len, in benchmark() argument
147 if (do_read && recvfrom(s, buf, sizeof(buf), 0, NULL, NULL) == -1) { in benchmark()
/external/e2fsprogs/e2fsck/
Dlogfile.c186 static int do_read(int fd) in do_read() function
248 while (do_read(fds[0]) > 0) in save_output()
/external/grpc-grpc/src/core/lib/iomgr/
Dudp_server.cc108 static void do_read(void* arg, grpc_error* error);
440 void GrpcUdpListener::do_read(void* arg, grpc_error* error) { in do_read() function in GrpcUdpListener
484 GRPC_CLOSURE_INIT(&do_read_closure_, do_read, do_read_arg, in OnRead()
/external/python/cpython2/Lib/
Dpstats.py556 self.do_read(profile)
622 def do_read(self, line): member in ProfileBrowser
635 self.do_read(line)
/external/python/cpython3/Lib/
Dpstats.py573 self.do_read(profile)
642 def do_read(self, line): member in ProfileBrowser
655 self.do_read(line)
/external/libevent/
Dbufferevent_openssl.c580 do_read(struct bufferevent_openssl *bev_ssl, int n_to_read) { in do_read() function
798 r = do_read(bev_ssl, n_to_read); in consider_reading()
859 r = do_read(bev_ssl, 1024); /* XXXX 1024 is a hack */ in consider_writing()
/external/u-boot/drivers/usb/gadget/
Df_mass_storage.c683 static int do_read(struct fsg_common *common) in do_read() function
1859 reply = do_read(common); in do_scsi_command()
1869 reply = do_read(common); in do_scsi_command()
1879 reply = do_read(common); in do_scsi_command()
/external/f2fs-tools/tools/f2fs_io/
Df2fs_io.c235 static void do_read(int argc, char **argv, const struct cmd_desc *cmd) in do_read() function
/external/u-boot/include/
Dusb.h819 int usb_setup_device(struct usb_device *dev, bool do_read,
/external/ltp/testcases/kernel/fs/doio/
Ddoio.c326 int do_read(struct io_req *req);
986 rval = do_read(&ioreq); in doio()
1404 int do_read(struct io_req *req) in do_read() function
/external/e2fsprogs/po/
Dfi.po3737 msgid "Weird value (%ld) in do_read\n"
3738 msgstr "Outo arvo (%ld) do_read-funktiossa\n"
Dzh_CN.po3871 msgid "Weird value (%ld) in do_read\n"
3872 msgstr "do_read中遇到异常值(%ld)\n"
Dsr.po4057 msgid "Weird value (%ld) in do_read\n"
4058 msgstr "Чудна вредност (%ld) у „do_read“\n"
Duk.po4049 msgid "Weird value (%ld) in do_read\n"
4050 msgstr "Дивне значення (%ld) у do_read\n"

12