Searched refs:do_write (Results 1 – 9 of 9) sorted by relevance
/external/dbus/dbus/ |
D | dbus-spawn.c | 782 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/ |
D | goldfish_nand.c | 166 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/ |
D | badblocks.c | 294 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/ |
D | debugfs.h | 116 extern void do_write(int argc, char **argv);
|
D | debug_cmds.ct | 109 request do_write, "Copy a file from your native filesystem",
|
D | debugfs.c | 1289 void do_write(int argc, char *argv[]) in do_write() function
|
/external/srec/srec/include/ |
D | frontapi.h | 542 int do_write,
|
/external/dbus/tools/ |
D | dbus-launch.c | 240 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/ |
D | qemu-io.c | 112 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()
|