Home
last modified time | relevance | path

Searched refs:qemu_open (Results 1 – 16 of 16) sorted by relevance

/openbmc/qemu/backends/
H A Dhostmem-epc.c32 fd = qemu_open("/dev/sgx_vepc", O_RDWR, errp); in sgx_epc_backend_memory_alloc()
H A Drng-random.c78 s->fd = qemu_open(s->filename, O_RDONLY | O_NONBLOCK, errp); in rng_random_opened()
H A Diommufd.c81 fd = qemu_open("/dev/iommu", O_RDWR, errp); in iommufd_backend_connect()
/openbmc/qemu/qga/
H A Dcommands-bsd.c88 ufssuspend_fd = qemu_open(_PATH_UFSSUSPEND, O_RDWR, errp); in qmp_guest_fsfreeze_do_freeze_list()
/openbmc/qemu/io/
H A Dchannel-file.c74 ioc->fd = qemu_open(path, flags, errp); in qio_channel_file_new_path()
/openbmc/qemu/hw/i386/
H A Dsgx.c162 int fd = qemu_open("/dev/sgx_vepc", O_RDWR, &local_err); in qmp_query_sgx_capabilities()
/openbmc/qemu/hw/virtio/
H A Dvdpa-dev.c65 v->vhostfd = qemu_open(v->vhostdev, O_RDWR, errp); in vhost_vdpa_device_realize()
/openbmc/qemu/include/qemu/
H A Dosdep.h606 int qemu_open(const char *name, int flags, Error **errp);
/openbmc/qemu/util/
H A Dosdep.c360 int qemu_open(const char *name, int flags, Error **errp) in qemu_open() function
/openbmc/qemu/hw/vfio/
H A Dcontainer.c603 fd = qemu_open("/dev/vfio/vfio", O_RDWR, errp); in vfio_connect_container()
744 group->fd = qemu_open(path, O_RDWR, errp); in vfio_get_group()
/openbmc/qemu/hw/usb/
H A Du2f-passthru.c485 fd = qemu_open(key->hidraw, O_RDWR, errp); in u2f_passthru_realize()
H A Dhost-libusb.c1215 fd = qemu_open(s->hostdevice, O_RDWR, errp); in usb_host_realize()
/openbmc/qemu/block/
H A Dfile-posix.c691 fd = qemu_open(filename, s->open_flags, errp); in raw_open_common()
1096 fd = qemu_open(normalized_filename, *open_flags, errp); in raw_reconfigure_getfd()
4013 fd = qemu_open(test_partition, O_RDONLY | O_BINARY | O_LARGEFILE, NULL); in setup_cdrom()
4332 fd = qemu_open(filename, O_RDONLY | O_NONBLOCK, NULL); in cdrom_probe_device()
4461 fd = qemu_open(bs->filename, s->open_flags, NULL); in cdrom_reopen()
H A Dblkio.c718 fd = qemu_open(path, O_RDWR, NULL); in blkio_virtio_blk_connect()
/openbmc/qemu/hw/smbios/
H A Dsmbios.c1264 int fd = qemu_open(value, O_RDONLY, errp); in save_opt_one()
/openbmc/qemu/net/
H A Dvhost-vdpa.c1813 vdpa_device_fd = qemu_open(opts->vhostdev, O_RDWR, errp); in net_init_vhost_vdpa()