Home
last modified time | relevance | path

Searched refs:KBD_CMD_NOCLICK (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dkbd.h100 #define KBD_CMD_NOCLICK 0x0B /* Turn off the click annunciator */ macro
/titanic_44/usr/src/uts/common/io/
H A Dkbd.c1044 if (cmd == KBD_CMD_NOCLICK) in kbdcmd()
1455 kbdcmd(kbdd->kbdd_writeq, KBD_CMD_NOCLICK); in kbdinput()
1466 kbdcmd(kbdd->kbdd_writeq, KBD_CMD_NOCLICK); in kbdinput()
/titanic_44/usr/src/cmd/kbd/
H A Dkbd.c529 cmd = KBD_CMD_NOCLICK; in click()
/titanic_44/usr/src/uts/common/io/usb/clients/usbkbm/
H A Dusbkbm.c1012 case KBD_CMD_NOCLICK: in usbkbm_kioccmd()