Searched refs:fdi (Results 1 – 1 of 1) sorted by relevance
357 int fd, fdi; in stdin_read_thread() local364 fdi = fds[1]; in stdin_read_thread()369 D("stdin_read_thread(): pre unix_read(fdi=%d,...)\n", fdi); in stdin_read_thread()370 r = unix_read(fdi, buf, 1024); in stdin_read_thread()371 D("stdin_read_thread(): post unix_read(fdi=%d,...)\n", fdi); in stdin_read_thread()391 stdin_raw_restore(fdi); in stdin_read_thread()408 int fdi; in interactive_shell() local416 fdi = 0; //dup(0); in interactive_shell()425 fds[1] = fdi; in interactive_shell()427 stdin_raw_init(fdi); in interactive_shell()[all …]