sys/arch/hpc/hpc/debug_subr.c
482
switch (bootinfo->fb_type) {
sys/arch/hpc/include/bootinfo.h
48
short fb_type;
sys/arch/hpc/stand/hpcboot/arch.cpp
93
bi.fb_width, bi.fb_height, bi.fb_type, bi.fb_line_bytes,
sys/arch/hpc/stand/hpcboot/hpcmenu.cpp
342
bi.fb_type = fb.type();
sys/arch/hpcarm/dev/ipaq_lcd.c
208
switch (bootinfo->fb_type) {
sys/arch/hpcarm/dev/ipaq_lcd.c
259
bootinfo->fb_type);
sys/arch/hpcarm/dev/sed_saip.c
236
switch (bootinfo->fb_type) {
sys/arch/hpcarm/dev/sed_saip.c
299
aprint_normal("unsupported type %d.\n", bootinfo->fb_type);
sys/arch/hpcarm/hpcarm/hpc_machdep.c
267
bootinfo->fb_type = BOOTINFO_FB_TYPE;
sys/arch/hpcmips/dev/ite8181.c
545
switch (bootinfo->fb_type) {
sys/arch/hpcmips/dev/ite8181.c
623
printf("unknown type (=%d).\n", bootinfo->fb_type);
sys/arch/hpcmips/dev/mq200.c
365
switch (bootinfo->fb_type) {
sys/arch/hpcmips/dev/mq200.c
459
printf("unknown type (=%d).\n", bootinfo->fb_type);
sys/arch/hpcmips/dev/plumvideo.c
337
bootinfo->fb_type = *reverse ? BIFB_D8_FF : BIFB_D8_00;
sys/arch/hpcmips/stand/pbsdboot/main.c
1175
pref.fb_type = fb_settings[0].type;
sys/arch/hpcmips/stand/pbsdboot/main.c
1194
bi.fb_type, bi.fb_addr,
sys/arch/hpcmips/stand/pbsdboot/main.c
1202
bi.fb_type = reverse_fb_type(bi.fb_type);
sys/arch/hpcmips/stand/pbsdboot/main.c
135
struct fb_type fb_types[] = {
sys/arch/hpcmips/stand/pbsdboot/main.c
527
fb_settings[0].type = pref.fb_type;
sys/arch/hpcmips/stand/pbsdboot/main.c
540
pref.fb_type = fb_settings[0].type;
sys/arch/hpcmips/stand/pbsdboot/main.c
818
bi->fb_type = fbs->type;
sys/arch/hpcmips/stand/pbsdboot/main.c
828
bi->fb_type, bi->fb_addr,
sys/arch/hpcmips/stand/pbsdboot/pbsdboot.h
77
int fb_type;
sys/arch/hpcmips/stand/pbsdboot/preference.c
158
debug_printf(TEXT(" type: %d\n"), pref->fb_type);
sys/arch/hpcmips/stand/pbsdboot/preference.c
287
buf.fb_type = d;
sys/arch/hpcmips/stand/pbsdboot/preference.c
503
wsprintf(unibuf,TEXT("fb_type:%d\r\n"),buf->fb_type);
sys/arch/hpcmips/tx/tx3912video.c
313
bootinfo->fb_type = reverse ? BIFB_D2_M2L_3 : BIFB_D2_M2L_0;
sys/arch/hpcmips/tx/tx3912video.c
318
bootinfo->fb_type = reverse ? BIFB_D2_M2L_3 : BIFB_D2_M2L_0;
sys/arch/hpcmips/tx/tx3912video.c
326
bootinfo->fb_type = reverse ? BIFB_D8_FF : BIFB_D8_00;
sys/arch/sparc/dev/bwtwo_obio.c
154
fb->fb_type.fb_depth = 1;
sys/arch/sparc/dev/bwtwo_obio.c
155
fb_setsize_eeprom(fb, fb->fb_type.fb_depth, 1152, 900);
sys/arch/sparc/dev/bwtwo_obio.c
226
int ramsize = fb->fb_type.fb_height * fb->fb_linebytes;
sys/arch/sparc/dev/cgeight.c
240
fb->fb_type.fb_type = FBTYPE_MEMCOLOR;
sys/arch/sparc/dev/cgeight.c
246
fb->fb_type.fb_depth = 24;
sys/arch/sparc/dev/cgeight.c
247
fb_setsize_eeprom(fb, fb->fb_type.fb_depth, 1152, 900);
sys/arch/sparc/dev/cgeight.c
249
sc->sc_fb.fb_type.fb_cmsize = 256;
sys/arch/sparc/dev/cgeight.c
250
sc->sc_fb.fb_type.fb_size = ramsize;
sys/arch/sparc/dev/cgeight.c
252
fb->fb_type.fb_width,
sys/arch/sparc/dev/cgeight.c
253
fb->fb_type.fb_height);
sys/arch/sparc/dev/cgeight.c
306
sc->sc_fb.fb_type.fb_width * sc->sc_fb.fb_type.fb_height / 8);
sys/arch/sparc/dev/cgeight.c
357
*(struct fbtype *)data = sc->sc_fb.fb_type;
sys/arch/sparc/dev/cgeight.c
362
fba->real_type = sc->sc_fb.fb_type.fb_type;
sys/arch/sparc/dev/cgeight.c
364
fba->fbtype = sc->sc_fb.fb_type;
sys/arch/sparc/dev/cgeight.c
366
fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
sys/arch/sparc/dev/cgeight.c
368
fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
sys/arch/sparc/dev/cgeight.c
421
#define COLOR_SIZE (sc->sc_fb.fb_type.fb_width * \
sys/arch/sparc/dev/cgeight.c
422
sc->sc_fb.fb_type.fb_height * 3)
sys/arch/sparc/dev/cgeight.c
455
} else if ((u_int)off < sc->sc_fb.fb_type.fb_size) {
sys/arch/sparc/dev/cgfour.c
308
fb->fb_type.fb_type = FBTYPE_SUN4COLOR;
sys/arch/sparc/dev/cgfour.c
313
fb->fb_type.fb_depth = 8;
sys/arch/sparc/dev/cgfour.c
314
fb_setsize_eeprom(fb, fb->fb_type.fb_depth, 1152, 900);
sys/arch/sparc/dev/cgfour.c
316
fb->fb_type.fb_cmsize = 256;
sys/arch/sparc/dev/cgfour.c
317
fb->fb_type.fb_size = CGFOUR_RAM_SIZE;
sys/arch/sparc/dev/cgfour.c
319
fb->fb_type.fb_width, fb->fb_type.fb_height);
sys/arch/sparc/dev/cgfour.c
408
sc->sc_width = fb->fb_type.fb_width;
sys/arch/sparc/dev/cgfour.c
409
sc->sc_stride = fb->fb_type.fb_width;
sys/arch/sparc/dev/cgfour.c
410
sc->sc_height = fb->fb_type.fb_height;
sys/arch/sparc/dev/cgfour.c
474
*(struct fbtype *)data = sc->sc_fb.fb_type;
sys/arch/sparc/dev/cgfour.c
479
fba->real_type = sc->sc_fb.fb_type.fb_type;
sys/arch/sparc/dev/cgfour.c
481
fba->fbtype = sc->sc_fb.fb_type;
sys/arch/sparc/dev/cgfour.c
483
fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
sys/arch/sparc/dev/cgfour.c
485
fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
sys/arch/sparc/dev/cgfour.c
539
#define COLOR_SIZE (sc->sc_fb.fb_type.fb_width * \
sys/arch/sparc/dev/cgfour.c
540
sc->sc_fb.fb_type.fb_height)
sys/arch/sparc/dev/cgfour.c
571
} else if ((u_int)off < sc->sc_fb.fb_type.fb_size) {
sys/arch/sparc/dev/cgfour.c
713
if (offset >= 0 && offset <= sc->sc_fb.fb_type.fb_size) {
sys/arch/sparc/dev/cgfourteen.c
1071
fbi->fbi_stride = sc->sc_fb.fb_type.fb_width;
sys/arch/sparc/dev/cgfourteen.c
1075
fbi->fbi_stride = sc->sc_fb.fb_type.fb_width * 4;
sys/arch/sparc/dev/cgfourteen.c
1080
fbi->fbi_width = sc->sc_fb.fb_type.fb_width;
sys/arch/sparc/dev/cgfourteen.c
1081
fbi->fbi_height = sc->sc_fb.fb_type.fb_height;
sys/arch/sparc/dev/cgfourteen.c
1123
ri->ri_width = sc->sc_fb.fb_type.fb_width;
sys/arch/sparc/dev/cgfourteen.c
1124
ri->ri_height = sc->sc_fb.fb_type.fb_height;
sys/arch/sparc/dev/cgfourteen.c
1153
sc->sc_fb.fb_type.fb_height / ri->ri_font->fontheight,
sys/arch/sparc/dev/cgfourteen.c
1154
sc->sc_fb.fb_type.fb_width / ri->ri_font->fontwidth);
sys/arch/sparc/dev/cgfourteen.c
1324
int stride = sc->sc_fb.fb_type.fb_width;
sys/arch/sparc/dev/cgfourteen.c
1387
int stride = sc->sc_fb.fb_type.fb_width;
sys/arch/sparc/dev/cgfourteen.c
1467
int line, cnt, stride = sc->sc_fb.fb_type.fb_width;
sys/arch/sparc/dev/cgfourteen.c
1548
int line, cnt = wi, stride = sc->sc_fb.fb_type.fb_width;
sys/arch/sparc/dev/cgfourteen.c
1605
int stride = sc->sc_fb.fb_type.fb_width;
sys/arch/sparc/dev/cgfourteen.c
1724
int stride = sc->sc_fb.fb_type.fb_width;
sys/arch/sparc/dev/cgfourteen.c
264
fb->fb_type.fb_type = FBTYPE_MDICOLOR;
sys/arch/sparc/dev/cgfourteen.c
265
fb->fb_type.fb_depth = 32;
sys/arch/sparc/dev/cgfourteen.c
267
fb_setsize_obp(fb, sc->sc_fb.fb_type.fb_depth, 1152, 900, node);
sys/arch/sparc/dev/cgfourteen.c
269
fb->fb_type.fb_cmsize = CG14_CLUT_SIZE;
sys/arch/sparc/dev/cgfourteen.c
280
fb->fb_type.fb_size = sc->sc_vramsize;
sys/arch/sparc/dev/cgfourteen.c
319
fb->fb_type.fb_width, fb->fb_type.fb_height);
sys/arch/sparc/dev/cgfourteen.c
459
*(struct fbtype *)data = sc->sc_fb.fb_type;
sys/arch/sparc/dev/cgfourteen.c
466
fba->fbtype = sc->sc_fb.fb_type;
sys/arch/sparc/dev/cgfourteen.c
468
fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
sys/arch/sparc/dev/cgfourteen.c
470
fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
sys/arch/sparc/dev/cgfourteen.c
789
glyphcache_init_align(&sc->sc_gc, sc->sc_fb.fb_type.fb_height + 5,
sys/arch/sparc/dev/cgfourteen.c
790
(sc->sc_vramsize / sc->sc_fb.fb_type.fb_width) -
sys/arch/sparc/dev/cgfourteen.c
791
sc->sc_fb.fb_type.fb_height - 5,
sys/arch/sparc/dev/cgfourteen.c
792
sc->sc_fb.fb_type.fb_width,
sys/arch/sparc/dev/cgsix_obio.c
125
fb->fb_type.fb_type = FBTYPE_SUNFAST_COLOR;
sys/arch/sparc/dev/cgsix_obio.c
127
fb->fb_type.fb_depth = 8;
sys/arch/sparc/dev/cgsix_obio.c
129
fb_setsize_eeprom(fb, fb->fb_type.fb_depth, 1152, 900);
sys/arch/sparc/dev/cgtwo.c
170
fb->fb_type.fb_type = FBTYPE_SUN2COLOR;
sys/arch/sparc/dev/cgtwo.c
173
fb->fb_type.fb_depth = 8;
sys/arch/sparc/dev/cgtwo.c
174
fb_setsize_eeprom(fb, fb->fb_type.fb_depth, 1152, 900);
sys/arch/sparc/dev/cgtwo.c
176
fb->fb_type.fb_cmsize = 256;
sys/arch/sparc/dev/cgtwo.c
177
fb->fb_type.fb_size = roundup(CG2_MAPPED_SIZE, PAGE_SIZE);
sys/arch/sparc/dev/cgtwo.c
179
fb->fb_type.fb_width, fb->fb_type.fb_height);
sys/arch/sparc/dev/cgtwo.c
251
*(struct fbtype *)data = sc->sc_fb.fb_type;
sys/arch/sparc/dev/cgtwo.c
256
fba->real_type = sc->sc_fb.fb_type.fb_type;
sys/arch/sparc/dev/cgtwo.c
258
fba->fbtype = sc->sc_fb.fb_type;
sys/arch/sparc/dev/cgtwo.c
260
fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
sys/arch/sparc/dev/cgtwo.c
262
fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
sys/arch/sparc/dev/cgtwo.c
395
if (off >= sc->sc_fb.fb_type.fb_size)
sys/arch/sparc64/dev/ffb.c
359
sc->sc_fb.fb_type.fb_cmsize = 0;
sys/arch/sparc64/dev/ffb.c
360
sc->sc_fb.fb_type.fb_size = maxrow * sc->sc_linebytes;
sys/arch/sparc64/dev/ffb.c
361
sc->sc_fb.fb_type.fb_type = FBTYPE_CREATOR;
sys/arch/sparc64/dev/ffb.c
362
sc->sc_fb.fb_type.fb_width = sc->sc_width;
sys/arch/sparc64/dev/ffb.c
363
sc->sc_fb.fb_type.fb_depth = sc->sc_depth;
sys/arch/sparc64/dev/ffb.c
364
sc->sc_fb.fb_type.fb_height = sc->sc_height;
sys/arch/sparc64/dev/ffb.c
411
*(struct fbtype *)data = sc->sc_fb.fb_type;
sys/arch/sparc64/dev/ffb.c
415
fba->real_type = sc->sc_fb.fb_type.fb_type;
sys/arch/sparc64/dev/ffb.c
417
fba->fbtype = sc->sc_fb.fb_type;
sys/arch/sparc64/dev/ffb.c
419
fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
sys/arch/sparc64/dev/ffb.c
421
fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
sys/arch/sun2/dev/bwtwo_any.c
155
fb->fb_type.fb_depth = 1;
sys/arch/sun2/dev/bwtwo_any.c
156
fb_setsize_eeprom(fb, fb->fb_type.fb_depth, 1152, 900);
sys/arch/sun2/dev/bwtwo_any.c
176
int ramsize = fb->fb_type.fb_height * fb->fb_linebytes;
sys/arch/sun3/dev/bw2.c
205
fbt->fb_type = FBTYPE_SUN2BW;
sys/arch/sun3/dev/cg2.c
193
fbt->fb_type = FBTYPE_SUN2COLOR;
sys/arch/sun3/dev/cg2.c
257
fba->real_type = fb->fb_fbtype.fb_type;
sys/arch/sun3/dev/cg2.c
261
fba->sattr.emu_type = fb->fb_fbtype.fb_type;
sys/arch/sun3/dev/cg2.c
263
fba->emu_types[0] = fb->fb_fbtype.fb_type;
sys/arch/sun3/dev/cg4.c
257
fbt->fb_type = FBTYPE_SUN4COLOR;
sys/arch/sun3/dev/cg4.c
414
fba->real_type = fb->fb_fbtype.fb_type;
sys/arch/sun3/dev/cg4.c
418
fba->sattr.emu_type = fb->fb_fbtype.fb_type;
sys/arch/sun3/dev/cg4.c
420
fba->emu_types[0] = fb->fb_fbtype.fb_type;
sys/arch/vax/vsa/spx.c
1047
if (fb_type != FB_IS_SPX)
sys/arch/vax/vsa/spx.c
1457
fb_type = FB_IS_SPX;
sys/arch/vax/vsa/spx.c
1463
fb_type = FB_IS_SPXg;
sys/arch/vax/vsa/spx.c
1474
if (fb_type == FB_IS_SPX) {
sys/arch/vax/vsa/spx.c
1476
} else if(fb_type == FB_IS_SPXg) {
sys/arch/vax/vsa/spx.c
1480
if (fb_type == FB_IS_SPXg)
sys/arch/vax/vsa/spx.c
1526
if (fb_type == FB_IS_SPXg)
sys/arch/vax/vsa/spx.c
1532
if (fb_type == FB_IS_SPX) {
sys/arch/vax/vsa/spx.c
1534
} else if (fb_type == FB_IS_SPXg) {
sys/arch/vax/vsa/spx.c
1539
if (fb_type == FB_IS_SPX)
sys/arch/vax/vsa/spx.c
1541
else if (fb_type == FB_IS_SPXg)
sys/arch/vax/vsa/spx.c
1575
if (fb_type == FB_IS_SPX) {
sys/arch/vax/vsa/spx.c
1582
if (fb_type == FB_IS_SPX)
sys/arch/vax/vsa/spx.c
291
static char fb_type = 0;
sys/dev/hpc/bicons.c
158
if (fb_table[fb_index].type == bootinfo->fb_type)
sys/dev/hpc/bivideo.c
248
switch (bootinfo->fb_type) {
sys/dev/hpc/bivideo.c
328
printf("unsupported type %d.\n", bootinfo->fb_type);
sys/dev/hpc/video_subr.c
301
fbtype = bootinfo->fb_type;
sys/dev/sbus/agten.c
1111
*(struct fbtype *)data = sc->sc_fb.fb_type;
sys/dev/sbus/agten.c
1116
fba->real_type = sc->sc_fb.fb_type.fb_type;
sys/dev/sbus/agten.c
1118
fba->fbtype = sc->sc_fb.fb_type;
sys/dev/sbus/agten.c
1120
fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
sys/dev/sbus/agten.c
1122
fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
sys/dev/sbus/agten.c
378
fb->fb_type.fb_type = FBTYPE_AG10E;
sys/dev/sbus/agten.c
379
fb->fb_type.fb_cmsize = 256; /* doesn't matter, we're always 24bit */
sys/dev/sbus/agten.c
380
fb->fb_type.fb_size = sc->sc_glint_fbsz;
sys/dev/sbus/agten.c
381
fb->fb_type.fb_width = sc->sc_width;
sys/dev/sbus/agten.c
382
fb->fb_type.fb_height = sc->sc_height;
sys/dev/sbus/agten.c
383
fb->fb_type.fb_depth = 32;
sys/dev/sbus/bwtwo_sbus.c
150
fb->fb_type.fb_depth = 1;
sys/dev/sbus/bwtwo_sbus.c
151
fb_setsize_obp(fb, fb->fb_type.fb_depth, 1152, 900, node);
sys/dev/sbus/bwtwo_sbus.c
182
int ramsize = fb->fb_type.fb_height * fb->fb_linebytes;
sys/dev/sbus/cgsix_sbus.c
105
fb->fb_type.fb_type = FBTYPE_SUNFAST_COLOR;
sys/dev/sbus/cgsix_sbus.c
107
fb->fb_type.fb_depth = 8;
sys/dev/sbus/cgsix_sbus.c
109
fb_setsize_obp(fb, fb->fb_type.fb_depth, 1152, 900, node);
sys/dev/sbus/cgthree_sbus.c
149
fb->fb_type.fb_type = FBTYPE_SUN3COLOR;
sys/dev/sbus/cgthree_sbus.c
151
fb->fb_type.fb_depth = 8;
sys/dev/sbus/cgthree_sbus.c
152
fb_setsize_obp(fb, fb->fb_type.fb_depth, 1152, 900, node);
sys/dev/sbus/cgthree_sbus.c
178
int ramsize = fb->fb_type.fb_height * fb->fb_linebytes;
sys/dev/sbus/mgx.c
1013
*(struct fbtype *)data = sc->sc_fb.fb_type;
sys/dev/sbus/mgx.c
1018
fba->real_type = sc->sc_fb.fb_type.fb_type;
sys/dev/sbus/mgx.c
1020
fba->fbtype = sc->sc_fb.fb_type;
sys/dev/sbus/mgx.c
1022
fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
sys/dev/sbus/mgx.c
1024
fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
sys/dev/sbus/mgx.c
391
fb->fb_type.fb_type = FBTYPE_MGX;
sys/dev/sbus/mgx.c
394
fb->fb_type.fb_depth = 32;
sys/dev/sbus/mgx.c
395
fb->fb_type.fb_width = sc->sc_width;
sys/dev/sbus/mgx.c
396
fb->fb_type.fb_height = sc->sc_height;
sys/dev/sbus/mgx.c
399
fb->fb_type.fb_cmsize = 256;
sys/dev/sbus/mgx.c
400
fb->fb_type.fb_size = sc->sc_fbsize;
sys/dev/sbus/p9100.c
380
fb->fb_type.fb_type = FBTYPE_SUN3COLOR;
sys/dev/sbus/p9100.c
382
fb->fb_type.fb_type = FBTYPE_P9100;
sys/dev/sbus/p9100.c
397
fb->fb_type.fb_depth = 8;
sys/dev/sbus/p9100.c
407
fb_setsize_obp(fb, fb->fb_type.fb_depth, sc->sc_width, sc->sc_height,
sys/dev/sbus/p9100.c
415
fb->fb_type.fb_cmsize = prom_getpropint(node, "cmsize", 256);
sys/dev/sbus/p9100.c
416
if ((1 << fb->fb_type.fb_depth) != fb->fb_type.fb_cmsize)
sys/dev/sbus/p9100.c
417
printf(", %d entry colormap", fb->fb_type.fb_cmsize);
sys/dev/sbus/p9100.c
502
fb->fb_type.fb_size = fb->fb_type.fb_height * fb->fb_linebytes;
sys/dev/sbus/p9100.c
505
(i & 7), ver, fb->fb_type.fb_width, fb->fb_type.fb_height,
sys/dev/sbus/p9100.c
506
fb->fb_type.fb_depth, (unsigned int)sc->sc_fb_psize);
sys/dev/sbus/p9100.c
554
*(struct fbtype *)data = sc->sc_fb.fb_type;
sys/dev/sbus/p9100.c
559
fba->real_type = sc->sc_fb.fb_type.fb_type;
sys/dev/sbus/p9100.c
561
fba->fbtype = sc->sc_fb.fb_type;
sys/dev/sbus/p9100.c
563
fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
sys/dev/sbus/p9100.c
565
fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
sys/dev/sbus/tcx.c
243
fb->fb_type.fb_depth = 8;
sys/dev/sbus/tcx.c
244
fb_setsize_obp(fb, fb->fb_type.fb_depth, 1152, 900, node);
sys/dev/sbus/tcx.c
262
fb->fb_type.fb_cmsize = 256;
sys/dev/sbus/tcx.c
263
fb->fb_type.fb_size = sc->sc_fbsize; /* later code assumes 8bit */
sys/dev/sbus/tcx.c
265
fb->fb_type.fb_width,
sys/dev/sbus/tcx.c
266
fb->fb_type.fb_height);
sys/dev/sbus/tcx.c
268
fb->fb_type.fb_type = FBTYPE_TCXCOLOR;
sys/dev/sbus/tcx.c
464
*(struct fbtype *)data = sc->sc_fb.fb_type;
sys/dev/sbus/tcx.c
469
fba->real_type = sc->sc_fb.fb_type.fb_type;
sys/dev/sbus/tcx.c
471
fba->fbtype = sc->sc_fb.fb_type;
sys/dev/sbus/tcx.c
473
fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
sys/dev/sbus/tcx.c
475
fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
sys/dev/sbus/tcx.c
694
sz = sc->sc_fb.fb_type.fb_size;
sys/dev/sbus/tcx.c
883
fbi->fbi_stride = sc->sc_fb.fb_type.fb_width;
sys/dev/sbus/tcx.c
888
fbi->fbi_stride = sc->sc_fb.fb_type.fb_width * 4;
sys/dev/sbus/tcx.c
892
fbi->fbi_width = sc->sc_fb.fb_type.fb_width;
sys/dev/sbus/tcx.c
893
fbi->fbi_height = sc->sc_fb.fb_type.fb_height;
sys/dev/sbus/tcx.c
942
ri->ri_width = sc->sc_fb.fb_type.fb_width;
sys/dev/sbus/tcx.c
943
ri->ri_height = sc->sc_fb.fb_type.fb_height;
sys/dev/sbus/tcx.c
979
len = sc->sc_fb.fb_type.fb_width * sc->sc_fb.fb_type.fb_height;
sys/dev/sbus/zx.c
272
fb->fb_type.fb_cmsize = 256;
sys/dev/sbus/zx.c
273
fb->fb_type.fb_depth = 32;
sys/dev/sbus/zx.c
274
fb->fb_type.fb_size = fb->fb_type.fb_height * fb->fb_linebytes;
sys/dev/sbus/zx.c
275
fb->fb_type.fb_type = FBTYPE_SUNLEO;
sys/dev/sbus/zx.c
277
printf(": %d x %d", fb->fb_type.fb_width, fb->fb_type.fb_height);
sys/dev/sbus/zx.c
289
sc->sc_width = fb->fb_type.fb_width;
sys/dev/sbus/zx.c
291
sc->sc_height = fb->fb_type.fb_height;
sys/dev/sbus/zx.c
377
*(struct fbtype *)data = sc->sc_fb.fb_type;
sys/dev/sbus/zx.c
382
fba->real_type = sc->sc_fb.fb_type.fb_type;
sys/dev/sbus/zx.c
384
fba->fbtype = sc->sc_fb.fb_type;
sys/dev/sbus/zx.c
386
fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
sys/dev/sbus/zx.c
388
fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
sys/dev/sbus/zx.c
575
fbt = &sc->sc_fb.fb_type;
sys/dev/sun/bwtwo.c
215
fb->fb_type.fb_type = FBTYPE_SUN2BW;
sys/dev/sun/bwtwo.c
216
fb->fb_type.fb_cmsize = 0;
sys/dev/sun/bwtwo.c
217
fb->fb_type.fb_size = fb->fb_type.fb_height * fb->fb_linebytes;
sys/dev/sun/bwtwo.c
219
fb->fb_type.fb_width, fb->fb_type.fb_height);
sys/dev/sun/bwtwo.c
277
sc->sc_width = fb->fb_type.fb_width;
sys/dev/sun/bwtwo.c
278
sc->sc_stride = fb->fb_type.fb_width/8;
sys/dev/sun/bwtwo.c
279
sc->sc_height = fb->fb_type.fb_height;
sys/dev/sun/bwtwo.c
350
*(struct fbtype *)data = sc->sc_fb.fb_type;
sys/dev/sun/bwtwo.c
387
if (off >= sc->sc_fb.fb_type.fb_size)
sys/dev/sun/bwtwo.c
454
if (offset >= sc->sc_fb.fb_type.fb_size)
sys/dev/sun/cgsix.c
517
fb->fb_type.fb_cmsize = 256;
sys/dev/sun/cgsix.c
518
fb->fb_type.fb_size = sc->sc_ramsize;
sys/dev/sun/cgsix.c
521
fb->fb_type.fb_width, fb->fb_type.fb_height);
sys/dev/sun/cgsix.c
541
sc->sc_width = fb->fb_type.fb_width;
sys/dev/sun/cgsix.c
542
sc->sc_stride = fb->fb_type.fb_width;
sys/dev/sun/cgsix.c
543
sc->sc_height = fb->fb_type.fb_height;
sys/dev/sun/cgsix.c
685
*(struct fbtype *)data = sc->sc_fb.fb_type;
sys/dev/sun/cgsix.c
690
fba->real_type = sc->sc_fb.fb_type.fb_type;
sys/dev/sun/cgsix.c
692
fba->fbtype = sc->sc_fb.fb_type;
sys/dev/sun/cgsix.c
694
fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
sys/dev/sun/cgsix.c
696
fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
sys/dev/sun/cgthree.c
172
fb->fb_type.fb_cmsize = 256;
sys/dev/sun/cgthree.c
173
fb->fb_type.fb_size = fb->fb_type.fb_height * fb->fb_linebytes;
sys/dev/sun/cgthree.c
175
fb->fb_type.fb_width, fb->fb_type.fb_height);
sys/dev/sun/cgthree.c
207
sc->sc_width = fb->fb_type.fb_width;
sys/dev/sun/cgthree.c
208
sc->sc_stride = fb->fb_type.fb_width;
sys/dev/sun/cgthree.c
209
sc->sc_height = fb->fb_type.fb_height;
sys/dev/sun/cgthree.c
271
*(struct fbtype *)data = sc->sc_fb.fb_type;
sys/dev/sun/cgthree.c
276
fba->real_type = sc->sc_fb.fb_type.fb_type;
sys/dev/sun/cgthree.c
278
fba->fbtype = sc->sc_fb.fb_type;
sys/dev/sun/cgthree.c
280
fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
sys/dev/sun/cgthree.c
282
fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
sys/dev/sun/cgthree.c
395
if (off >= sc->sc_fb.fb_type.fb_size)
sys/dev/sun/cgthree.c
480
if (offset >= sc->sc_fb.fb_type.fb_size)
sys/dev/sun/fb.c
314
fb->fb_type.fb_width = prom_getpropint(node, "width", def_width);
sys/dev/sun/fb.c
315
fb->fb_type.fb_height = prom_getpropint(node, "height", def_height);
sys/dev/sun/fb.c
317
(fb->fb_type.fb_width * depth) / 8);
sys/dev/sun/fb.c
332
fb->fb_type.fb_width = def_width;
sys/dev/sun/fb.c
333
fb->fb_type.fb_height = def_height;
sys/dev/sun/fb.c
342
fb->fb_type.fb_width = 1152;
sys/dev/sun/fb.c
343
fb->fb_type.fb_height = 900;
sys/dev/sun/fb.c
347
fb->fb_type.fb_width = 1024;
sys/dev/sun/fb.c
348
fb->fb_type.fb_height = 1024;
sys/dev/sun/fb.c
352
fb->fb_type.fb_width = 1600;
sys/dev/sun/fb.c
353
fb->fb_type.fb_height = 1280;
sys/dev/sun/fb.c
357
fb->fb_type.fb_width = 1440;
sys/dev/sun/fb.c
358
fb->fb_type.fb_height = 1440;
sys/dev/sun/fb.c
371
fb->fb_linebytes = (fb->fb_type.fb_width * depth) / 8;
sys/dev/sun/fbio.h
101
int fb_type; /* as defined above */
sys/dev/sun/fbvar.h
76
struct fbtype fb_type; /* what it says */
sys/dev/sun/pfour_subr.c
121
fb->fb_type.fb_width = width;
sys/dev/sun/pfour_subr.c
122
fb->fb_type.fb_height = height;