/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | ring.c | 90 #define ring_empty(d) (((d)->consume == (d)->supply) && \ 92 #define ring_full(d) (((d)->supply == (d)->consume) && \ 108 ring->supply = ring->consume = ring->bottom = buffer; in ring_init() 136 if (ring->mark == ring->consume) { in ring_at_mark() 173 (ring_subtract(ring, ring->mark, ring->consume) < count)) { in ring_consumed() 177 if (ring->consume < ring->clearto && in ring_consumed() 178 ring->clearto <= ring->consume + count) in ring_consumed() 180 else if (ring->consume + count > ring->top && in ring_consumed() 184 ring->consume = ring_increment(ring, ring->consume, count); in ring_consumed() 190 ring->consume = ring->supply = ring->bottom; in ring_consumed() [all …]
|
H A D | network.c | 148 n = send(net, netoring.consume, n, 0); in netflush() 158 n = send(net, netoring.consume, 1, MSG_OOB); in netflush() 172 Dump('>', netoring.consume, n); in netflush()
|
H A D | terminal.c | 113 n = TerminalWrite((char *)ttyoring.consume, n); 120 Dump('>', ttyoring.consume, n);
|
H A D | ring.h | 59 unsigned char *consume; /* where data comes out of */ member
|
H A D | telnet.c | 1759 sbp = netiring.consume; in telrcv() 2007 tbp = ttyiring.consume; in telsnd()
|
/illumos-gate/usr/src/lib/libresolv2/common/isc/ |
H A D | ev_streams.c | 37 static void consume(evStream *str, size_t bytes); 219 consume(evStream *str, size_t bytes) { in consume() function 266 consume(str, bytes); in writable() 289 consume(str, bytes); in readable()
|
/illumos-gate/usr/src/common/ficl/softcore/ |
H A D | prefix.fr | 33 \ ** and consume the next number in the input stream, pushing/compiling
|
/illumos-gate/usr/src/test/ |
H A D | README | 76 Some STF tests consume the values of variables from the user's environment.
|
/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | README.LFS | 150 executable which is >2GB. The resulting program will consume over
|
/illumos-gate/usr/src/data/perfmon/ |
H A D | readme.txt | 129 For instance, PEBS collection of this event may consume limited PEBS resources whereas interrupt-ba…
|
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/ |
H A D | t4fw_cfg.txt | 359 # hardware to consume).
|
H A D | t5fw_cfg.txt | 399 # hardware to consume).
|
H A D | t6fw_cfg.txt | 412 # hardware to consume).
|
/illumos-gate/usr/src/uts/common/io/usb/clients/ccid/ |
H A D | ccid.c | 3611 goto consume; in ccid_complete_apdu() 3637 consume: in ccid_complete_apdu()
|
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | README | 143 consume events which act on those objects. Object lists are maintained
|
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | README | 34 * Must consume little CPU, since it will always be running.
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/ |
H A D | RELEASE | 275 09-01-07 string/strtoi.c: strtol() etc. do not consume [lLuU] suffix -- thanks jkf 276 09-01-07 sfio/sfstrtof.h: strtod() etc. do not consume [fFlL] suffix -- thanks jkf
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | release.txt | 1286 required for produce/consume in a single cacheline [64 bytes].
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | list | 5199 consume
|
/illumos-gate/usr/src/cmd/look/ |
H A D | words | 5200 consume
|