Searched refs:to_id (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/sparc/dev/
H A Dms_pckbport.c204 static const int to_id[] = { MS_LEFT, MS_MIDDLE, 0, MS_RIGHT }; local
266 fe->id = to_id[d - 1]; /* from {1,2,4} to ID */
/netbsd-current/sys/dev/sun/
H A Dms.c237 static const int to_id[] = { MS_RIGHT, MS_MIDDLE, 0, MS_LEFT }; local
358 fe->id = to_id[d - 1]; /* from {1,2,4} to ID */
/netbsd-current/sys/arch/amiga/dev/
H A Dms.c261 static const int to_id[] = { MS_RIGHT, MS_MIDDLE, 0, MS_LEFT }; local
366 fe->id = to_id[d - 1]; /* from {1,2,4} to ID */
/netbsd-current/sys/arch/x68k/dev/
H A Dms.c370 static const int to_id[] = { MS_LEFT, MS_RIGHT }; local
448 fe->id = to_id[d - 1]; /* from {1,2} to ID */

Completed in 95 milliseconds