Searched defs:is_unix (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dqemu-char.c1983 int is_unix; member in struct:__anon30082
2112 if (ret > 0 && s->is_unix)
2236 int is_unix; local
2243 is_unix = qemu_opt_get(opts, "path") != NULL;
2250 if (is_unix) {
2273 s->is_unix = is_unix;
2274 s->do_nodelay = do_nodelay && !is_unix;
2296 if (is_unix) {

Completed in 37 milliseconds