OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_framebufsize
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/usermode/dev/
vncfb.c
87
size_t
sc_framebufsize
;
member in struct:vncfb_softc
217
sc->
sc_framebufsize
= sc->sc_width * sc->sc_height * (sc->sc_depth / 8);
218
sc->sc_memsize = sc->
sc_framebufsize
+ PAGE_SIZE;
510
if (offset < 0 || offset >= sc->
sc_framebufsize
) {
513
(unsigned int)offset, (unsigned int)sc->
sc_framebufsize
);
Completed in 12 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025