Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dkbd.h114 #define LED_SCROLL_LOCK 0x4 macro
/titanic_41/usr/src/uts/common/io/kb8042/
H A Dkb8042.c1451 if (led & LED_SCROLL_LOCK)
1472 *initial_led_mask = LED_CAPS_LOCK | LED_NUM_LOCK | LED_SCROLL_LOCK;
1479 *initial_leds |= LED_SCROLL_LOCK;
/titanic_41/usr/src/uts/common/io/kbtrans/
H A Dkbtrans_streams.c314 if (lower->kbtrans_led_state & LED_SCROLL_LOCK) in kbtrans_streams_init()
615 if (lower->kbtrans_led_state & LED_SCROLL_LOCK) in kbtrans_streams_setled()
/titanic_41/usr/src/uts/common/io/usb/clients/usbkbm/
H A Dusbkbm.c1306 if (state & LED_SCROLL_LOCK) { in usbkbm_streams_setled()