Home
last modified time | relevance | path

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

/external/qemu/
Dcharpipe.c227 #define MAX_CHAR_PIPES 8 macro
229 static CharPipeState _s_charpipes[ MAX_CHAR_PIPES ];
235 CharPipeState* cp_end = cp + MAX_CHAR_PIPES; in qemu_chr_open_charpipe()
446 CharPipeState* cp_end = cp + MAX_CHAR_PIPES; in charpipe_poll()