Home | Sort by: relevance | last modified time | path |
/src/usr.bin/telnet/ | |
telnet.c | 2007 int netin, netout, netex, ttyin, ttyout; 2021 ttyin = ring_empty_count(&ttyiring) && (clienteof == 0); 2031 returnValue = process_rings(netin, netout, netex, ttyin, ttyout, !block); 2002 int netin, netout, netex, ttyin, ttyout; local in function:Scheduler |
telnet.c | 2007 int netin, netout, netex, ttyin, ttyout; 2021 ttyin = ring_empty_count(&ttyiring) && (clienteof == 0); 2031 returnValue = process_rings(netin, netout, netex, ttyin, ttyout, !block); 2002 int netin, netout, netex, ttyin, ttyout; local in function:Scheduler |
/src/sys/kern/ | |
tty.c | 119 const char ttyin[] = "ttyin"; variable in typeref:typename:const char[] |
tty.c | 119 const char ttyin[] = "ttyin"; variable in typeref:typename:const char[] |