Searched refs:stdin_fd (Results 1 – 1 of 1) sorted by relevance
461 int stdin_fd, write_fd; member494 send_window_size_change(args->stdin_fd, args->protocol); in stdin_read_thread_loop()514 D("stdin_read_thread_loop(): pre unix_read_interruptible(fdi=%d,...)", args->stdin_fd); in stdin_read_thread_loop()515 int r = unix_read_interruptible(args->stdin_fd, buffer_ptr, in stdin_read_thread_loop()518 send_window_size_change(args->stdin_fd, args->protocol); in stdin_read_thread_loop()521 D("stdin_read_thread_loop(): post unix_read_interruptible(fdi=%d,...)", args->stdin_fd); in stdin_read_thread_loop()634 args->stdin_fd = STDIN_FILENO; in RemoteShell()