/src/sys/dev/sun/ |
ms_zs.c | 171 int put, put_next; local in function:ms_zs_rxint 190 put_next = (put + 1) & MS_RX_RING_MASK; 193 if (put_next == ms->ms_rbget) { 197 put = put_next;
|
kbd_zs.c | 212 int put, put_next; local in function:kbd_zs_rxint 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 in function:ms_zs_rxint 190 put_next = (put + 1) & MS_RX_RING_MASK; 193 if (put_next == ms->ms_rbget) { 197 put = put_next;
|
kbd_zs.c | 212 int put, put_next; local in function:kbd_zs_rxint 254 put_next = (put + 1) & KBD_RX_RING_MASK; 257 if (put_next == k->k_rbget) { 261 put = put_next;
|
/src/sys/dev/tc/ |
zsms.c | 291 int put, put_next; local in function:zsms_rxint 309 put_next = (put + 1) & ZSMS_RX_RING_MASK; 312 if (put_next == zsms->zsms_rbget) { 316 put = put_next;
|
zskbd.c | 363 int put, put_next; local in function:zskbd_rxint 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 in function:zsms_rxint 309 put_next = (put + 1) & ZSMS_RX_RING_MASK; 312 if (put_next == zsms->zsms_rbget) { 316 put = put_next;
|
zskbd.c | 363 int put, put_next; local in function:zskbd_rxint 381 put_next = (put + 1) & ZSKBD_RX_RING_MASK; 384 if (put_next == zskbd->zskbd_rbget) { 388 put = put_next;
|
/src/sys/arch/x68k/dev/ |
ms.c | 498 int put, put_next; local in function:ms_rxint 517 put_next = (put + 1) & MS_RX_RING_MASK; 520 if (put_next == ms->ms_rbget) { 524 put = put_next;
|
ms.c | 498 int put, put_next; local in function:ms_rxint 517 put_next = (put + 1) & MS_RX_RING_MASK; 520 if (put_next == ms->ms_rbget) { 524 put = put_next;
|