HomeSort by: relevance | last modified time | path
    Searched refs:Ring (Results 1 - 10 of 10) sorted by relevancy

  /src/usr.bin/telnet/
ring.h 1 /* $NetBSD: ring.h,v 1.11 2018/12/13 09:07:53 maya Exp $ */
31 * from: @(#)ring.h 8.1 (Berkeley) 6/6/93
37 * This defines a structure for a ring buffer.
59 } Ring;
61 /* Ring buffer structures which are shared */
63 extern Ring
69 /* Here are some functions and macros to deal with the ring buffer */
73 ring_init(Ring *ring, unsigned char *buffer, int count);
77 ring_supply_data(Ring *ring, unsigned char *buffer, int count)
    [all...]
ring.c 1 /* $NetBSD: ring.c,v 1.17 2024/05/13 00:32:39 msaitoh Exp $ */
35 static char sccsid[] = "@(#)ring.c 8.2 (Berkeley) 5/30/95";
37 __RCSID("$NetBSD: ring.c,v 1.17 2024/05/13 00:32:39 msaitoh Exp $");
42 * This defines a structure for a ring buffer.
60 #include "ring.h"
82 * There is some trickiness here. Since the ring buffers are initialized
101 ring_init(Ring *ring, unsigned char *buffer, int count)
103 memset(ring, 0, sizeof *ring);
    [all...]
network.c 51 #include "ring.h"
55 Ring netoring, netiring;
terminal.c 44 #include "ring.h"
53 Ring ttyoring, ttyiring;
telnet.c 55 #include "ring.h"
202 printring(Ring *ring, char *format, ...)
224 ring_supply_data(ring, buffer, ptr-buffer);
225 ring_supply_data(ring, string, strlen(string));
240 ring_supply_data(ring, buffer, ptr-buffer);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ARMWinEHPrinter.h 35 static const RingEntry Ring[];
ARMWinEHPrinter.cpp 118 const Decoder::RingEntry Decoder::Ring[] = {
877 const RingEntry* DecodeRing = isAArch64 ? Ring64 : Ring;
882 (!isAArch64 && (DI >= array_lengthof(Ring)))) {
ARMEHABIPrinter.h 36 static ArrayRef<RingEntry> ring();
69 inline ArrayRef<OpcodeDecoder::RingEntry> OpcodeDecoder::ring() { function in class:llvm::ARM::EHABI::OpcodeDecoder
70 static const OpcodeDecoder::RingEntry Ring[] = {
94 return makeArrayRef(Ring);
310 for (const auto &RE : ring()) {
  /src/external/mit/libuv/dist/
LINKS.md 48 * [Ring](http://ring-lang.net)
49 * [RingLibuv](http://ring-lang.sourceforge.net/doc1.7/libuv.html)
  /src/sbin/efi/
devpath3.c 635 4 Proteon ProNET Token Ring [Avri_Doria]

Completed in 20 milliseconds