/src/sys/dev/sun/ |
ms.c | 237 static const int to_id[] = { MS_RIGHT, MS_MIDDLE, 0, MS_LEFT }; local in function:ms_input 358 fe->id = to_id[d - 1]; /* from {1,2,4} to ID */
|
/src/sys/arch/sparc/dev/ |
ms_pckbport.c | 204 static const int to_id[] = { MS_LEFT, MS_MIDDLE, 0, MS_RIGHT }; local in function:ms_pckbport_input 266 fe->id = to_id[d - 1]; /* from {1,2,4} to ID */
|
/src/sys/arch/amiga/dev/ |
ms.c | 261 static const int to_id[] = { MS_RIGHT, MS_MIDDLE, 0, MS_LEFT }; local in function:msintr 366 fe->id = to_id[d - 1]; /* from {1,2,4} to ID */
|
/src/sys/arch/x68k/dev/ |
ms.c | 370 static const int to_id[] = { MS_LEFT, MS_RIGHT }; local in function:ms_input 448 fe->id = to_id[d - 1]; /* from {1,2} to ID */
|