Lines Matching full:opaque
120 static void qemu_chr_reset_bh(void *opaque)
122 CharDriverState *s = opaque;
197 void *opaque)
202 s->handler_opaque = opaque;
248 MuxDriver *d = chr->opaque;
383 MuxDriver *d = chr->opaque;
393 static int mux_chr_can_read(void *opaque)
395 CharDriverState *chr = opaque;
396 MuxDriver *d = chr->opaque;
406 static void mux_chr_read(void *opaque, const uint8_t *buf, int size)
408 CharDriverState *chr = opaque;
409 MuxDriver *d = chr->opaque;
413 mux_chr_accept_input (opaque);
426 static void mux_chr_event(void *opaque, int event)
428 CharDriverState *chr = opaque;
429 MuxDriver *d = chr->opaque;
439 MuxDriver *d = chr->opaque;
466 chr->opaque = d;
539 FDCharDriver *s = chr->opaque;
543 static int fd_chr_read_poll(void *opaque)
545 CharDriverState *chr = opaque;
546 FDCharDriver *s = chr->opaque;
552 static void fd_chr_read(void *opaque)
554 CharDriverState *chr = opaque;
555 FDCharDriver *s = chr->opaque;
577 FDCharDriver *s = chr->opaque;
590 FDCharDriver *s = chr->opaque;
612 chr->opaque = s;
662 static int stdio_read_poll(void *opaque)
664 CharDriverState *chr = opaque;
678 static void stdio_read(void *opaque)
682 CharDriverState *chr = opaque;
834 PtyCharDriver *s = chr->opaque;
844 static int pty_chr_read_poll(void *opaque)
846 CharDriverState *chr = opaque;
847 PtyCharDriver *s = chr->opaque;
853 static void pty_chr_read(void *opaque)
855 CharDriverState *chr = opaque;
856 PtyCharDriver *s = chr->opaque;
879 PtyCharDriver *s = chr->opaque;
897 PtyCharDriver *s = chr->opaque;
914 static void pty_chr_timer(void *opaque)
916 struct CharDriverState *chr = opaque;
917 PtyCharDriver *s = chr->opaque;
934 PtyCharDriver *s = chr->opaque;
975 chr->opaque = s;
1067 FDCharDriver *s = chr->opaque;
1174 ParallelCharDriver *drv = chr->opaque;
1255 ParallelCharDriver *drv = chr->opaque;
1287 chr->opaque = drv;
1298 int fd = (int)chr->opaque;
1343 chr->opaque = (void *)fd;
1365 static int win_chr_poll(void *opaque);
1366 static int win_chr_pipe_poll(void *opaque);
1370 WinCharState *s = chr->opaque;
1392 WinCharState *s = chr->opaque;
1459 WinCharState *s = chr->opaque;
1493 WinCharState *s = chr->opaque;
1501 WinCharState *s = chr->opaque;
1523 WinCharState *s = chr->opaque;
1533 static int win_chr_poll(void *opaque)
1535 CharDriverState *chr = opaque;
1536 WinCharState *s = chr->opaque;
1557 chr->opaque = s;
1570 static int win_chr_pipe_poll(void *opaque)
1572 CharDriverState *chr = opaque;
1573 WinCharState *s = chr->opaque;
1588 WinCharState *s = chr->opaque;
1656 chr->opaque = s;
1677 chr->opaque = s;
1715 NetCharDriver *s = chr->opaque;
1721 static int udp_chr_read_poll(void *opaque)
1723 CharDriverState *chr = opaque;
1724 NetCharDriver *s = chr->opaque;
1739 static void udp_chr_read(void *opaque)
1741 CharDriverState *chr = opaque;
1742 NetCharDriver *s = chr->opaque;
1761 NetCharDriver *s = chr->opaque;
1771 NetCharDriver *s = chr->opaque;
1809 chr->opaque = s;
1837 static void tcp_chr_accept(void *opaque);
1841 TCPCharDriver *s = chr->opaque;
1850 static int tcp_chr_read_poll(void *opaque)
1852 CharDriverState *chr = opaque;
1853 TCPCharDriver *s = chr->opaque;
1910 static void tcp_chr_read(void *opaque)
1912 CharDriverState *chr = opaque;
1913 TCPCharDriver *s = chr->opaque;
1940 static void tcp_chr_connect(void *opaque)
1942 CharDriverState *chr = opaque;
1943 TCPCharDriver *s = chr->opaque;
1972 static void tcp_chr_accept(void *opaque)
1974 CharDriverState *chr = opaque;
1975 TCPCharDriver *s = chr->opaque;
2014 TCPCharDriver *s = chr->opaque;
2101 chr->opaque = s;