OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_polled_chars
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/adb/
adb_kbd.c
83
int
sc_polled_chars
;
member in struct:adbkbd_softc
552
if (sc->
sc_polled_chars
>= 16) {
555
sc->sc_pollbuf[sc->
sc_polled_chars
] = k;
556
sc->
sc_polled_chars
++;
724
while (sc->
sc_polled_chars
== 0) {
731
sc->
sc_polled_chars
--;
733
sc->
sc_polled_chars
);
752
for (i = 0; i < sc->
sc_polled_chars
; i++) {
755
sc->
sc_polled_chars
= 0;
Completed in 12 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025