Searched refs:qio_channel_file_new_fd (Results 1 – 9 of 9) sorted by relevance
117 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()
50 ioc = QIO_CHANNEL(qio_channel_file_new_fd(fd)); in open_test_file()
220 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()
360 s->ioc = QIO_CHANNEL(qio_channel_file_new_fd(master_fd)); in char_pty_open()
69 qio_channel_file_new_fd(int fd);
35 ioc = QIO_CHANNEL(qio_channel_file_new_fd(fd)); in qio_channel_new_fd()
31 qio_channel_file_new_fd(int fd) in qio_channel_file_new_fd() function58 return qio_channel_file_new_fd(newfd); in qio_channel_file_new_dupfd()
36 qio_channel_file_new_fd(void *ioc, int fd) "File new fd ioc=%p fd=%d"
303 g_autoptr(Object) ioc = OBJECT(qio_channel_file_new_fd(fd)); in ppm_save()