Home
last modified time | relevance | path

Searched defs:scr (Results 1 – 25 of 112) sorted by relevance

12345

/netbsd-src/sys/dev/wscons/
H A Dwsdisplay_vcons.c165 vcons_use_intr(const struct vcons_screen *scr) in vcons_use_intr() argument
175 vcons_dirty(struct vcons_screen *scr) in vcons_dirty() argument
268 vcons_lock(struct vcons_screen *scr) in vcons_lock() argument
282 vcons_unlock(struct vcons_screen *scr) in vcons_unlock() argument
297 struct vcons_screen *scr, int exists, in vcons_dummy_init_screen() argument
311 vcons_alloc_buffers(struct vcons_data *vd, struct vcons_screen *scr) in vcons_alloc_buffers() argument
374 vcons_init_screen(struct vcons_data * vd,struct vcons_screen * scr,int existing,long * defattr) vcons_init_screen() argument
462 struct vcons_screen *scr = cookie; vcons_load_font() local
583 struct vcons_screen *scr, *oldscr; vcons_do_switch() local
651 vcons_redraw_screen(struct vcons_screen * scr) vcons_redraw_screen() argument
753 vcons_update_screen(struct vcons_screen * scr) vcons_update_screen() argument
860 struct vcons_screen *scr; vcons_alloc_screen() local
899 struct vcons_screen *scr = cookie; vcons_free_screen() local
931 struct vcons_screen *scr; vcons_show_screen() local
955 struct vcons_screen *scr = ri->ri_hw; vcons_copycols_buffer() local
972 struct vcons_screen *scr = ri->ri_hw; vcons_copycols() local
995 struct vcons_screen *scr = ri->ri_hw; vcons_copycols_noread() local
1039 struct vcons_screen *scr = ri->ri_hw; vcons_erasecols_buffer() local
1057 struct vcons_screen *scr = ri->ri_hw; vcons_erasecols_cached() local
1074 struct vcons_screen *scr = ri->ri_hw; vcons_erasecols() local
1098 struct vcons_screen *scr = ri->ri_hw; vcons_copyrows_buffer() local
1128 struct vcons_screen *scr = ri->ri_hw; vcons_copyrows() local
1150 struct vcons_screen *scr = ri->ri_hw; vcons_copyrows_noread() local
1194 struct vcons_screen *scr = ri->ri_hw; vcons_eraserows_buffer() local
1214 struct vcons_screen *scr = ri->ri_hw; vcons_eraserows_cached() local
1231 struct vcons_screen *scr = ri->ri_hw; vcons_eraserows() local
1253 struct vcons_screen *scr = ri->ri_hw; vcons_putchar_buffer() local
1276 struct vcons_screen *scr = ri->ri_hw; vcons_putchar_cached() local
1297 struct vcons_screen *scr = ri->ri_hw; vcons_putchar() local
1325 struct vcons_screen *scr = ri->ri_hw; vcons_cursor() local
1353 struct vcons_screen *scr = ri->ri_hw; vcons_cursor_noread() local
1386 vcons_putwschar(struct vcons_screen * scr,struct wsdisplay_char * wsc) vcons_putwschar() argument
1425 vcons_getwschar(struct vcons_screen * scr,struct wsdisplay_char * wsc) vcons_getwschar() argument
1493 vcons_offset_to_zero(const struct vcons_screen * scr) vcons_offset_to_zero() argument
1507 struct vcons_screen *scr = vs; vcons_scroll() local
1526 vcons_do_scroll(struct vcons_screen * scr) vcons_do_scroll() argument
1600 struct vcons_screen *scr = vd->active; vcons_softintr() local
1637 struct vcons_screen *scr = vd->active; vcons_enable_polling() local
1656 struct vcons_screen *scr = vd->active; vcons_disable_polling() local
1668 vcons_hard_switch(struct vcons_screen * scr) vcons_hard_switch() argument
[all...]
H A Dwsdisplay_vconsvar.h95 #define SCREEN_IS_VISIBLE(scr) (((scr)->scr_status & VCONS_IS_VISIBLE) != 0) argument
96 #define SCREEN_IS_BUSY(scr) (membar_consumer(), (scr)->scr_busy != 0) argument
97 #define SCREEN_CAN_DRAW(scr) (((scr)->scr_flags & VCONS_DONT_DRAW) == 0) argument
98 #define SCREEN_BUSY(scr) ((scr)->scr_busy = 1, membar_producer()) argument
99 #define SCREEN_IDLE(scr) ((scr)->scr_busy = 0, membar_producer()) argument
100 #define SCREEN_VISIBLE(scr) ((scr)->scr_status |= VCONS_IS_VISIBLE) argument
101 #define SCREEN_INVISIBLE(scr) ((scr)->scr_status &= ~VCONS_IS_VISIBLE) argument
102 #define SCREEN_DISABLE_DRAWING(scr) ((scr)->scr_flags |= VCONS_DONT_DRAW) argument
103 #define SCREEN_ENABLE_DRAWING(scr) ((scr)->scr_flags &= ~VCONS_DONT_DRAW) argument
H A Dwsdisplay.c229 #define WSSCREEN_HAS_EMULATOR(scr) ((scr)->scr_dconf->wsemul != NULL) argument
230 #define WSSCREEN_HAS_TTY(scr) ((scr)->scr_tty != NULL) argument
296 struct wsscreen *scr = priv; in wsscreen_getc_poll() local
320 struct wsscreen *scr; in wsscreen_attach() local
377 wsscreen_detach(struct wsscreen *scr) in wsscreen_detach()
404 const struct wsscreen_descr *scr; in wsdisplay_screentype_pick() local
446 struct wsscreen *scr; in wsdisplay_addscreen() local
498 wsdisplay_closescreen(struct wsdisplay_softc *sc, struct wsscreen *scr) in wsdisplay_closescreen()
530 struct wsscreen *scr; in wsdisplay_scroll() local
558 struct wsscreen *scr; in wsdisplay_delscreen() local
[all …]
H A Dwsdisplay_vcons_util.c50 vcons_replay_msgbuf(struct vcons_screen *scr) in vcons_replay_msgbuf()
/netbsd-src/sys/dev/ic/
H A Dpcdisplay_subr.c47 pcdisplay_cursor_init(struct pcdisplayscreen *scr, int existing) in pcdisplay_cursor_init()
93 struct pcdisplayscreen *scr = id; in pcdisplay_cursor() local
158 struct pcdisplayscreen *scr = id; in pcdisplay_putchar() local
181 struct pcdisplayscreen *scr = id; in pcdisplay_copycols() local
202 struct pcdisplayscreen *scr = id; in pcdisplay_erasecols() local
224 struct pcdisplayscreen *scr = id; in pcdisplay_copyrows() local
246 struct pcdisplayscreen *scr = id; in pcdisplay_eraserows() local
270 struct pcdisplayscreen *scr = id; in pcdisplay_replaceattr() local
299 pcdisplay_getwschar(struct pcdisplayscreen *scr, struct wsdisplay_char *wschar) in pcdisplay_getwschar()
329 pcdisplay_putwschar(struct pcdisplayscreen *scr, struct wsdisplay_char *wschar) in pcdisplay_putwschar()
H A Dsti.c191 struct sti_screen *scr; sti_attach_screen() local
396 sti_region_setup(struct sti_screen * scr) sti_region_setup() argument
494 sti_screen_setup(struct sti_screen * scr,int flags) sti_screen_setup() argument
730 sti_describe_screen(struct sti_softc * sc,struct sti_screen * scr) sti_describe_screen() argument
765 struct sti_screen *scr = sc->sc_scr; sti_end_attach() local
815 sti_fetchfonts(struct sti_screen * scr,struct sti_inqconfout * cfg,uint32_t baseaddr,u_int fontindex) sti_fetchfonts() argument
936 sti_init(struct sti_screen * scr,int mode) sti_init() argument
987 sti_inqcfg(struct sti_screen * scr,struct sti_inqconfout * out) sti_inqcfg() argument
1004 sti_bmove(struct sti_screen * scr,int x1,int y1,int x2,int y2,int h,int w,enum sti_bmove_funcs f) sti_bmove() argument
1049 sti_setcment(struct sti_screen * scr,u_int i,u_char r,u_char g,u_char b) sti_setcment() argument
1075 struct sti_screen *scr = (struct sti_screen *)v; sti_ioctl() local
1198 struct sti_screen *scr = (struct sti_screen *)v; sti_mmap() local
1224 struct sti_screen *scr = (struct sti_screen *)v; sti_alloc_screen() local
1240 struct sti_screen *scr = (struct sti_screen *)v; sti_free_screen() local
1272 struct sti_screen *scr = (struct sti_screen *)v; sti_cursor() local
1308 struct sti_screen *scr = (struct sti_screen *)v; sti_mapchar() local
1340 struct sti_screen *scr = (struct sti_screen *)v; sti_putchar() local
1401 struct sti_screen *scr = (struct sti_screen *)v; sti_copycols() local
1413 struct sti_screen *scr = (struct sti_screen *)v; sti_erasecols() local
1425 struct sti_screen *scr = (struct sti_screen *)v; sti_copyrows() local
1435 struct sti_screen *scr = (struct sti_screen *)v; sti_eraserows() local
1468 sti_cnattach(struct sti_rom * rom,struct sti_screen * scr,bus_space_tag_t memt,bus_addr_t * bases,u_int codebase) sti_cnattach() argument
1503 ngle_default_putcmap(struct sti_screen * scr,u_int idx,u_int count) ngle_default_putcmap() argument
1526 ngle_artist_setupfb(struct sti_screen * scr) ngle_artist_setupfb() argument
1547 ngle_elk_setupfb(struct sti_screen * scr) ngle_elk_setupfb() argument
1567 ngle_timber_setupfb(struct sti_screen * scr) ngle_timber_setupfb() argument
1582 ngle_setup_bt458(struct sti_screen * scr) ngle_setup_bt458() argument
1595 ngle_setup_attr_planes(struct sti_screen * scr) ngle_setup_attr_planes() argument
1620 ngle_putcmap(struct sti_screen * scr,u_int idx,u_int count) ngle_putcmap() argument
1664 ngle_hcrx_putcmap(struct sti_screen * scr,u_int idx,u_int count) ngle_hcrx_putcmap() argument
[all...]
H A Dvga_raster.c334 const struct wsscreen_descr *scr; in vga_cnattach() local
438 vga_raster_init_screen(struct vga_config *vc, struct vgascreen *scr, in vga_raster_init_screen()
705 struct vgascreen *scr; in vga_raster_alloc_screen() local
752 struct vgascreen *scr = cookie, *oldscr; in vga_raster_show_screen() local
776 struct vgascreen *scr, *oldscr; in vga_switch_screen() local
846 vga_raster_setup_font(struct vga_config *vc, struct vgascreen *scr) in vga_raster_setup_font()
1039 vga_raster_cursor_init(struct vgascreen *scr, int existing) in vga_raster_cursor_init()
1067 struct vgascreen *scr = id; in vga_raster_cursor() local
1114 struct vgascreen *scr = id; in vga_raster_mapchar() local
1127 struct vgascreen *scr = id; in vga_raster_putchar() local
[all …]
H A Dvga.c323 egavga_getfont(struct vga_config *vc, struct vgascreen *scr, const char *name, in egavga_getfont()
402 vga_selectfont(struct vga_config *vc, struct vgascreen *scr, const char *name1, in vga_selectfont()
441 vga_init_screen(struct vga_config *vc, struct vgascreen *scr, in vga_init_screen()
668 const struct wsscreen_descr *scr; in vga_cnattach() local
783 struct vgascreen *scr = vs; in vga_ioctl() local
867 struct vgascreen *scr; in vga_alloc_screen() local
958 vga_setfont(struct vga_config *vc, struct vgascreen *scr) in vga_setfont()
981 struct vgascreen *scr = cookie, *oldscr; in vga_show_screen() local
1005 struct vgascreen *scr, *oldscr; in vga_doswitch() local
1074 struct vgascreen *scr = cookie; in vga_load_font() local
[all …]
H A Digsfb.c411 igsfb_init_wsdisplay(void *cookie, struct vcons_screen *scr, int existing, in igsfb_init_wsdisplay()
510 igsfb_make_text_cursor(struct igsfb_devconfig *dc, struct vcons_screen *scr) in igsfb_make_text_cursor()
1151 struct vcons_screen *scr = ri->ri_hw; in igsfb_accel_cursor() local
1272 struct vcons_screen *scr = ri->ri_hw; in igsfb_accel_copyrows() local
1295 struct vcons_screen *scr = ri->ri_hw; in igsfb_accel_copycols() local
1318 struct vcons_screen *scr = ri->ri_hw; in igsfb_accel_eraserows() local
1348 struct vcons_screen *scr = ri->ri_hw; in igsfb_accel_erasecols() local
1378 struct vcons_screen *scr = ri->ri_hw; in igsfb_accel_putchar() local
/netbsd-src/sys/arch/zaurus/dev/
H A Dw100.c188 struct w100_screen *scr; in w100_attach_subr() local
235 struct w100_screen *scr = NULL; in w100_new_screen() local
393 struct w100_screen *scr; in w100_alloc_screen() local
431 struct w100_screen *scr = cookie; in w100_free_screen() local
442 struct w100_screen *scr = sc->active; /* ??? */ in w100_ioctl() local
495 struct w100_screen *scr = sc->active; /* ??? */ in w100_mmap() local
511 struct w100_screen *scr = cookie; in w100_cursor() local
519 struct w100_screen *scr = cookie; in w100_mapchar() local
527 struct w100_screen *scr = cookie; in w100_putchar() local
535 struct w100_screen *scr = cookie; in w100_copycols() local
[all …]
/netbsd-src/sys/arch/arm/s3c2xx0/
H A Ds3c24x0_lcd.c186 struct s3c24x0_lcd_screen *scr) in s3c24x0_lcd_start_dma()
312 struct s3c24x0_lcd_screen *scr = NULL; in s3c24x0_lcd_new_screen() local
433 init_palette(struct s3c24x0_lcd_softc *sc, struct s3c24x0_lcd_screen *scr) in init_palette()
494 struct s3c24x0_lcd_screen *scr = cookie, *old; in s3c24x0_lcd_show_screen() local
519 struct s3c24x0_lcd_screen *scr; in s3c24x0_lcd_alloc_screen() local
592 struct s3c24x0_lcd_screen *scr = cookie; in s3c24x0_lcd_free_screen() local
620 struct s3c24x0_lcd_screen *scr; in s3c24x0_lcd_ioctl() local
739 struct s3c24x0_lcd_screen *scr = cookie; in s3c24x0_lcd_cursor() local
747 struct s3c24x0_lcd_screen *scr = cookie; in s3c24x0_lcd_mapchar() local
755 struct s3c24x0_lcd_screen *scr = cookie; in s3c24x0_lcd_putchar() local
[all …]
/netbsd-src/sys/arch/arm/xscale/
H A Dpxa2x0_lcd.c268 struct pxa2x0_lcd_screen *scr; in pxa2x0_lcd_attach_sub() local
334 struct pxa2x0_lcd_screen *scr) in pxa2x0_lcd_start_dma()
480 struct pxa2x0_lcd_screen *scr = NULL; in pxa2x0_lcd_new_screen() local
777 struct pxa2x0_lcd_screen *scr = cookie, *old; in pxa2x0_lcd_show_screen() local
797 struct pxa2x0_lcd_screen *scr; in pxa2x0_lcd_alloc_screen() local
836 struct pxa2x0_lcd_screen *scr = cookie; in pxa2x0_lcd_free_screen() local
861 struct pxa2x0_lcd_screen *scr = sc->active; /* ??? */ in pxa2x0_lcd_ioctl() local
917 struct pxa2x0_lcd_screen *scr = sc->active; /* ??? */ in pxa2x0_lcd_mmap() local
935 struct pxa2x0_lcd_screen *scr = cookie; in pxa2x0_lcd_cursor() local
943 struct pxa2x0_lcd_screen *scr = cookie; in pxa2x0_lcd_mapchar() local
[all …]
/netbsd-src/external/bsd/nvi/dist/motif_l/
H A Dm_motif.h29 #define ToRowCol( scr, lin, r, c ) \ argument
32 #define Linear( scr, y, x ) \ argument
34 #define CharAt( scr, y, x ) \ argument
36 #define FlagAt( scr, y, x ) \ argument
39 #define XPOS( scr, x ) \ argument
41 #define YTOP( scr, y ) \ argument
43 #define YPOS( scr, y ) \ argument
46 #define ROW( scr, y ) \ argument
49 #define COLUMN( scr, x ) \ argument
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dcr.c121 ContentRule *scr, in cr_insert()
179 ContentRule *scr, in cr_add_auxiliaries()
219 ContentRule *scr, in cr_create_required()
255 ContentRule *scr, in cr_create_allowed()
293 ContentRule *scr, in cr_create_precluded()
341 ContentRule *scr; in cr_add() local
/netbsd-src/sys/arch/hp300/dev/
H A Dsti_sgc.c135 struct sti_screen *scr; in sti_sgc_attach() local
273 sti_evrx_putcmap(struct sti_screen *scr, u_int index, u_int count) in sti_evrx_putcmap()
297 sti_evrx_resetramdac(struct sti_screen *scr) in sti_evrx_resetramdac()
347 sti_evrx_resetcmap(struct sti_screen *scr) in sti_evrx_resetcmap()
372 sti_evrx_setupfb(struct sti_screen *scr) in sti_evrx_setupfb()
382 struct sti_screen *scr = (struct sti_screen *)v; in sti_m68k_mmap() local
/netbsd-src/sys/dev/isa/
H A Dega.c286 ega_selectfont(struct ega_config *vc, struct egascreen *scr, char *name1, char *name2) in ega_selectfont()
336 ega_init_screen(struct ega_config *vc, struct egascreen *scr, const struct wsscreen_descr *type, in… in ega_init_screen()
532 const struct wsscreen_descr *scr; in ega_cnattach() local
586 struct egascreen *scr; in ega_alloc_screen() local
634 ega_setfont(struct ega_config *vc, struct egascreen *scr) in ega_setfont()
651 struct egascreen *scr = cookie, *oldscr; in ega_show_screen() local
675 struct egascreen *scr, *oldscr; in ega_doswitch() local
745 struct egascreen *scr = cookie; in ega_load_font() local
799 struct egascreen *scr = id; in ega_allocattr() local
835 struct egascreen *scr = id; in ega_copyrows() local
/netbsd-src/sys/arch/evbarm/mini2440/
H A Dmini2440_lcd.c327 struct s3c24x0_lcd_screen *scr = sc->active; in lcdmmap() local
345 struct s3c24x0_lcd_screen *scr) in draw_test_pattern_16()
383 struct s3c24x0_lcd_screen *scr) in draw_test_pattern_8()
408 draw_test_pattern(struct s3c24x0_lcd_softc *sc, struct s3c24x0_lcd_screen *scr) in draw_test_pattern()
/netbsd-src/sys/arch/evbarm/smdk2xx0/
H A Dsmdk2410_lcd.c290 struct s3c24x0_lcd_screen *scr = sc->active; in lcdmmap() local
308 struct s3c24x0_lcd_screen *scr) in draw_test_pattern_16()
346 struct s3c24x0_lcd_screen *scr) in draw_test_pattern_8()
371 draw_test_pattern(struct s3c24x0_lcd_softc *sc, struct s3c24x0_lcd_screen *scr) in draw_test_pattern()
/netbsd-src/sys/arch/amiga/dev/
H A Damidisplaycc.c505 adccscr_t * scr; in amidisplaycc_cursor() local
525 amidisplaycc_cursor_undraw(struct amidisplaycc_screen * scr) in amidisplaycc_cursor_undraw()
534 amidisplaycc_cursor_draw(struct amidisplaycc_screen * scr) in amidisplaycc_cursor_draw()
543 amidisplaycc_cursor_xor(struct amidisplaycc_screen * scr, int row, int col) in amidisplaycc_cursor_xor()
582 adccscr_t * scr; in amidisplaycc_putchar() local
704 adccscr_t * scr; in amidisplaycc_copycols() local
756 adccscr_t * scr; in amidisplaycc_erasecols() local
801 adccscr_t * scr; in amidisplaycc_copyrows() local
929 adccscr_t * scr; in amidisplaycc_eraserows() local
995 adccscr_t * scr; in amidisplaycc_allocattr() local
[all …]
H A Dmntva.c259 mntva_init_screen(void *cookie, struct vcons_screen *scr, int existing, in mntva_init_screen()
390 struct vcons_screen *scr; in mntva_copyrows() local
412 struct vcons_screen *scr; in mntva_eraserows() local
439 struct vcons_screen *scr; in mntva_copycols() local
462 struct vcons_screen *scr; in mntva_erasecols() local
/netbsd-src/sys/dev/pci/
H A Dwcfb.c495 wcfb_init_screen(void *cookie, struct vcons_screen *scr, in wcfb_init_screen()
550 struct vcons_screen *scr = ri->ri_hw; in wcfb_putchar() local
584 struct vcons_screen *scr = ri->ri_hw; in wcfb_cursor() local
625 struct vcons_screen *scr = ri->ri_hw; in wcfb_copycols() local
649 struct vcons_screen *scr = ri->ri_hw; in wcfb_erasecols() local
674 struct vcons_screen *scr = ri->ri_hw; in wcfb_copyrows() local
699 struct vcons_screen *scr = ri->ri_hw; in wcfb_eraserows() local
847 struct vcons_screen *scr = ri->ri_hw; in wcfb_acc_putchar() local
874 struct vcons_screen *scr = ri->ri_hw; in wcfb_acc_cursor() local
908 struct vcons_screen *scr = ri->ri_hw; in wcfb_acc_copycols() local
[all …]
/netbsd-src/sys/arch/evbppc/virtex/dev/
H A Dtft.c141 tft_init_screen(void *cookie, struct vcons_screen *scr, int existing, in tft_init_screen()
212 tft_ioctl(void *arg, void *scr, u_long cmd, void *data, int flag, in tft_ioctl()
/netbsd-src/sys/arch/arm/imx/
H A Dimx51_ipuv3.c637 struct imx51_ipuv3_screen *scr; in imx51_ipuv3_attach_sub() local
730 struct imx51_ipuv3_screen *scr, in imx51_ipuv3_build_param()
827 struct imx51_ipuv3_screen *scr) in imx51_ipuv3_start_dma()
876 struct imx51_ipuv3_screen *scr) in imx51_ipuv3_allocmem()
923 struct imx51_ipuv3_screen *scr = NULL; in imx51_ipuv3_new_screen() local
/netbsd-src/sys/arch/sgimips/gio/
H A Dnewport.c685 newport_init_screen(void *cookie, struct vcons_screen *scr, in newport_init_screen()
722 struct vcons_screen *scr = ri->ri_hw; in newport_cursor() local
752 struct vcons_screen *scr = ri->ri_hw; in newport_putchar() local
814 struct vcons_screen *scr = ri->ri_hw; in newport_copycols() local
831 struct vcons_screen *scr = ri->ri_hw; in newport_erasecols() local
847 struct vcons_screen *scr = ri->ri_hw; in newport_copyrows() local
864 struct vcons_screen *scr = ri->ri_hw; in newport_eraserows() local
/netbsd-src/sys/dev/sun/
H A Dcgsix.c343 struct vcons_screen *scr = ri->ri_hw; in cg6_ras_nuke_cursor() local
361 struct vcons_screen *scr = ri->ri_hw; in cg6_ras_copyrows() local
411 struct vcons_screen *scr = ri->ri_hw; in cg6_ras_copycols() local
468 struct vcons_screen *scr = ri->ri_hw; in cg6_ras_erasecols() local
508 struct vcons_screen *scr = ri->ri_hw; in cg6_ras_eraserows() local
1277 cgsix_init_screen(void *cookie, struct vcons_screen *scr, in cgsix_init_screen()
1403 struct vcons_screen *scr = ri->ri_hw; in cgsix_putchar() local
1467 struct vcons_screen *scr = ri->ri_hw; in cgsix_putchar_aa() local
1573 struct vcons_screen *scr = ri->ri_hw; in cgsix_cursor() local

12345