Searched refs:consume (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | ring.c | 92 #define ring_empty(d) (((d)->consume == (d)->supply) && \ 94 #define ring_full(d) (((d)->supply == (d)->consume) && \ 113 ring->supply = ring->consume = ring->bottom = buffer; 143 if (ring->mark == ring->consume) { 185 (ring_subtract(ring, ring->mark, ring->consume) < count)) { 189 if (ring->consume < ring->clearto && 190 ring->clearto <= ring->consume + count) 192 else if (ring->consume + count > ring->top && 194 ring->bottom + ((ring->consume + count) - ring->top)) 197 ring->consume = ring_increment(ring, ring->consume, count); [all …]
|
H A D | network.c | 150 n = send(net, netoring.consume, n, 0); in netflush() 160 n = send(net, netoring.consume, 1, MSG_OOB); in netflush() 174 Dump('>', netoring.consume, n); in netflush()
|
H A D | terminal.c | 115 n = TerminalWrite((char *)ttyoring.consume, n); 122 Dump('>', ttyoring.consume, n);
|
H A D | ring.h | 61 unsigned char *consume; /* where data comes out of */ member
|
H A D | telnet.c | 1761 sbp = netiring.consume; in telrcv() 2009 tbp = ttyiring.consume; in telsnd()
|
/titanic_41/usr/src/lib/libresolv2/common/isc/ |
H A D | ev_streams.c | 41 static void consume(evStream *str, size_t bytes); 223 consume(evStream *str, size_t bytes) { in consume() function 270 consume(str, bytes); in writable() 293 consume(str, bytes); in readable()
|
/titanic_41/usr/src/test/ |
H A D | README | 76 Some STF tests consume the values of variables from the user's environment.
|
/titanic_41/usr/src/cmd/sgs/libelf/common/ |
H A D | README.LFS | 150 executable which is >2GB. The resulting program will consume over
|
/titanic_41/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | README | 143 consume events which act on those objects. Object lists are maintained
|
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | README | 35 * Must consume little CPU, since it will always be running.
|
/titanic_41/usr/src/lib/libast/common/ |
H A D | RELEASE | 87 09-01-07 string/strtoi.c: strtol() etc. do not consume [lLuU] suffix -- thanks jkf 88 09-01-07 sfio/sfstrtof.h: strtod() etc. do not consume [fFlL] suffix -- thanks jkf
|
/titanic_41/usr/src/cmd/look/ |
H A D | words | 5200 consume
|
/titanic_41/usr/src/cmd/spell/ |
H A D | list | 5199 consume
|