OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qemu_set_cloexec
(Results
1 - 6
of
6
) sorted by null
/external/qemu/
compatfd.c
88
qemu_set_cloexec
(fds[0]);
89
qemu_set_cloexec
(fds[1]);
111
qemu_set_cloexec
(ret);
osdep.c
107
qemu_set_cloexec
(ret);
161
qemu_set_cloexec
(ret);
182
qemu_set_cloexec
(ret);
oslib-posix.c
84
void
qemu_set_cloexec
(int fd)
function
106
qemu_set_cloexec
(pipefd[0]);
107
qemu_set_cloexec
(pipefd[1]);
oslib-win32.c
94
void
qemu_set_cloexec
(int fd)
function
os-posix.c
271
qemu_set_cloexec
(fds[1]);
353
qemu_set_cloexec
(ret);
358
qemu_set_cloexec
(fds[1]);
qemu-common.h
222
void
qemu_set_cloexec
(int fd);
Completed in 4239 milliseconds