/src/etc/etc.sun2/ |
ttyaction | 5 kd * chown ${USER}:tty /dev/kbd /dev/mouse /dev/fb
|
MAKEDEV.conf | 21 # this hole in minors is for the keyboard and mouse 30 mkdev mouse c 13 0
|
/src/etc/etc.sun3/ |
ttyaction | 5 kd * chown ${USER}:tty /dev/kbd /dev/mouse /dev/fb
|
MAKEDEV.conf | 21 mkdev mouse c 13 0
|
/src/usr.sbin/wsmoused/ |
action.c | 57 int action_startup(struct mouse *m); 92 action_startup(struct mouse *m)
|
wsmoused.h | 47 struct mouse { struct 53 int m_disabled; /* Whether if the mouse is disabled or not */ 62 int (*mb_startup)(struct mouse *);
|
selection.c | 62 int selection_startup(struct mouse *m); 96 /* The `selmouse' structure extends the `mouse' structure adding all fields 99 struct mouse *sm_mouse; /* Pointer to parent structure */ 103 size_t sm_x; /* Mouse pointer column */ 104 size_t sm_y; /* Mouse pointer row */ 155 * support for mouse pointer and opens required files. */ 157 selection_startup(struct mouse *m) 225 * former move the mouse across the screen and the later create a new 355 /* Device polling has timed out, so we hide the mouse to avoid further 367 /* Hides the mouse pointer, if visible. * [all...] |
wsmoused.c | 68 static struct mouse Mouse; 225 /* Initializes mouse information. Basically, it opens required files 231 Mouse.m_devfd = -1; 235 Mouse.m_fifofd = -1; 236 if (Mouse.m_fifoname != NULL) { 237 Mouse.m_fifofd = open(Mouse.m_fifoname, 239 if (Mouse.m_fifofd == -1) 241 Mouse.m_fifoname) [all...] |
/src/sbin/wsconsctl/ |
Makefile | 5 mouse.c util.c wsconsctl.c edid.c vesagtf.o videomode.o
|
/src/usr.sbin/screenblank/ |
screenblank.c | 100 const char *kbd, *mouse, *display; local in function:main 165 mouse = _PATH_WSMOUSE; 189 mouse = _PATH_MOUSE; 204 * We don't need to open keyboard/mouse device for that. 212 /* Add the keyboard and mouse devices as necessary. */ 216 add_dev(mouse, 0);
|
/src/sys/arch/arc/include/ |
Makefile | 17 math.h mcontext.h mips_opcode.h mouse.h mutex.h \
|
/src/sys/arch/atari/conf/ |
HADES.in | 12 pseudo-device mouse 1 # mouse
|
ATARITT | 70 pseudo-device mouse 1 # mouse
|
FALCON | 75 pseudo-device mouse 1 # mouse
|
HADES | 83 pseudo-device mouse 1 # mouse
|
GENERIC.in | 320 pseudo-device mouse 1 # mouse
|
files.atari | 140 defpseudo mouse 141 file arch/atari/dev/ms.c mouse needs-count
|
/src/etc/etc.sparc/ |
MAKEDEV.conf | 29 mkdev mouse c 13 0 666
|
/src/etc/etc.sparc64/ |
MAKEDEV.conf | 33 mkdev mouse c 13 0 666
|
/src/sys/arch/acorn32/doc/ |
majors+minors | 95 9 C - quadrature mouse 233 40 C - PS2 mouse
|
/src/etc/ |
MAKEDEV.tmpl | 91 # wsmouse* wscons mouse events 92 # lms* Logitech bus mouse 93 # mms* Microsoft bus mouse 94 # qms* "quadrature mouse" 95 # pms* PS/2 mouse 96 # mouse mouse (provides events, for X11) 121 # "mouse" ports, if configured. 137 # dc* PMAX 4 channel serial interface (kbd, mouse, modem, printer) 155 # dc* 4 channel serial interface (keyboard, mouse, modem, printer [all...] |
/src/etc/etc.vax/ |
MAKEDEV.conf | 268 mkdev mouse c 40 2
|
/src/sys/arch/arc/dev/ |
opms.c | 96 #include <machine/mouse.h> 118 /* mouse commands */ 125 #define PMS_DEV_ENABLE 0xf4 /* mouse on */ 126 #define PMS_DEV_DISABLE 0xf5 /* mouse off */ 278 /* Block until mouse activity occurred. */
|
/src/usr.sbin/moused/ |
moused.c | 38 ** Mouse daemon : listens to a serial port, the bus mouse interface, or 39 ** the PS/2 mouse port for mouse data stream, interprets data and passes 42 ** The mouse interface functions are derived closely from the mouse 67 #include "mouse.h" 145 /* interface (the table must be ordered by MOUSE_IF_XXX in mouse.h) */ 156 /* types (the table must be ordered by MOUSE_PROTO_XXX in mouse.h) */ 191 { "4D Mouse", MOUSE_MODEL_4D, 0 } [all...] |
/src/lib/libcurses/ |
Makefile | 27 meta.c mouse.c move.c \
|