OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:put_next
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/sun/
kbd_zs.c
212
int put,
put_next
;
local
254
put_next
= (put + 1) & KBD_RX_RING_MASK;
257
if (
put_next
== k->k_rbget) {
261
put =
put_next
;
ms_zs.c
171
int put,
put_next
;
local
190
put_next
= (put + 1) & MS_RX_RING_MASK;
193
if (
put_next
== ms->ms_rbget) {
197
put =
put_next
;
/src/sys/dev/tc/
zskbd.c
363
int put,
put_next
;
local
381
put_next
= (put + 1) & ZSKBD_RX_RING_MASK;
384
if (
put_next
== zskbd->zskbd_rbget) {
388
put =
put_next
;
zsms.c
291
int put,
put_next
;
local
309
put_next
= (put + 1) & ZSMS_RX_RING_MASK;
312
if (
put_next
== zsms->zsms_rbget) {
316
put =
put_next
;
/src/sys/arch/x68k/dev/
ms.c
498
int put,
put_next
;
local
517
put_next
= (put + 1) & MS_RX_RING_MASK;
520
if (
put_next
== ms->ms_rbget) {
524
put =
put_next
;
Completed in 23 milliseconds
Indexes created Mon May 25 00:24:39 UTC 2026