| /freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ |
| H A D | tst.signedkeyspos.d.out | 17 mouse -1 -1 32 mouse 65535 -1 35 mouse 65534 -2 38 mouse 2 2 41 mouse 1 1 44 mouse 0 0 47 mouse 255 -111 50 mouse 254 -222 53 mouse 2 222 56 mouse 1 111 [all …]
|
| /freebsd-13.1/usr.sbin/bsdconfig/mouse/include/ |
| H A D | messages.subr | 29 msg_auto_desc="Bus mouse, PS/2 style mouse or PnP serial mouse" 32 msg_com1_desc="Serial mouse on COM1 (/dev/cuau0)" 34 msg_com2_desc="Serial mouse on COM2 (/dev/cuau1)" 36 msg_com3_desc="Serial mouse on COM3 (/dev/cuau2)" 38 msg_com4_desc="Serial mouse on COM4 (/dev/cuau3)" 40 msg_disable_the_mouse_daemon="Disable the mouse daemon" 53 …mouse\ndaemon. Specify a port and a protocol type of your mouse and enable\nthe mouse daemon. If… 59 msg_mouse_daemon_is_disabled="The mouse daemon is disabled." 74 …mouse is attached to the PS/2 mouse port or the bus mouse port,\nyou should always choose \"Auto\"… 76 msg_ps2_desc="PS/2 style mouse (/dev/psm0)" [all …]
|
| H A D | Makefile | 3 FILESDIR= ${LIBEXECDIR}/bsdconfig/110.mouse/include
|
| /freebsd-13.1/sys/dev/syscons/ |
| H A D | scmouse.c | 137 switch (mouse->operation) { in sc_mouse_input() 153 if (mouse->u.data.z < 0) { in sc_mouse_input() 655 mouse_info_t *mouse; in sc_mouse_ioctl() local 677 mouse = &buf; in sc_mouse_ioctl() 691 mouse->u.data.z = 0; in sc_mouse_ioctl() 706 switch (mouse->operation) { in sc_mouse_ioctl() 761 mouse->u.data.z = 0; in sc_mouse_ioctl() 774 if (mouse->u.data.x != 0 || mouse->u.data.y != 0) { in sc_mouse_ioctl() 793 if (((mouse->operation == MOUSE_ACTION) && mouse->u.data.buttons) in sc_mouse_ioctl() 794 || (mouse->u.data.x*mouse->u.data.x in sc_mouse_ioctl() [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/input/ |
| H A D | gpio-mouse.txt | 3 This simply uses standard GPIO handles to define a simple mouse connected 7 - compatible: must be "gpio-mouse" 15 - button-left-gpios: GPIO line handle to the left mouse button 16 - button-middle-gpios: GPIO line handle to the middle mouse button 17 - button-right-gpios: GPIO line handle to the right mouse button 22 gpio-mouse { 23 compatible = "gpio-mouse";
|
| /freebsd-13.1/usr.sbin/bsdconfig/mouse/ |
| H A D | Makefile | 5 FILESDIR= ${LIBEXECDIR}/bsdconfig/110.mouse 9 SCRIPTS= disable enable flags mouse port type
|
| H A D | INDEX | 48 menu_selection="mouse|mouse" 62 menu_program="mouse"
|
| /freebsd-13.1/usr.sbin/moused/ |
| H A D | moused.c | 994 struct mouse_info mouse; in moused() local 1031 bzero(&mouse, sizeof(mouse)); in moused() 1269 &mouse.u.data.x, &mouse.u.data.y); in moused() 1273 &mouse.u.data.x, &mouse.u.data.y); in moused() 1285 &mouse.u.data.x, &mouse.u.data.y); in moused() 1289 &mouse.u.data.x, &mouse.u.data.y); in moused() 1291 mouse.u.data.z = action2.dz; in moused() 1314 mouse.u.data.x = mouse.u.data.y = mouse.u.data.z = 0; in moused() 2594 struct mouse_info mouse; in r_click() local 2612 mouse.u.event.value = 0; in r_click() [all …]
|
| /freebsd-13.1/sys/x86/conf/ |
| H A D | NOTES | 23 options SC_ALT_MOUSE_IMAGE # simplified mouse cursor in text mode 30 options SC_MOUSE_CHAR=0x3 # char code for text mode mouse cursor 46 # If you have a two button mouse, you may want to add the following option 47 # to use the right button of the mouse to paste text.
|
| /freebsd-13.1/contrib/ncurses/misc/ |
| H A D | ncurses-config.in | 218 --mouse-version) 270 --mouse-version echos the mouse-interface version of ${THIS}
|
| /freebsd-13.1/usr.sbin/vidcontrol/ |
| H A D | vidcontrol.c | 979 struct mouse_info mouse; in set_mouse_char() local 990 mouse.operation = MOUSE_MOUSECHAR; in set_mouse_char() 991 mouse.u.mouse_char = (int)l; in set_mouse_char() 993 if (ioctl(0, CONS_MOUSECTL, &mouse) == -1) { in set_mouse_char() 1007 struct mouse_info mouse; in set_mouse() local 1010 mouse.operation = MOUSE_SHOW; in set_mouse() 1012 mouse.operation = MOUSE_HIDE; in set_mouse() 1018 if (ioctl(0, CONS_MOUSECTL, &mouse) == -1) { in set_mouse() 1021 mouse.operation == MOUSE_SHOW ? "show" : "hid"); in set_mouse()
|
| /freebsd-13.1/contrib/ncurses/include/ |
| H A D | Caps-ncurses | 351 userdef XM str n initialize alternate xterm mouse mode 354 userdef xm str - mouse response, no parameters 355 userdef xm str n mouse response, p1 = y-ordinate 356 userdef xm str nn mouse response, p2 = x-ordinate 357 userdef xm str nnn mouse response, p3 = button 358 userdef xm str nnns mouse response, p4 = state, e.g., pressed or released 359 userdef xm str nnnsn mouse response, p5 = y-ordinate starting region 360 userdef xm str nnnsnn mouse response, p6 = x-ordinate starting region 361 userdef xm str nnnsnnn mouse response, p7 = y-ordinate ending region 362 userdef xm str nnnsnnnn mouse response, p8 = x-ordinate ending region [all …]
|
| /freebsd-13.1/tools/tools/tinybsd/conf/minimal/ |
| H A D | TINYBSD | 42 # atkbdc0 controls both the keyboard and the PS/2 mouse 45 device psm # PS/2 mouse
|
| /freebsd-13.1/contrib/libxo/xohtml/external/ |
| H A D | jquery.qtip.js | 281 this.plugins = this.mouse = NULL; 712 mouse = this.mouse, 728 event = mouse && mouse.pageX && (adjust.mouse || !event || !event.pageX) ? mouse : 732 event) || event || cache.event || mouse || {}; 745 if(adjust.mouse && isScroll) { 746 position.left -= mouse.scrollX - win.scrollLeft(); 747 position.top -= mouse.scrollY - win.scrollTop(); 996 cache.origin = $.extend({}, this.mouse); 1304 this.mouse = { property 1489 if(posOptions.adjust.mouse) { [all …]
|
| /freebsd-13.1/usr.sbin/bsdconfig/ |
| H A D | Makefile | 11 mouse \
|
| /freebsd-13.1/usr.sbin/bluetooth/bthidd/ |
| H A D | bthid_config.h | 56 unsigned mouse : 1; member
|
| H A D | parser.y | 454 d->mouse = 1; in check_hid_device() 458 d->mouse = 1; in check_hid_device()
|
| /freebsd-13.1/contrib/dialog/po/ |
| H A D | POTFILES.in | 19 mouse.c
|
| /freebsd-13.1/sys/dev/syscons/fonts/ |
| H A D | cursor.awk | 11 /^COMMENT cn.*mouse/ {
|
| /freebsd-13.1/contrib/dialog/ |
| H A D | README | 27 At the moment, mouse support with libgpm can't be added because it 54 to add wtimeout() support to libgpm, also mouse could be supported.
|
| /freebsd-13.1/lib/libvgl/ |
| H A D | Makefile | 6 SRCS= main.c simple.c bitmap.c text.c mouse.c keyboard.c
|
| /freebsd-13.1/gnu/lib/libdialog/ |
| H A D | Makefile | 10 mixedgauge.c mouse.c mousewget.c msgbox.c pause.c prgbox.c \
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/serio/ |
| H A D | allwinner,sun4i-a10-ps2.yaml | 16 AT-compatible keyboard and mouse can be connected.
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | xwindows | 29 # X11 mouse cursor format defined in libXcursor, see
|
| /freebsd-13.1/libexec/rc/rc.d/ |
| H A D | serial | 98 mouse() { function
|