Searched refs:stdin_fd (Results 1 – 1 of 1) sorted by relevance
462 int stdin_fd, write_fd; member495 send_window_size_change(args->stdin_fd, args->protocol); in stdin_read_thread_loop()515 D("stdin_read_thread_loop(): pre unix_read_interruptible(fdi=%d,...)", args->stdin_fd); in stdin_read_thread_loop()516 int r = unix_read_interruptible(args->stdin_fd, buffer_ptr, in stdin_read_thread_loop()519 send_window_size_change(args->stdin_fd, args->protocol); in stdin_read_thread_loop()522 D("stdin_read_thread_loop(): post unix_read_interruptible(fdi=%d,...)", args->stdin_fd); in stdin_read_thread_loop()635 args->stdin_fd = STDIN_FILENO; in RemoteShell()