Home
last modified time | relevance | path

Searched refs:qio_channel_file_new_path (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/migration/
H A Dfile.c78 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 Dsavevm.c3176 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 Dtest-io-channel-file.c50 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 Dchannel-file.h105 qio_channel_file_new_path(const char *path,
/openbmc/qemu/io/
H A Dchannel-file.c62 qio_channel_file_new_path(const char *path, in qio_channel_file_new_path() function
H A Dtrace-events37 qio_channel_file_new_path(void *ioc, const char *path, int flags, int mode, int fd) "File new fd io…