Searched refs:Ring (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | ring.h | 69 } Ring; typedef 74 extern int ring_init(Ring *ring, unsigned char *buffer, int count); 77 extern void ring_supply_data(Ring *ring, unsigned char *buffer, int count); 79 extern void ring_consume_data(Ring *ring, unsigned char *buffer, int count); 83 extern void ring_supplied(Ring *ring, int count); 84 extern void ring_consumed(Ring *ring, int count); 87 extern int ring_at_mark(Ring *ring); 88 extern int ring_empty_count(Ring *ring); 89 extern int ring_empty_consecutive(Ring *ring); 90 extern int ring_full_count(Ring *ring); [all …]
|
H A D | ring.c | 102 ring_init(Ring *ring, unsigned char *buffer, int count) in ring_init() 124 ring_mark(Ring *ring) in ring_mark() 134 ring_at_mark(Ring *ring) in ring_at_mark() 148 ring_clear_mark(Ring *ring) in ring_clear_mark() 157 ring_supplied(Ring *ring, int count) in ring_supplied() 167 ring_consumed(Ring *ring, int count) in ring_consumed() 201 ring_empty_count(Ring *ring) in ring_empty_count() 212 ring_empty_consecutive(Ring *ring) in ring_empty_consecutive() 234 ring_full_count(Ring *ring) in ring_full_count() 253 ring_full_consecutive(Ring *ring) in ring_full_consecutive() [all …]
|
H A D | network.c | 54 Ring netoring; 55 Ring netiring;
|
H A D | externs.h | 391 extern Ring netoring; 392 extern Ring netiring; 393 extern Ring ttyoring; 394 extern Ring ttyiring;
|
H A D | terminal.c | 56 Ring ttyoring; 57 Ring ttyiring;
|
H A D | telnet.c | 247 Ring *ring; in printring() 252 ring = va_arg(ap, Ring *); in printring()
|
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/ |
H A D | vmxnet3.h | 248 #define VMXNET3_GET_DESC(Ring, Idx) \ argument 249 (((Vmxnet3_GenericDesc *) (Ring)->dma.buf) + Idx) 252 #define VMXNET3_INC_RING_IDX(Ring, Idx) { \ argument 254 if ((Idx) == (Ring)->size) { \ 256 (Ring)->gen ^= 1; \ 260 #define VMXNET3_DEC_RING_IDX(Ring, Idx) { \ argument 262 (Idx) = (Ring)->size; \ 263 (Ring)->gen ^= 1; \
|
/illumos-gate/usr/src/test/util-tests/tests/head/ |
H A D | rings.1.out | 8 One Ring to rule them all, one Ring to find them, 9 One Ring to bring them all and in the darkness bind them
|
H A D | rings.5.out | 9 One Ring to rule them all, one Ring to find them, 10 One Ring to bring them all and in the darkness bind them
|
H A D | rings.in | 8 One Ring to rule them all, one Ring to find them, 9 One Ring to bring them all and in the darkness bind them
|
/illumos-gate/usr/src/data/hwdata/ |
H A D | pci.ids | 249 0508 Netelligent 4/16 Token Ring 4806 1014 003e Token-Ring Adapter 4807 1014 00cd Token-Ring Adapter + Wake-On-LAN 4808 1014 00ce 16/4 Token-Ring Adapter 2 4809 1014 00cf 16/4 Token-Ring Adapter Special 4810 1014 00e4 High-Speed 100/16/4 Token-Ring Adapter 4811 1014 00e5 16/4 Token-Ring Adapter 2 + Wake-On-LAN 8052 0001 Token-Ring 16/4 PCI Adapter (3136/3137) 8053 0002 16/4 Token Ring 8054 0004 RapidFire OC-3139/3140 Token-Ring 16/4 PCI Adapter [all …]
|
H A D | usb.ids | 3429 2048 Orbit Trackball with Scroll Ring 16197 0901 My Book Essential Edition (Green Ring) (WDG1U) 16201 0910 My Book Essential Edition (Green Ring) (WDG1U) 24218 PHY 14 Ring Finger 24627 018 Ring 24714 02d Ring Enable 24715 02e Ring Select 24729 092 Inside Ring Tone 24730 093 Outside Ring Tone 24731 094 Priority Ring Tone
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | termcap.src | 6037 # `diagnostic feature' that sending them a ^G while pin 22 (`Ring Indicator')
|
H A D | terminfo.src | 6830 # `diagnostic feature' that sending them a ^G while pin 22 (`Ring Indicator')
|