Lines Matching defs:connected
43 int connected;
52 static void pty_chr_state(Chardev *chr, int connected);
69 if (!s->connected) {
114 if (s->connected) {
119 * The other side might already be re-connected, but the timer might
137 if (!s->connected) {
178 static void pty_chr_state(Chardev *chr, int connected)
182 if (!connected) {
184 if (s->connected) {
187 s->connected = 0;
194 if (!s->connected) {
195 s->connected = 1;