Home
last modified time | relevance | path

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

/external/qemu/
Dcharpipe.c220 typedef struct CharPipeState { struct
223 } CharPipeState; argument
229 static CharPipeState _s_charpipes[ MAX_CHAR_PIPES ];
234 CharPipeState* cp = _s_charpipes; in qemu_chr_open_charpipe()
235 CharPipeState* cp_end = cp + MAX_CHAR_PIPES; in qemu_chr_open_charpipe()
445 CharPipeState* cp = _s_charpipes; in charpipe_poll()
446 CharPipeState* cp_end = cp + MAX_CHAR_PIPES; in charpipe_poll()