Home
last modified time | relevance | path

Searched refs:win_chr_pipe_poll (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/chardev/
H A Dchar-win.h52 int win_chr_pipe_poll(void *opaque);
/openbmc/qemu/chardev/
H A Dchar-win.c142 int win_chr_pipe_poll(void *opaque) in win_chr_pipe_poll() function
207 qemu_del_polling_cb(win_chr_pipe_poll, chr); in char_win_finalize()
H A Dchar-pipe.c99 qemu_add_polling_cb(win_chr_pipe_poll, chr); in win_chr_pipe_init()