Home
last modified time | relevance | path

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

/openbmc/qemu/io/
H A Dchannel-file.c30 QIOChannelFile *
33 QIOChannelFile *ioc; in qio_channel_file_new_fd()
48 QIOChannelFile *
61 QIOChannelFile *
67 QIOChannelFile *ioc; in qio_channel_file_new_path()
93 QIOChannelFile *ioc = QIO_CHANNEL_FILE(obj); in qio_channel_file_init()
99 QIOChannelFile *ioc = QIO_CHANNEL_FILE(obj); in qio_channel_file_finalize()
115 QIOChannelFile *fioc = QIO_CHANNEL_FILE(ioc); in qio_channel_file_readv()
144 QIOChannelFile *fioc = QIO_CHANNEL_FILE(ioc); in qio_channel_file_writev()
170 QIOChannelFile *fioc = QIO_CHANNEL_FILE(ioc); in qio_channel_file_preadv()
[all …]
/openbmc/qemu/include/io/
H A Dchannel-file.h28 OBJECT_DECLARE_SIMPLE_TYPE(QIOChannelFile, QIO_CHANNEL_FILE)
44 struct QIOChannelFile { struct
68 QIOChannelFile * argument
86 QIOChannelFile *
104 QIOChannelFile *
/openbmc/qemu/migration/
H A Dfile.c65 QIOChannelFile *ioc; in file_send_channel_create()
99 g_autoptr(QIOChannelFile) fioc = NULL; in file_start_outgoing_migration()
155 QIOChannelFile *fioc = qio_channel_file_new_path(filename, flags, 0, errp); in file_create_incoming_channels()
179 QIOChannelFile *fioc = NULL; in file_start_incoming_migration()
H A Dsavevm.c3162 QIOChannelFile *ioc; in qmp_xen_save_devices_state()
3212 QIOChannelFile *ioc; in qmp_xen_load_devices_state()
/openbmc/qemu/chardev/
H A Dchar-serial.c182 QIOChannelFile *fioc = QIO_CHANNEL_FILE(s->ioc_in); in tty_serial_ioctl()
H A Dchar-pty.c93 QIOChannelFile *fioc = QIO_CHANNEL_FILE(s->ioc); in pty_chr_update_read_handler()