Home
last modified time | relevance | path

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

12345678

/openbsd/usr.bin/telnet/
H A Dring.c68 #define ring_empty(d) (((d)->consume == (d)->supply) && \
70 #define ring_full(d) (((d)->supply == (d)->consume) && \
83 ring->supply = ring->consume = ring->bottom = buffer; in ring_init()
97 ring->mark = ring_decrement(ring, ring->supply, 1); in ring_mark()
130 ring->supply = ring_increment(ring, ring->supply, count); in ring_supplied()
153 ring->consume = ring->supply = ring->bottom; in ring_consumed()
168 return ring_subtract(ring, ring->consume, ring->supply); in ring_empty_count()
181 return ring_subtract(ring, ring->top, ring->supply); in ring_empty_consecutive()
186 return ring_subtract(ring, ring->consume, ring->supply); in ring_empty_consecutive()
216 if ((ring->supply < ring->consume) || ring_full(ring)) { in ring_full_consecutive()
[all …]
H A Ddefines.h46 #define NETADD(c) { *netoring.supply = c; ring_supplied(&netoring, 1); }
52 *ttyoring.supply = c; \
H A Dsys_bsd.c548 c = recv(net, netiring.supply, canread, 0); in process_rings()
555 Dump('<', netiring.supply, c); in process_rings()
566 c = read(tin, ttyiring.supply, ring_empty_consecutive(&ttyiring)); in process_rings()
575 *ttyiring.supply = termEofChar; in process_rings()
582 Dump('<', ttyiring.supply, c); in process_rings()
H A Dring.h47 unsigned char *supply; /* where data comes in to */ member
/openbsd/sys/dev/fdt/
H A Dsxipio.c315 uint32_t supply; in sxipio_pinctrl() local
374 supply = OF_getpropint(sc->sc_node, vcc, 0); in sxipio_pinctrl()
375 if (supply) { in sxipio_pinctrl()
376 regulator_enable(supply); in sxipio_pinctrl()
378 sc->sc_bias_cfg(sc, port, supply); in sxipio_pinctrl()
463 sxipio_a80_bias_cfg(struct sxipio_softc *sc, int port, uint32_t supply) in sxipio_a80_bias_cfg() argument
468 voltage = regulator_get_voltage(supply); in sxipio_a80_bias_cfg()
/openbsd/gnu/usr.bin/perl/hints/
H A Dos400.sh10 *** You must supply the -DPASE parameter to the Configure script,
/openbsd/gnu/gcc/fixincludes/
H A DREADME-fixinc8 GCC requires ANSI C headers and many vendors supply ANSI-incompatible
/openbsd/gnu/usr.bin/gcc/gcc/
H A DREADME-fixinc8 GCC requires ANSI C headers and many vendors supply ANSI-incompatible
H A Dbuiltins.def606 without them. We rely on stdio.h to supply the arguments for the
645 without them. We rely on stdio.h to supply the arguments for the
/openbsd/sys/arch/arm/arm/
H A Dcpu.c626 uint32_t *opps, supply; in cpu_opp_init_legacy() local
629 supply = OF_getpropint(ci->ci_node, "cpu-supply", 0); in cpu_opp_init_legacy()
630 if (supply == 0) in cpu_opp_init_legacy()
671 ci->ci_cpu_supply = supply; in cpu_opp_init_legacy()
/openbsd/gnu/llvm/llvm/docs/
H A DHowToBuildOnARM.rst81 #. Make sure you have a decent power supply (dozens of dollars worth) that can
84 better than having a good power supply.
H A DMarkedUpDisassembly.rst44 Annotated assembly display will supply contextual markup to help clients more
H A DHowToBuildWindowsItaniumPrograms.rst169 Remove any dependency on the VC runtime - we need libc++abi to supply the C++ runtime.
/openbsd/gnu/llvm/llvm/cmake/modules/
H A DGetErrcMessages.cmake2 # The purpose of this function is to supply those error messages to llvm-lit using the errc_message…
/openbsd/gnu/llvm/llvm/docs/tutorial/
H A DBuildingAJIT3.rst131 stack -- the OptimizeLayer. Next we need to supply a 'partitioning function':
139 our CompileCallbackManager. Finally, we need to supply an "indirect stubs
146 memory allocated to the stubs. We supply this function by using the
/openbsd/gnu/llvm/libcxx/include/
H A D__verbose_abort35 // If the user does not supply their own version of the _LIBCPP_VERBOSE_ABORT macro, we pick the de…
/openbsd/etc/
H A DMAKEDEV.man81 will supply the standard numbers in most cases.
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/21_strings/
H A Dstringtok_h.txt75 * the user must supply it. Enh, this lets them break up strings on
/openbsd/gnu/gcc/libstdc++-v3/docs/html/21_strings/
H A Dstringtok_h.txt75 * the user must supply it. Enh, this lets them break up strings on
/openbsd/lib/libpcap/
H A DCHANGES26 supply any "link layer" data.
31 - Change IRIX PPP to use DLT_RAW since the kernel does not supply any
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlunitut.pod95 you have to supply the target encoding, for example C<iso-8859-1> or C<UTF-8>.
169 number of I<bytes>, which is always a good idea to supply if the number is
/openbsd/gnu/usr.bin/cvs/emx/
H A DChangeLog24 * Makefile.in (rcscmds.o): New rule, so we can supply -I for
/openbsd/gnu/lib/libiberty/src/
H A Dobstacks.texi71 you do need to supply a function which the obstack library should use to
72 get a chunk. Usually you supply a function which uses @code{malloc}
73 directly or indirectly. You must also supply a function to free a chunk.
150 You should supply a function that either calls @code{exit}
/openbsd/gnu/usr.bin/binutils/bfd/doc/
H A Daoutx.texi71 When porting it to run on a new system, you must supply:
/openbsd/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Daoutx.texi71 When porting it to run on a new system, you must supply:

12345678