Home
last modified time | relevance | path

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

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