Home
last modified time | relevance | path

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

/original-bsd/sys/sys/
H A Dfbio.h51 struct fbtype { struct
59 #define FBIOGTYPE _IOR('F', 0, struct fbtype) argument
107 struct fbtype fbtype; /* fbtype info for real device */ member
/original-bsd/sys/luna68k/dev/
H A Dfbio.h32 struct fbtype { struct
41 #define FBIOGTYPE _IOR('F', 0, struct fbtype) argument
/original-bsd/sys/sparc/include/
H A Dfbvar.h37 struct fbtype fb_type; /* what it says */
/original-bsd/sys/sparc/sbus/
H A Dcgthree.c188 *(struct fbtype *)data = sc->sc_fb.fb_type;
195 fba->fbtype = sc->sc_fb.fb_type;
H A Dbwtwo.c172 *(struct fbtype *)data = sc->sc_fb.fb_type;
H A Dcgsix.c213 *(struct fbtype *)data = sc->sc_fb.fb_type;
220 fba->fbtype = sc->sc_fb.fb_type;
/original-bsd/sys/sparc/rcons/
H A Drcons_kern.c172 register struct fbtype *ft = &fb->fb_type;
/original-bsd/local/ditroff/ditroff.old.okeeffe/sunsrc/gremlin/
H A Dmain.c467 struct fbtype fb; in init_pix()