Symbol: fbtype
sys/arch/sparc/dev/cgeight.c
357
*(struct fbtype *)data = sc->sc_fb.fb_type;
sys/arch/sparc/dev/cgeight.c
364
fba->fbtype = sc->sc_fb.fb_type;
sys/arch/sparc/dev/cgfour.c
474
*(struct fbtype *)data = sc->sc_fb.fb_type;
sys/arch/sparc/dev/cgfour.c
481
fba->fbtype = sc->sc_fb.fb_type;
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/cgtwo.c
251
*(struct fbtype *)data = sc->sc_fb.fb_type;
sys/arch/sparc/dev/cgtwo.c
258
fba->fbtype = sc->sc_fb.fb_type;
sys/arch/sparc64/dev/ffb.c
411
*(struct fbtype *)data = sc->sc_fb.fb_type;
sys/arch/sparc64/dev/ffb.c
417
fba->fbtype = sc->sc_fb.fb_type;
sys/arch/sun3/dev/bw2.c
197
struct fbtype *fbt;
sys/arch/sun3/dev/cg2.c
171
struct fbtype *fbt;
sys/arch/sun3/dev/cg2.c
259
fba->fbtype = fb->fb_fbtype;
sys/arch/sun3/dev/cg4.c
251
struct fbtype *fbt;
sys/arch/sun3/dev/cg4.c
416
fba->fbtype = fb->fb_fbtype;
sys/arch/sun3/dev/fb.c
140
*(struct fbtype *)vp = fb->fb_fbtype;
sys/arch/sun3/dev/fbvar.h
53
struct fbtype fb_fbtype; /* see fbio.h */
sys/dev/hpc/video_subr.c
298
u_int16_t fbtype;
sys/dev/hpc/video_subr.c
301
fbtype = bootinfo->fb_type;
sys/dev/hpc/video_subr.c
303
if (fbtype == ctypep->normal) {
sys/dev/hpc/video_subr.c
305
} else if (fbtype == ctypep->reverse) {
sys/dev/hpc/video_subr.c
309
printf(": WARNING unknown frame buffer type 0x%04x.\n", fbtype);
sys/dev/sbus/agten.c
1111
*(struct fbtype *)data = sc->sc_fb.fb_type;
sys/dev/sbus/agten.c
1118
fba->fbtype = sc->sc_fb.fb_type;
sys/dev/sbus/mgx.c
1013
*(struct fbtype *)data = sc->sc_fb.fb_type;
sys/dev/sbus/mgx.c
1020
fba->fbtype = sc->sc_fb.fb_type;
sys/dev/sbus/p9100.c
554
*(struct fbtype *)data = sc->sc_fb.fb_type;
sys/dev/sbus/p9100.c
561
fba->fbtype = sc->sc_fb.fb_type;
sys/dev/sbus/tcx.c
464
*(struct fbtype *)data = sc->sc_fb.fb_type;
sys/dev/sbus/tcx.c
471
fba->fbtype = sc->sc_fb.fb_type;
sys/dev/sbus/zx.c
377
*(struct fbtype *)data = sc->sc_fb.fb_type;
sys/dev/sbus/zx.c
384
fba->fbtype = sc->sc_fb.fb_type;
sys/dev/sbus/zx.c
572
struct fbtype *fbt;
sys/dev/sun/bwtwo.c
350
*(struct fbtype *)data = sc->sc_fb.fb_type;
sys/dev/sun/cgsix.c
685
*(struct fbtype *)data = sc->sc_fb.fb_type;
sys/dev/sun/cgsix.c
692
fba->fbtype = sc->sc_fb.fb_type;
sys/dev/sun/cgthree.c
271
*(struct fbtype *)data = sc->sc_fb.fb_type;
sys/dev/sun/cgthree.c
278
fba->fbtype = sc->sc_fb.fb_type;
sys/dev/sun/fbio.h
108
#define FBIOGTYPE _IOR('F', 0, struct fbtype)
sys/dev/sun/fbio.h
156
struct fbtype fbtype; /* fbtype info for real device */
sys/dev/sun/fbvar.h
76
struct fbtype fb_type; /* what it says */