Searched refs:ring_supplied (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14-stable/contrib/telnet/telnet/ |
| HD | defines.h | 35 #define NETADD(c) { *netoring.supply = c; ring_supplied(&netoring, 1); } 42 ring_supplied(&ttyoring, 1); \
|
| HD | ring.c | 155 ring_supplied(Ring *ring, int count) in ring_supplied() function 278 ring_supplied(ring, i); in ring_supply_data()
|
| HD | ring.h | 84 ring_supplied(Ring *ring, int count),
|
| HD | sys_bsd.c | 1025 ring_supplied(&netiring, c); in process_rings() 1052 ring_supplied(&ttyiring, c); in process_rings()
|
| /freebsd-14-stable/crypto/heimdal/appl/telnet/telnet/ |
| HD | defines.h | 38 #define NETADD(c) { *netoring.supply = c; ring_supplied(&netoring, 1); } 45 ring_supplied(&ttyoring, 1); \
|
| HD | ring.h | 79 ring_supplied (Ring *ring, int count),
|
| HD | ring.c | 140 ring_supplied(Ring *ring, int count) in ring_supplied() function 263 ring_supplied(ring, i); in ring_supply_data()
|
| HD | sys_bsd.c | 937 ring_supplied(&netiring, c); in process_rings() 964 ring_supplied(&ttyiring, c); in process_rings()
|