Home
last modified time | relevance | path

Searched refs:qio_channel_file_new_fd (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-io-channel-file.c117 src = QIO_CHANNEL(qio_channel_file_new_fd(fd[1])); in test_io_channel_pipe()
118 dst = QIO_CHANNEL(qio_channel_file_new_fd(fd[0])); in test_io_channel_pipe()
H A Dtest-vmstate.c50 ioc = QIO_CHANNEL(qio_channel_file_new_fd(fd)); in open_test_file()
/openbmc/qemu/chardev/
H A Dchar-fd.c220 s->ioc_in = QIO_CHANNEL(qio_channel_file_new_fd(fd_in)); in qemu_chr_open_fd()
228 s->ioc_in = QIO_CHANNEL(qio_channel_file_new_fd(fd_in)); in qemu_chr_open_fd()
234 s->ioc_out = QIO_CHANNEL(qio_channel_file_new_fd(fd_out)); in qemu_chr_open_fd()
H A Dchar-pty.c360 s->ioc = QIO_CHANNEL(qio_channel_file_new_fd(master_fd)); in char_pty_open()
/openbmc/qemu/include/io/
H A Dchannel-file.h69 qio_channel_file_new_fd(int fd);
/openbmc/qemu/io/
H A Dchannel-util.c35 ioc = QIO_CHANNEL(qio_channel_file_new_fd(fd)); in qio_channel_new_fd()
H A Dchannel-file.c31 qio_channel_file_new_fd(int fd) in qio_channel_file_new_fd() function
58 return qio_channel_file_new_fd(newfd); in qio_channel_file_new_dupfd()
H A Dtrace-events36 qio_channel_file_new_fd(void *ioc, int fd) "File new fd ioc=%p fd=%d"
/openbmc/qemu/ui/
H A Dui-qmp-cmds.c303 g_autoptr(Object) ioc = OBJECT(qio_channel_file_new_fd(fd)); in ppm_save()