Searched refs:supply (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.0-release/contrib/telnet/telnet/
H A Dring.c47 * full: [consume, supply)
48 * empty: [supply, consume)
96 #define ring_empty(d) (((d)->consume == (d)->supply) && \
98 #define ring_full(d) (((d)->supply == (d)->consume) && \
110 ring->supply = ring->consume = ring->bottom = buffer;
130 ring->mark = ring_decrement(ring, ring->supply, 1);
163 ring->supply = ring_increment(ring, ring->supply, count);
195 ring->consume = ring->supply = ring->bottom;
211 return ring_subtract(ring, ring->consume, ring->supply);
[all...]
H A Ddefines.h39 #define NETADD(c) { *netoring.supply = c; ring_supplied(&netoring, 1); }
45 *ttyoring.supply = c; \
H A Dring.h52 * full: [consume, supply)
53 * empty: [supply, consume)
59 *supply, /* where data comes in to */ member in struct:__anon4378
H A Dsys_bsd.c1037 c = recv(net, netiring.supply, canread, MSG_OOB);
1039 c = recv(net, netiring.supply, canread, 0);
1056 i = recv(net, netiring.supply + c, canread - c, MSG_OOB);
1058 memcmp(netiring.supply, netiring.supply + c, i) == 0) {
1074 i = read(net, netiring.supply + c, canread - c);
1079 c = recv(net, netiring.supply, canread, 0);
1082 c = recv(net, netiring.supply, canread, 0);
1086 c = recv(net, (char *)netiring.supply, canread, 0);
1094 Dump('<', netiring.supply,
[all...]
/freebsd-10.0-release/crypto/heimdal/appl/telnet/telnet/
H A Dring.c43 * full: [consume, supply)
44 * empty: [supply, consume)
71 #define ring_empty(d) (((d)->consume == (d)->supply) && \
73 #define ring_full(d) (((d)->supply == (d)->consume) && \
89 ring->supply = ring->consume = ring->bottom = buffer;
109 ring->mark = ring_decrement(ring, ring->supply, 1);
142 ring->supply = ring_increment(ring, ring->supply, count);
174 ring->consume = ring->supply = ring->bottom;
190 return ring_subtract(ring, ring->consume, ring->supply);
[all...]
H A Ddefines.h38 #define NETADD(c) { *netoring.supply = c; ring_supplied(&netoring, 1); }
44 *ttyoring.supply = c; \
H A Dring.h43 * full: [consume, supply)
44 * empty: [supply, consume)
50 *supply, /* where data comes in to */ member in struct:__anon4747
H A Dsys_bsd.c879 c = recv(net, netiring.supply, canread, MSG_OOB);
881 c = recv(net, netiring.supply, canread, 0);
898 i = recv(net, netiring.supply + c, canread - c, MSG_OOB);
900 memcmp(netiring.supply, netiring.supply + c, i) == 0) {
916 i = read(net, netiring.supply + c, canread - c);
921 c = recv(net, netiring.supply, canread, 0);
924 c = recv(net, netiring.supply, canread, 0);
928 c = recv(net, (char *)netiring.supply, canread, 0);
936 Dump('<', netiring.supply,
[all...]
/freebsd-10.0-release/usr.sbin/IPXrouted/
H A Ddefs.h79 extern int supplier; /* process should supply updates */
102 void supply(struct sockaddr *, int, struct interface *, int);
H A Dinput.c120 supply(from, 0, ifp, 0);
155 * net is the directly connected net we supply an
294 toall(supply, NULL, 1);
H A Dtimer.c55 * Timer routine. Performs routing information supply
142 toall(supply, NULL, 0);
225 toall(supply, NULL, 0);
H A Doutput.c125 supply(dst, flags, ifp, changesonly) function
/freebsd-10.0-release/sys/boot/fdt/dts/
H A Drpi.dts352 vin-supply = <&power>;
364 vin-supply = <&power>;
/freebsd-10.0-release/sbin/routed/
H A Dinput.c296 supply(from, aifp, OUT_QUERY, 0,
352 supply(from, aifp, OUT_UNICAST, 0,
H A Doutput.c437 /* supply one route from the table
666 supply(struct sockaddr_in *dst, function
883 supply(&dst, ifp, type, flash, vers, 1);
H A Ddefs.h459 extern int supplier; /* process should supply updates */
518 void supply(struct sockaddr_in *, struct interface *,
/freebsd-10.0-release/contrib/top/
H A DConfigure176 Please supply the name of the appropriate command. It need not be a
/freebsd-10.0-release/contrib/gdb/
H A Dlibtool.m4213 # recent cygwin and mingw systems supply a stub DllMain which the user
214 # can override, but on older systems we have to supply one
215 AC_CACHE_CHECK([if libtool should supply DllMain function], lt_cv_need_dllmain,
/freebsd-10.0-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex43 embedded machine. To do this, we supply the kernel with a compact
84 might supply a few vital system parameters (size of RAM and the like),

Completed in 282 milliseconds