Searched refs:win_chr_poll (Results 1 – 1 of 1) sorted by relevance
1522 static int win_chr_poll(void *opaque);1544 qemu_del_polling_cb(win_chr_poll, chr); in win_chr_close()1608 qemu_add_polling_cb(win_chr_poll, chr); in win_chr_init()1692 static int win_chr_poll(void *opaque) in win_chr_poll() function