Home
last modified time | relevance | path

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

/openbmc/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 Dslirp_user.c24 int stdout_fd; member
33 if (data->stdout_fd != -1) in slirp_pre_exec()
34 dup2(data->stdout_fd, 1); in slirp_pre_exec()
43 pe_data.stdout_fd = fd; in slirp_tramp()
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()
/openbmc/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()