Searched refs:pty_chr_state (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dqemu-char.c926 static void pty_chr_state(CharDriverState *chr, int connected);
964 pty_chr_state(chr, 0);
968 pty_chr_state(chr, 1);
984 * read() gives us -EIO instantly, making pty_chr_state() reset the
991 static void pty_chr_state(CharDriverState *chr, int connected) function
1020 pty_chr_state(chr, 1);

Completed in 159 milliseconds