Searched defs:kpos (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbkbm/
H A Dusbkbm.h111 uint_t kpos; /* keycode offset in the keyboard data */ member in struct:usbkbm_report_format
/illumos-gate/usr/src/uts/common/io/usb/clients/usbkbm/
H A Dusbkbm.c1605 kbstart = usbkbmd->usbkbm_report_format.kpos;
1641 kbstart = usbkbmd->usbkbm_report_format.kpos;
1686 kbstart = usbkbmd->usbkbm_report_format.kpos;
1929 uint_t i, kbd_page = 0, kpos = 0, klen = 0, limit = 0; local
1938 kbd_fmt->kpos = 0;
1995 kpos = limit;
2010 kpos + klen > limit || (kpos % 8 != 0)) {
2014 "kpos (%d), klen (%d)", kbd_page, limit, kpos, kle
[all...]

Completed in 61 milliseconds