OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cs_rbuf
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/sparc64/dev/
zsvar.h
149
int *
cs_rbuf
; /* type, value pairs */
member in struct:zs_chanstate
/src/sys/arch/atari/dev/
zsvar.h
170
int *
cs_rbuf
; /* type, value pairs */
member in struct:zs_chanstate
zs.c
411
if (cs->
cs_rbuf
== NULL) {
412
cs->
cs_rbuf
= kmem_alloc(ZLRB_RING_SIZE * sizeof(int),
611
cs0->
cs_rbuf
[i++ & ZLRB_RING_MASK] = v;
616
cs0->
cs_rbuf
[i++ & ZLRB_RING_MASK] = v;
621
cs0->
cs_rbuf
[i++ & ZLRB_RING_MASK] = v;
632
cs1->
cs_rbuf
[i++ & ZLRB_RING_MASK] = v;
637
cs1->
cs_rbuf
[i++ & ZLRB_RING_MASK] = v;
642
cs1->
cs_rbuf
[i++ & ZLRB_RING_MASK] = v;
779
c = cs->
cs_rbuf
[get++ & ZLRB_RING_MASK];
Completed in 12 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025