HomeSort by: relevance | last modified time | path
    Searched defs:fb_type (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/sun/
fbvar.h 76 struct fbtype fb_type; /* what it says */ member in struct:fbdevice
fbio.h 101 int fb_type; /* as defined above */ member in struct:fbtype
  /src/sys/arch/hpc/include/
bootinfo.h 48 short fb_type; member in struct:bootinfo
  /src/sys/arch/hpcmips/stand/pbsdboot/
pbsdboot.h 77 int fb_type; member in struct:preference_s
main.c 84 struct fb_type { struct
135 struct fb_type fb_types[] = {
166 * You must choose fb_type to make the screen looks like:
527 fb_settings[0].type = pref.fb_type;
540 pref.fb_type = fb_settings[0].type;
818 bi->fb_type = fbs->type;
826 debug_printf(TEXT("fb setting: %s fb_type=%d 0x%X %dx%d %d\n"),
828 bi->fb_type, bi->fb_addr,
1175 pref.fb_type = fb_settings[0].type;
1193 debug_printf(TEXT("Bootinfo: fb_type=%d 0x%X %dx%d %d\n")
    [all...]
  /src/sys/arch/vax/vsa/
spx.c 291 static char fb_type = 0; variable in typeref:typename:char
1047 if (fb_type != FB_IS_SPX)
1457 fb_type = FB_IS_SPX;
1463 fb_type = FB_IS_SPXg;
1474 if (fb_type == FB_IS_SPX) {
1476 } else if(fb_type == FB_IS_SPXg) {
1480 if (fb_type == FB_IS_SPXg)
1526 if (fb_type == FB_IS_SPXg)
1532 if (fb_type == FB_IS_SPX) {
1534 } else if (fb_type == FB_IS_SPXg)
    [all...]

Completed in 14 milliseconds