Home
last modified time | relevance | path

Searched refs:do_write (Results 1 – 15 of 15) sorted by relevance

/external/python/setuptools/setuptools/tests/
Dtest_sandbox.py19 def do_write(): function
23 return do_write
/external/linux-kselftest/tools/testing/selftests/powerpc/mm/
Dsubpage_prot.c60 static inline void do_write(const volatile void *addr) in do_write() function
124 do_write(addr); in run_test()
/external/u-boot/cmd/
Dpmic.c152 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/
Ddebug_cmds.c224 extern void do_write __SS_PROTO;
578 do_write,
Ddebug_cmds.ct124 request do_write, "Copy a file from your native filesystem",
Ddebugfs.h159 extern void do_write(int argc, char **argv, int sci_idx, void *infop);
Ddebugfs.c1746 void do_write(int argc, char *argv[], int sci_idx EXT2FS_ATTR((unused)), in do_write() function
/external/e2fsprogs/misc/
Dbadblocks.c443 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/
Dudp_server.cc109 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/
Dbufferevent_openssl.c650 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()
DChangeLog-2.0666 …o Change bufferevent_openssl::do_write so it doesn't call SSL_write with a 0 length buffer (c99131…
DChangeLog145 o be_openssl: don't call do_write() directly from outbuf_cb (da52933 Azat Khuzhin)
/external/u-boot/drivers/usb/gadget/
Df_mass_storage.c810 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/
Df2fs_io.c156 static void do_write(int argc, char **argv, const struct cmd_desc *cmd) in do_write() function
/external/ltp/testcases/kernel/fs/doio/
Ddoio.c327 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