Searched refs:stdout_fd (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | harddog_user.c | 13 int stdout_fd; member 22 dup2(data->stdout_fd, 1); in pre_exec() 23 dup2(data->stdout_fd, 2); in pre_exec() 25 close(data->stdout_fd); in pre_exec() 53 data.stdout_fd = in_fds[1]; in start_watchdog()
|
H A D | slirp_user.c | 24 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 D | slip_user.c | 59 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 D | net_user.c | 169 int stdout_fd; member 177 dup2(data->stdout_fd, 1); in change_pre_exec() 192 pe_data.stdout_fd = fds[1]; in change_tramp()
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | harddog_user.c | 14 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 D | slirp_user.c | 24 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 D | slip_user.c | 59 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 D | net_user.c | 169 int stdout_fd; member 177 dup2(data->stdout_fd, 1); in change_pre_exec() 192 pe_data.stdout_fd = fds[1]; in change_tramp()
|
/kernel/linux/linux-5.10/arch/um/os-Linux/drivers/ |
H A D | tuntap_user.c | 50 int stdout_fd; member 58 dup2(data->stdout_fd, 1); in tuntap_pre_exec() 77 data.stdout_fd = remote; in tuntap_open_tramp()
|
/kernel/linux/linux-6.6/arch/um/os-Linux/drivers/ |
H A D | tuntap_user.c | 50 int stdout_fd; member 58 dup2(data->stdout_fd, 1); in tuntap_pre_exec() 77 data.stdout_fd = remote; in tuntap_open_tramp()
|
Completed in 5 milliseconds