HomeSort by: relevance | last modified time | path
    Searched refs:screens (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/vboxvideo/
modesetting.c 62 * virtual screens.
95 * @screens: The number of screens to query hints for, starting at 0.
98 int hgsmi_get_mode_hints(struct gen_pool *ctx, unsigned int screens,
107 size = screens * sizeof(struct vbva_modehint);
113 p->hints_queried_count = screens;
vboxvideo_guest.h 60 int hgsmi_get_mode_hints(struct gen_pool *ctx, unsigned int screens,
  /src/external/bsd/nvi/dist/vi/
vs_relative.c 55 * Return the screens necessary to display the line, or if specified,
64 size_t cols, screens; local
66 /* Left-right screens are simple, it's always 1. */
85 screens = (cols / sp->cols + (cols % sp->cols ? 1 : 0));
86 if (screens == 0)
87 screens = 1;
92 VIP(sp)->ss_screens = screens;
94 return (screens);
149 * If folding screens (the historic vi screen format), past the end
362 * If folding screens (the historic vi screen format), pas
    [all...]
  /src/sys/arch/arm/imx/
imx51_ipuv3var.h 98 LIST_HEAD(, imx51_ipuv3_screen) screens; member in struct:imx51_ipuv3_softc
imx51_ipuv3.c 579 LIST_INIT(&sc->screens);
951 LIST_INSERT_HEAD(&sc->screens, scr, link);
  /src/sys/arch/arm/s3c2xx0/
s3c24x0_lcd.h 68 LIST_HEAD(, s3c24x0_lcd_screen) screens; member in struct:s3c24x0_lcd_softc
s3c24x0_lcd.c 140 LIST_INIT(&sc->screens);
380 LIST_INSERT_HEAD(&(sc->screens), scr, link);
649 scr = LIST_FIRST(&sc->screens);
  /src/sys/arch/zaurus/dev/
w100var.h 34 LIST_HEAD(, w100_screen) screens; member in struct:w100_softc
w100lcd.c 88 .screens = w100lcd_scr_descr,
zlcd.c 91 .screens = lcd_scr_descr,
w100.c 149 LIST_INIT(&sc->screens);
242 LIST_INSERT_HEAD(&sc->screens, scr, link);
  /src/sys/arch/arm/xscale/
pxa2x0_lcd.h 88 LIST_HEAD(, pxa2x0_lcd_screen) screens; member in struct:pxa2x0_lcd_softc
pxa2x0_lcd.c 238 LIST_INIT(&sc->screens);
617 LIST_INSERT_HEAD(&sc->screens, scr, link);
  /src/sys/arch/evbarm/gumstix/
gxlcd.c 100 .screens = gxlcd_scr_descr,
  /src/sys/dev/wscons/
wsdisplayvar.h 148 const struct wsscreen_descr **screens; member in struct:wsscreen_list
wsdisplay_vcons.c 83 LIST_HEAD(, vcons_screen) screens;
213 LIST_INIT(&vdp->screens);
229 * when switching screens we need to make sure there's no rasops
346 * Additional screens will start out in the background anyway so
453 LIST_INSERT_HEAD(&vdp->screens, scr, next);
851 vcons_hard_switch(LIST_FIRST(&vdp->screens));
  /src/sys/arch/arm/clps711x/
clpslcd.c 91 .screens = clpslcd_descrs,
  /src/sys/arch/evbppc/virtex/dev/
tft.c 95 sc->sc_ws_scrlist.screens = (void *) &sc->sc_ws_descr;
  /src/sys/dev/ic/
vgavar.h 56 LIST_HEAD(, vgascreen) screens; member in struct:vga_config
vga.c 523 LIST_INSERT_HEAD(&vc->screens, scr, next);
556 LIST_INIT(&vc->screens);
870 struct vgascreen *scr1 = vc->screens.lh_first;
vga_raster.c 407 LIST_INIT(&vc->screens);
518 LIST_INSERT_HEAD(&vc->screens, scr, next);
708 vc->screens.lh_first->mem = boot_scrmem;
  /src/sys/dev/isa/
ega.c 78 LIST_HEAD(, egascreen) screens;
389 LIST_INSERT_HEAD(&vc->screens, scr, next);
418 LIST_INIT(&vc->screens);
594 vc->screens.lh_first->pcs.mem =
  /src/sys/arch/epoc32/windermere/
wmlcd.c 106 .screens = wmlcd_descrs,
  /src/sys/arch/hpcarm/dev/
wzero3_lcd.c 79 .screens = wzero3lcd_scr_descr,
  /src/sys/arch/ews4800mips/sbd/
fb_sbdio.c 99 .screens = _fb_screen_table

Completed in 47 milliseconds

1 2