Home
last modified time | relevance | path

Searched refs:qemu_write_full (Results 1 – 15 of 15) sorted by relevance

/openbmc/qemu/util/
H A Dcompatfd.c48 if (qemu_write_full(info->fd, &buffer, sizeof(buffer)) != sizeof(buffer)) { in sigwait_compat()
H A Dosdep.c440 ssize_t qemu_write_full(int fd, const void *buf, size_t count) in qemu_write_full() function
H A Doslib-posix.c172 if (qemu_write_full(fd, pidstr, strlen(pidstr)) != strlen(pidstr)) { in qemu_write_pidfile()
/openbmc/qemu/tests/qtest/
H A Dacpi-utils.c109 ret = qemu_write_full(fd, *aml, *aml_len); in acpi_fetch_table()
H A Dreadconfig-test.c35 ret = qemu_write_full(cfgfd, cfgdata, strlen(cfgdata)); in qtest_init_with_config()
H A Divshmem-test.c370 if (qemu_write_full(thread.pipe[1], "q", 1) != 1) { in test_ivshmem_server()
H A Dbios-tables-test.c285 ret = qemu_write_full(fd, sdt->aml, sdt->aml_len); in dump_aml_files()
/openbmc/qemu/dump/
H A Dwin_dump.c67 l = qemu_write_full(fd, buf, len); in write_run()
460 s->written_size = qemu_write_full(s->fd, h, hdr_size); in create_win_dump()
H A Ddump.c128 written_size = qemu_write_full(s->fd, buf, size); in fd_write_vmcore()
835 written_size = qemu_write_full(s->fd, mh, MAX_SIZE_MDF_HEADER); in write_start_flat_header()
856 written_size = qemu_write_full(s->fd, &mdh, sizeof(mdh)); in write_end_flat_header()
879 written_size = qemu_write_full(s->fd, &mdh, sizeof(mdh)); in write_buffer()
885 written_size = qemu_write_full(s->fd, buf, size); in write_buffer()
/openbmc/qemu/backends/tpm/
H A Dtpm_passthrough.c91 ret = qemu_write_full(tpm_pt->tpm_fd, in, in_len); in tpm_passthrough_unix_tx_bufs()
/openbmc/qemu/include/qemu/
H A Dosdep.h643 ssize_t qemu_write_full(int fd, const void *buf, size_t count)
/openbmc/qemu/
H A Dqemu-nbd.c1011 ret = qemu_write_full(STDERR_FILENO, buf, ret); in main()
/openbmc/qemu/hw/9pfs/
H A D9p-proxy.c571 retval = qemu_write_full(proxy->sockfd, iovec->iov_base, header.size); in v9fs_request()
/openbmc/qemu/hw/usb/
H A Ddev-mtp.c1582 ret = qemu_write_full(fd, buf, size); in write_retry()
/openbmc/qemu/qga/
H A Dcommands-posix.c2198 if (qemu_write_full(datafd[1], chpasswddata, chpasswdlen) != chpasswdlen) { in qmp_guest_set_user_password()