Home
last modified time | relevance | path

Searched refs:qio_channel_new_fd (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/migration/
H A Dfd.c66 ioc = qio_channel_new_fd(fd, errp); in fd_start_outgoing_migration()
101 ioc = qio_channel_new_fd(fd, errp); in fd_start_incoming_migration()
/openbmc/qemu/include/io/
H A Dchannel-util.h49 QIOChannel *qio_channel_new_fd(int fd,
/openbmc/qemu/io/
H A Dchannel-util.c27 QIOChannel *qio_channel_new_fd(int fd, in qio_channel_new_fd() function
/openbmc/qemu/tests/unit/
H A Dtest-io-channel-file.c94 ioc = qio_channel_new_fd(fd, &error_abort); in test_io_channel_fd()
H A Dtest-io-channel-socket.c555 ioc = qio_channel_new_fd(fd, &error_abort); in test_io_channel_ipv4_fd()
/openbmc/qemu/hw/remote/
H A Dremote-obj.c105 ioc = qio_channel_new_fd(o->fd, &err); in remote_object_machine_done()
H A Dproxy.c102 dev->ioc = qio_channel_new_fd(fd, errp); in pci_proxy_dev_realize()