OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nupdates
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/usermode/usermode/
thunk.c
1210
if (rfb->connected == false || rfb->
nupdates
== 0)
1214
if (rfb->
nupdates
>= __arraycount(rfb->update)) {
1215
rfb->
nupdates
= 1;
1224
fprintf(stdout, "rfb: sending %d updates\n", rfb->
nupdates
);
1230
*(uint16_t *)p = htons(rfb->
nupdates
); p += 2; /* # rects */
1238
for (n = 0; n < rfb->
nupdates
; n++) {
1304
rfb->
nupdates
= 0;
1385
rfb->
nupdates
= 0;
1444
rfb->
nupdates
= __arraycount(rfb->update) + 1;
1520
if (rfb->
nupdates
>= __arraycount(rfb->update)
[
all
...]
/src/sys/arch/usermode/include/
thunk.h
247
unsigned int
nupdates
;
member in struct:__anondca92e2e0808
/src/sys/arch/usermode/dev/
vncfb.c
400
while (sc->sc_rfb.
nupdates
> 0)
Completed in 65 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025