OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ncbuf
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/zaurus/dev/
zkbd.c
390
int npress = 0,
ncbuf
= 0, c;
local in function:zkbd_poll
481
cbuf[
ncbuf
++] = 0xe0;
483
cbuf[
ncbuf
] = c & 0x7f;
491
cbuf[
ncbuf
] |= 0x80;
493
ncbuf
++;
516
wskbd_rawinput(sc->sc_wskbddev, cbuf,
ncbuf
);
zrc.c
364
int
ncbuf
= 0;
local in function:zrc_input
368
cbuf[
ncbuf
++] = 0xe0;
369
cbuf[
ncbuf
] = c & 0x7f;
372
cbuf[
ncbuf
] |= 0x80;
373
ncbuf
++;
375
wskbd_rawinput(sc->sc_wskbddev, cbuf,
ncbuf
);
Completed in 11 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025