Searched refs:command_fds_to_drain (Results 1 – 2 of 2) sorted by relevance
2714 static struct fd_set_wrapper { fd_set fds; } command_fds_to_drain; variable2935 FD_ZERO (&command_fds_to_drain.fds);2937 FD_SET (stdout_pipe[0], &command_fds_to_drain.fds);2940 FD_SET (stderr_pipe[0], &command_fds_to_drain.fds);2943 FD_SET (protocol_pipe[0], &command_fds_to_drain.fds);5096 readfds = command_fds_to_drain;
2563 (command_fds_to_drain, max_command_fd): New variables.