Searched refs:fd_stdout (Results 1 – 1 of 1) sorted by relevance
411 int fd_stdout, int fd_stderr) { in spawn_exec() argument418 if (fd_stdout < 0) in spawn_exec()426 if (fd_stdout >= 0) { in spawn_exec()427 dup2(fd_stdout, STDOUT_FILENO); in spawn_exec()428 safe_close(fd_stdout); in spawn_exec()453 int fd_stdout, int fd_stderr, in spawn_read() argument458 .data.ptr = &fd_stdout, in spawn_read()468 if (fd_stdout < 0 && fd_stderr < 0) in spawn_read()477 if (fd_stdout >= 0) { in spawn_read()478 r = epoll_ctl(fd_ep, EPOLL_CTL_ADD, fd_stdout, &ep_outpipe); in spawn_read()[all …]