Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/
Dheader.c104 static int do_write(int fd, const void *buf, size_t size) in do_write() function
125 int err = do_write(fd, bf, count); in write_padded()
128 err = do_write(fd, zero_buf, count_aligned - count); in write_padded()
164 err = do_write(fd, &b, sizeof(b)); in __dsos__write_buildid_table()
444 err = do_write(fd, feat_sec, sec_size); in perf_header__adds_write()
462 err = do_write(fd, &f_header, sizeof(f_header)); in perf_header__write_pipe()
488 err = do_write(fd, attr->id, attr->ids * sizeof(u64)); in perf_session__write_header()
495 err = do_write(fd, pair->id, pair->ids * sizeof(u64)); in perf_session__write_header()
513 err = do_write(fd, &f_attr, sizeof(f_attr)); in perf_session__write_header()
523 err = do_write(fd, events, header->event_size); in perf_session__write_header()
[all …]
/external/dbus/dbus/
Ddbus-spawn.c850 do_write (int fd, const void *buf, size_t count) in do_write() function
883 do_write (fd, &msg, sizeof (msg)); in write_err_and_exit()
884 do_write (fd, &en, sizeof (en)); in write_err_and_exit()
894 do_write (fd, &msg, sizeof (msg)); in write_pid()
895 do_write (fd, &pid, sizeof (pid)); in write_pid()
903 do_write (fd, &msg, sizeof (msg)); in write_status_and_exit()
904 do_write (fd, &status, sizeof (status)); in write_status_and_exit()
/external/dbus/tools/
Ddbus-launch.c286 do_write (int fd, const void *buf, size_t count) in do_write() function
319 do_write (fd, &pid, sizeof (pid)); in write_pid()
368 do_write (1, bus_address, strlen (bus_address) + 1); in print_variables()
369 do_write (1, &bus_pid, sizeof bus_pid); in print_variables()
370 do_write (1, &bus_wid, sizeof bus_wid); in print_variables()
/external/qemu/hw/
Dgoldfish_nand.c170 static int do_write(int fd, const void* buf, size_t size) in do_write() function
303 ret = do_write(dev->fd, buffer, buf_size); in nand_dev_load_disk_state()
413 ret = do_write(dev->fd, dev->data, write_len); in nand_dev_write_file()
435 ret = do_write(dev->fd, dev->data, write_len); in nand_dev_erase_file()
867 if(do_write(rwfd, dev->data, read_size) != read_size) { in nand_add_dev()
/external/e2fsprogs/misc/
Dbadblocks.c398 static int do_write(int dev, unsigned char * buffer, int try, int block_size, in do_write() function
604 got = do_write(dev, buffer, try, block_size, in test_rw()
753 do_write(dev, save_ptr, test_record[i].num, in test_nd()
821 written = do_write (dev, test_ptr, got, block_size, in test_nd()
889 do_write (dev, save_ptr, got, in test_nd()
/external/e2fsprogs/debugfs/
Ddebugfs.h117 extern void do_write(int argc, char **argv);
Ddebug_cmds.ct112 request do_write, "Copy a file from your native filesystem",
Ddebugfs.c1548 void do_write(int argc, char *argv[]) in do_write() function
/external/srec/srec/include/
Dfrontapi.h542 int do_write,
/external/qemu/
Dqemu-io.c187 static int do_write(char *buf, int64_t offset, int count, int *total) in do_write() function
733 cnt = do_write(buf, offset, count, &total); in write_f()