Home
last modified time | relevance | path

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

/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/e2fsprogs/debugfs/
Ddebug_cmds.c224 extern void do_write __SS_PROTO;
578 do_write,
Ddebugfs.h158 extern void do_write(int argc, char **argv);
Ddebug_cmds.ct124 request do_write, "Copy a file from your native filesystem",
Ddebugfs.c1713 void do_write(int argc, char *argv[]) in do_write() function
/external/syslinux/core/lwip/src/include/lwip/
Dapi_msg.h153 void do_write ( struct api_msg_msg *msg);
/external/e2fsprogs/misc/
Dbadblocks.c434 static int do_write(int dev, unsigned char * buffer, int try, int block_size, in do_write() function
649 got = do_write(dev, buffer, try, block_size, in test_rw()
798 do_write(dev, save_ptr, test_record[i].num, in test_nd()
873 written = do_write (dev, test_ptr, got, block_size, in test_nd()
951 do_write (dev, save_ptr, got, in test_nd()
/external/libevent/
Dbufferevent_openssl.c635 do_write(struct bufferevent_openssl *bev_ssl, int atmost) in do_write() function
773 r = do_write(bev_ssl, WRITE_FRAME); in consider_reading()
874 r = do_write(bev_ssl, n_to_write); in consider_writing()
DChangeLog730 …o Change bufferevent_openssl::do_write so it doesn't call SSL_write with a 0 length buffer (c99131…
/external/libmicrohttpd/src/microhttpd/
Dconnection.c1705 do_write (struct MHD_Connection *connection) function
2120 do_write (connection);
2173 do_write (connection);
2187 do_write (connection);
/external/syslinux/core/lwip/src/api/
Dapi_lib.c601 msg.function = do_write; in netconn_write()
Dapi_msg.c1313 do_write(struct api_msg_msg *msg) 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
/external/syslinux/core/lwip/
DCHANGELOG1578 * tcp.h, api_msg.c: Moved the nagle algorithm from netconn_write/do_write
2211 do_write and do_join_leave_group don't do anything if a previous error was signaled.