HomeSort by: relevance | last modified time | path
    Searched refs:Ring (Results 1 - 6 of 6) 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/sbin/efi/
devpath3.c 635 4 Proteon ProNET Token Ring [Avri_Doria]

Completed in 19 milliseconds