/src/sys/dev/sun/ |
ms.c | 236 static const char to_one[] = { 1, 2, 2, 4, 4, 4, 4 }; local in function:ms_input 357 d = to_one[d - 1]; /* from 1..7 to {1,2,4} */
|
/src/sys/arch/sparc/dev/ |
ms_pckbport.c | 201 static const char to_one[] = { 1, 2, 2, 4, 4, 4, 4 }; local in function:ms_pckbport_input 265 d = to_one[d - 1]; /* from 1..7 to {1,2,4} */
|
/src/sys/arch/amiga/dev/ |
ms.c | 260 static const char to_one[] = { 1, 2, 2, 4, 4, 4, 4 }; local in function:msintr 365 d = to_one[d - 1]; /* from 1..7 to {1,2,4} */
|
/src/sys/arch/x68k/dev/ |
ms.c | 369 static const char to_one[] = { 1, 2, 2 }; local in function:ms_input 447 d = to_one[d - 1]; /* from 1..3 to {1,2} */
|