| /netbsd/src/usr.bin/telnet/ |
| D | ring.c | 89 #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 …]
|
| D | sys_bsd.c | 604 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()
|
| D | defines.h | 36 #define NETADD(c) { *netoring.supply = (c); ring_supplied(&netoring, 1); } 42 *ttyoring.supply = c; \
|
| D | ring.h | 48 *supply, /* where data comes in to */ member
|
| /netbsd/src/external/bsd/ntp/dist/html/hints/ |
| D | changes | 2 - 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/ |
| D | README-fixinc | 8 GCC requires ANSI C headers and many vendors supply ANSI-incompatible
|
| /netbsd/src/external/gpl3/binutils/dist/config/ |
| D | weakref.m4 | 21 dnl weakrefs at runtime, but must supply the referenced item at link time.
|
| /netbsd/src/external/gpl3/gdb/dist/config/ |
| D | weakref.m4 | 21 dnl weakrefs at runtime, but must supply the referenced item at link time.
|
| /netbsd/src/external/gpl3/gcc/dist/config/ |
| D | weakref.m4 | 21 dnl weakrefs at runtime, but must supply the referenced item at link time.
|
| /netbsd/src/sys/arch/m68k/060sp/dist/ |
| D | isp.doc | 196 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/ |
| D | files.discovery | 6 # Ports that include this must also supply some glue code of their own.
|
| /netbsd/src/sbin/routed/ |
| D | input.c | 296 supply(from, aifp, OUT_QUERY, 0, in input() 352 supply(from, aifp, OUT_UNICAST, 0, in input()
|
| D | output.c | 684 supply(struct sockaddr_in *dst, in supply() function 901 supply(&dst, ifp, type, flash, vers, 1); in rip_bcast()
|
| D | defs.h | 518 extern void supply(struct sockaddr_in *, struct interface *,
|
| /netbsd/src/external/bsd/dhcpcd/dist/ |
| D | README.md | 93 We no longer supply a ChangeLog.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/ |
| D | t-avr | 64 # This overrides stdfix.h from USER_H which we supply and include
|
| /netbsd/src/crypto/dist/ipsec-tools/src/racoon/doc/ |
| D | FAQ | 93 problem. The more revelant information you supply, the better your
|
| /netbsd/src/usr.sbin/sunlabel/ |
| D | sunlabel.doc | 87 consistency checks on the values you supply, and the ones it does
|
| /netbsd/src/external/public-domain/sqlite/dist/ |
| D | configure.ac | 48 # as some distros supply packages that contain libraries but not header
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/doc/ |
| D | aoutx.texi | 69 When porting it to run on a new system, you must supply:
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | obstacks.texi | 70 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/ |
| D | obstacks.texi | 70 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/ |
| D | obstacks.texi | 70 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}
|
| D | copying-lib.texi | 199 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/ |
| D | rfc4752.txt | 145 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
|