HomeSort by: relevance | last modified time | path
    Searched refs:fbtype (Results 1 - 22 of 22) sorted by relevancy

  /src/sys/dev/sun/
fbio.h 100 struct fbtype { struct
108 #define FBIOGTYPE _IOR('F', 0, struct fbtype)
156 struct fbtype fbtype; /* fbtype info for real device */ member in struct:fbgattr
fbvar.h 76 struct fbtype fb_type; /* what it says */
cgthree.c 271 *(struct fbtype *)data = sc->sc_fb.fb_type;
278 fba->fbtype = sc->sc_fb.fb_type;
bwtwo.c 350 *(struct fbtype *)data = sc->sc_fb.fb_type;
cgsix.c 685 *(struct fbtype *)data = sc->sc_fb.fb_type;
692 fba->fbtype = sc->sc_fb.fb_type;
  /src/sys/arch/sun3/dev/
fbvar.h 53 struct fbtype fb_fbtype; /* see fbio.h */
cg2.c 171 struct fbtype *fbt;
259 fba->fbtype = fb->fb_fbtype;
bw2.c 197 struct fbtype *fbt;
fb.c 140 *(struct fbtype *)vp = fb->fb_fbtype;
cg4.c 251 struct fbtype *fbt;
416 fba->fbtype = fb->fb_fbtype;
  /src/sys/dev/hpc/
video_subr.c 298 u_int16_t fbtype; local in function:video_reverse_color
301 fbtype = bootinfo->fb_type;
303 if (fbtype == ctypep->normal) {
305 } else if (fbtype == ctypep->reverse) {
309 printf(": WARNING unknown frame buffer type 0x%04x.\n", fbtype);
  /src/sys/arch/sparc/dev/
cgeight.c 357 *(struct fbtype *)data = sc->sc_fb.fb_type;
364 fba->fbtype = sc->sc_fb.fb_type;
cgfour.c 348 *(struct fbtype *)data = sc->sc_fb.fb_type;
355 fba->fbtype = sc->sc_fb.fb_type;
cgtwo.c 251 *(struct fbtype *)data = sc->sc_fb.fb_type;
258 fba->fbtype = sc->sc_fb.fb_type;
cgfourteen.c 458 *(struct fbtype *)data = sc->sc_fb.fb_type;
465 fba->fbtype = sc->sc_fb.fb_type;
  /src/sys/dev/sbus/
zx.c 377 *(struct fbtype *)data = sc->sc_fb.fb_type;
384 fba->fbtype = sc->sc_fb.fb_type;
572 struct fbtype *fbt;
agten.c 1111 *(struct fbtype *)data = sc->sc_fb.fb_type;
1118 fba->fbtype = sc->sc_fb.fb_type;
tcx.c 457 *(struct fbtype *)data = sc->sc_fb.fb_type;
464 fba->fbtype = sc->sc_fb.fb_type;
p9100.c 554 *(struct fbtype *)data = sc->sc_fb.fb_type;
561 fba->fbtype = sc->sc_fb.fb_type;
mgx.c 1013 *(struct fbtype *)data = sc->sc_fb.fb_type;
1020 fba->fbtype = sc->sc_fb.fb_type;
  /src/sys/arch/sparc64/dev/
ffb.c 411 *(struct fbtype *)data = sc->sc_fb.fb_type;
417 fba->fbtype = sc->sc_fb.fb_type;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 633 unsigned struct_fbtype_sz = sizeof(fbtype);

Completed in 29 milliseconds