Searched refs:qemu_open_old (Results 1 – 18 of 18) sorted by relevance
/qemu/chardev/ |
H A D | char-pipe.c | 134 fd_in = RETRY_ON_EINTR(qemu_open_old(filename_in, O_RDWR | O_BINARY)); in qemu_chr_open_pipe() 135 fd_out = RETRY_ON_EINTR(qemu_open_old(filename_out, O_RDWR | O_BINARY)); in qemu_chr_open_pipe() 146 qemu_open_old(filename, O_RDWR | O_BINARY) in qemu_chr_open_pipe()
|
H A D | char-fd.c | 201 fd = RETRY_ON_EINTR(qemu_open_old(src, flags, 0666)); in qmp_chardev_open_file_source()
|
/qemu/backends/tpm/ |
H A D | tpm_passthrough.c | 218 fd = qemu_open_old(tpm_pt->options->cancel_path, O_WRONLY); in tpm_passthrough_open_sysfs_cancel() 236 fd = qemu_open_old(path, O_WRONLY); in tpm_passthrough_open_sysfs_cancel() 240 fd = qemu_open_old(path, O_WRONLY); in tpm_passthrough_open_sysfs_cancel() 270 tpm_pt->tpm_fd = qemu_open_old(tpm_pt->tpm_dev, O_RDWR); in tpm_passthrough_handle_device_opts()
|
/qemu/util/ |
H A D | chardev_open.c | 48 fd = qemu_open_old(path, O_RDWR); in open_cdev_internal()
|
H A D | osdep.c | 376 int qemu_open_old(const char *name, int flags, ...) in qemu_open_old() function
|
/qemu/backends/ |
H A D | hostmem-epc.c | 70 int fd = qemu_open_old("/dev/sgx_vepc", O_RDWR); in register_types()
|
/qemu/hw/usb/ |
H A D | u2f-emulated.c | 203 fd = qemu_open_old(path, O_RDONLY); in u2f_emulated_read() 220 fd = qemu_open_old(path, O_RDWR); in u2f_emulated_setup_counter()
|
H A D | u2f-passthru.c | 386 int fd = qemu_open_old(devnode, O_RDWR); in u2f_passthru_open_from_device()
|
H A D | bus.c | 262 int fd = qemu_open_old(dev->pcap_filename, in usb_qdev_realize()
|
/qemu/ |
H A D | os-posix.c | 294 fd = RETRY_ON_EINTR(qemu_open_old("/dev/null", O_RDWR)); in os_setup_post()
|
/qemu/ui/ |
H A D | ui-qmp-cmds.c | 372 fd = qemu_open_old(filename, O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0666); in qmp_screendump()
|
/qemu/include/qemu/ |
H A D | osdep.h | 610 int qemu_open_old(const char *name, int flags, ...);
|
/qemu/hw/s390x/ |
H A D | s390-skeys.c | 166 fd = qemu_open_old(filename, O_WRONLY | O_CREAT | O_TRUNC, 0600); in s390_qmp_dump_skeys()
|
/qemu/block/ |
H A D | vvfat.c | 1365 int fd = qemu_open_old(mapping->path, in open_file() 2529 fd = qemu_open_old(mapping->path, O_RDWR | O_CREAT | O_BINARY, 0666); in commit_one_file()
|
/qemu/target/riscv/kvm/ |
H A D | kvm-cpu.c | 960 kvmfd = qemu_open_old("/dev/kvm", O_RDWR); in kvm_riscv_create_scratch_vcpu()
|
/qemu/target/arm/ |
H A D | kvm.c | 109 kvmfd = qemu_open_old("/dev/kvm", O_RDWR); in kvm_arm_create_scratch_host_vcpu()
|
/qemu/accel/kvm/ |
H A D | kvm-all.c | 2609 s->fd = qemu_open_old(s->device ?: "/dev/kvm", O_RDWR); in kvm_init()
|
/qemu/target/i386/kvm/ |
H A D | kvm.c | 5974 fd = qemu_open_old("/dev/sgx_provision", O_RDONLY); in __kvm_enable_sgx_provisioning()
|