HomeSort by relevance Sort by last modified time
    Searched refs:qemu_set_fd_handler2 (Results 1 - 14 of 14) sorted by null

  /external/qemu/
migration-tcp-android.c 66 qemu_set_fd_handler2(s->fd, NULL, NULL, NULL, NULL);
111 qemu_set_fd_handler2(s->fd, NULL, NULL, tcp_wait_for_connect, s);
156 qemu_set_fd_handler2(s, NULL, NULL, NULL, NULL);
189 qemu_set_fd_handler2(s, NULL, tcp_accept_incoming_migration, NULL,
migration-tcp.c 69 qemu_set_fd_handler2(s->fd, NULL, NULL, NULL, NULL);
119 qemu_set_fd_handler2(s->fd, NULL, NULL, tcp_wait_for_connect, s);
168 qemu_set_fd_handler2(s, NULL, NULL, NULL, NULL);
203 qemu_set_fd_handler2(s, NULL, tcp_accept_incoming_migration, NULL,
migration-exec.c 131 qemu_set_fd_handler2(qemu_stdio_fd(f), NULL, NULL, NULL, NULL);
149 qemu_set_fd_handler2(qemu_stdio_fd(f), NULL,
migration.c 187 qemu_set_fd_handler2(s->fd, NULL, NULL, NULL, NULL);
208 qemu_set_fd_handler2(s->fd, NULL, NULL, NULL, NULL);
225 qemu_set_fd_handler2(s->fd, NULL, NULL, migrate_fd_put_notify, s);
335 qemu_set_fd_handler2(s->fd, NULL, NULL, NULL, NULL);
iohandler.c 50 int qemu_set_fd_handler2(int fd, function
88 return qemu_set_fd_handler2(fd, NULL, fd_read, fd_write, opaque);
qemu-char.h 120 int qemu_set_fd_handler2(int fd,
aio-android.c 97 qemu_set_fd_handler2(fd, NULL, io_read, io_write, opaque);
aio.c 96 qemu_set_fd_handler2(fd, NULL, io_read, io_write, opaque);
qemu-char.c 638 qemu_set_fd_handler2(s->fd_in, NULL, NULL, NULL, NULL);
654 qemu_set_fd_handler2(s->fd_in, fd_chr_read_poll,
667 qemu_set_fd_handler2(s->fd_in, NULL, NULL, NULL, NULL);
779 qemu_set_fd_handler2(0, NULL, NULL, NULL, NULL);
829 qemu_set_fd_handler2(0, NULL, NULL, NULL, NULL);
849 qemu_set_fd_handler2(0, stdio_read_poll, stdio_read, NULL, chr);
977 qemu_set_fd_handler2(s->fd, pty_chr_read_poll,
996 qemu_set_fd_handler2(s->fd, NULL, NULL, NULL, NULL);
1032 qemu_set_fd_handler2(s->fd, NULL, NULL, NULL, NULL);
    [all...]
vnc-android.c 891 qemu_set_fd_handler2(vs->csock, NULL, NULL, NULL, NULL);
1034 qemu_set_fd_handler2(vs->csock, NULL, vnc_client_read, NULL, vs);
    [all...]
vnc.c 885 qemu_set_fd_handler2(vs->csock, NULL, NULL, NULL, NULL);
1028 qemu_set_fd_handler2(vs->csock, NULL, vnc_client_read, NULL, vs);
    [all...]
cpus.c 146 qemu_set_fd_handler2(fds[0], NULL, qemu_event_read, NULL,
net-android.c 1218 qemu_set_fd_handler2(s->fd, tap_can_send, tap_send, NULL, s);
1234 qemu_set_fd_handler2(s->fd, NULL, NULL, NULL, NULL);
1264 qemu_set_fd_handler2(s->fd, tap_can_send, tap_send, NULL, s);
    [all...]
net.c 1090 qemu_set_fd_handler2(s->fd, tap_can_send, tap_send, NULL, s);
1106 qemu_set_fd_handler2(s->fd, NULL, NULL, NULL, NULL);
1136 qemu_set_fd_handler2(s->fd, tap_can_send, tap_send, NULL, s);
    [all...]

Completed in 743 milliseconds