Searched refs:stdout_fd (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/um/drivers/
H A Dharddog_user.c14 int stdout_fd; member in struct:dog_data
23 dup2(data->stdout_fd, 1);
24 dup2(data->stdout_fd, 2);
26 close(data->stdout_fd);
54 data.stdout_fd = in_fds[1];
H A Dslirp_user.c24 int stdout_fd; member in struct:slirp_pre_exec_data
33 if (data->stdout_fd != -1)
34 dup2(data->stdout_fd, 1);
43 pe_data.stdout_fd = fd;
H A Dnet_user.c169 int stdout_fd; member in struct:change_pre_exec_data
177 dup2(data->stdout_fd, 1);
192 pe_data.stdout_fd = fds[1];
H A Dslip_user.c59 int stdout_fd; member in struct:slip_pre_exec_data
69 dup2(data->stdout_fd, 1);
89 pe_data.stdout_fd = fds[1];
/linux-master/arch/um/os-Linux/drivers/
H A Dtuntap_user.c50 int stdout_fd; member in struct:tuntap_pre_exec_data
58 dup2(data->stdout_fd, 1);
77 data.stdout_fd = remote;

Completed in 351 milliseconds