HomeSort by relevance Sort by last modified time
    Searched refs:qemu_write_full (Results 1 - 6 of 6) sorted by null

  /external/qemu/
osdep.c 125 ssize_t qemu_write_full(int fd, const void *buf, size_t count) function
qemu-common.h 220 ssize_t qemu_write_full(int fd, const void *buf, size_t count)
  /external/qemu/block/
qcow2.c 962 ret = qemu_write_full(fd, &header, sizeof(header));
975 ret = qemu_write_full(fd, &ext_bf, sizeof(ext_bf));
980 ret = qemu_write_full(fd, backing_format, backing_format_len);
986 ret = qemu_write_full(fd, zero, padding);
993 ret = qemu_write_full(fd, backing_file, backing_filename_len);
1002 ret = qemu_write_full(fd, &tmp, sizeof(tmp));
1009 ret = qemu_write_full(fd, s->refcount_table,
1017 ret = qemu_write_full(fd, s->refcount_block,
    [all...]
vmdk.c 752 ret = qemu_write_full(fd, &magic, sizeof(magic));
757 ret = qemu_write_full(fd, &header, sizeof(header));
773 ret = qemu_write_full(fd, &tmp, sizeof(tmp));
784 ret = qemu_write_full(fd, &tmp, sizeof(tmp));
806 ret = qemu_write_full(fd, desc, strlen(desc));
cow.c 267 ret = qemu_write_full(cow_fd, &cow_header, sizeof(cow_header));
qcow.c 802 ret = qemu_write_full(fd, &header, sizeof(header));
809 ret = qemu_write_full(fd, backing_file, backing_filename_len);
819 ret = qemu_write_full(fd, &tmp, sizeof(tmp));

Completed in 158 milliseconds