Home
last modified time | relevance | path

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

/qemu/io/
A Dchannel-file.c72 ioc->fd = qemu_create(path, flags & ~O_CREAT, mode, errp); in qio_channel_file_new_path()
/qemu/include/qemu/
A Dosdep.h607 int qemu_create(const char *name, int flags, mode_t mode, Error **errp);
/qemu/util/
A Dosdep.c368 int qemu_create(const char *name, int flags, mode_t mode, Error **errp) in qemu_create() function
A Doslib-posix.c132 fd = qemu_create(path, O_WRONLY, S_IRUSR | S_IWUSR, errp); in qemu_write_pidfile()
/qemu/block/
A Dfile-win32.c602 fd = qemu_create(file_opts->filename, O_WRONLY | O_TRUNC | O_BINARY, in raw_co_create()
A Dfile-posix.c2908 fd = qemu_create(file_opts->filename, O_RDWR | O_BINARY, 0644, errp); in raw_co_create()
/qemu/chardev/
A Dchar.c264 chr->logfd = qemu_create(common->logfile, flags, 0666, errp); in qemu_char_open()
/qemu/dump/
A Ddump.c2161 fd = qemu_create(p, O_WRONLY | O_TRUNC | O_BINARY, S_IRUSR, errp); in qmp_dump_guest_memory()

Completed in 27 milliseconds