Home | History | Annotate | Download | only in qemu

Lines Matching defs:opaque

40     void *opaque;
54 void *opaque)
77 ioh->opaque = opaque;
86 void *opaque)
88 return qemu_set_fd_handler2(fd, NULL, fd_read, fd_write, opaque);
100 ioh->fd_read_poll(ioh->opaque) != 0)) {
120 ioh->fd_read(ioh->opaque);
123 ioh->fd_write(ioh->opaque);
153 static void sigchld_bh_handler(void *opaque)