NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
KBD_TX_RING_MASK
sys/dev/sun/kbdsun.c
317
put = (put + 1) & KBD_TX_RING_MASK;
sys/dev/sun/kbdsun.c
375
get = (get + 1) & KBD_TX_RING_MASK;