Home | History | Annotate | Download | only in qemu

Lines Matching full:opaque

128 static void qemu_chr_reset_bh(void *opaque)
130 CharDriverState *s = opaque;
205 void *opaque)
210 s->handler_opaque = opaque;
256 MuxDriver *d = chr->opaque;
391 MuxDriver *d = chr->opaque;
401 static int mux_chr_can_read(void *opaque)
403 CharDriverState *chr = opaque;
404 MuxDriver *d = chr->opaque;
414 static void mux_chr_read(void *opaque, const uint8_t *buf, int size)
416 CharDriverState *chr = opaque;
417 MuxDriver *d = chr->opaque;
421 mux_chr_accept_input (opaque);
434 static void mux_chr_event(void *opaque, int event)
436 CharDriverState *chr = opaque;
437 MuxDriver *d = chr->opaque;
447 MuxDriver *d = chr->opaque;
474 chr->opaque = d;
551 FDCharDriver *s = chr->opaque;
555 static int fd_chr_read_poll(void *opaque)
557 CharDriverState *chr = opaque;
558 FDCharDriver *s = chr->opaque;
564 static void fd_chr_read(void *opaque)
566 CharDriverState *chr = opaque;
567 FDCharDriver *s = chr->opaque;
589 FDCharDriver *s = chr->opaque;
602 FDCharDriver *s = chr->opaque;
624 chr->opaque = s;
694 static int stdio_read_poll(void *opaque)
696 CharDriverState *chr = opaque;
710 static void stdio_read(void *opaque)
714 CharDriverState *chr = opaque;
866 PtyCharDriver *s = chr->opaque;
876 static int pty_chr_read_poll(void *opaque)
878 CharDriverState *chr = opaque;
879 PtyCharDriver *s = chr->opaque;
885 static void pty_chr_read(void *opaque)
887 CharDriverState *chr = opaque;
888 PtyCharDriver *s = chr->opaque;
911 PtyCharDriver *s = chr->opaque;
929 PtyCharDriver *s = chr->opaque;
946 static void pty_chr_timer(void *opaque)
948 struct CharDriverState *chr = opaque;
949 PtyCharDriver *s = chr->opaque;
966 PtyCharDriver *s = chr->opaque;
1008 chr->opaque = s;
1100 FDCharDriver *s = chr->opaque;
1207 ParallelCharDriver *drv = chr->opaque;
1288 ParallelCharDriver *drv = chr->opaque;
1320 chr->opaque = drv;
1331 int fd = (int)chr->opaque;
1376 chr->opaque = (void *)fd;
1398 static int win_chr_poll(void *opaque);
1399 static int win_chr_pipe_poll(void *opaque);
1403 WinCharState *s = chr->opaque;
1425 WinCharState *s = chr->opaque;
1492 WinCharState *s = chr->opaque;
1526 WinCharState *s = chr->opaque;
1534 WinCharState *s = chr->opaque;
1556 WinCharState *s = chr->opaque;
1566 static int win_chr_poll(void *opaque)
1568 CharDriverState *chr = opaque;
1569 WinCharState *s = chr->opaque;
1590 chr->opaque = s;
1603 static int win_chr_pipe_poll(void *opaque)
1605 CharDriverState *chr = opaque;
1606 WinCharState *s = chr->opaque;
1621 WinCharState *s = chr->opaque;
1689 chr->opaque = s;
1710 chr->opaque = s;
1748 NetCharDriver *s = chr->opaque;
1753 static int udp_chr_read_poll(void *opaque)
1755 CharDriverState *chr = opaque;
1756 NetCharDriver *s = chr->opaque;
1771 static void udp_chr_read(void *opaque)
1773 CharDriverState *chr = opaque;
1774 NetCharDriver *s = chr->opaque;
1793 NetCharDriver *s = chr->opaque;
1803 NetCharDriver *s = chr->opaque;
1840 chr->opaque = s;
1868 static void tcp_chr_accept(void *opaque);
1872 TCPCharDriver *s = chr->opaque;
1881 static int tcp_chr_read_poll(void *opaque)
1883 CharDriverState *chr = opaque;
1884 TCPCharDriver *s = chr->opaque;
1941 static void tcp_chr_read(void *opaque)
1943 CharDriverState *chr = opaque;
1944 TCPCharDriver *s = chr->opaque;
1971 static void tcp_chr_connect(void *opaque)
1973 CharDriverState *chr = opaque;
1974 TCPCharDriver *s = chr->opaque;
1997 static void tcp_chr_accept(void *opaque)
1999 CharDriverState *chr = opaque;
2000 TCPCharDriver *s = chr->opaque;
2023 TCPCharDriver *s = chr->opaque;
2110 chr->opaque = s;