/external/python/setuptools/setuptools/tests/ |
D | test_sandbox.py | 19 def do_write(): function 23 return do_write
|
/external/linux-kselftest/tools/testing/selftests/powerpc/mm/ |
D | subpage_prot.c | 60 static inline void do_write(const volatile void *addr) in do_write() function 124 do_write(addr); in run_test()
|
/external/u-boot/cmd/ |
D | pmic.c | 152 static int do_write(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_write() function 191 U_BOOT_CMD_MKENT(write, 3, 1, do_write, "", ""),
|
/external/e2fsprogs/debugfs/ |
D | debug_cmds.c | 224 extern void do_write __SS_PROTO; 578 do_write,
|
D | debug_cmds.ct | 124 request do_write, "Copy a file from your native filesystem",
|
D | debugfs.h | 159 extern void do_write(int argc, char **argv, int sci_idx, void *infop);
|
D | debugfs.c | 1746 void do_write(int argc, char *argv[], int sci_idx EXT2FS_ATTR((unused)), in do_write() function
|
/external/e2fsprogs/misc/ |
D | badblocks.c | 443 static int do_write(int dev, unsigned char * buffer, int try, int block_size, in do_write() function 658 got = do_write(dev, buffer, try, block_size, in test_rw() 807 do_write(dev, save_ptr, test_record[i].num, in test_nd() 882 written = do_write (dev, test_ptr, got, block_size, in test_nd() 960 do_write (dev, save_ptr, got, in test_nd()
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | udp_server.cc | 109 static void do_write(void* arg, grpc_error* error); 508 void GrpcUdpListener::do_write(void* arg, grpc_error* error) { in do_write() function in GrpcUdpListener 545 GRPC_CLOSURE_INIT(&do_write_closure_, do_write, do_write_arg, in OnCanWrite()
|
/external/libevent/ |
D | bufferevent_openssl.c | 650 do_write(struct bufferevent_openssl *bev_ssl, int atmost) in do_write() function 788 r = do_write(bev_ssl, WRITE_FRAME); in consider_reading() 883 r = do_write(bev_ssl, n_to_write); in consider_writing()
|
D | ChangeLog-2.0 | 666 …o Change bufferevent_openssl::do_write so it doesn't call SSL_write with a 0 length buffer (c99131…
|
D | ChangeLog | 145 o be_openssl: don't call do_write() directly from outbuf_cb (da52933 Azat Khuzhin)
|
/external/u-boot/drivers/usb/gadget/ |
D | f_mass_storage.c | 810 static int do_write(struct fsg_common *common) in do_write() function 1977 reply = do_write(common); in do_scsi_command() 1987 reply = do_write(common); in do_scsi_command() 1997 reply = do_write(common); in do_scsi_command()
|
/external/f2fs-tools/tools/f2fs_io/ |
D | f2fs_io.c | 156 static void do_write(int argc, char **argv, const struct cmd_desc *cmd) in do_write() function
|
/external/ltp/testcases/kernel/fs/doio/ |
D | doio.c | 327 int do_write(struct io_req *req); 991 rval = do_write(&ioreq); in doio() 1598 int do_write(struct io_req *req) in do_write() function
|