Home
last modified time | relevance | path

Searched refs:stdout_fd (Results 1 – 4 of 4) sorted by relevance

/linux/arch/um/drivers/
H A Dharddog_user.c14 int stdout_fd; member
23 dup2(data->stdout_fd, 1); in pre_exec()
24 dup2(data->stdout_fd, 2); in pre_exec()
26 close(data->stdout_fd); in pre_exec()
54 data.stdout_fd = in_fds[1]; in start_watchdog()
H A Dslip_user.c59 int stdout_fd; member
69 dup2(data->stdout_fd, 1); in slip_pre_exec()
89 pe_data.stdout_fd = fds[1]; in slip_tramp()
H A Dnet_user.c169 int stdout_fd; member
177 dup2(data->stdout_fd, 1); in change_pre_exec()
192 pe_data.stdout_fd = fds[1]; in change_tramp()
/linux/arch/um/os-Linux/drivers/
H A Dtuntap_user.c50 int stdout_fd; member
58 dup2(data->stdout_fd, 1); in tuntap_pre_exec()
77 data.stdout_fd = remote; in tuntap_open_tramp()