Searched refs:qemu_create (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/io/ |
H A D | channel-file.c | 72 ioc->fd = qemu_create(path, flags & ~O_CREAT, mode, errp); in qio_channel_file_new_path()
|
/openbmc/qemu/include/qemu/ |
H A D | osdep.h | 607 int qemu_create(const char *name, int flags, mode_t mode, Error **errp);
|
/openbmc/qemu/util/ |
H A D | osdep.c | 368 int qemu_create(const char *name, int flags, mode_t mode, Error **errp) in qemu_create() function
|
H A D | oslib-posix.c | 132 fd = qemu_create(path, O_WRONLY, S_IRUSR | S_IWUSR, errp); in qemu_write_pidfile()
|
/openbmc/qemu/block/ |
H A D | file-win32.c | 602 fd = qemu_create(file_opts->filename, O_WRONLY | O_TRUNC | O_BINARY, in raw_co_create()
|
H A D | file-posix.c | 2908 fd = qemu_create(file_opts->filename, O_RDWR | O_BINARY, 0644, errp); in raw_co_create()
|
/openbmc/qemu/chardev/ |
H A D | char.c | 264 chr->logfd = qemu_create(common->logfile, flags, 0666, errp); in qemu_char_open()
|
/openbmc/qemu/dump/ |
H A D | dump.c | 2161 fd = qemu_create(p, O_WRONLY | O_TRUNC | O_BINARY, S_IRUSR, errp); in qmp_dump_guest_memory()
|