Searched refs:qio_channel_file_new_path (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/migration/ |
H A D | file.c | 78 ioc = qio_channel_file_new_path(outgoing_args.fname, flags, 0, errp); in file_send_channel_create() 106 fioc = qio_channel_file_new_path(filename, O_CREAT | O_WRONLY, 0600, errp); in file_start_outgoing_migration() 155 QIOChannelFile *fioc = qio_channel_file_new_path(filename, flags, 0, errp); in file_create_incoming_channels() 184 fioc = qio_channel_file_new_path(filename, O_RDONLY, 0, errp); in file_start_incoming_migration()
|
H A D | savevm.c | 3176 ioc = qio_channel_file_new_path(filename, O_WRONLY | O_CREAT | O_TRUNC, in qmp_xen_save_devices_state() 3224 ioc = qio_channel_file_new_path(filename, O_RDONLY | O_BINARY, 0, errp); in qmp_xen_load_devices_state()
|
/openbmc/qemu/tests/unit/ |
H A D | test-io-channel-file.c | 50 src = QIO_CHANNEL(qio_channel_file_new_path( in test_io_channel_file_helper() 54 dst = QIO_CHANNEL(qio_channel_file_new_path( in test_io_channel_file_helper()
|
/openbmc/qemu/include/io/ |
H A D | channel-file.h | 105 qio_channel_file_new_path(const char *path,
|
/openbmc/qemu/io/ |
H A D | channel-file.c | 62 qio_channel_file_new_path(const char *path, in qio_channel_file_new_path() function
|
H A D | trace-events | 37 qio_channel_file_new_path(void *ioc, const char *path, int flags, int mode, int fd) "File new fd io…
|