Searched refs:qemu_write_full (Results 1 – 14 of 14) sorted by relevance
/openbmc/qemu/util/ |
H A D | compatfd.c | 48 if (qemu_write_full(info->fd, &buffer, sizeof(buffer)) != sizeof(buffer)) { in sigwait_compat()
|
H A D | osdep.c | 433 ssize_t qemu_write_full(int fd, const void *buf, size_t count) in qemu_write_full() function
|
H A D | oslib-posix.c | 177 if (qemu_write_full(fd, pidstr, strlen(pidstr)) != strlen(pidstr)) { in qemu_write_pidfile()
|
/openbmc/qemu/tests/qtest/ |
H A D | acpi-utils.c | 109 ret = qemu_write_full(fd, *aml, *aml_len); in acpi_fetch_table()
|
H A D | readconfig-test.c | 35 ret = qemu_write_full(cfgfd, cfgdata, strlen(cfgdata)); in qtest_init_with_config()
|
H A D | ivshmem-test.c | 370 if (qemu_write_full(thread.pipe[1], "q", 1) != 1) { in test_ivshmem_server()
|
H A D | bios-tables-test.c | 288 ret = qemu_write_full(fd, sdt->aml, sdt->aml_len); in dump_aml_files()
|
/openbmc/qemu/dump/ |
H A D | win_dump.c | 67 l = qemu_write_full(fd, buf, len); in write_run() 461 s->written_size = qemu_write_full(s->fd, h, hdr_size); in create_win_dump()
|
H A D | dump.c | 129 written_size = qemu_write_full(s->fd, buf, size); in fd_write_vmcore() 839 written_size = qemu_write_full(s->fd, mh, MAX_SIZE_MDF_HEADER); in write_start_flat_header() 860 written_size = qemu_write_full(s->fd, &mdh, sizeof(mdh)); in write_end_flat_header() 883 written_size = qemu_write_full(s->fd, &mdh, sizeof(mdh)); in write_buffer() 889 written_size = qemu_write_full(s->fd, buf, size); in write_buffer()
|
/openbmc/qemu/backends/tpm/ |
H A D | tpm_passthrough.c | 91 ret = qemu_write_full(tpm_pt->tpm_fd, in, in_len); in tpm_passthrough_unix_tx_bufs()
|
/openbmc/qemu/include/qemu/ |
H A D | osdep.h | 664 ssize_t qemu_write_full(int fd, const void *buf, size_t count)
|
/openbmc/qemu/ |
H A D | qemu-nbd.c | 1015 ret = qemu_write_full(STDERR_FILENO, buf, ret); in main()
|
/openbmc/qemu/qga/ |
H A D | commands-posix.c | 153 if (qemu_write_full(infd[1], in_str, strlen(in_str)) != in ga_run_command()
|
/openbmc/qemu/hw/usb/ |
H A D | dev-mtp.c | 1582 ret = qemu_write_full(fd, buf, size); in write_retry()
|