Home
last modified time | relevance | path

Searched refs:video (Results 1 – 25 of 36) sorted by relevance

12

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dhercules.c84 volatile unsigned short *video in hercules_putchar() local
87 video[herc_y * HERCULES_WIDTH + herc_x] in hercules_putchar()
101 volatile unsigned long *video = (unsigned long *) HERCULES_VIDEO_ADDR; in hercules_putchar() local
111 video[i] = 0x07200720; in hercules_putchar()
119 volatile unsigned long *video = (unsigned long *) HERCULES_VIDEO_ADDR; in hercules_cls() local
122 video[i] = 0x07200720; in hercules_cls()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dkernel.c41 static volatile unsigned char *video; variable
161 video = (unsigned char *) VIDEO; in cls()
164 *(video + i) = 0; in cls()
230 *(video + (xpos + ypos * COLUMNS) * 2) = c & 0xFF; in putchar()
231 *(video + (xpos + ypos * COLUMNS) * 2 + 1) = ATTRIBUTE; in putchar()
H A Dkernel.c.texi32 /* @r{The video memory address.} */
40 /* @r{Point to the video memory.} */
41 static volatile unsigned char *video;
161 video = (unsigned char *) VIDEO;
164 *(video + i) = 0;
230 *(video + (xpos + ypos * COLUMNS) * 2) = c & 0xFF;
231 *(video + (xpos + ypos * COLUMNS) * 2 + 1) = ATTRIBUTE;
H A Dmultiboot.info388 If bit 2 in the `flags' word is set, information about the video
867 The field `vbe_mode' indicates current video mode in the format
1302 /* The video memory address. */
1310 /* Point to the video memory. */
1311 static volatile unsigned char *video;
1431 video = (unsigned char *) VIDEO;
1434 *(video + i) = 0;
1500 *(video + (xpos + ypos * COLUMNS) * 2) = c & 0xFF;
1501 *(video + (xpos + ypos * COLUMNS) * 2 + 1) = ATTRIBUTE;
H A Dmultiboot.texi424 If bit 2 in the @samp{flags} word is set, information about the video
939 The field @samp{vbe_mode} indicates current video mode in the format
H A Dgrub.info-3371 your video card to the graphics mode, and show an endless
/illumos-gate/usr/src/cmd/cmd-inet/etc/
H A Dipqosconf.1.sample30 # This configuration marks video traffic for EF PHB, i.e. Expedited Forwarding.
50 name video
68 # Source port of video traffic, given by __videoport__.
72 class video
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-header-header-usb.p5m51 dir path=usr/include/sys/usb/clients/video
52 dir path=usr/include/sys/usb/clients/video/usbvc
53 file path=usr/include/sys/usb/clients/video/usbvc/usbvc.h
/illumos-gate/usr/src/cmd/login/
H A Dlogindevperm.sh69 /dev/vt/console_user 0600 /dev/video[0-9]+ # video devices
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile.syshdrs162 usb/clients/video/usbvc/%.check: usb/clients/video/usbvc/%.h
235 $(ROOTDIR)/usb/clients/video/usbvc \
317 ROOTUSBVIDHDRS= $(USBVIDHDRS:%=$(ROOTDIR)/usb/clients/video/usbvc/%)
H A DMakefile1204 $(USBVIDHDRS:%.h=usb/clients/video/usbvc/%.check) \
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.tab1336 0 string MOVI sgi movie video/x-sgi
1342 8 string AVI avi movie video/avi
1343 0 long 0x000001BA mpeg movie video/mpeg
1344 0 long 0x000001B3 mpeg movie video/mpeg
1464 |name match *.avi Video Clip video/avi
1497 |name match *.dif DV video/x-dv
1506 |name match *.dv DV video/x-dv
1572 |name match *.m1v Movie Clip video/mpeg
1594 |name match *.mp2 Movie Clip video/mpeg
1595 |name match *.mpa Movie Clip video/mpeg
[all …]
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A DREADME37 a polygon with a color), and reverse video printing as a special case of color.
/illumos-gate/usr/src/data/zoneinfo/
H A Dantarctica122 # http://www.antdiv.gov.au/aad/exop/sfo/davis/video.html
124 # http://www.antdiv.gov.au/aad/exop/sfo/mawson/video.html
H A Dsouthamerica1281 # schema for DST. ... Announcement in video (in Spanish):
1284 # The video says "first Saturday of September", we all know it means Sunday at
1287 # Translating the captions on the video at 0:44-0:55, "We want to announce as
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcaps96 max_attributes, "ma" "ma" max combined video attributes terminal can display
168 enter_reverse_mode, "rev" "mr" Turn on reverse video mode
265 set_attributes, "sgr" "sa" Define the video attributes (G9)
H A Dcurses.ed1355 /* Various video attributes */
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src2045 # vt100 with no advanced video.
7403 # set reverse video (\Ed)
7407 tvi950-rv|televideo950 rev video:\
7591 vi200-rv|visual 200 reverse video:\
8506 wy370-rv|Wyse 370 reverse video:\
12013 # reverse video.
13293 # No video attributes.
14352 # reverse video. If you like reverse video stand-out mode but don't want
16654 # inverse video : ^[sI
17192 ims950-rv|ims tvi950 rev video:\
[all …]
H A Dterminfo.src2306 # vt100 with no advanced video.
8255 # set reverse video (\Ed)
8259 tvi950-rv|televideo950 rev video,
8478 vi200-rv|visual 200 reverse video,
9559 wy370-rv|Wyse 370 reverse video,
13547 # reverse video.
14966 # No video attributes.
16214 # reverse video. If you like reverse video stand-out mode but don't want
18711 # inverse video : ^[sI
19294 ims950-rv|ims tvi950 rev video,
[all …]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps175 enter_reverse_mode rev mr str Turn on reverse video mode
272 set_attributes sgr sa str Define the video attributes (PG9)
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps173 enter_reverse_mode rev mr str Turn on reverse video mode
270 set_attributes sgr sa str Define the video attributes (PG9)
/illumos-gate/usr/src/cmd/lp/filter/postscript/
H A DREADME263 and color selection (also reverse video) and only work with dpost.
/illumos-gate/usr/src/grub/grub-0.97/
H A DNEWS335 * Linux video mode selection is supported.
/illumos-gate/usr/src/uts/common/
H A DMakefile.rules1228 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/video/usbvc/%.c
/illumos-gate/usr/src/data/hwdata/
H A Dpci.ids1661 1028 008e PowerEdge 1300 onboard video
8944 1851 1851 FlyVideo'98 EZ - video
13299 81e6 Multimedia video controller
23189 5864 TW5864 multimedia video controller
23190 6801 TW6802 multimedia video card
23192 6810 TW6816 multimedia video controller
23193 6811 TW6816 multimedia video controller
23194 6812 TW6816 multimedia video controller
23195 6813 TW6816 multimedia video controller
23197 6814 TW6816 multimedia video controller
[all …]

12