OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_pollchars
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/hid/
hidkbdsc.h
95
u_int16_t
sc_pollchars
[MAXKEYS];
member in struct:hidkbd
hidkbd.c
560
memcpy(kbd->
sc_pollchars
, ibuf, nkeys * sizeof(u_int16_t));
689
c = kbd->
sc_pollchars
[0];
691
memmove(kbd->
sc_pollchars
, kbd->
sc_pollchars
+1,
/src/sys/dev/usb/
ukbd.c
296
uint16_t
sc_pollchars
[MAXKEYS];
member in struct:ukbd_softc
845
memcpy(sc->
sc_pollchars
, ibuf, nkeys * sizeof(uint16_t));
1030
c = sc->
sc_pollchars
[0];
1032
memmove(sc->
sc_pollchars
, sc->
sc_pollchars
+1,
Completed in 13 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025