OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_rfb
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/usermode/dev/
vncfb.c
79
thunk_rfb_t
sc_rfb
;
member in struct:vncfb_softc
227
sc->
sc_rfb
.width = sc->sc_width;
228
sc->
sc_rfb
.height = sc->sc_height;
229
sc->
sc_rfb
.depth = sc->sc_depth;
230
sc->
sc_rfb
.framebuf = sc->sc_framebuf;
231
snprintf(sc->
sc_rfb
.name, sizeof(sc->
sc_rfb
.name),
236
if (thunk_rfb_open(&sc->
sc_rfb
, taa->u.vnc.port) != 0)
400
while (sc->
sc_rfb
.nupdates > 0)
401
if (thunk_rfb_poll(&sc->
sc_rfb
, NULL) == -1
[
all
...]
Completed in 13 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025