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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_agp.c 50 u32 default_mode; member in struct:radeon_agpmode_quirk
144 int default_mode; local
181 default_mode = (agp_status & RADEON_AGPv3_8X_MODE) ? 8 : 4;
184 default_mode = 4;
186 default_mode = 2;
188 default_mode = 1;
200 default_mode = p->default_mode;
211 default_mode);
212 radeon_agpmode = default_mode;
    [all...]
radeon_combios.c 2746 goto default_mode;
2811 default_mode:
  /src/usr.bin/who/
who.c 107 int c, only_current_term, show_labels, quick_mode, default_mode; local
113 quick_mode = default_mode = 0;
146 default_mode = 1;
176 if (default_mode)
  /src/external/gpl3/gcc/dist/gcc/common/config/arm/
arm-common.cc 338 const char *default_mode = arm_config_default ("mode"); local
339 if (default_mode)
341 if (strcmp (default_mode, "thumb") == 0)
343 else if (strcmp (default_mode, "arm") == 0)
  /src/external/gpl3/gcc.old/dist/gcc/common/config/arm/
arm-common.cc 338 const char *default_mode = arm_config_default ("mode"); local
339 if (default_mode)
341 if (strcmp (default_mode, "thumb") == 0)
343 else if (strcmp (default_mode, "arm") == 0)
  /src/sys/dev/pci/
machfb.c 208 static struct videomode default_mode = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }; variable in typeref:struct:videomode
519 default_mode.hdisplay = width;
520 default_mode.vdisplay = height;
636 memcpy(&default_mode, m,
662 memcpy(&default_mode, mode,
670 if (default_mode.dot_clock == 0) {
674 memcpy(&default_mode, mode, sizeof(default_mode));
676 default_mode.hdisplay = width;
677 default_mode.vdisplay = height
    [all...]
  /src/external/bsd/tmux/dist/
screen.c 86 s->default_mode = 0;
196 s->default_mode = 0;
197 screen_set_cursor_style(c, &s->default_cstyle, &s->default_mode);
status.c 809 &sl->active->default_mode);
tmux.h 975 int default_mode; member in struct:screen
tty.c 796 if (s->default_mode & MODE_CURSOR_BLINKING)
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
ltmain.sh 61 default_mode=
97 mode=$default_mode
  /src/crypto/external/bsd/netpgp/dist/buildaux/
ltmain.sh 87 default_mode=
143 mode=$default_mode
  /src/external/bsd/iscsi/dist/buildaux/
ltmain.sh 87 default_mode=
143 mode=$default_mode
  /src/external/bsd/libbind/dist/
ltmain.sh 87 default_mode=
143 mode=$default_mode
  /src/external/gpl2/gettext/dist/build-aux/
ltmain.sh 79 default_mode=
127 mode=$default_mode

Completed in 47 milliseconds