Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-spawn.c782 do_write (int fd, const void *buf, size_t count) in do_write() function
815 do_write (fd, &msg, sizeof (msg)); in write_err_and_exit()
816 do_write (fd, &en, sizeof (en)); in write_err_and_exit()
826 do_write (fd, &msg, sizeof (msg)); in write_pid()
827 do_write (fd, &pid, sizeof (pid)); in write_pid()
835 do_write (fd, &msg, sizeof (msg)); in write_status_and_exit()
836 do_write (fd, &status, sizeof (status)); in write_status_and_exit()
/external/qemu/hw/
Dgoldfish_nand.c166 static int do_write(int fd, const void* buf, size_t size) in do_write() function
216 ret = do_write(dev->fd, dev->data, write_len); in nand_dev_write_file()
238 ret = do_write(dev->fd, dev->data, write_len); in nand_dev_erase_file()
613 if(do_write(rwfd, dev->data, read_size) != read_size) { in nand_add_dev()
/external/e2fsprogs/misc/
Dbadblocks.c294 static long do_write (int dev, unsigned char * buffer, int try, int block_size, in do_write() function
478 got = do_write(dev, buffer, try, block_size, in test_rw()
618 do_write(dev, save_ptr, test_record[i].num, in test_nd()
680 written = do_write (dev, test_ptr, got, block_size, in test_nd()
747 do_write (dev, save_ptr, got, in test_nd()
/external/e2fsprogs/debugfs/
Ddebugfs.h116 extern void do_write(int argc, char **argv);
Ddebug_cmds.ct109 request do_write, "Copy a file from your native filesystem",
Ddebugfs.c1289 void do_write(int argc, char *argv[]) in do_write() function
/external/srec/srec/include/
Dfrontapi.h542 int do_write,
/external/dbus/tools/
Ddbus-launch.c240 do_write (int fd, const void *buf, size_t count) in do_write() function
273 do_write (fd, &pid, sizeof (pid)); in write_pid()
/external/qemu/
Dqemu-io.c112 static int do_write(char *buf, int64_t offset, int count, int *total) in do_write() function
592 cnt = do_write(buf, offset, count, &total); in write_f()