Home
last modified time | relevance | path

Searched refs:out_fd (Results 1 – 2 of 2) sorted by relevance

/qemu/qga/
H A Dcommands.c421 gint in_fd, out_fd, err_fd; in qmp_guest_exec() local
475 has_output ? &out_fd : NULL, has_output ? &err_fd : NULL, &gerr); in qmp_guest_exec()
506 out_ch = g_io_channel_win32_new_fd(out_fd); in qmp_guest_exec()
509 out_ch = g_io_channel_unix_new(out_fd); in qmp_guest_exec()
/qemu/block/
H A Dfile-posix.c2006 static off_t copy_file_range(int in_fd, off_t *in_off, int out_fd, in copy_file_range() argument
2010 return syscall(__NR_copy_file_range, in_fd, in_off, out_fd, in copy_file_range()