Searched refs:stdin_fd (Results 1 – 1 of 1) sorted by relevance
445 int stdin_fd, write_fd; member478 send_window_size_change(args->stdin_fd, args->protocol); in stdin_read_thread_loop()498 D("stdin_read_thread_loop(): pre unix_read_interruptible(fdi=%d,...)", args->stdin_fd); in stdin_read_thread_loop()499 int r = unix_read_interruptible(args->stdin_fd, buffer_ptr, in stdin_read_thread_loop()502 send_window_size_change(args->stdin_fd, args->protocol); in stdin_read_thread_loop()505 D("stdin_read_thread_loop(): post unix_read_interruptible(fdi=%d,...)", args->stdin_fd); in stdin_read_thread_loop()618 args->stdin_fd = STDIN_FILENO; in RemoteShell()