Home
last modified time | relevance | path

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

/openbmc/qemu/qga/
H A Dcommands-bsd.c89 ufssuspend_fd = qemu_open(_PATH_UFSSUSPEND, O_RDWR, errp); in qmp_guest_fsfreeze_do_freeze_list()
/openbmc/qemu/include/qemu/
H A Dosdep.h587 int qemu_open(const char *name, int flags, Error **errp);
/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/util/
H A Dosdep.c354 int qemu_open(const char *name, int flags, Error **errp) in qemu_open() function
/openbmc/qemu/block/
H A Dfile-posix.c690 fd = qemu_open(filename, s->open_flags, errp); in raw_open_common()
1106 fd = qemu_open(normalized_filename, *open_flags, errp); in raw_reconfigure_getfd()
4009 fd = qemu_open(test_partition, O_RDONLY | O_BINARY | O_LARGEFILE, NULL); in setup_cdrom()
4329 fd = qemu_open(filename, O_RDONLY | O_NONBLOCK, NULL); in cdrom_probe_device()
4459 fd = qemu_open(bs->filename, s->open_flags, NULL); in cdrom_reopen()
H A Dblkio.c715 fd = qemu_open(path, O_RDWR, NULL); in blkio_virtio_blk_connect()
/openbmc/qemu/hw/smbios/
H A Dsmbios.c1201 int fd = qemu_open(value, O_RDONLY, errp); in save_opt_one()
/openbmc/qemu/net/
H A Dvhost-vdpa.c1788 vdpa_device_fd = qemu_open(opts->vhostdev, O_RDWR, errp); in net_init_vhost_vdpa()