Home
last modified time | relevance | path

Searched refs:process_rings (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/telnet/
H A Dexterns.h192 int process_rings(int netin, int netout, int netex, int ttyin, int ttyout,
H A Dsys_bsd.c492 process_rings(int netin, int netout, int netex, int ttyin, int ttyout, in process_rings() function
H A Dtelnet.c1821 returnValue = process_rings(netin, netout, netex, ttyin, ttyout, !block); in Scheduler()