Searched refs:do_write (Results 1 - 9 of 9) sorted by relevance

/external/e2fsprogs/debugfs/
H A Ddebug_cmds.ct121 request do_write, "Copy a file from your native filesystem",
H A Ddebugfs.h153 extern void do_write(int argc, char **argv);
H A Ddebugfs.c1655 void do_write(int argc, char *argv[]) function
/external/dbus/tools/
H A Ddbus-launch.c327 do_write (int fd, const void *buf, size_t count) function
360 do_write (fd, &pid, sizeof (pid));
409 do_write (1, bus_address, strlen (bus_address) + 1);
410 do_write (1, &bus_pid, sizeof bus_pid);
411 do_write (1, &bus_wid, sizeof bus_wid);
/external/dbus/dbus/
H A Ddbus-spawn.c873 do_write (int fd, const void *buf, size_t count) function
906 do_write (fd, &msg, sizeof (msg));
907 do_write (fd, &en, sizeof (en));
917 do_write (fd, &msg, sizeof (msg));
918 do_write (fd, &pid, sizeof (pid));
926 do_write (fd, &msg, sizeof (msg));
927 do_write (fd, &status, sizeof (status));
/external/e2fsprogs/misc/
H A Dbadblocks.c427 static int do_write(int dev, unsigned char * buffer, int try, int block_size, function
433 printf("do_write: block %lu, try %d\n", current_block, try);
451 fprintf(stderr, "Weird value (%ld) in do_write\n", got);
642 got = do_write(dev, buffer, try, block_size,
791 do_write(dev, save_ptr, test_record[i].num,
866 written = do_write (dev, test_ptr, got, block_size,
944 do_write (dev, save_ptr, got,
/external/libevent/
H A Dbufferevent_openssl.c635 do_write(struct bufferevent_openssl *bev_ssl, int atmost) function
773 r = do_write(bev_ssl, WRITE_FRAME);
874 r = do_write(bev_ssl, n_to_write);
1012 /* Call do_read and do_write as needed */
/external/libmicrohttpd/src/microhttpd/
H A Dconnection.c1705 do_write (struct MHD_Connection *connection) function
2120 do_write (connection);
2173 do_write (connection);
2187 do_write (connection);
/external/boringssl/src/ssl/
H A Dinternal.h837 int (*do_write)(SSL *ssl); member in struct:ssl_protocol_method_st
866 #define ssl_do_write(ssl) ssl->method->do_write(ssl)

Completed in 163 milliseconds