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

/external/qemu/
H A Dqemu-char.c794 static int old_fd0_flags; variable
800 fcntl(0, F_SETFL, old_fd0_flags);
840 old_fd0_flags = fcntl(0, F_GETFL);

Completed in 137 milliseconds