NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
MS_RX_RING_MASK
sys/arch/x68k/dev/ms.c
517
put_next = (put + 1) & MS_RX_RING_MASK;
sys/arch/x68k/dev/ms.c
596
get = (get + 1) & MS_RX_RING_MASK;
sys/dev/sun/ms_zs.c
190
put_next = (put + 1) & MS_RX_RING_MASK;
sys/dev/sun/ms_zs.c
269
get = (get + 1) & MS_RX_RING_MASK;