Symbol: fbdevice
sys/arch/sparc/dev/bwtwo_obio.c
140
struct fbdevice *fb = &sc->sc_fb;
sys/arch/sparc/dev/cgeight.c
129
struct fbdevice sc_fb; /* frame buffer device */
sys/arch/sparc/dev/cgeight.c
219
struct fbdevice *fb = &sc->sc_fb;
sys/arch/sparc/dev/cgfour.c
141
struct fbdevice sc_fb; /* frame buffer device */
sys/arch/sparc/dev/cgfour.c
285
struct fbdevice *fb = &sc->sc_fb;
sys/arch/sparc/dev/cgfourteen.c
239
struct fbdevice *fb = &sc->sc_fb;
sys/arch/sparc/dev/cgfourteenvar.h
79
struct fbdevice sc_fb; /* frame buffer device */
sys/arch/sparc/dev/cgsix_obio.c
112
struct fbdevice *fb = &sc->sc_fb;
sys/arch/sparc/dev/cgtwo.c
163
struct fbdevice *fb = &sc->sc_fb;
sys/arch/sparc/dev/cgtwo.c
78
struct fbdevice sc_fb; /* frame buffer device */
sys/arch/sparc64/dev/ffbvar.h
53
struct fbdevice sc_fb;
sys/arch/sun2/dev/bwtwo_any.c
143
struct fbdevice *fb = &sc->sc_fb;
sys/arch/sun3/dev/bw2.c
113
static int bw2gvideo(struct fbdevice *, void *);
sys/arch/sun3/dev/bw2.c
114
static int bw2svideo(struct fbdevice *, void *);
sys/arch/sun3/dev/bw2.c
195
struct fbdevice *fb = &sc->sc_fb;
sys/arch/sun3/dev/bw2.c
343
bw2gvideo(struct fbdevice *fb, void *data)
sys/arch/sun3/dev/bw2.c
354
bw2svideo(struct fbdevice *fb, void *data)
sys/arch/sun3/dev/bw2.c
78
struct fbdevice sc_fb; /* frame buffer device */
sys/arch/sun3/dev/cg2.c
121
static int cg2gattr(struct fbdevice *, void *);
sys/arch/sun3/dev/cg2.c
122
static int cg2gvideo(struct fbdevice *, void *);
sys/arch/sun3/dev/cg2.c
123
static int cg2svideo(struct fbdevice *, void *);
sys/arch/sun3/dev/cg2.c
124
static int cg2getcmap(struct fbdevice *, void *);
sys/arch/sun3/dev/cg2.c
125
static int cg2putcmap(struct fbdevice *, void *);
sys/arch/sun3/dev/cg2.c
169
struct fbdevice *fb = &sc->sc_fb;
sys/arch/sun3/dev/cg2.c
253
cg2gattr(struct fbdevice *fb, void *data)
sys/arch/sun3/dev/cg2.c
270
cg2gvideo(struct fbdevice *fb, void *data)
sys/arch/sun3/dev/cg2.c
281
cg2svideo(struct fbdevice *fb, void *data)
sys/arch/sun3/dev/cg2.c
293
cg2getcmap(struct fbdevice *fb, void *data)
sys/arch/sun3/dev/cg2.c
334
cg2putcmap(struct fbdevice *fb, void *data)
sys/arch/sun3/dev/cg2.c
89
struct fbdevice sc_fb; /* frame buffer device */
sys/arch/sun3/dev/cg4.c
106
struct fbdevice sc_fb; /* frame buffer device */
sys/arch/sun3/dev/cg4.c
144
static int cg4gattr (struct fbdevice *, void *);
sys/arch/sun3/dev/cg4.c
145
static int cg4gvideo (struct fbdevice *, void *);
sys/arch/sun3/dev/cg4.c
146
static int cg4svideo (struct fbdevice *, void *);
sys/arch/sun3/dev/cg4.c
147
static int cg4getcmap(struct fbdevice *, void *);
sys/arch/sun3/dev/cg4.c
148
static int cg4putcmap(struct fbdevice *, void *);
sys/arch/sun3/dev/cg4.c
249
struct fbdevice *fb = &sc->sc_fb;
sys/arch/sun3/dev/cg4.c
410
cg4gattr(struct fbdevice *fb, void *data)
sys/arch/sun3/dev/cg4.c
427
cg4gvideo(struct fbdevice *fb, void *data)
sys/arch/sun3/dev/cg4.c
438
cg4svideo(struct fbdevice *fb, void *data)
sys/arch/sun3/dev/cg4.c
456
cg4getcmap(struct fbdevice *fb, void *data)
sys/arch/sun3/dev/cg4.c
486
cg4putcmap(struct fbdevice *fb, void *data)
sys/arch/sun3/dev/fb.c
131
fbioctlfb(struct fbdevice *fb, u_long cmd, void *data)
sys/arch/sun3/dev/fb.c
186
fb_noioctl(struct fbdevice *fbd, void *vp)
sys/arch/sun3/dev/fb.c
197
fb_eeprom_setsize(struct fbdevice *fb)
sys/arch/sun3/dev/fb.c
267
fb_pfour_get_video(struct fbdevice *fb)
sys/arch/sun3/dev/fb.c
277
fb_pfour_set_video(struct fbdevice *fb, int on)
sys/arch/sun3/dev/fb.c
300
fb_pfour_setsize(struct fbdevice *fb)
sys/arch/sun3/dev/fb.c
83
static struct fbdevice *devfb;
sys/arch/sun3/dev/fb.c
91
fb_attach(struct fbdevice *fb, int newpri)
sys/arch/sun3/dev/fbvar.h
80
int (*fbd_gattr)(struct fbdevice *, void *);
sys/arch/sun3/dev/fbvar.h
81
int (*fbd_gvideo)(struct fbdevice *, void *);
sys/arch/sun3/dev/fbvar.h
82
int (*fbd_svideo)(struct fbdevice *, void *);
sys/arch/sun3/dev/fbvar.h
83
int (*fbd_getcmap)(struct fbdevice *, void *);
sys/arch/sun3/dev/fbvar.h
84
int (*fbd_putcmap)(struct fbdevice *, void *);
sys/arch/sun3/dev/fbvar.h
87
int fbioctlfb(struct fbdevice *, u_long, void *);
sys/arch/sun3/dev/fbvar.h
89
void fb_attach(struct fbdevice *, int);
sys/arch/sun3/dev/fbvar.h
90
int fb_noioctl(struct fbdevice *, void *);
sys/arch/sun3/dev/fbvar.h
92
void fb_eeprom_setsize (struct fbdevice *);
sys/arch/sun3/dev/fbvar.h
95
int fb_pfour_get_video(struct fbdevice *);
sys/arch/sun3/dev/fbvar.h
96
void fb_pfour_set_video(struct fbdevice *, int);
sys/arch/sun3/dev/fbvar.h
98
void fb_pfour_setsize(struct fbdevice *);
sys/dev/sbus/agten.c
227
struct fbdevice *fb = &sc->sc_fb;
sys/dev/sbus/agten.c
90
struct fbdevice sc_fb; /* frame buffer device */
sys/dev/sbus/bwtwo_sbus.c
137
struct fbdevice *fb = &sc->sc_fb;
sys/dev/sbus/cgsix_sbus.c
92
struct fbdevice *fb = &sc->sc_fb;
sys/dev/sbus/cgthree_sbus.c
135
struct fbdevice *fb = &sc->sc_fb;
sys/dev/sbus/mgx.c
256
struct fbdevice *fb = &sc->sc_fb;
sys/dev/sbus/mgx.c
69
struct fbdevice sc_fb; /* frame buffer device */
sys/dev/sbus/p9100.c
103
struct fbdevice sc_fb; /* frame buffer device */
sys/dev/sbus/p9100.c
297
struct fbdevice *fb = &sc->sc_fb;
sys/dev/sbus/tcx.c
219
struct fbdevice *fb = &sc->sc_fb;
sys/dev/sbus/tcx.c
82
struct fbdevice sc_fb; /* frame buffer device */
sys/dev/sbus/zx.c
203
struct fbdevice *fb;
sys/dev/sbus/zxvar.h
83
struct fbdevice sc_fb;
sys/dev/sun/bt_subr.c
203
bt_loadcmap_packed256(struct fbdevice *fb, volatile struct bt_regs *bt, int start, int ncolors)
sys/dev/sun/bwtwo.c
204
struct fbdevice *fb = &sc->sc_fb;
sys/dev/sun/bwtwovar.h
78
struct fbdevice sc_fb; /* frame buffer device */
sys/dev/sun/cgsix.c
507
struct fbdevice *fb = &sc->sc_fb;
sys/dev/sun/cgsixvar.h
57
struct fbdevice sc_fb; /* frame buffer device */
sys/dev/sun/cgthree.c
164
struct fbdevice *fb = &sc->sc_fb;
sys/dev/sun/cgthreevar.h
42
struct fbdevice sc_fb; /* frame buffer device */
sys/dev/sun/fb.c
159
fb_attach(struct fbdevice *fb, int isconsole)
sys/dev/sun/fb.c
312
fb_setsize_obp(struct fbdevice *fb, int depth, int def_width, int def_height, int node)
sys/dev/sun/fb.c
321
fb_setsize_eeprom(struct fbdevice *fb, int depth, int def_width, int def_height)
sys/dev/sun/fb.c
73
struct fbdevice *fb_dev;
sys/dev/sun/fbvar.h
103
int fb_pfour_get_video(struct fbdevice *);
sys/dev/sun/fbvar.h
104
void fb_pfour_set_video(struct fbdevice *, int);
sys/dev/sun/fbvar.h
91
void fb_attach(struct fbdevice *, int);
sys/dev/sun/fbvar.h
92
void fb_setsize_obp(struct fbdevice *, int, int, int, int);
sys/dev/sun/fbvar.h
93
void fb_setsize_eeprom(struct fbdevice *, int, int, int);
sys/dev/sun/fbvar.h
94
void fb_setsize_pfour(struct fbdevice *);
sys/dev/sun/fbvar.h
97
void fbrcons_init(struct fbdevice *);
sys/dev/sun/pfour_subr.c
164
fb_pfour_get_video(struct fbdevice *fb)
sys/dev/sun/pfour_subr.c
174
fb_pfour_set_video(struct fbdevice *fb, int enable)
sys/dev/sun/pfour_subr.c
49
fb_setsize_pfour(struct fbdevice *fb)