Searched refs:is_unix (Results 1 – 1 of 1) sorted by relevance
1983 int is_unix; member2112 if (ret > 0 && s->is_unix) in tcp_chr_recv()2236 int is_unix; in qemu_chr_open_socket() local2243 is_unix = qemu_opt_get(opts, "path") != NULL; in qemu_chr_open_socket()2250 if (is_unix) { in qemu_chr_open_socket()2273 s->is_unix = is_unix; in qemu_chr_open_socket()2274 s->do_nodelay = do_nodelay && !is_unix; in qemu_chr_open_socket()2296 if (is_unix) { in qemu_chr_open_socket()