Home
last modified time | relevance | path

Searched refs:supply (Results 1 – 25 of 176) sorted by relevance

12345678

/netbsd/src/usr.bin/telnet/
Dring.c89 #define ring_empty(d) (((d)->consume == (d)->supply) && \
91 #define ring_full(d) (((d)->supply == (d)->consume) && \
107 ring->supply = ring->consume = ring->bottom = buffer; in ring_init()
127 ring->mark = ring_decrement(ring, ring->supply, 1); in ring_mark()
160 ring->supply = ring_increment(ring, ring->supply, count); in ring_supplied()
191 ring->consume = ring->supply = ring->bottom; in ring_consumed()
207 return ring_subtract(ring, ring->consume, ring->supply); in ring_empty_count()
215 if ((ring->consume < ring->supply) || ring_empty(ring)) { in ring_empty_consecutive()
220 return ring_subtract(ring, ring->top, ring->supply); in ring_empty_consecutive()
225 return ring_subtract(ring, ring->consume, ring->supply); in ring_empty_consecutive()
[all …]
Dsys_bsd.c604 c = recv(net, (char *)netiring.supply, canread, 0); in process_rings()
611 Dump('<', netiring.supply, c); in process_rings()
622 c = TerminalRead(ttyiring.supply, ring_empty_consecutive(&ttyiring)); in process_rings()
634 *ttyiring.supply = termEofChar; in process_rings()
643 Dump('<', ttyiring.supply, c); in process_rings()
Ddefines.h36 #define NETADD(c) { *netoring.supply = (c); ring_supplied(&netoring, 1); }
42 *ttyoring.supply = c; \
Dring.h48 *supply, /* where data comes in to */ member
/netbsd/src/external/bsd/ntp/dist/html/hints/
Dchanges2 - Added support to supply power from RS232 with CLOCK_RAWDCF.
10 - Added support to supply power from RS232 with CLOCK_RAWDCF.
/netbsd/src/external/gpl3/gcc/dist/fixincludes/
DREADME-fixinc8 GCC requires ANSI C headers and many vendors supply ANSI-incompatible
/netbsd/src/external/gpl3/binutils/dist/config/
Dweakref.m421 dnl weakrefs at runtime, but must supply the referenced item at link time.
/netbsd/src/external/gpl3/gdb/dist/config/
Dweakref.m421 dnl weakrefs at runtime, but must supply the referenced item at link time.
/netbsd/src/external/gpl3/gcc/dist/config/
Dweakref.m421 dnl weakrefs at runtime, but must supply the referenced item at link time.
/netbsd/src/sys/arch/m68k/060sp/dist/
Disp.doc196 One other necessary action by the integrator is to supply the routines
202 supply new emulation code. This new emulation code should reside within
/netbsd/src/sys/dev/marvell/
Dfiles.discovery6 # Ports that include this must also supply some glue code of their own.
/netbsd/src/sbin/routed/
Dinput.c296 supply(from, aifp, OUT_QUERY, 0, in input()
352 supply(from, aifp, OUT_UNICAST, 0, in input()
Doutput.c684 supply(struct sockaddr_in *dst, in supply() function
901 supply(&dst, ifp, type, flash, vers, 1); in rip_bcast()
Ddefs.h518 extern void supply(struct sockaddr_in *, struct interface *,
/netbsd/src/external/bsd/dhcpcd/dist/
DREADME.md93 We no longer supply a ChangeLog.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/
Dt-avr64 # This overrides stdfix.h from USER_H which we supply and include
/netbsd/src/crypto/dist/ipsec-tools/src/racoon/doc/
DFAQ93 problem. The more revelant information you supply, the better your
/netbsd/src/usr.sbin/sunlabel/
Dsunlabel.doc87 consistency checks on the values you supply, and the ones it does
/netbsd/src/external/public-domain/sqlite/dist/
Dconfigure.ac48 # as some distros supply packages that contain libraries but not header
/netbsd/src/external/gpl3/binutils/dist/bfd/doc/
Daoutx.texi69 When porting it to run on a new system, you must supply:
/netbsd/src/external/gpl3/binutils/dist/libiberty/
Dobstacks.texi70 you do need to supply a function which the obstack library should use to
71 get a chunk. Usually you supply a function which uses @code{malloc}
72 directly or indirectly. You must also supply a function to free a chunk.
174 You should supply a function that either calls @code{exit}
/netbsd/src/external/gpl3/gdb/dist/libiberty/
Dobstacks.texi70 you do need to supply a function which the obstack library should use to
71 get a chunk. Usually you supply a function which uses @code{malloc}
72 directly or indirectly. You must also supply a function to free a chunk.
174 You should supply a function that either calls @code{exit}
/netbsd/src/external/gpl3/gcc/dist/libiberty/
Dobstacks.texi70 you do need to supply a function which the obstack library should use to
71 get a chunk. Usually you supply a function which uses @code{malloc}
72 directly or indirectly. You must also supply a function to free a chunk.
174 You should supply a function that either calls @code{exit}
Dcopying-lib.texi199 in the event an application does not supply such function or
207 be optional: if the application does not supply it, the square
305 this License. You must supply a copy of this License. If the work
/netbsd/src/crypto/external/bsd/libsaslc/dist/ref/
Drfc4752.txt145 be requesting a security layer, it MUST also supply to the
149 supply to the GSS_Init_sec_context a conf_req_flag of TRUE. The

12345678