Searched refs:do_write (Results 1 – 14 of 14) sorted by relevance
/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/e2fsprogs/debugfs/ |
D | debug_cmds.c | 224 extern void do_write __SS_PROTO; 578 do_write,
|
D | debugfs.h | 158 extern void do_write(int argc, char **argv);
|
D | debug_cmds.ct | 124 request do_write, "Copy a file from your native filesystem",
|
D | debugfs.c | 1713 void do_write(int argc, char *argv[]) in do_write() function
|
/external/syslinux/core/lwip/src/include/lwip/ |
D | api_msg.h | 153 void do_write ( struct api_msg_msg *msg);
|
/external/e2fsprogs/misc/ |
D | badblocks.c | 434 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/ |
D | bufferevent_openssl.c | 635 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()
|
D | ChangeLog | 730 …o Change bufferevent_openssl::do_write so it doesn't call SSL_write with a 0 length buffer (c99131…
|
/external/libmicrohttpd/src/microhttpd/ |
D | connection.c | 1705 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/ |
D | api_lib.c | 601 msg.function = do_write; in netconn_write()
|
D | api_msg.c | 1313 do_write(struct api_msg_msg *msg) 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
|
/external/syslinux/core/lwip/ |
D | CHANGELOG | 1578 * 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.
|