Searched refs:qemu_open (Results 1 – 16 of 16) sorted by relevance
/openbmc/qemu/backends/ |
H A D | hostmem-epc.c | 32 fd = qemu_open("/dev/sgx_vepc", O_RDWR, errp); in sgx_epc_backend_memory_alloc()
|
H A D | rng-random.c | 78 s->fd = qemu_open(s->filename, O_RDONLY | O_NONBLOCK, errp); in rng_random_opened()
|
H A D | iommufd.c | 81 fd = qemu_open("/dev/iommu", O_RDWR, errp); in iommufd_backend_connect()
|
/openbmc/qemu/qga/ |
H A D | commands-bsd.c | 88 ufssuspend_fd = qemu_open(_PATH_UFSSUSPEND, O_RDWR, errp); in qmp_guest_fsfreeze_do_freeze_list()
|
/openbmc/qemu/io/ |
H A D | channel-file.c | 74 ioc->fd = qemu_open(path, flags, errp); in qio_channel_file_new_path()
|
/openbmc/qemu/hw/i386/ |
H A D | sgx.c | 162 int fd = qemu_open("/dev/sgx_vepc", O_RDWR, &local_err); in qmp_query_sgx_capabilities()
|
/openbmc/qemu/hw/virtio/ |
H A D | vdpa-dev.c | 65 v->vhostfd = qemu_open(v->vhostdev, O_RDWR, errp); in vhost_vdpa_device_realize()
|
/openbmc/qemu/include/qemu/ |
H A D | osdep.h | 606 int qemu_open(const char *name, int flags, Error **errp);
|
/openbmc/qemu/util/ |
H A D | osdep.c | 360 int qemu_open(const char *name, int flags, Error **errp) in qemu_open() function
|
/openbmc/qemu/hw/vfio/ |
H A D | container.c | 603 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 D | u2f-passthru.c | 485 fd = qemu_open(key->hidraw, O_RDWR, errp); in u2f_passthru_realize()
|
H A D | host-libusb.c | 1215 fd = qemu_open(s->hostdevice, O_RDWR, errp); in usb_host_realize()
|
/openbmc/qemu/block/ |
H A D | file-posix.c | 691 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 D | blkio.c | 718 fd = qemu_open(path, O_RDWR, NULL); in blkio_virtio_blk_connect()
|
/openbmc/qemu/hw/smbios/ |
H A D | smbios.c | 1264 int fd = qemu_open(value, O_RDONLY, errp); in save_opt_one()
|
/openbmc/qemu/net/ |
H A D | vhost-vdpa.c | 1813 vdpa_device_fd = qemu_open(opts->vhostdev, O_RDWR, errp); in net_init_vhost_vdpa()
|