Lines Matching defs:sc_fb
127 struct fbdevice sc_fb; /* frame buffer device */
220 struct fbdevice *fb = &sc->sc_fb;
348 *(struct fbtype *)data = sc->sc_fb.fb_type;
353 fba->real_type = sc->sc_fb.fb_type.fb_type;
355 fba->fbtype = sc->sc_fb.fb_type;
357 fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
359 fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
413 #define COLOR_SIZE (sc->sc_fb.fb_type.fb_width * \
414 sc->sc_fb.fb_type.fb_height)
445 } else if ((u_int)off < sc->sc_fb.fb_type.fb_size) {
473 return (fb_pfour_get_video(&sc->sc_fb));
480 fb_pfour_set_video(&sc->sc_fb, enable);