Home
last modified time | relevance | path

Searched refs:fbip (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_bitmap.c105 gfxp_bm_getfb_info(gfxp_fb_softc_ptr_t ptr, struct gfxp_bm_fb_info *fbip) in gfxp_bm_getfb_info() argument
111 fbip->xres = softc->console->fb.screen.x; in gfxp_bm_getfb_info()
112 fbip->yres = softc->console->fb.screen.y; in gfxp_bm_getfb_info()
113 fbip->bpp = softc->console->fb.bpp; in gfxp_bm_getfb_info()
114 fbip->depth = softc->console->fb.depth; in gfxp_bm_getfb_info()
123 fbip->xres = 0; in gfxp_bm_getfb_info()
124 fbip->yres = 0; in gfxp_bm_getfb_info()
125 fbip->bpp = 0; in gfxp_bm_getfb_info()
126 fbip->depth = 0; in gfxp_bm_getfb_info()